body.check {
	color: #333;
	font-weight: normal;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.42857143;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
html {
	overflow-y: scroll hidden;
	overflow-x: scroll auto;
}
.CMN_header_wrap_wrap {
	width: 100%;
	min-width: 1150px;
	margin: 0 auto;
	margin-top: 3px;
}
.CMN_header_wrap {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-top: -5px;
	background-color: #F0F0F0 !important;
}
/* ヘッダー上部
	---------------------------------------------*/
#CMN_logo_area {
	width: 40%;
	font-size: 80%;
	padding-top: 1px;
}

#CMN_btn_area {
	width: 7%;
	font-size: 90%;
	padding-top: 3px;
	margin-top: 5px;
}

#CMN_user_area {
	width: 53%;
	font-size: 100%;
	text-align: right;
	margin-top: 12px;
}

#CMN_user_area {
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-flex-direction: row;
	flex-direction: row;
}

#CMN_user_date {
	width:100%;
	text-align: right;
	background: #f2f2f2;
	margin: 5px;
	text-align: right;
	font-weight: bold;
	text-indent: 1em;
}

#CMN_user_date p {
	background: #f2f2f2;
	margin: 5px;
	text-align: right;
	font-weight: bold;
	text-indent: 1em;
}

#CMN_user_name {
	text-align: center;
	min-width: 30%;
}

/* ヘッダー下部
	---------------------------------------------*/
#CMN_gmenu {
	width: 100%;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	overflow: hidden;
	background-color: #F0F0F0 !important;
}

.CMN_gmenu {
	width: 100%;
	padding: 0;
}
.CMN_gmenu.upper {
	border-bottom: solid 1px #fff;
}

.CMN_gmenu.bottom {
	border-top: solid 1px #fff;
}

#CMN_gmenu li {
	float: left;
	width:11%;	
	color: #fff;
	/*font-weight: bold;*/
	border: solid 1px #fff;
	padding: 8px;
	letter-spacing: 0px;
	background: #3C8DBC;
	cursor: pointer;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
    -ms-flex-pack:center;
	/*border-radius: 5px;*/
	font-size: 16px;
	height: 40px;
}

#CMN_gmenu a {
	color: #ffffff;
	display:block;
	text-align:center;
	width: 100%; /* fixed width */
	text-decoration:none; 
}

#CMN_gmenu li:hover, #CMN_gmenu .active {
	background: #43C0E8 !important;
}

#CMN_gmenu .active {
	cursor: default;
}

#CMN_gmenu li.last {
	border-right: none;
}

#CMN_gmenu li p {
	font-weight: bold;
}

#CMN_gmenu li span.ico {
	/*width: 32px;*/
}

.CMN_div_logout {
	vertical-align:middle;
	padding-right: 20px;
}

.CMN_sub_gmenu {
	width:99.9%; 
	height: 30px; 
	background-color: #43C0E8; 
	padding: 2px 2px 2px 5px;
	margin-left: 2px;
	font-size: 16px;
	height: 35px;
}

.CMN_sub_gmenu div {
	margin-right: 10px; 
	background-color: #43C0E8; 
	color: #FFFFFF; 
	display: inline-block; 
	padding: 3px 5px 0px 5px;
	border: 1px solid #40C3F2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 30px;
}
.CMN_menu_fixed {
	width: 100%;
    padding-top: 0px;
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color:#F4F4F4;
    font-weight: bold;
}
.CMN_menu_stretch {
	width: 100%;
    padding-top: 0px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color:#F4F4F4;
    font-weight: bold;
}
@media (min-width: 768px) {
  .response {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .response {
    overflow-x: auto;
    overflow-y: auto;
  }
}
.CMN_positionabsolute {
    width: 100%;
    padding-top: 0px;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color:#F4F4F4;
    font-weight: bold;
}
.CMN_sub_gmenu div:hover, .CMN_sub_gmenu .active {
	box-shadow: inset 0 5px 30px #193047;
}
.sub_menu_size{
	width: 99.9%;
	min-width: 1150px;
	margin-right: 10px;
	background-color: #F0F0F0 !important;
}
.langIcon {
	float: right;
}