@charset "utf-8";

@media screen and (min-width: 801px) {
	.mdPcHide {display: none !important;}
}
.mb10 {margin-bottom: 10px; }
.mb20 {margin-bottom: 20px; }
.mb30 {margin-bottom: 30px; }
.mb40 {margin-bottom: 40px; }

.label1 { border-left:5px #51c9f1 solid; }
.label2 { border-left:5px #ff9933 solid; }
.label3 { border-left:5px #f77575 solid; }
.label4 { border-left:5px #f285ce solid; }
.label5 { border-left:5px #a6cc33 solid; }

.w158 { width: 158px; }
.w318 { width: 318px; }

/*	.mainContentArea
--------------------------------------------*/
.mainContentArea {
	margin:0 auto;
	padding:20px 0 0;
	width:100%;
	max-width: 950px;
}


/*	.mainContent
--------------------------------------------*/
/* .mainContent {
	float:left;
	width:100%;
	max-width: 950px; */
}

.mainContent {
	font-family: 'Noto Sans JP';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	color: #565244;
	background: url('../images/bg.jpg');
}

.mainContent.type2 {
	float:none;
	width:100%;
}

.mdSideArea.type2 + .mainContent {
	margin: 0 0 0 20px;
}


/*	.mainContent#information
--------------------------------------------*/
#information .mainContent {
	border:1px #cccccc solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:1.6;
	padding:40px;
	width:628px;
}

#information .mainContent .inner {
	padding:0 0 0 15px;
}

#information .mainContent section {
	margin:0 0 30px;
}

#information .mainContent p {
	margin:0 0 10px;
}


/*	Ttl
--------------------------------------------*/
.mdTtl1 {
	background:url(../../../images/mdttl1_bg.gif) repeat-x 0 100%;
	margin:0 0 22px;
	padding:0 0 20px 14px;
}

.mdTtl1 span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
}

.mdTtl1 .sub {
	float:right;
}

.mdTtl1 .sub.supportMenu {
	display:none;
}

.mdTtl1.support .main {
	background-image:url(../img/top/ttl1.gif);
	width:128px;
	height:20px;
}

.mdTtl1.info .main {
	background-image:url(../img/info/ttl1.gif);
	width:450px;
	height:20px;
}

.mdTtl1.service .main {
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    text-indent: 0;
    font-size: 157%;
    color: #333333;
}

.mdTtl1.maintenance .main {
	background-image:url(../img/maintenance/ttl.gif);
	width:226px;
	height:20px;
}

.mdTtl1.notFound {
	margin:0 0 68px;
}

.mdTtl1.notFound .main {
	background-image:url(../img/common/ttl1_notfound.gif);
	width:516px;
	height:20px;
}

.mdTtl2 {
	border:1px #cccccc solid;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	margin:0 0 18px;
	padding:1px;
}

.mdTtl2 span {
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e9e9e9), color-stop(0.00, #fafafa));
	background: -webkit-linear-gradient(#fafafa, #e9e9e9);
	background: -moz-linear-gradient(#fafafa, #e9e9e9);
	background: -o-linear-gradient(#fafafa, #e9e9e9);
	background: -ms-linear-gradient(#fafafa, #e9e9e9);
	background: linear-gradient(#fafafa, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa', endColorstr='#e9e9e9');
	border-bottom:4px #84be34 solid;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:7px 10px;
}

.mdTtl2 span span{
	border:0;
	background:none;
	margin:0;
	padding:0;
	display: inline-block;
}

.mdTtl2.type2 span {
	border-bottom:4px #319aca solid;
}

.mdTtl2.type2 span span{
	border:0;
}

.mdTtl3 {
	font-size:157%;
	margin:0 0 22px;
}

.mdTtl4 {
	border-bottom:1px #cccccc solid;
	border-left:6px #84be34 solid;
	margin:0 0 10px;
	padding:4px 0 6px 12px;
}

.mdTtl4.type2 {
	border-bottom:1px #cccccc solid;
	border-left:6px #319aca solid;
	margin:0 0 10px;
	padding:4px 0 6px 12px;
}

.mdTtl5 {
	background:url(../img/common/ic10.png) no-repeat 0 50%;
	font-size:107%;
	font-weight:bold;
	padding:0 0 0 20px;
}

.mdTtl5.type2 {
	background:url(../img/common/ic11.png) no-repeat 0 50%;
}

.mdTtl6 {
	border:1px #cccccc solid;
	font-size:107%;
	margin:0 0 20px;
}

.mdTtl6 span {
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #fafafa));
	background: -webkit-linear-gradient(#fafafa, #ececec);
	background: -moz-linear-gradient(#fafafa, #ececec);
	background: -o-linear-gradient(#fafafa, #ececec);
	background: -ms-linear-gradient(#fafafa, #ececec);
	background: linear-gradient(#fafafa, #ececec);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa', endColorstr='#ececec');
	padding:8px 0 8px 14px;
	border:1px #ffffff solid;
}

.mdTtl7 {
	border-bottom:1px #cccccc solid;
	font-size:123%;
	margin:0 0 20px;
	padding:0 0 12px;
}

.mdTtl7 span {
	display:block;
	background:url(../img/common/ttl_bg1.gif) repeat-y 0 0;
	padding:2px 10px 2px 20px;
}


/*	mdBtn
--------------------------------------------*/
.mdBtn1,
.mdBtn2 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#ffffff;
	border:1px solid #006699;
	text-align:center;
}

.mdBtn1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3fb2f1), color-stop(1.00, #0c7fc2));
	background: -webkit-linear-gradient(#3fb2f1, #0c7fc2);
	background: -moz-linear-gradient(#3fb2f1, #0c7fc2);
	background: -o-linear-gradient(#3fb2f1, #0c7fc2);
	background: -ms-linear-gradient(#3fb2f1, #0c7fc2);
	background: linear-gradient(#3fb2f1, #0c7fc2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3fb2f1', endColorstr='#0c7fc2');
}

.mdBtn1 a {
	display:block;
	color:#fff;
	padding:6px 0 5px;
	text-shadow:1px 1px 1px rgba(0,0,0,.15);
}

.mdBtn2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0e81c3), color-stop(0.00, #3eb1f0));
	background: -webkit-linear-gradient(#3eb1f0, #0e81c3);
	background: -moz-linear-gradient(#3eb1f0, #0e81c3);
	background: -o-linear-gradient(#3eb1f0, #0e81c3);
	background: -ms-linear-gradient(#3eb1f0, #0e81c3);
	background: linear-gradient(#3eb1f0, #0e81c3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3eb1f0', endColorstr='#0e81c3');
	-webkit-box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
	-moz-box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
	box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
}

.mdBtn2 a {
	display:table-cell;
	border:1px #a4dbf8 solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	width:317px;
	height:55px;
	vertical-align:middle;
}

.mdBtn3 {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #252525), color-stop(0.00, #5c5c5c));
	background: -webkit-linear-gradient(#5c5c5c, #252525);
	background: -moz-linear-gradient(#5c5c5c, #252525);
	background: -o-linear-gradient(#5c5c5c, #252525);
	background: -ms-linear-gradient(#5c5c5c, #252525);
	background: linear-gradient(#5c5c5c, #252525);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5c5c5c', endColorstr='#252525');
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
}

.mdBtn3 a {
	display:block;
	color:#fff;
	padding:10px 0 9px;
}

.mdBtn.login a,
.mdBtn.app a,
.mdBtn.mail a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/btn_login.png) no-repeat 0 0;
	width: 220px;
	height: 60px;
}

.mdBtn.login a {
	background: url(../img/common/btn_login.png) no-repeat 0 0;
}

.mdBtn.app a {
	background: url(../img/common/btn_app.png) no-repeat 0 0;
}

.mdBtn.mail a {
    background: url(../img/common/btn_mail.png) no-repeat 0 0;
}

/*	mdMainMenu
--------------------------------------------*/
.mdMainMenu {
	margin:0 0 13px;
}

.mdMainMenu li {
	float:left;
	border:1px #ccc solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 10px 9px 0;
	padding:3px;
	width:230px;
}

.mdMainMenu li a:hover {
	text-decoration:none;
}

.mdMainMenu li:nth-child(3n) {	margin-right:0; }
.mdMainMenu li:nth-child(3n+1) {	clear:left; }

.mdMainMenu li > *:first-child + * + * {
	margin-right:0;
}

.mdMainMenu li > *:first-child + * + * + * + * + * {
	margin-right:0;
}

.mdMainMenu li > *:first-child + * + * + * + * + * + * + * + * {
	margin-right:0;
}

.mdMainMenu li dl {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.00, #fbfbfb));
	background: -webkit-linear-gradient(#fbfbfb, #f2f2f2);
	background: -moz-linear-gradient(#fbfbfb, #f2f2f2);
	background: -o-linear-gradient(#fbfbfb, #f2f2f2);
	background: -ms-linear-gradient(#fbfbfb, #f2f2f2);
	background: linear-gradient(#fbfbfb, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb', endColorstr='#f2f2f2');
	padding:2px 7px;
}

.mdMainMenu li dt {
	position:relative;
	color:#1191db;
	letter-spacing:-0.05em;
	height:54px;
	padding:0;
}

.mdMainMenu li dt .pic {
	float:left;
	margin:0 4px 0 0;
}

.mdMainMenu li dt span {
	display:table-cell;
	height:54px;
	vertical-align:middle;
}

.mdMainMenu li dd {
	color:#4d4d4d;
	font-size:92.8%;
	letter-spacing:-0.08em;
}




/*	.mdBaseList
--------------------------------------------*/
.mdBaseList {
	margin:0 0 10px;
}

.mdBaseList li {
	list-style:disc;
	margin:0 0 0 18px;
	padding:3px 0;
}


/*	.mdBaseList1
--------------------------------------------*/
.mdBaseList1 {
	margin:0 0 10px;
}

.mdBaseList1 li {
	border-bottom:1px #cccccc solid;
	margin:0 0 0 13px;
	padding:3px 0 3px;
	text-indent:-13px;
}

.mdBaseList1.type2 li {
	border-bottom:none;
}


/*	.mdBaseList2
--------------------------------------------*/
.mdBaseList2 {
	margin:0 0 20px;
}

.mdBaseList2 li {
	margin:0 0 0 1em;
	padding:3px 0 3px 3px;
	text-indent:-1em;
}

/*	.mdBaseList2.type2
--------------------------------------------*/
.mdBaseList2.type2 li {
	margin:0;
	text-indent:0;
}

.mdBaseList2.type2 li dt {
	float: left;
	padding: 0 6px 0 0;
}

.mdBaseList2.type2 li dd {
	overflow: hidden;
}

/*	.mdBaseList3
--------------------------------------------*/
.mdBaseList3 {
	margin:0 0 20px;
}

.mdBaseList3 li {
	padding:3px 0;
}

.mdBaseList3 li dt {
	float:left;
	clear:left;
	padding:0 10px 0 0;
	width:110px;
}

.mdBaseList3 li dd {
	overflow:hidden;
}


/*	.mdBaseList4
--------------------------------------------*/
.mdBaseList4 {
	margin:0 0 20px;
}

.mdBaseList4 li {
	padding:0 0 20px;
}

.mdBaseList4 li dt {
	background:url(../img/common/ic_arr10.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
}

.mdBaseList4 li dd {
	padding:0 0 0 14px;
}



/*	.mdFlowList1
--------------------------------------------*/
.mdFlowList1 {
	margin:0 0 20px;
}

.mdFlowList1 li {
	margin:0 0 5px 30px;
	list-style:decimal;
}

ul li .mdFlowList1 li {
	margin:0 0 5px 30px;
	list-style:decimal;
	padding-left: 15px;
}


/*	.mdNav1
--------------------------------------------*/
.mdNav1 {
	border-top:1px #cccccc solid;
	margin:0 0 28px;
	width:100%;
}

.mdNav1 li {
	float:left;
	border:1px #cccccc solid;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	width:50%;
}

.mdNav1 li br {display:none;}

.mdNav1 li a {
	position:relative;
	display:block;
	color:#1a1a1a;
	font-weight:bold;
	padding:14px 10px;
}

.mdNav1 li a:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:7px;
	background:url(../img/common/ic_arr5.png) no-repeat 0 0;
	margin-top:-7px;
	width:10px;
	height:14px;
}

.mdNav1 li:nth-child(even) {border-left:none;}
.mdNav1 li:nth-child(odd) {clear:left;}

.mdNav1 li:last-child {
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}


/*	.mdNav2
--------------------------------------------*/
.mdNav2 li {
	background:url(../img/common/line2.gif) repeat-x 0 100%;
}

.mdNav2 li a {
	position:relative;
	display:block;
	padding:15px 8px;
}

.mdNav2 li a:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:7px;
	background:url(../img/common/ic_arr5.png) no-repeat 0 0;
	margin-top:-7px;
	width:10px;
	height:14px;
}

.mdNav2 li a dl {
	padding:0 25px 0 0;
}

.mdNav2 li a dt {
	color:#3399cc;
	font-weight:bold;
	padding:0 0 5px;
}

.mdNav2 li a dd {
	color:#1a1a1a;
}

.mdNav2.type2 {
	margin:0 0 30px;
}

.mdNav2.type2 li {
	float:left;
	margin:0 20px 0 0;
	width:343px;
}

.mdNav2.type2 li:nth-child(even) {margin:0;}
.mdNav2.type2 li:nth-child(odd) {clear:left;}


/*	.mdNav3
--------------------------------------------*/
.mdNav3 {
	margin:0 0 5px;
}

.mdNav3 li {
	border-bottom:1px #cccccc solid;
}

.mdNav3 li a {
	position:relative;
	display:block;
	color:#3399cc;
	padding:15px 25px 8px 20px;
}

.mdNav3 li a:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:7px;
	background:url(../img/common/ic_arr5.png) no-repeat 0 0;
	margin-top:-7px;
	width:10px;
	height:14px;
}


/*	.mdTable1
--------------------------------------------*/
.mdTable1 {
	margin:0 0 10px;
	width:100%;
}

.mdTable1 th,
.mdTable1 td {
	border:1px #cccccc solid;
	border-collapse:collapse;
	padding:6px 20px;
	vertical-align:middle;
}

.mdTable1 th,
.mdTable1 .cl1 {
	background:#f2f2f2;
	vertical-align:middle;
}

.mdTable1 tr:nth-child(odd) {
	background:#fcfcfc;
}


/*	.mdTable1.type2
--------------------------------------------*/
.mdTable1.type2 tr:nth-child(odd) {
	background:#ffffff;
}



/*	.mdTab1
--------------------------------------------*/
.mdTab1 {
	border-bottom:1px #cccccc solid;
	padding:0 10px;
}

.mdTab1 li {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px #cccccc solid;
	border-bottom:none;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	margin:0 9px 0 0;
	text-align:center;
	width:49%;
}

.mdTab1 li br {display:none;}
.mdTab1 li:last-child {margin:0;}

.mdTab1 li a {
	display:block;
	color:#1a1a1a;
}

.mdTab1 li div {
	display:block;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e7e7e7), color-stop(0.00, #ffffff));
	background:-webkit-linear-gradient(#ffffff, #e7e7e7);
	background:-moz-linear-gradient(#ffffff, #e7e7e7);
	background:-o-linear-gradient(#ffffff, #e7e7e7);
	background:-ms-linear-gradient(#ffffff, #e7e7e7);
	background:linear-gradient(#ffffff, #e7e7e7);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e7e7e7');
	border:1px #ffffff solid;
	border-bottom:none;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	padding:9px 0 10px;
}

.mdTab1 li.current div {
	position:relative;
	top:1px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #e7e7e7));
	background:-webkit-linear-gradient(#e7e7e7, #fff);
	background:-moz-linear-gradient(#e7e7e7, #fff);
	background:-o-linear-gradient(#e7e7e7, #fff);
	background:-ms-linear-gradient(#e7e7e7, #fff);
	background:linear-gradient(#e7e7e7, #fff);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e7e7e7', endColorstr='#ffffff');
	border:1px #ffffff solid;
	margin-top:-1px;
}

.mdTab1 li div span {
	position:relative;
	padding:0 16px;
}

.mdTab1 li div span:before {
	display:block;
	content:"";
	position:absolute;
	top:9px;
	left:0;
	background:url(../img/common/ic_arr4.png) no-repeat 0 0;
	margin-top:-6px;
	width:12px;
	height:12px;
}


/*	.mdTab1.type2
--------------------------------------------*/
.mdTab1.type2 {
	position:relative;
	border-bottom:none;
}

.mdTab1.type2 li {
	font-size:107%;
	font-weight:bold;
	width:32.3%;
}

.mdTab1.type2 li a {
	color:#666666;
}

.mdTab1.type2 li a:hover {
	text-decoration:none;
}

.mdTab1.type2 li.current div {
	color:#ffffff;
}

.mdTab1.type2 li.current.tab1 {	border:1px #00b4ed solid; }
.mdTab1.type2 li.current.tab2 {	border:1px #f77b00 solid; }
.mdTab1.type2 li.current.tab3 {	border:1px #ff4a4a solid; }

.mdTab1.type2 li.current.tab1 div {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50c7ed', endColorstr='#50c7ed');
	background:#50c7ed;
	border:1px #a8e3f6 solid;
}
.mdTab1.type2 li.current.tab2 div {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9933', endColorstr='#ff9933');
	background:#ff9933;
	border:1px #ffc78e solid;
}
.mdTab1.type2 li.current.tab3 div {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7373', endColorstr='#ff7373');
	background:#ff7373;
	border:1px #ffb0b0 solid;
}

.mdTab1.type2 li.tab1 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat 0 -12px; }
.mdTab1.type2 li.tab2 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat 0 -24px; }
.mdTab1.type2 li.tab3 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat 0 -36px; }

.mdTab1.type2 li.current.tab1 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat -12px -12px; }
.mdTab1.type2 li.current.tab2 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat -12px -24px; }
.mdTab1.type2 li.current.tab3 div span:before {	background:url(../img/common/ic_arr4.png) no-repeat -12px -36px; }

.tabContent {
	padding:18px 0 0;
}

.tabLine1,
.tabLine2,
.tabLine3 {
	position:relative;
	z-index:999;
	margin-top:-1px;
}

.tabContent.hide {display:none;}
.tabLine1 {	border-top:4px #50c7ed solid; }
.tabLine2 {	border-top:4px #ff9933 solid; }
.tabLine3 {	border-top:4px #ff7373 solid; }


/*	.mdTab1.type3
--------------------------------------------*/
.mdTab1.type3 {
	border-bottom:1px #cccccc solid;
	padding:0 10px;
}

.mdTab1.type3 li {
	font-size:107%;
	width:32.3%;
}


/*	.mdBox1
--------------------------------------------*/
.mdBox1 {
	background:#ffffe5;
	border:1px #cccccc solid;
	margin:0 0 30px;
	padding:16px 24px 16px 13px;
}

.mdBox1 dt {
	color:#6a9929;
	font-weight:bold;
	padding:0 0 11px;
}


/*	.mdBox2
--------------------------------------------*/
.mdBox2 {
	border:1px #ff9999 solid;
	margin:0 0 20px;
	padding:10px;
}

.mdBox2.type2,
.mdBox2.type3 {
	background:#ffd9d9;
	border:1px #ff9999 solid;
	margin:0 0 20px;
	padding:10px;
}

.mdBox2.type2 dl,
.mdBox2.type3 dl {
	color:#cc0000;
}

.mdBox2.type2 dt {
	float:left;
	font-weight:bold;
	padding:0 10px 0 0;
}

.mdBox2.type2 dd {
	overflow:hidden;
}

.mdBox2.type3 dt {
	font-weight:bold;
	padding:0 0 5px;
}


/*	.mdBox3
--------------------------------------------*/
.mdBox3 {
	border:1px #cccccc solid;
	margin:0 0 12x;
	padding:12px 19px 18px;
}

.mdBox3 .sttl {
	border-bottom:1px #cccccc solid;
	color:#ff6666;
	font-size:115%;
	margin:0 0 10px;
	padding:0 0 10px;
}


/*	.separate
--------------------------------------------*/
.separate {
	margin:0 0 30px;
}

.separate .col1 {
	float:left;
	margin:0 10px 0 3px;
	width:343px;
}

.separate .col2 {
	margin:0 0 0 11px;
	overflow:hidden;
}


/*	.figure
--------------------------------------------*/
.figure {
	margin:0 0 20px;
}

.figure img {
	display:block;
	width: inherit;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}
.figure__left img {
	margin-left: 0;
}
.figure__right img {
	margin-right: 0;
}


/*	.imgSet
--------------------------------------------*/
.imgSet .img {
	float: left;
	margin: 0 10px 10px 0;
}

.imgSet2 .img {
	float: right;
	margin: 0 0 10px 10px;
}


/*	.localNav
--------------------------------------------*/
.localNav {
	margin:0 0 20px;
	padding:0 0 0;
}

.localNav li {
	float:left;
	background:url(../img/common/ic_arr6.png) no-repeat 0 8px;
	margin:0 0 5px 0;
	padding:0 10px 0 15px;
	width:30%;
}

.localNav li:nth-child(3n) {margin-right:0; padding-right:0;}
.localNav li:nth-child(3n+1) {clear:left;}


/*	.faqSearchBox
--------------------------------------------*/
.faqSearchBox {
	border:2px #cccccc solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.faqSearchBox img {display:block;}

.faqSearchBox .inner {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e7e7e7), color-stop(0.00, #fafbfb));
	background:-webkit-linear-gradient(#fafbfb, #e7e7e7);
	background:-moz-linear-gradient(#fafbfb, #e7e7e7);
	background:-o-linear-gradient(#fafbfb, #e7e7e7);
	background:-ms-linear-gradient(#fafbfb, #e7e7e7);
	background:linear-gradient(#fafbfb, #e7e7e7);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafbfb', endColorstr='#e7e7e7');
	border:1px #ffffff solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:24px 79px 24px 45px;
}

.faqSearchBox .inner dt {
	float:left;
	margin:0 11px 0 0;
	padding:12px 0 0;
}

.faqSearchBox .inner dd {
	background:#399ed0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
	padding:3px 3px 2px;
}

.faqSearchBox .inner .keyword {
	float:left;
	border:none;
	display:block;
	margin:0 3px 0 0;
	padding:0 3px;
	line-height:2.5;
	width:382px;
	height:33px;
}

.faqSearchBox .inner .btn {
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/common/search_btn.gif) no-repeat 0 0;
	width:102px;
	height:34px;
}


/*	.customerContact
--------------------------------------------*/
.customerContact {
	border:1px #cccccc solid;
	padding:1px;
}

.customerContact .ttl {
	background:#e6e6e6;
	font-size:107%;
	font-weight:bold;
	margin:0 0 15px;
	padding:10px 15px;
}

.customerContact .info {
	font-weight:bold;
	padding:0 20px 20px;
}

.customerContact .info dt {
	float:left;
	clear:left;
}

.customerContact .info dd {
	overflow:hidden;
}

.customerContact .info .tel {
	padding:8px 0 0;
}

.customerContact .info .num {
	color:#0099cc;
	font-size:163%;
	letter-spacing:0.3em;
	padding:8px 0 0;
}


/*	.mdModemDetail
--------------------------------------------*/
.mdModemDetail {
	margin:0 0 20px;
}

.mdModemDetail .pic {
	float:right;
	margin:0 0 0 10px;
}

.mdModemDetail .inner {
	overflow:hidden;
}


/*	.datePost
--------------------------------------------*/
.datePost {
	font-size:93%;
	margin:0 0 22px;
	text-align:right;
}


/*	.mdForm
--------------------------------------------*/
.mdForm .formBox {
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	width:100%;
}

.mdForm .formBox li {
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
}

.mdForm .formBox dl {
	display:table;
	width:948px;
}

.mdForm .formBox dt {
	background:#ECF9E3;
	border-right:1px #cccccc solid;
	display:table-cell;
	padding:5px 10px;
	vertical-align:middle;
	width:200px;
}

.mdForm .formBox dt .inner,
.mdForm .formBox dd .inner {
	vertical-align:middle;
}

.mdForm .formBox dd {
	display:table-cell;
	background:#ffffff;
	overflow:hidden;
	padding:5px 10px;
	vertical-align:middle;
	word-break:break-all;
	word-wrap:break-word;
}

.mdForm .formBox dd .inner ul li {
	border:none;
}

.mdForm .formBox dd .notes,
.mdForm .formBox dd .notes1 {
	display:block;
	font-size:92%;
}

.mdForm .formBox dd .error {
	color:#cc0000;
	font-size:92%;
	font-weight:bold;
}

.mdForm .formBox input[type=text],
.mdForm .formBox select {
	background:#F7F7F7;
	border:1px #B0D381 solid;
	font-family:"郢晢ｽ｡郢ｧ・､郢晢ｽｪ郢ｧ・ｪ", Meiryo, "郢晏・ﾎ帷ｹｧ・ｮ郢晄焔・ｧ蛛ｵ縺� Pro W3", Hiragino Kaku Gothic Pro, Arial, Helvetica, sans-serif;
	margin:3px 0;
	padding:6px 4px;
}

.mdForm .formBox input[type=text].size0 {	width:122px; }
.mdForm .formBox input[type=text].size1 {	width:292px; }
.mdForm .formBox input[type=text].size2 {	width:362px; }
.mdForm .formBox input[type=text].size3 {	width:452px; }

.mdForm .formBox input:focus,
.mdForm .formBox select:focus,
.mdForm .formBox textarea:focus {
    background-color: #ffffff;
}

.formBtn {
	position:relative;
	overflow:hidden;
	margin:20px 0 0;
}

.formBtn ul {
	position:relative;
	float:left;
	left:50%;
}

.formBtn li {
	position:relative;
	float:left;
	left:-50%;
	margin:0 10px;
}


/*	.owl-carousel
--------------------------------------------*/
.owl-carousel .owl-wrapper{
	display:none;
	position:relative;
	margin:0 auto 10px;
	width:695px;
}

.owl-carousel .owl-wrapper-outer {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:695px;
}

.owl-theme .owl-controls{
	position: relative;
	text-align:center;
	margin:0 0 20px;
}

.owl-theme .owl-controls .owl-buttons div {
	position:absolute;
	top:-93px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:10px;
	height:20px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	cursor:pointer;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	background:url(../img/top/carousel_left.gif) no-repeat 0 0;
	left:-3px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	background:url(../img/top/carousel_right.gif) no-repeat 0 0;
	right:-3px;
}

.owl-theme .owl-controls .owl-page{
	display:inline-block;
	margin:0;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	background:url(../img/top/carousel2_off.gif) no-repeat 0 0;
	margin:0 3px 0 0;
	width:8px;
	height:8px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:url(../img/top/carousel2_on.gif) no-repeat 0 0;
	cursor:pointer;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	color:#ffffff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	width:auto;
	height:auto;
}

.owl-item.loading{
	min-height:150px;
}

#owl-demo .owl-item{
	float:left;
	margin:0 10px 0 0;
	width:225px;
}

#owl-demo .item img{
	display: block;
	margin:0 auto;
}

#owl-demo .item .txt {
	font-size:86%;
	padding:5px 5px 3px;
	text-align:center;
}


/*	.diagnosis
--------------------------------------------*/
.diagnosis {
	margin:0 0 30px;
}

.diagnosis .qBox {
	border:2px #99cc33 solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:107%;
	text-align:center;
	margin:0 0 10px;
	padding:20px;
}

.diagnosis .qBox .lead {
	border-bottom:1px #cccccc solid;
	font-weight:bold;
	margin:0 0 15px;
	padding:0 0 10px;
}

.diagnosis .aBox1,
.diagnosis .aBox2 {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
	width:450px;
}

.diagnosis .aBox1 {
	background:#dbf8ff;
	border:2px #5acbef solid;
}

.diagnosis .aBox2 {
	background:#ffebf3;
	border:2px #fc64a1 solid;
	margin:0 auto 30px;
}

ul.style01 {
	text-align:center;
	margin:0 0 30px;
}

ul.style01 li {
	display:inline-block;
	font-size:0.1em;
	-webkit-box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
	-moz-box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
	box-shadow: 1px 2px 1px rgba(4,0,0,.3), inset 0 0 2px rgba(255,255,255,.45);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:184%;
	font-weight:bold;
}

ul.style01 li a {
	display:block;
	color:#ffffff;
	padding:15px 0 13px;
	text-decoration:none;
	width:317px;
}

ul.style01 li.yes {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FDC5DB), color-stop(0.00, #FD83B5));
	background:-webkit-linear-gradient(bottom, #FDC5DB, #FD83B5);
	background:-moz-linear-gradient(bottom, #FDC5DB, #FD83B5);
	background:-o-linear-gradient(bottom, #FDC5DB, #FD83B5);
	background: -ms-linear-gradient(#FDC5DB, #FD83B5);
	background:linear-gradient(to top, #FDC5DB, #FD83B5);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FD83B5', endColorstr='#FDC5DB');
	border:solid 1px #FD83B5;
	margin:0 15px 0 0;
}

ul.style01 li.no {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #9BD4F6), color-stop(0.00, #82B2F3));
	background: -webkit-linear-gradient(#82B2F3, #9BD4F6);
	background: -moz-linear-gradient(#82B2F3, #9BD4F6);
	background: -o-linear-gradient(#82B2F3, #9BD4F6);
	background: -ms-linear-gradient(#82B2F3, #9BD4F6);
	background: linear-gradient(#82B2F3, #9BD4F6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#82B2F3', endColorstr='#9BD4F6');
	border:solid 1px #33ccff;
	margin:0;
}

ul.style01 li.yes:hover,
ul.style01 li.yes.active {
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fc9fc4), color-stop(0.00, #fc3082));
	background:-webkit-linear-gradient(bottom, #fc9fc4, #fc3082);
	background:-moz-linear-gradient(bottom, #fc9fc4, #fc3082);
	background:-o-linear-gradient(bottom, #fc9fc4, #fc3082);
	background: -ms-linear-gradient(#fc9fc4, #fc3082);
	background:linear-gradient(to top, #fc9fc4, #fc3082);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fc3082', endColorstr='#fc9fc4');
}

ul.style01 li.no:hover,
ul.style01 li.no.active {
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #59b9f0), color-stop(0.00, #2f7eeb));
	background: -webkit-linear-gradient(#2f7eeb, #59b9f0);
	background: -moz-linear-gradient(#2f7eeb, #59b9f0);
	background: -o-linear-gradient(#2f7eeb, #59b9f0);
	background: -ms-linear-gradient(#2f7eeb, #59b9f0);
	background: linear-gradient(#2f7eeb, #59b9f0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f7eeb', endColorstr='#59b9f0');
}

.panel {display:none; }
.show {display:block; }

.panel .arr {
	margin:0 0 5px;
	text-align:center;
}

.pageNotFound {
	margin:0 auto;
	width:654px;
}

.pageNotFound .mttl {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/common/mttl_404.png) no-repeat 0 0;
	margin:0 auto 50px;
	width:636px;
	height:84px;
}

.pageNotFound .mdBaseList4 {
	padding:0 0 0 130px;
}

#chart {
	width:710px;
}

#chart .wrap { position:relative;}
#chart .wrap:after {
	position:absolute;
	display:block;
	content:"";
	top:0;
	right:0;
	background-position:0 0;
	width:80px;
	height:80px;
}

#chart .wrap.customer:after { background-image:url(../img/chart/icon1.png);}
#chart .wrap.tcom:after { background-image:url(../img/chart/icon2.png);}
#chart .wrap.ntt:after { background-image:url(../img/chart/icon3.png);}
#chart .wrap.softbank:after { background-image:url(../img/chart/icon4.png);}
#chart .wrap.kddi:after { background-image:url(../img/chart/icon5.png);}

#chart .num {
	display:table;
	margin:0 0 10px;
	min-height:48px;
	width:100%;
}

#chart .num dt,
#chart .num dd {
	display:table-cell;
	height:48px;
	min-height:48px;
	vertical-align:middle;
}

#chart .num dt {
	color:#fff;
	font-size:200%;
	text-align:center;
	width:80px;
}

#chart .num dd {
	background:#f1f1f1;
	font-size:114%;
	font-weight:bold;
	padding:0 20px;
}

#chart .num dd .ic {
	display:none;
}

#chart .customer .num dt { background:#7bb828; }
#chart .tcom .num dt { background:#399ed0; }
#chart .ntt .num dt { background:#4469d5; }
#chart .softbank .num dt { background:#9fa4a3; }
#chart .kddi .num dt { background:#ffb51a; }

#chart .num + .inner {
	position:relative;
	background:url(../img/chart/arr_bg.png) repeat-y 0 0;
	margin:0 0 40px;
	padding:8px 100px 0;
}

#chart .num + .inner:after {
	position:absolute;
	display:block;
	content:"";
	background:url(../img/chart/arr.png) no-repeat 0 0;
	bottom:-20px;
	left:0;
	width:80px;
	height:20px;
}

#chart .wrap.last .inner { margin:0;}
#chart .wrap.last .num + .inner,
#chart .wrap.last .num + .inner:after {background:none;}

#chart .inner .arr {
	position:relative;
	margin:0 0 20px;
	padding:0 0 50px;
}

#chart .inner .arr:after {
	position:absolute;
	display:block;
	content:"";
	background:url(../img/chart/arr3.png) no-repeat 0 0;
	bottom:0;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:30px;
}

#chart .inner .box {
	border:1px #e0e0e0 solid;
	margin:0 -100px 0 0;
}

#chart .inner .box dt {
	font-size:114%;
	font-weight:bold;
	background:#f1f1f1;
	padding:12px 0 11px 20px;
}

#chart .inner .box dd {
	padding:20px;
}





@media screen and (max-width: 800px) {
	.mdSpHide {display: none !important;}
	
	.book_pickup_area {
	display: inline-block;
	width: 100%;
  }

	.book_pickup {
	width: 97%;
	float: left;
	border-bottom: 2px solid #e6e6e6;
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 2px 0 rgba(255, 255, 255, .5);
	/*! max-width: 770px; */
  }
	
	.book_pickup2 {
	width: 95%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  }

}


