@charset "UTF-8";

/* resetCSS
***************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

body{
    font-size: 14px;
	color:#4b4b4b;
    word-break: break-all;
    line-height: 1.5em;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	-webkit-text-size-adjust: auto;*/
	-webkit-text-size-adjust: 100%;
	border-radius:8px 8px 0px 0px;
}

a{
    color: black;
    text-decoration: none;
}

h1, h2, h3 ,h4 ,h5 ,h6 {
    font-size: 14px;
    font-weight: normal;
}

li{
    list-style: none outside none;
}

.orignFontWeight {
	font-weight: bold;
}

.largefont{
	font-size:16px;
}
.smallfont{
	font-size:12px;
}

.fontBold{
	font-weight: bold;
}
.divStrong{
	font-size:13px;
	font-weight: bold;
}
.divStrong16{
	font-size:16px;
	font-weight: bold;
}
/**css of header begin**/
#mbcn_header {
	display: block;
	/*background:#f9d5a2 url(/img/h_bg.jpg) repeat-x left bottom;*/
	-webkit-background-size: 165px 56px;
	background-size: 165px 56px;
	min-height:49px;
	width:100%;
	background-color: #0279bf;
	padding-bottom: 4px;
}
#mbcn_header1 {
	display: block;
	/*background:#f9d5a2 url(/img/h_bg.jpg) repeat-x left bottom;*/
	-webkit-background-size: 165px 56px;
	background-size: 165px 56px;
	min-height:49px;
	width:100%;
	background-color: #1b3298;
	padding-bottom: 4px;
}

#mbcn_header .redLine ,#mbcn_header1 .redLine{
	position: relative;
    top: 0px;
}
#mbcn_header .shadow ,#mbcn_header1 .shadow {
	position: relative;
    top: 0px;
}
.shadow {
	height:1px;
    background-color: #c9d0d0;
}
#mbcn_sub_header {
	width: 100%;
	height: 25px;
	display: table;
	background-color: #FFFFFF;
}

/**css of background**/
#mbcn_sub_main {
	align: center;
	margin: 0;
	padding: 10px;
	background-image:url("../images/model/00_bg.png");
}

#tittle_info {
	width: auto;
	height: 30px;
	border: 1px solid #F6F6F6;
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F2F2F2 51%, #F2F2F2 100%) repeat scroll 0 0 transparent;
	line-height: 30px;
}

#round {
	width:11px;
	height:11px;
	line-heigth:16px;
	color:#808080;
	white-space:nowrap;
}

#logo {
	width: auto;
	position: relative;
	margin: 0 0 0 0;
	left: 0;
    /*top: 15px;*/
    overflow: hidden;
    display: table-cell;
}

#mbcnHeadMenu ,#mbcnHeadMenu_haken{
	position: relative;
	/*float: right;*/
	/*top: -25px;*/
	/*height:40px;*/
	/*left: -15px;*/
	display: table-cell;
	width: 55px;
	/*text-align: center;*/
	/*padding: 33px 5px 3px 5px;
	font-size: 10px;*/
}

#mbcnHeadMenu ul ,#mbcnHeadMenu_haken ul{
	position: relative;
	left: -34px;
    top: -15px;
}

#mbcnHeadMenu li ,#mbcnHeadMenu_haken li{
    border-bottom: 4px solid #7F7F7F;
    border-color: #6A5555;
    height: 10px;
    width: 30px;
}

#mbcnHeadMenu a ,#mbcnHeadMenu_haken a{
    background: url("../images/model/sub_menu.png") no-repeat scroll 0 0 / 138px 60px transparent;
    display: block;
    height: 40px;
    width: 40px;
}
#mbcnMainMenu {
    display: none;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 60px;
    width: 100%;
}
#mbcnMainMenu a {
    font-weight: bold;
}
#innerMenu {
    background: none repeat scroll 0 0 #999999;
    height: 1300px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1000;
}
#innerMenu li:last-child{
	border-bottom: 0px;
}
#opacitybackground {
	background: none repeat scroll 0% 0% #666666;
	position: absolute;
	height: 2376px;
	opacity: 0.9;
	z-index: 1000;
}
#opacitybackground_haken{
	background: none repeat scroll 0% 0% #666666;
	position: absolute;
	height: 2376px;
	opacity: 0.9;
	z-index: 1000;
}
.subBlock {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #000000;
    position: relative;
    width: auto;
    opacity: 1;
	font-size:12px;
}
.entry_title_color {
	padding: 10px;
	background-color: #f6f6f6;
}
.entry_title {
	background: rgb(255,202,62); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,202,62,1) 0%, rgba(255,98,03,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,202,62,1)), color-stop(100%,rgba(255,98,03,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,202,62,1) 0%,rgba(255,98,03,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,202,62,1) 0%,rgba(255,98,03,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,202,62,1) 0%,rgba(255,98,03,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,202,62,1) 0%,rgba(255,98,03,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca62', endColorstr='#fe9803',GradientType=0 ); /* IE6-9 */
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.entry_title a{
    display: block;
    color: #FFFFFF;
    text-align: center;
	font-size: 16px;
}
.entry_title a span{
    background-image: url("../images/model/00_btn_entry.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
	padding-right: 8%;
}
/**css of footer begin**/
#mbcn_footer{
	width: 100%;
	background-color:#FFFFFF;
}
#mbcn_footer01{
	width: 100%;
	background-color:#004fa2;
}
#copyright{
	display: table;
    width: 100%;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
	padding-top:9px;
    padding-bottom: 10px;
}
.last_pic {
	width: 100%;
	height: 17px;
}
.last_line {
	padding-top: 4px;
	background-color: #0279bf;
}
.last_line01 {
	padding-top: 4px;
	background-color: #1b3298;
}

.ptb32 {
	padding-top:16px;
	padding-bottom:16px;
}
.pt15 {
	padding-top:15px;
}
.ptb20 {
	padding-top:10px;
	padding-bottom:10px;
}
.ptb30 {
	padding-top:15px;
	padding-bottom:15px;
}
.ptb10 {
	padding-top:5px;
	padding-bottom:5px;
}
.plr6 {
	padding-left:3px;
	padding-right:3px;
}
.plr10 {
	padding-left:5px;
	padding-right:5px;
}
.plr20 {
	padding-left:10px;
	padding-right:10px;
}
.plr24 {
	padding-left:12px;
	padding-right:12px;
}
.pl30 {
	padding-left:15px;
}
.pl25 {
	padding-left:25px;
}
.pr10 {
	padding-right:5px;
}
.plr30 {
	padding-left:15px;
	padding-right:15px;
}
.pt20{
	padding-top: 10px;
}

.pb10{
	padding-bottom: 10px;
}
.pt34{
	padding-top: 17px;
}
.pb34{
	padding-bottom: 17px;
}

.pb68{
	padding-bottom: 34px;
}
.plr34 {
	padding-left:17px;
	padding-right:17px;
}

.plr14 {
	padding-left:7px;
	padding-right:7px;
}

.mtblr10 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.mt20 {
	margin-top: 10px;
}
.mt24 {
	margin-top: 12px;
}
.mt10 {
	margin-top: 5px;
}

.mb20 {
	margin-bottom: 10px;
}
.mt30 {
	margin-top: 15px;
}
.mt34 {
	margin-top: 17px;
}
.mb34 {
	margin-bottom: 17px;
}
.mb40 {
	margin-bottom: 17px;
}
.mb14 {
	margin-bottom: 7px;
}
.mb10 {
	margin-bottom: 5px;
}
.mt1210 {
	margin-top: 10px;
}

.mt7 {
	margin-top: 7px;
}
.mr20 {
	margin-right: 10px;
}
.mr30 {
	margin-right: 15px;
}
.mr10 {
	margin-right: 5px;
}
.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mtb12{
	margin-top:12px;
	margin-bottom:12px;
}
.mtb15 {
	margin-top:15px;
	margin-bottom:15px;
}

.mlr12 {
	margin-left:12px;
	margin-right:12px;
}

.mlr10{
	margin-left:10px;
	margin-right:10px;
}
.ptb8 {
	padding-top:8px;
	padding-bottom:8px;
}

.pt10 {
	padding-top:5px;
}
.pt6 {
	padding-top:6px;
}
.pt12 {
	padding-top:12px;
}

.ptb12 {
	padding-top:12px;
	padding-bottom:12px;
}

.ptb15 {
	padding-top:15px;
	padding-bottom:15px;
}

.ptb17{
	padding-top:17px;
	padding-bottom:17px;
}

.ptb34{
	padding-top:34px;
	padding-bottom:34px;
}

.plr12 {
	padding-left:12px;
	padding-right:12px;
}

.plr15{
	padding-left:15px;
	padding-right:15px;
}

.pt12 {
	padding-top:12px;
}

.pb34 {
	padding-bottom:17px;
}

.pb14 {
	padding-bottom:7px;
}

a:link,a:visited
{
	text-decoration:none;
}
a:hover,a:active {
}

a {
	color: #966ab4;
}

#darrow{
	background-image: url("../images/model/210_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 15px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

#darrow_link{
	background-image: url("../images/model/00_arrow_link.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 15px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

#rarrow{
	background-image: url("../images/model/greyleft_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 15px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

/*---------------------------------
	form　css - start
----------------------------------*/
/*---------------------------------
	form　css - end
----------------------------------*/

/* --------------------------------
	toggleBox - start
-------------------------------- */

.toggleBox {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
	width:100%;
}
.toggleHead {
    /*border-radius: 4px 4px 4px 4px;*/
    padding: 15px;
    position: relative;
}
.toggleHeadOpen {
    /*border-radius: 4px 4px 4px 4px;*/
    padding: 15px;
    position: relative;
}
.toggleHead .toggleHeadTitle2{
    background-image: url("../images/model/00_aco_l_off.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}
.toggleHeadOpen .toggleHeadTitle2{
    background-image: url("../images/model/00_aco_l_on.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}

.toggleHead .toggleHeadTitle{
    background-image: url("../images/model/down_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}
.toggleHeadOpen .toggleHeadTitle{
    background-image: url("../images/model/up_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}

.toggleHead img,.toggleHeadOpen img {
	float:left;
	position:relative;
	top:0px;
	left:0px;
	margin-right:5px;
}

.toggleHeadTitle {
	position:relative;
	top:0;
	line-height: 19px;
}
.toggleHeadTitle2 {
	position:relative;
	top:0;
	color:#FFFFFF;
	line-height: 19px;
}

.toggleHeadNoImg span {
	top:0px;
}

.toggleBody {
    display: none;
}

/* --------------------------------
	toggleBox - end
-------------------------------- */
/* --------------------------------
	入力画面用 - start
-------------------------------- */

#entry_mv {
	background-color: #FF919F;
	position: relative;
	height:40px;
	width:100%;
}

#entry_mv h4 {
    color: #FFFFFF;
    position: absolute;
    left:10px;
    margin:12px 0px;
    line-height: 16px;
}

/* --------------------------------
	入力画面用 - end
-------------------------------- */

.serialTopBlock {
	position: relative;
	color: #FFFFFF;
	font-weight:bold;
	padding:10px 17px;
	background-color: #3399cc;
}

.serialHeaderBlock {
	position: relative;
	color: #FFFFFF;
	font-weight:bold;
	border-top:none;
	padding: 10px 17px;
	background-color: #3399cc;
}
.serialHeaderBlock .titleWords, .serialTopBlock .titleWords{
	margin-right: 10px;
	line-height: 17px;
	float: left;
}
.serialContentBlock {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	border-top:none;
	padding: 0px 17px;
	min-height:20px;
}

.serialTopBlock select, .serialHeaderBlock select, .serialContentBlock select {
	height:30px;
	/*border:1px solid #D4D4D4;*/
	font-size:inherit;
}

.serialTopBlock input[type="text"], .serialHeaderBlock input[type="text"], .serialContentBlock input[type="text"],
.serialTopBlock input[type="tel"], .serialHeaderBlock input[type="tel"], .serialContentBlock input[type="tel"] {
	border:1px solid #D4D4D4;
	height:30px;
}

.serialTopBlock ul, .serialHeaderBlock ul, .serialContentBlock ul {
	margin:0px;
	padding:0px;
	padding-bottom:17px;
}

.serialTopBlock ul li, .serialHeaderBlock ul li, .serialContentBlock ul li {
	padding-top:17px;
}

#mcp_profile_name_input,
#mcp_profile_gotengineerexp_input {
	border-bottom: none;
}

.serialContentBlock ul.mcp_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.serialContentBlock ul.mcp_flex.mcp_pb,
#mcp_profile_gotengineerexp_input ul,
.serialContentBlock .listRadioBox.mcp ul {
	padding-bottom: 0;
}

.serialContentBlock ul.mcp_flex li {
	width: 50%;
}

.serialContentBlock ul.mcp_flex .titleText span {
	padding-right: 5px;
	position: static;
	line-height: 44px;
}

.serialContentBlock ul.mcp_flex .titleText input[type="text"] {
	width: 70%;
	height: 42px;
}

#profile_tel_input li.tel1 span,
#profile_tel_input li.tel2 span {
	display: none;
}

#profile_tel_input li.tel1 input,
#profile_tel_input li.tel2 input {
	width: 100%;
	height: 42px;
}

#profile_tel_input li.tel2 {
	display: none;
}

.serialContentBlock .work_type select:disabled,
.serialContentBlock .work_year select:disabled {
	background-color: #666 !important;
	color: #000;
}

.serialContentBlock ul.mcp_flex.mcp_input .titleText span {
	padding-right: 9px;
	padding-left: 9px;
	position: static;
	line-height: 44px;
}

#mcp_information #mainArea > p {
	padding: 10px;
}

#mcp_information #mainArea > h4 {
	padding: 8px 15px;
	background-color: #d3e6f6;
	font-weight: bold;
	color: #173287;
}

#mcp_information #mainArea ul,
#mcp_information #mainArea ol {
	padding: 12px;
}

#mcp_information #mainArea ul li {
	padding-top: 0;
	list-style: none outside none;
	background: url(/shared/img/bullet_middle.gif) no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
	padding-left: 15px;
}

#mcp_information #mainArea ol li {
	list-style: decimal outside none;
	margin-left: 20px;
}

#mcp_information #mainArea ol li ul li {
	list-style: none outside none;
}

.serialTopBlock .titleImg ,.serialHeaderBlock .titleImg ,.serialHeaderBlock .titleImg{
	float: left;
	color: #FFFFFF;
	text-align: center;
	background-color: #ff6666;
}

.titleText span {
	float:left;
	width:45px;
	text-align:center;
	padding-right:10px;
	position: relative;
	top: 8px;
}

.titleText input[type="text"] {
	width:75%;
	height: 30px;
}

.titleText input {
	width:75%;
	height: 30px;
}

.titleText1 span {
	width:37px;
	text-align:center;
	padding-left:10px;
	position: relative;
	top: 8px;
}

.titleText1 input[type="text"] {
    float:left;
	width:50%;
}

.titleText1 input {
	float:left;
	width:50%;
}
.titleText1 select {
	float:left;
	width:50%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.birthDate .birthMonth, .birthDate .birthDay {
	display:inline;
}

.birthDate .birthMonth select, .birthDate .birthDay select {
	width:25%;
}

.listRadioBox .floatRadio {
    float: left;
    width: 50%;
}

.floatRadio1 {
    width: 100%;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.label_check,
.label_radio {
    padding: 4px 0px 4px 25px;
}

.label_radio{
    background: url("../images/model/00_radio_0ff.png") no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
}
.label_check {
    background: url("../images/model/00_check_off.png") no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
	display:block;
}
label.c_on {
    background: url("../images/model/00_check_on.png") no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
}
label.r_on {
    background: url("../images/model/00_radio_on.png") no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
}
.label_check input,.label_radio input {
    position: absolute;
    left: -9999px;
}

/* --------------------------------
	検索用 - start
-------------------------------- */

.list_headcolor{
	background:#3399cc;
	color:#ffffff;
}

.submitBtn {
	width: 100%;
	border:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	font-size:16px;
}

.submit_margin_line {
	height: 1px;
	width: 100%;
	background-color: #297aa3;
}
.submit_margin img {
	width: 100%;
	height: 4px;
}
#submit_header {
    background-color: #3399cc;
	text-align: center;
}

.submit_margin_line1 {
	height: 1px;
	width: 100%;
	background-color: #013f82;
}
.submit_margin1 img {
	width: 100%;
	height: 4px;
}
#submit_header1 {
    background-color: #014fa2;
	text-align: center;
}
.back_before {
	color: #FFFFFF;
	float: left;
    margin:5px 0px 5px 10px;
}

.back_before img{
	width: 56px;
    height:36px;
}

#submit_header .submit_title ,#submit_header1 .submit_title{
	color: #FFFFFF;
	padding: 0;
	line-height:16px;
	font-size: 16px;
	font-weight: bold;
}

#entry_sub_title .submit_margin1 ,#entry_sub_title .submit_margin{
	display:table;
	width:100%;
}
#entry_sub_title #submit_header1 ,#entry_sub_title #submit_header{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	padding: 10px 15px;
}
#entry_sub_title img{
    width: 100%;
    height: 4px;
}

.freeWord {
	color:#000000;
}

.freeWord div {
	border-radius: 4px 5px 4px 5px;
	border: 2px solid #CBCBCB;
	width:auto;
}

.freeWord p {
	height:35px;
}

.freeWord ul {
	display: table;
    height: 35px;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.freeWord li {
    display: table-cell;
    text-align: center;
}

.freeWord li:last-child {
	border-left:2px solid #CBCBCB;
	/*border-right:2px solid #CBCBCB;*/
	width:78px;
}

.freeWord span {
	color:#727272;
}

.freeWord input {
	width:95%;
	height:35px;
	color:#4B4B4B;
	border: medium none;
	padding-left: 5px;
	font-size: 13px;
}

/* --------------------------------
	検索用 - end
-------------------------------- */

/* --------------------------------
	slidedialog - start
-------------------------------- */
 #slide_container {
   width:100%;
   height:auto;
   overflow: hidden;
   margin:0 auto;
 }
 #slide_areas {
   width:200%;
   -webkit-transition:all 0.5s ease-in-out;
   -moz-transition:all 0.5s ease-in-out;
   -o-transition:all 0.5s ease-in-out;
   transition:all 0.5s ease-in-out;
 }

 #slide_areas .slide_area{
   padding:0;
   margin:0;
   float:left;
   width:50%;
 }

#slide_area_left,#slide_area_right {
   padding:0;
   margin:0;
   width:100%;
}

#slide_menu {
 	height: 52px;
    margin: 0;
    /*padding: 7px 0 7px 15px;*/
    width: auto;
    background-image: url("../images/model/00_head_slide.png");
    background-position: left;
    background-repeat: repeat-x;
    background-size: 1px 52px;
}

#slide_menu ul {
    display: table;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
}
#slide_menu li {
    display: table-cell;
    text-align: center;
}
#slide_back {
	/*border-radius: 4px;*/
	color: #FFFFFF;
	/*font-size:12px;*/
	float: left;
    /*padding: 7px 10px;*/
    text-align: center;
    margin:7px;
    /*width: 80px;*/
}

#slide_title {
	color: #FFFFFF;
	 margin-left: 40px;
	 padding: 0;
	 position: relative;
	 top: 18px;
	 line-height:16px;
}

 #slide_areas .slide_left,#slide_areas .slide_right {
background: none repeat scroll 0 0 red;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   padding:0 10px;
 }

 #slide_right_main{
	margin: 0;
	padding: 10px;
	background-image:url("../images/model/00_bg.png");
 }
/* --------------------------------
	slidedialog - end
-------------------------------- */
/* --------------------------------
	slidedialog for search - start
-------------------------------- */
 #slide_search_areas {
   width:300%;
   -webkit-transition:all 0.5s ease-in-out;
   -moz-transition:all 0.5s ease-in-out;
   -o-transition:all 0.5s ease-in-out;
   transition:all 0.5s ease-in-out;
 }

 #slide_search_areas .slide_area{
   padding:0;
   margin:0;
   float:left;
   width:33.2%;
 }

#slide_title {
	color: #FFFFFF;
	 margin-left: 40px;
	 padding: 0;
	 position: relative;
	 top: 18px;
	 line-height:16px;
}

 #slide_search_areas .slide_left,#slide_search_areas .slide_right {
background: none repeat scroll 0 0 red;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   padding:0 10px;
 }
/* --------------------------------
	slidedialog for search - end
-------------------------------- */
/* --------------------------------
	listHtmlLink - start
-------------------------------- */
.listHtmlLink {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow:
    inset 0px 15px 8px -10px #D9D9D9,
    inset 0px 0px 8px -10px #D9D9D9;
}
.listHtmlLinkNoshadow {
    padding: 0;
    margin: 0;
	border-bottom: 1px solid #dddddd;
}
.listHtmlLinkNoshadow img
{
	margin-right: 10px;
}
.listHtmlLinkNoshadow a {
    background-clip: padding-box;
    display: block;
    overflow: hidden;
    padding: 0 18px 0 0;
    position: relative;
    text-decoration: none;
    color: #3B3B3B;
}
.listHtmlLink li {
    border-bottom: 2px dotted #D9D9D9;
    background-color: #f6f6f6;
    font-weight: bold;
}
.listHtmlLink li:last-child {
    border-bottom: 0px dashed #F0F0F0;
}
.listHtmlLinkNoshadow li {
    border-bottom: 1px solid #c0c0c0;
}
.listHtmlLinkNoshadow span {
	position: relative;
	bottom: 4px;
}
.listHtmlLink a,.listHtmlLinkNoshadow a {
    background-clip: padding-box;
    display: block;
    overflow: hidden;
    padding: 13px 15px 13px 0px;
    margin-right: 0;
    position: relative;
    text-decoration: none;
    color: #3B3B3B;
}
.listHtmlLink div,.listHtmlLinkNoshadow div {
    background-image: url("../images/model/00_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
}
.listHtmlLinkNoshadow .pdfCss {
    background-image: url("../images/model/00_icon_pdf.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.vmalign{
	vertical-align: middle;
}
.listHtmlLink li:first-child{
	border-top: 1px solid #D9D9D9;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 5px 5px -4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 5px 5px -4px rgba(0,0,0,0.2) inset;
}
.listHtmlLinkNoshadow li:last-child{
	border-bottom: 0px;
}

.menuListBlock {
    padding: 0px;
    margin:0px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.menuListBlock li {
	border-left:1px solid #c0c0c0;
    border-right:1px solid #c0c0c0;
}

.menuListBlock span {
	float:right;
}
/* --------------------------------
	listHtmlLink - end
-------------------------------- */
/* --------------------------------
	listHtmlLink1 - start
-------------------------------- */
.html_link_01 {
	display: block;
    padding: 15px;
    border: 1px solid #c0c0c0 ;
}

.linkarr7{
	padding:15px 10px 15px 15px;
	display: block;
}

.html_link_01 a{
    color: #000000;
}

.blackcolor {
    color: #4b4b4b;
}
.link_text_01 {
    background-image: url("../images/model/00_arrow_link.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color:#2885a0;
    font-weight:bold;
}

.link_text_02 {
    background-image: url("../images/model/00_arrow_link.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color:#2885a0;
    font-weight:bold;
}

.link_text_03 {
    background-image: url("../images/model/00_next_off.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color:#2885a0;
    font-weight:bold;
}

.links1 {
	background-image: url("../images/model/00_next_off.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
/* --------------------------------
	listHtmlLink1 - end
-------------------------------- */

/* --------------------------------
	basic - start
-------------------------------- */
.orignBtn {
	background: rgb(255,178,88); /* Old browsers */
	background: -moz-linear-gradient(top, #ffc847 0%, #ff7e01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc847), color-stop(100%,#ff7e01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc847 0%, #ff7e01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc847 0%, #ff7e01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc847 0%, #ff7e01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc847 0%, #ff7e01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc847', endColorstr='#ff7e01',GradientType=0 ); /* IE6-9 */
}

.redBtn {
	background: #e43d04; /* Old browsers */
	background: -moz-linear-gradient(top, #f18f68 0%, #e43d04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18f68), color-stop(100%,#e43d04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f18f68 0%, #e43d04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f18f68 0%, #e43d04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f18f68 0%, #e43d04 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f18f68 0%, #e43d04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18f68', endColorstr='#e43d04',GradientType=0 ); /* IE6-9 */
}

.pb5 {
	padding-bottom: 5px;
}

.orignBorder {
	border: 1px solid #FFB258;
}
.roundrect{
	 border-radius: 4px 4px 4px 4px;
}
.grayBorder {
	border: 1px solid #FFFAD6;
}

.border1 {
	border: 1px solid #F0F0F0;
}

.blue_arrow_right{
	background-image: url("../images/model/00_arrow_link_haken.png");
}

.orignFontWeight {
	font-weight: bold;
}

.blueBtn {
    background: #4dadf3; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(77,173,243,1) 0%, rgba(0,119,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,173,243,1)), color-stop(100%,rgba(0,119,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(77,173,243,1) 0%,rgba(0,119,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(77,173,243,1) 0%,rgba(0,119,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(77,173,243,1) 0%,rgba(0,119,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(77,173,243,1) 0%,rgba(0,119,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dadf3', endColorstr='#0077f4',GradientType=0 ); /* IE6-9 */
}
.blueItem {
    background: #4e74b3; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(78,116,179,1) 0%, rgba(101,137,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,116,179,1)), color-stop(100%,rgba(101,137,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e74b3', endColorstr='#6589c5',GradientType=0 ); /* IE6-9 */
}

.blueItem .toggleHeadOpen{
	border-radius: 4px;
    background: #4e74b3; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(78,116,179,1) 0%, rgba(101,137,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,116,179,1)), color-stop(100%,rgba(101,137,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(78,116,179,1) 0%,rgba(101,137,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e74b3', endColorstr='#6589c5',GradientType=0 ); /* IE6-9 */
}

.blueItem .toggleHead{
	border-radius: 4px;
    background: #6589c5; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,137,197,1) 0%, rgba(78,116,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,137,197,1)), color-stop(100%,rgba(78,116,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,137,197,1) 0%,rgba(78,116,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(101,137,197,1) 0%,rgba(78,116,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(101,137,197,1) 0%,rgba(78,116,179,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,137,197,1) 0%,rgba(78,116,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6589c5', endColorstr='#4e74b3',GradientType=0 ); /* IE6-9 */
}

.greenItem{
	background: #36a0ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #36a0ce 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36a0ce), color-stop(100%,#41a9d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#36a0ce 0%,#41a9d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#36a0ce 0%,#41a9d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #36a0ce 0%,#41a9d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #36a0ce 0%,#41a9d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a0ce', endColorstr='#41a9d6',GradientType=0 ); /* IE6-9 */
}

.bluebackground{
	background-color:#0279bf;
}

.lightblue{
	color:#a6cee5;
}

.pinkBtn {
	background: rgb(241,167,194); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,167,194,1) 0%, rgba(254,141,184,1) 2%, rgba(251,134,178,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,167,194,1)), color-stop(2%,rgba(254,141,184,1)), color-stop(100%,rgba(251,134,178,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,167,194,1) 0%,rgba(254,141,184,1) 2%,rgba(251,134,178,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,167,194,1) 0%,rgba(254,141,184,1) 2%,rgba(251,134,178,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,167,194,1) 0%,rgba(254,141,184,1) 2%,rgba(251,134,178,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,167,194,1) 0%,rgba(254,141,184,1) 2%,rgba(251,134,178,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a7c2', endColorstr='#fb86b2',GradientType=0 ); /* IE6-9 */
}

.pinkBorder {
	border: 1px outset #f1a7c2;
}
.pinkbtnbackground
{
	background-color: #FF69A0;
}
.pinkbackground
{
	background-color: #FF919E;
}
.grayBg {
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
.pinkBg{
	background: rgb(255,106,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,147,187,1) 0%, rgba(255,106,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,147,187,1)), color-stop(100%,rgba(255,106,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,147,187,1) 0%,rgba(255,106,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,147,187,1) 0%,rgba(255,106,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,147,187,1) 0%,rgba(255,106,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,147,187,1) 0%,rgba(255,106,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6FA4', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.grayBorder {
	border: 1px solid #CBCBCB;
   	border-radius: 4px 4px 4px 4px;
}

.lightgray{
	background-color:#e9e9e9;
}

.graycolor{
	color:#4b4b4b;
}

.redColor {
	color:#FF69A0;
}

.whitecolor
{
    color:#FFFFFF;
}

.whitebg
{
    background-color:#FFFFFF;
}

.blackcolor
{
    color:#000000;
}

.titleColor {
	color:#727272;
}

.block{
	background-color: #FFFFFF;
}

.blockShadow {
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.blockLine {
	height:5px;
    margin-bottom: 15px;
    margin-top: 11px;

    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                            color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
                            color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
                            to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);

    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);

	-webkit-background-size: 8px 9px;
     -moz-background-size: 8px 9px;
       -o-background-size: 8px 9px;
          background-size:8px 9px;

}

.redLine {
	height:4px;
    background-color: #ff69a0;
}

/* --------------------------------
	twoButtonTag - start
-------------------------------- */
.leftSection {
	border-radius: 4px 5px 4px 5px;
	background: -moz-linear-gradient(top,#ffca62 0%,#fe9803 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca62), color-stop(100%,#fe9803)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffca62 0%,#fe9803 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffca62 0%,#fe9803 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffca62 0%,#fe9803 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffca62 0%,#fe9803 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca62', endColorstr='#fe9803',GradientType=0 );
	text-align:center;
	display: block;
}

.rightSection {
    border-radius: 4px 5px 4px 5px;
	background: -moz-linear-gradient(top,#7dcef3 0%,#32a0de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dcef3), color-stop(100%,#32a0de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#7dcef3 0%,#32a0de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#7dcef3 0%,#32a0de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#7dcef3 0%,#32a0de 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7dcef3 0%,#32a0de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dcef3', endColorstr='#32a0de',GradientType=0 ); /* IE6-9 */
    text-align:center;
    display: block;
}

.liSpace{
	width:5px;
	display: table-cell;
}

.outSection{
	display: table;
	table-layout: fixed;
	padding: 0;
	width: 100%;
	margin:10px 0px;
}

.entryLable{
	/*background: url("../images/model/00_btn_entry.png") no-repeat scroll 10% center transparent;
	background-size: 16px;
	padding: 0px 20px;
	color: #FFFFFF;
	font-weight: bold;
	*/
	background-image: url("../images/model/00_btn_entry.png") ;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
    color: #FFFFFF;
	font-weight: bold;
}

.searchLable{
	/*background: url("../images/model/00_btn_search.png") no-repeat scroll 15% center transparent;
	background-size: 16px;
	padding: 0px 20px;
	color: #FFFFFF;
	font-weight: bold;
	*/
	background-image: url("../images/model/00_btn_search.png") ;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
    color: #FFFFFF;
	font-weight: bold;
}



/* --------------------------------
	twoButtonTag - end
-------------------------------- */
/* --------------------------------
	titleTag1 - start
-------------------------------- */
.title_outter{
	display: table;
	table-layout: fixed;
	padding: 8px 0px;
	width: 100%;
	margin:0px 0px 17px;
}

.title_border{
	border-bottom: 1px solid #9ebcd8;
}

.title_inner_left{
	display:table-cell;
	height:100%;
	width:3px;
	background: -moz-linear-gradient(top, #004e99 0%,#3271ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004e99), color-stop(100%, #3271ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004e99 0%,#3271ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004e99 0%,#3271ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004e99 0%,#3271ad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #004e99 0%,#3271ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e99', endColorstr='#3271ad',GradientType=0 ); /* IE6-9 */
}

.title_inner_center{
	width:8px;
	display: table-cell;
}

/* --------------------------------
	titleTag1 - end
-------------------------------- */
/* --------------------------------
	subtitle - start
-------------------------------- */
.subtitle{
	color:#004e99;
	display:table;
	margin:10px 0px;
}

.circle{
	width:16px;
	height:16px;
	margin:0px 2px 0px 0px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background:#004e99
}

.table_cell{
	display:table-cell;
}
/* --------------------------------
	subtitle - end
-------------------------------- */
/* --------------------------------
	basic - end
-------------------------------- */

/* --------------------------------
	balloon - start
-------------------------------- */
.balloon {
    bottom: 25px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.balloon > div {
    background: rgb(252,255,217); /* Old browsers */
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #FCFFD9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFFFFF 0%, #FCFFD9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFFFFF 0%, #FCFFD9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFFFFF 0%, #FCFFD9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFFFFF 0%, #FCFFD9 100%); /* W3C */
    border: 2px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #FFFFFF inset, 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 10px 10px 0;
    position: relative;
    width: 260px;
}
.balloon > div p {
    background-image: url("../images/model/bg_balloonar.png") ;
    background-position: center bottom;
    background-size: 33px 25px;
    background-repeat: no-repeat;
    margin-bottom: -25px;
    padding-bottom: 35px;
}
.balloon > div p img {
    margin-right: 3px;
    position: relative;
    top: -5px;
    vertical-align: middle;
    width:18px ! important;
    height:25px ! important;
}
.balloonclose {
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
}
/* --------------------------------
	balloon - end
-------------------------------- */
.menuListCss{
	background-position: top left;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left:30px;
    font-size:12px;
}
.hakenMenuIcon01{
	background-image: url("../images/model/00_icon_1.png") ;
}
.hakenMenuIcon02{
	background-image: url("../images/model/00_icon_2.png") ;
}

.hakenMenuIcon03{
	background-image: url("../images/model/00_icon_3.png") ;
}
.hakenMenuIcon04{
	background-image: url("../images/model/00_icon_4.png") ;
}
.hakenMenuIcon05{
	background-image: url("../images/model/00_icon_5.png") ;
}
.hakenMenuIcon06{
	background-image: url("../images/model/00_icon_6.png") ;
}
.hakenMenuIcon07{
	background-image: url("../images/model/00_icon_7.png") ;
}

.syainMenuIcon01{
	background-image: url("../images/model/001_icon_1.png") ;
}
.syainMenuIcon02{
	background-image: url("../images/model/001_icon_2.png") ;
}
.syainMenuIcon03{
	background-image: url("../images/model/001_icon_3.png") ;
}
.syainMenuIcon04{
	background-image: url("../images/model/001_icon_4.png") ;
}
.syainMenuIcon05{
	background-image: url("../images/model/001_icon_5.png") ;
}
.syainMenuIcon06{
	background-image: url("../images/model/001_icon_6.png") ;
}
.syainMenuIcon07{
	background-image: url("../images/model/001_icon_7.png") ;
}
.syainMenuIcon08{
	background-image: url("../images/model/001_icon_8.png") ;
}
.syainMenuIcon09{
	background-image: url("../images/model/001_icon_9.png") ;
}
.syainMenuIcon10{
	background-image: url("../images/model/001_icon_10.png") ;
}
.syainMenuIcon11{
	background-image: url("../images/model/001_icon_11.png") ;
}
.syainMenuIcon12{
	background-image: url("../images/model/001_icon_12.png") ;
}


/**===css of shinsotsu begin===**/

/**+++css of shinsotsu header begin+++**/
#sss_header {
	display: block;
	-webkit-background-size: 100% 55px;
	background-size: 100% 55px;
	height:55px;
	width:100%;
	background-color: #1b3298;
	padding-bottom: 4px;
}
#sss_sub_header {
	background-color: #ffffff;
	padding: 19px 0 19px 12px;
	text-align: left;
}
.sss_logo_img {
	height: 17px;
	width: 259px;
	text-align: center;
}
/**+++css of shinsotsu header end+++**/

#mbcn_sss_main {
	/*align: center;*/
	background-color: #DDDFE1;
	padding: 10px 10px;
}

.boldfont {
	font-weight: bold;
}

.twobtngb {
	width:100%;
	height:50px;
	text-align: center;
    vertical-align: middle;
}

.twobtnSection{
	display: table;
	table-layout: fixed;
	padding: 0;
	width: 100%;
	margin: 0px;
}

.whitecolor {
	color: #ffffff;
}

.lightblue {
	color: #336699;
}

.lightbluebg {
	background-color: #e8f0fd;
}

#sss_mbcn_sub_main {
	align: center;
	padding: 10px 10px 34px;
	background-image:url("../images/model/00_bg.png");
}

.largettl {
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	text-align: left;
	/*line-height: 14px;*/
	padding: 17px 15px;
}

.mediumttl {
	text-align: left;
	line-height: 14px;
	padding: 7px 15px;
    text-align: left;
}

.sss_margin_line {
	height: 1px;
	width: 100%;
	background-color: #013f82;
}

#sss_subttt {
 	height: 52px;
    margin: 0;
    width: auto;
    background-color: #014fa2
}

.sss_back_before {
	color: #FFFFFF;
	float: left;
    text-align: center;
    margin:7px;
}

.sss_title1 {
	color: #FFFFFF;
	 padding: 0;
	 position: relative;
	 top: 17px;
	 line-height:16px;
	 left:-40px;
	 font-weight: bold
}

.sss_title2 {
	color: #FFFFFF;
	 padding: 0;
	 position: relative;
	 top: 11px;
	 line-height:16px;
	 left:-40px;
	 font-weight: bold
}

.sss_title3 {
	color: #FFFFFF;
	 padding: 0;
	 position: relative;
	 top: 17px;
	 line-height:16px;
	 /*left:-20px;*/
	 font-weight: bold
}

.bluerect {
	background-color: #e8f0fd;
	border: 1px solid #93a3bd;
	color: #336699;
	height: 50px;
    padding: 5px;
    position: relative;
}

.bluenumrect {
	background-color: #719eca;
	color: #ffffff;
    height: 16px;
    line-height: 16px;
    padding: 17px 0;
    position: absolute;
    width: 19px;
    text-align: center;
}

.whiterect {
	background-color: #fbfbfb;
	border: 1px solid #c0c0c0;
	color: #999999;
	height: 50px;
    padding: 5px;
    position: relative;
}

.graynumrect {
	background-color: #c0c0c0;
	color: #ffffff;
    height: 16px;
    line-height: 16px;
    padding: 17px 0;
    position: absolute;
    width: 19px;
    text-align: center;
}

.rectword {
	font-size: 10px;
    font-weight: bold;
    left: 29px;
    line-height: 16px;
    padding: 9px 0;
    position: absolute;
    text-align: left;
}

.btn_orgiangegradient {
	background: #ff9727; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9727 0%, #ffc240 50%, #ff8b0e 51%, #ff8a18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9727), color-stop(50%,#ffc240), color-stop(51%,#ff8b0e), color-stop(100%,#ff8a18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9727 0%,#ffc240 50%,#ff8b0e 51%,#ff8a18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9727 0%,#ffc240 50%,#ff8b0e 51%,#ff8a18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9727 0%,#ffc240 50%,#ff8b0e 51%,#ff8a18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff9727 0%,#ffc240 50%,#ff8b0e 51%,#ff8a18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9727', endColorstr='#ff8a18',GradientType=0 ); /* IE6-9 */
}

.btn_greengradient {
	background: #00afbd; /* Old browsers */
	background: -moz-linear-gradient(top, #00afbd 0%, #1fbdb6 50%, #00959e 51%, #008c9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afbd), color-stop(50%,#1fbdb6), color-stop(51%,#00959e), color-stop(100%,#008c9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00afbd 0%,#1fbdb6 50%,#00959e 51%,#008c9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00afbd 0%,#1fbdb6 50%,#00959e 51%,#008c9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00afbd 0%,#1fbdb6 50%,#00959e 51%,#008c9e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00afbd 0%,#1fbdb6 50%,#00959e 51%,#008c9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afbd', endColorstr='#008c9e',GradientType=0 ); /* IE6-9 */
}

.btn_bluegradient {
	background: rgb(62,140,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(62,140,221,1) 0%, rgba(74,165,218,1) 50%, rgba(43,115,203,1) 51%, rgba(53,116,199,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,140,221,1)), color-stop(50%,rgba(74,165,218,1)), color-stop(51%,rgba(43,115,203,1)), color-stop(100%,rgba(53,116,199,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(62,140,221,1) 0%,rgba(74,165,218,1) 50%,rgba(43,115,203,1) 51%,rgba(53,116,199,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(62,140,221,1) 0%,rgba(74,165,218,1) 50%,rgba(43,115,203,1) 51%,rgba(53,116,199,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(62,140,221,1) 0%,rgba(74,165,218,1) 50%,rgba(43,115,203,1) 51%,rgba(53,116,199,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(62,140,221,1) 0%,rgba(74,165,218,1) 50%,rgba(43,115,203,1) 51%,rgba(53,116,199,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8cdd', endColorstr='#3574c7',GradientType=0 ); /* IE6-9 */
}

.ttl_bluegradient {
	background: rgb(17,116,203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(17,116,203,1) 0%, rgba(53,140,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,116,203,1)), color-stop(100%,rgba(53,140,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1174cb', endColorstr='#358cd8',GradientType=0 ); /* IE6-9 */
}

.toggleHeadSSS {
    padding: 15px;
    position: relative;
}

.toggleHeadOpenSSS {
    padding: 15px;
    position: relative;
}

.blueItemSSS {
    background: #1174cb; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(17,116,203,1) 0%, rgba(53,140,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,116,203,1)), color-stop(100%,rgba(53,140,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1174cb', endColorstr='#358cd8',GradientType=0 ); /* IE6-9 */
}

.blueItemSSS .toggleHeadOpenSSS{
	border-radius: 4px;
    background: #1174cb; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(17,116,203,1) 0%, rgba(53,140,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,116,203,1)), color-stop(100%,rgba(53,140,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(17,116,203,1) 0%,rgba(53,140,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1174cb', endColorstr='#358cd8',GradientType=0 ); /* IE6-9 */
}
.blueItemSSS .toggleHeadSSS{
	border-radius: 4px;
    background: #358cd8; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(53,140,216,1) 0%, rgba(17,116,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,140,216,1)), color-stop(100%,rgba(17,116,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(53,140,216,1) 0%,rgba(17,116,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(53,140,216,1) 0%,rgba(17,116,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(53,140,216,1) 0%,rgba(17,116,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(53,140,216,1) 0%,rgba(17,116,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358cd8', endColorstr='#1174cb',GradientType=0 ); /* IE6-9 */
}

.toggleHeadSSS .toggleHeadTitle2{
    background-image: url("../images/model/00_aco_l_off.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}
.toggleHeadOpenSSS .toggleHeadTitle2{
    background-image: url("../images/model/00_aco_l_on.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 31px;
}

.toggleHeadOmit {
    /*border-radius: 4px 4px 4px 4px;*/
    padding: 15px;
    position: relative;
}
.toggleHeadOpenOmit {
    /*border-radius: 4px 4px 4px 4px;*/
    padding: 15px;
    position: relative;
}
.contread{
	text-align: right;
	background: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}
.omitword{
	text-overflow: ellipsis;
	overflow: hidden;
}
.omitsign{
	line-height:20px;
	float:right;
	position:relative;
	top:-21px;
	left:-1px;
	background-color:#FFFFFF;
}

/**+++css of shinsotsu footer begin+++**/
.sss_last_line {
	padding-top: 4px;
	background-color: #1b3298;
}
/**+++css of shinsotsu footer end+++**/

/**===css of shinsotsu end===**/

input:focus::-moz-placeholder{
    color:transparent;
}
input:focus::-webkit-input-placeholder{
    color:transparent;
}
input:focus:: -ms-input-placeholder{
    color:transparent;
}


/*=== CV 振り分けエリア[start] 20151008===*/

.mcp_allocation{
	padding: 0px 10px 10px 10px;
	background-image: url("../images/model/00_bg.png");
}

.mcp_allocation.mcp_knowledgeCVarea{
	background-image: none;
	margin-top: -10px;
}

.mcp_allocation img{
	width: 100%;
	height: auto;
}

.mcp_allocationWrapper {
	background-color: #F3F3F3;
    padding: 10px 10px 5px 10px;
}

.mcp_allocationTexts {
    font-size: 12px;
    color: #000;
}


.mcp_allocationMainText{
	font-size: 19px;
	font-weight: bold;
}

.mcp_allocation_color{
    color: #014FA2;
}
.mcp_allocation_smallText{
	font-size: 16px;
}

.mcp_allocation_ln12{
	line-height: 1.4em;
}

.mcp_allocationLinks a{
    display: block;
    padding: 5px 0px 0px 0px;
}

.mcp_allocationCvr{
	background-color: #FFF;
	padding: 10px 10px;
}

.mcp_allocationCvrWrapper{
	display: table;
	width: 100%;
}
.mcp_allocationCvrWrapper > div{
	display: table-cell;
}
a.mcp_allocationCvrLink {
    display: block;
    padding: 0px 5px 0px 0px;
}

a.mcp_allocationAppReqLink {
    display: block;
    padding: 0px 0px 0px 5px;
}
/*=== CV 振り分けエリア[end] ===*/


/*=== 新メニュー [start] 20151008===*/
section#mcp_menu {
	background-color: #FFF;
}
#mcp_menu .mcp_menuSubTitle{
	background: #6d8dc0;
	line-height: 15px;
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
#mcp_menu .mcp_menuTitle{
	background: #1b3298;
}
#mcp_menu ul.mcp_menuLinks li{
	border-bottom: 2px solid #c0c0c0;
	position: relative;
}
#mcp_menu ul.mcp_menuLinks.mcp_menuLinks_noIcon li{

}
#mcp_menu ul.mcp_menuLinks li::before{
	display: inline-block;
	content: '';
	background-size: 22px 20px;
	width: 22px;
	height: 20px;
	position: absolute;
	top: 25%;
	left: 10px;
}
#mcp_menu .mcp_menulink_home::before{
	background: url(../images/menu_pngs/mcp_menulink_home.png) no-repeat;
}
#mcp_menu .mcp_menulink_entry::before{
	background: url(../images/menu_pngs/mcp_menulink_entry.png) no-repeat;
}
#mcp_menu .mcp_menulink_appReq::before{
	background: url(../images/menu_pngs/mcp_menulink_appReq.png) no-repeat;
}
#mcp_menu .mcp_menulink_pjSearch::before{
	background: url(../images/menu_pngs/mcp_menulink_pjSearch.png) no-repeat;
}
#mcp_menu .mcp_menulink_growing::before{
	background: url(../images/menu_pngs/mcp_menulink_growing.png) no-repeat;
}
#mcp_menu .mcp_menulink_beginner::before{
	background: url(../images/menu_pngs/mcp_menulink_beginner.png) no-repeat;
}
#mcp_menu .mcp_menulink_expert::before{
	background: url(../images/menu_pngs/mcp_menulink_expert.png) no-repeat;
}
#mcp_menu .mcp_menulink_realIntention::before{
	background: url(../images/menu_pngs/mcp_menulink_realIntention.png) no-repeat;
}
#mcp_menu .mcp_menulink_industrialInfo::before{
	background: url(../images/menu_pngs/mcp_menulink_industrialInfo.png) no-repeat;
}

#mcp_menu ul.mcp_menuLinks li::after{
	display: inline-block;
	content: '';
	background: url(../images/menu_pngs/mcp_menu_arrow.png) no-repeat;
	background-size: 19px 17px;
	width: 19px;
	height: 17px;
	position: absolute;
	top: 33%;
	right: 15px;
}

#mcp_menu ul.mcp_menuLinks li a{
	display: block;
	padding: 10px 15px 10px 45px;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	color: #0067CC;
}

#mcp_menu ul.mcp_menuLinks.mcp_menuLinks_noIcon li a{
	padding: 10px 30px 10px 15px;
}
/*=== 新SPメニュー [end] ===*/
/* #43201 */
#mbcn_footer > .mcp_snsIconWrap {
	height: 32px;
	text-align: center !important;
    margin: 20px 0 20px;
}

#mbcn_footer > .mcp_snsIconWrap img {
	margin-right: 20px;
}

#mbcn_footer > .mcp_snsIconWrap a {
	display: inline !important;
}

#mbcn_footer > .mcp_snsIconWrap > a:last-child > img {
	margin-right: 0;
}
/* #43201 */

/* #43926【スタッフサービス】[ENG_WEB_MNT-3246]エンジニアリングstudioサイト公開に合わせた対応
   横画面回転時もヘッダー/ハンバーガーメニューを縦画面時のサイズに固定
   ----------------------------------------------------- */
:root {
	--mcp-vw: 1vw;
}

.mcp_hbMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mcp_hbMenu + #mcpMain,
.mcp_hbMenu + #mbcn_main,
.mcp_hbMenu + #slide_container {
	padding-top: calc(18.666666666666668 * var(--mcp-vw));
}
.mcp_hbMenu + #mcpMain [id],
.mcp_hbMenu + #mbcn_main [id] {
	scroll-margin-top: calc(18.666666666666668 * var(--mcp-vw));
}
.mcp_hbMenu.is-active {
	z-index: 99;
}
.mcp_hbMenu.is-active .mcp_hbMenu_head {
	position: relative;
	z-index: 110;
}
.mcp_hbMenu.is-active .mcp_hbMenu_logo {
	visibility: hidden;
	opacity: 0;
}
.mcp_hbMenu_head {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(2.666666666666667 * var(--mcp-vw)) calc(3.733333333333333 * var(--mcp-vw));
    height: calc(18.666666666666668 * var(--mcp-vw));
	box-sizing: border-box;
}
.mcp_hbMenu_logo {
	flex-shrink: 0;
	height: auto;
    width: calc(64 * var(--mcp-vw));
	line-height: 1;
	margin: 0;
}
.mcp_hbMenu_logo a {
	display: block;
	height: 100%;
}
.mcp_hbMenu_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.mcp_hbMenu_btn {
	display: block;
    position: absolute;
    width: calc(18.666666666666668 * var(--mcp-vw));
    height: calc(18.666666666666668 * var(--mcp-vw));
    flex-shrink: 0;
    top: 0;
    right: 0;
}
.mcp_hbMenu_btn .btn {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #007ed7;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.mcp_hbMenu_btn .doorIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.25s ease;
}
.mcp_hbMenu_btn .doorIcon.is-open {
	opacity: 0;
}
.mcp_hbMenu_btn .doorIcon .svg {
	display: block;
	width: 100%;
	height: 100%;
}
.mcp_hbMenu.is-active .mcp_hbMenu_btn .doorIcon.is-close {
	opacity: 0;
}
.mcp_hbMenu.is-active .mcp_hbMenu_btn .doorIcon.is-open {
	opacity: 1;
}
.mcp_hbMenu_nav {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100dvh;
	padding: calc(18.666666666666668 * var(--mcp-vw)) calc(5.333333333333333 * var(--mcp-vw)) calc(5.333333333333333 * var(--mcp-vw));
	background-color: #fff;
	box-sizing: border-box;
	transform: translate3d(0, -100dvh, 0);
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: calc(10.666666666666666 * var(--mcp-vw));
	overflow: hidden;
}
.mcp_hbMenu.is-active .mcp_hbMenu_nav {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}
.mcp_hbMenu_nav .block.is-nav {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mcp_hbMenu_nav .block.is-nav .area.is-list {
	display: flex;
	flex-direction: column;
	gap: calc(2.666666666666667 * var(--mcp-vw));
}
.mcp_hbMenu_accItem.is-active > .mcp_hbMenu_accHead {
	background-color: #ecf7fe;
}
.mcp_hbMenu_accItem.is-active > .mcp_hbMenu_accHead:before {
	background-color: #007ed7;
}
.mcp_hbMenu_accItem.is-active > .mcp_hbMenu_accHead:after {
	background-image: url("../images/common/common_arrow02_blue.png");
	transform: rotate(-90deg);
}
.mcp_hbMenu_accHead {
	position: relative;
	margin: 0;
	padding: calc(2.666666666666667 * var(--mcp-vw)) calc(10.666666666666666 * var(--mcp-vw)) calc(2.666666666666667 * var(--mcp-vw)) calc(3.733333333333333 * var(--mcp-vw));
	box-sizing: border-box;
	cursor: pointer;
}
.mcp_hbMenu_accHead:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(0.266666666666667 * var(--mcp-vw));
	background-color: #333;
}
.mcp_hbMenu_accHead:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: calc(3.733333333333333 * var(--mcp-vw));
	bottom: 0;
	margin: auto 0;
	width: calc(4.266666666666667 * var(--mcp-vw));
	height: calc(4.266666666666667 * var(--mcp-vw));
	background-image: url("../images/common/common_arrow02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform-origin: center;
	transform: rotate(90deg);
}
.mcp_hbMenu_accHead p {
	margin: 0;
	font-size: 16px;
	font-size: calc(4.266666666666667 * var(--mcp-vw));
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.mcp_hbMenu_accBody {
	display: none;
	padding: calc(2.666666666666667 * var(--mcp-vw)) calc(5.333333333333333 * var(--mcp-vw)) 0;
}
.mcp_hbMenu_accBody ul {
	display: flex;
	flex-direction: column;
	gap: calc(1.6 * var(--mcp-vw));
	margin: 0;
	padding: 0;
	list-style: none;
}
.mcp_hbMenu_accBody li a {
	display: block;
	position: relative;
	padding: calc(0.8 * var(--mcp-vw)) calc(6 * var(--mcp-vw)) calc(0.8 * var(--mcp-vw)) 0;
	color: #333;
	font-size: 12px;
	font-size: calc(3.2 * var(--mcp-vw));
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.mcp_hbMenu_accBody li a:link,
.mcp_hbMenu_accBody li a:visited {
	color: #333;
	text-decoration: none;
}
.mcp_hbMenu_accBody li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: calc(2.666666666666667 * var(--mcp-vw));
	height: calc(2.666666666666667 * var(--mcp-vw));
	background-image: url("../images/common/common_arrow02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mcp_hbMenu_contact {
	flex-shrink: 0;
	box-sizing: border-box;
}
.mcp_hbMenu_contact .area.is-contact .box.is-list {
	display: flex;
	flex-direction: column;
	gap: calc(2.133333333333333 * var(--mcp-vw));
}
.mcp_hbMenu_contact .area.is-contact .box.is-list .item.is-btn {
	width: 100%;
}
.mcp_hbMenu_btnLink {
	display: flex;
	align-items: center;
	position: relative;
	padding: calc(3.733333333333333 * var(--mcp-vw)) calc(14.4 * var(--mcp-vw)) calc(3.733333333333333 * var(--mcp-vw)) calc(5.333333333333333 * var(--mcp-vw));
	padding-top: calc(3.733333333333333 * var(--mcp-vw) + 0.375px);
	padding-bottom: calc(3.733333333333333 * var(--mcp-vw) + 0.375px);
	width: 100%;
	box-sizing: border-box;
	border-radius: calc(2.133333333333333 * var(--mcp-vw));
	text-decoration: none !important;
}
.mcp_hbMenu_btnLink:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: calc(5.333333333333333 * var(--mcp-vw));
	bottom: 0;
	margin: auto 0;
	width: calc(3.733333333333333 * var(--mcp-vw));
	height: calc(3.2 * var(--mcp-vw));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mcp_hbMenu_btnLink.is-primary {
	background-color: #007ed7;
	border: calc(0.071428571428571 * var(--mcp-vw)) solid #007ed7;
}
.mcp_hbMenu_btnLink.is-primary:after {
	background-image: url("../images/common/common_arrow01_white.png");
}
.mcp_hbMenu_btnLink.is-primary span {
	color: #fff;
}
.mcp_hbMenu_btnLink.is-orange {
	background-color: #EF8200;
	border: calc(0.071428571428571 * var(--mcp-vw)) solid #EF8200;
}
.mcp_hbMenu_btnLink.is-orange:after {
	background-image: url("../images/common/common_arrow01_white.png");
}
.mcp_hbMenu_btnLink.is-orange span {
	color: #fff;
}
.mcp_hbMenu_btnLink .moduleInner {
	display: inline-block;
}
.mcp_hbMenu_btnLink .moduleInner span {
	display: inline-block;
	font-size: 14px;
	font-size: calc(3.733333333333333 * var(--mcp-vw));
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
body.mcp_hbMenuOpen {
	overflow: hidden;
}