@charset "utf-8";
@import url("/m/css/layout.css");
/* @import url("/m/css/menu.css"); */
@import url("/m/css/board.css");

/* base */
html {height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;font-size:14px;line-height:18px;font-family:'AppleSDGothicNeo', Helvetica, sans-serif;color:#5c5c5c;-webkit-text-size-adjust:100%;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input,select,textarea,button{font-size:100%;vertical-align:middle}
button{border:0 none;background-color:transparent;cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
input[type='text'],input[type='email'],input[type='password'],input[type='number'],input[type='submit'],input[type='search'],select{-webkit-appearance:none;border-radius:4px;border:1px solid #9c9c9c;background:#fff;}
input:checked[type='checkbox']{background-color:#666;-webkit-appearance:checkbox}
input[type='checkbox']{vertical-align:middle}
input[type='checkbox']{height:20px;width:20px;-webkit-appearance:none;border:1px solid #a9a9a9;background-color:#fff}
input[type='checkbox']:checked:after{content:'';display:block;width:15px;height:12px;position:relative;top:2px;left:2px;background:url(/images/mw/v2.0/bg_check1.png) no-repeat 0 0;background-size:15px}
input[type='radio']{vertical-align:middle;padding:0;margin-top:-3px}input[type='radio']{background:#fff;height:20px;width:20px;-webkit-appearance:none;border:1px solid #bababa;border-radius:60px}
input[type='radio']:checked{background:#fff;border:1px solid #999;border-radius:60px}
input[type='radio']:checked:after{content:'';display:block;width:12px;height:12px;background:-moz-linear-gradient(top,#588bd4 0,#2661b4);background:-webkit-gradient(linear,left top,left bottom,from(#588bd4),to(#2661b4));position:relative;top:3px;left:3px;border-radius:60px}
button,html input[type=button],input[type=submit],input[type=reset],input[type=file]{-webkit-appearance:button;border-radius:4px;border:1px solid #9c9c9c;background:#fff;}
placeholder {color:#9c9c9c;font-size:14px;}
select {height:40px;background:#fff url(/m/images/arrow_sel.gif) no-repeat right center;background-size:22px auto;box-sizing:border-box;}
sup {line-height:20px;}

/* checkbox, radio button */
.has-js .label_check,
.has-js .label_radio { padding-left: 35px;line-height:25px;}
/*.has-js .label_radio { background: url(/images/program/checkbox.gif) no-repeat 0 0; }*/
.has-js .label_check { float:left;background: url(/m/images/contents/checkbox.png) no-repeat 0 0;background-size:25px auto;}
.has-js label.c_on { float:left;background: url(/m/images/contents/checkbox.png) no-repeat 0 -25px;background-size:25px auto;}
/*.has-js label.r_on { background: url(/images/program/checkbox.gif) no-repeat 0 -11px; }*/
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }

body{background-color:#fff; height:100%}
a{color:#5c5c5c;text-decoration:none}
a:active,a:hover{text-decoration:none}
header, footer, section, article, aside, hgroup, details, menu, figure, figcaption{display:block;}
em { font-style:normal}
img { zoom:0.5; border:0; }
table {border-collapse:collapse;border-spacing:0;empty-cells:show;}
legend,caption {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0}

.clfix:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clfix {display: inline-block;}
.clfix {display: block; }
.blind {position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0}
.dimmed { position:absolute; width:100%;height:100%;background:#000; opacity:0.5; z-index:-1;}

/*caption {visibility:hidden;height:0;width:0;font-size:0;line-height:0;overflow:hidden}*/

.fLeft {float:left}
.fRight {float:right}
.tCenter {text-align:center}
.tLeft {text-align:left}
.tRight {text-align:right}
.clr {clear:both}
.hidden {display:none}

.txt_point {color:#009cd4}
.txt_red {color:#e14164;}
.txt_black {color:#3c3c3c;}
.txt_blue {color:#4a7cc8;}

/* font-size */
.f11 {font-size:0.785em;}
.f12 {font-size:0.857em;}
.f13 {font-size:0.928em;}
.f16 {font-size:1.142em;}
.f17 {font-size:1.214em;}
.f19 {font-size:1.357em;}
.f20 {font-size:1.428em;}

.fb {font-weight:bold;}

/* margin */
.mT2 {margin-top:2px;}
.mT15 {margin-top:15px;}
.mT10 {margin-top:10px;}
.mT20 {margin-top:20px;}
.mT30 {margin-top:30px;}
.mT40 {margin-top:40px;}

.mB20 {margin-bottom:20px;}

@media all and (max-width:320px) {
	img { zoom:0.442; border:0; }
}

/* Indicator */
.indicator {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #826071 !important;
	padding: 10px 0 0 14px;
	vertical-align: top;
	z-index: 103;
	position: inherit;
}
.indicator .home {
	width: 16px;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: top;
}
.indicator .angle_right {
	width: 7px;
	margin: 3px 5px 0;
	vertical-align: top;
}
.indicator .caret {
	width: 8px;
	margin-left: 5px;
	vertical-align: middle;
	/*-ms-transform: rotate(180deg);*/ /* IE 9 */
    /*-webkit-transform: rotate(180deg);*/ /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.indicator .depth1,.indicator .depth2 {
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	vertical-align: top;
}
.indicator .depth2 {
	font-weight: bold;
}
.is_menu {
	background: #FF7A00;
	width: 100%;
	position: absolute;
	z-index: 102;
}
.is_menu li a {
	display: block;
	height: 36px;
	line-height: 38px;
	margin: 0 14px;
	color: #fff;
	border-bottom: 1px solid #F17400;
	font-size: 1.1em;
}
.is_menu li a.on {
	color: #fcffb0;
	font-weight: bold;
}
.is_menu li:last-child a {
	border-bottom: 0;
}
.is_menu li a img.new {
	width:15px;
	margin-left: 5px;
}
.is_menu .chevron_right {
	float: right;
	width: 7px;
    margin-top: 13px;
}
.i_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.75);
	z-index: 101;
}
.hide {
	display: none;
}

.msub_con { padding:20px; line-height:25px; }