@charset "utf-8";

body {
	background: #FFC;
}

#wrapper {
    background: #FFF;
    width: 700px;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
}

main {
    margin: 0 10px 30px;
}

#main02 {
    margin: 0 5px 30px;
}

.hidden_link{
	color: #fff!important;
	font-size: 0.8em;
}

/************************************************
	
	Header

*************************************************/
#header {
    border-bottom: 3px solid #ea5550;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
}
	#header h1 {
		margin: 0 0 0 10px;
        padding-bottom: 32px;
	}

/************************************************

	topic_path

************************************************/
#topic_path {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 8px 10px 2px;
}
	#topic_path li {
		float: left;
        margin-bottom: 3px;
        font-size: 93%;
	}
    #topic_path li:after {
        content: ">";
        margin-right: 6px;
        padding-left: 6px;
    }
    #topic_path li:last-child:after {
        content: "";
        margin-right: 0;
        padding-left: 0;
    }

/************************************************

	gnav

*************************************************/
.gnav {
    padding: 15px 0 5px;
}
	.gnav ul {
        text-align: center;
	}
        .gnav ul li {
            display: inline-block;
            font-size: 98%;
			vertical-align: middle;
        }
        .gnav ul li:after {
            content: "|";
            margin-right: 0px;
            padding-left: 3px;
        }
        .gnav ul li:last-child:after {
            content: "";
            margin-right: 0;
            padding-left: 0;
        }


/************************************************
	
	contents
	
*************************************************/
#contents {
	margin: 0 auto 20px;
}



/************************************************

	List

*************************************************/
.li_none01 li {
	margin: 0 0 5px 0;
}

.li_disc01 li {
	list-style: disc;
	margin: 0 0 5px 18px;
}

.li_circle01 li {
	list-style: circle;
	margin: 0 0 5px 18px;
}

.li_decimal01 li {
	list-style: decimal;
	margin: 0 0 5px 20px;
}

	.li_decimal01 li ol {
		margin: 5px 0 0 0;
	}

.li_indent01 li {
    padding-left: 1em;
    text-indent: -1em;
}


/************************************************

	Box

*************************************************/
section {
	margin-bottom: 30px;
}

.inner {
	margin: 0 10px;
}
	.inner p {
		margin-bottom: 10px;
	}

.unit,
.unit_2col,
.unit_2col01,
.unit_2col02,
.unit_3col {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.unit_2col03 {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.unit_2col03 .box_a{
	width: calc((100% - 30px)/2);
}

	.unit_2col .box_a,
	.unit_2col .box_b{
		width: calc((100% - 30px)/2);
	}
	.unit_2col .box_a{
		margin-right: 30px;
	}

	/*.unit_2col .box_a {
		width: 325px;
		float: left;
	}
	
	.unit_2col .box_b {
		width: 325px;
		float: right;
	}*/
	
	.unit_2col01 .box_a {
		width: 315px;
		float: left;
	}
	
	.unit_2col01 .box_b {
		width: 315px;
		float: right;
	}

	.unit_2col02 .box_a {
		width: 380px;
		float: left;
	}
	
	.unit_2col02 .box_b {
		width: 270px;
		float: right;
	}
	
	.unit_3col .box_a,
	.unit_3col .box_b {
		width: 210px;
		float: left;
		margin-right: 25px;
	}
	
	.unit_3col .box_c {
		width: 210px;
		float: right;
	}
	
.unit_list_box {
	margin-right: -25px;
	width: 705px;
	overflow: hidden;
	_zoom: 1;
}
	.unit_list_box li {
		width: 210px;
		float: left;
		margin: 0 25px 15px 0;
	}
	
.column_box01 {
	padding: 10px;
	background: #E6F2FF;
	border: 1px solid #06C;
}

	.column_box01 dt {
		font-weight: bold;
		margin-bottom: 5px;
	}

#flash section .flash_box {
	/*margin-top: 0;*/
}


/************************************************

	Title

*************************************************/
.h1_ttl01 {
	font-size: 140%;
	padding: 25px 10px;
	border: 1px solid #CCC;
	margin: 0 0 25px;
}

.h2_ttl01 {
	font-size: 120%;
	padding: 5px 0 3px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.h3_ttl01 {
	border-bottom: 3px double #CCC;
	font-size: 110%;
	padding: 5px 2px 3px;
	margin-bottom: 10px;
}

.h4_ttl01 {
	border-left: 4px solid #CCC;
	font-size: 110%;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}



/************************************************

	link

*************************************************/
.link01 {

}

.flash_link02 {
	float: left;
}

.flash_link03 {
	float: right;
}

/************************************************

	table

************************************************/
.table01 {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
	.table01 th,
	.table01 td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 10px;
		text-align: center;
		vertical-align: top;
	}
	.table01 th {
		background: #666;
		color: #FFF;
	}

.table02 {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;

}
	.table02 th,
	.table02 td {
		border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			padding: 10px;
			text-align: center;
			vertical-align: top;
	}
	.table02 thead th {
		background: #666;
		color: #FFF;
	}
	.table02 tbody th {
		background: #EEE;
	}
	.table02 tbody td.right {
		text-align: right;
	}
	.table02 tbody td.left {
		text-align: left;
	}

.table03 {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
	.table03 th,
	.table03 td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 10px;
	}
	.table03 th {
		background: #EEE;
		text-align: center;
		/*vertical-align: top;*/
		vertical-align: middle;
	}
	.table03 td {
		text-align: left;
		vertical-align: middle;
	}

.zebra tr td {
	background: #FFF;
}
.zebra tr:nth-child(odd) td {
	background: #EEE;
}


/************************************************

	text

*************************************************/
.cpt {
	text-align: center;
	font-size: 95%;
}

.must {
	color: #F00;
	font-weight: bold;
}

.notes {
	padding-left: 1em;
	text-indent: -1em;
}
.notes02 {
	padding-left: 2.5em;
    text-indent: -2.6em;
}


/************************************************

	icon

*************************************************/
.ico_mv01 {
    background: url(../images/ico/ico_mv01.png) no-repeat left top;
    padding: 0 0 0 30px;
}

.ico_hp01 {
    background: #003F97;
    border-radius: 4px;
    padding: 2px 3px 0;
    color: #FFF;
    font-weight: bold;
}
a.ico_hp01 {
    color: #FFF;
    text-decoration: none;
}


/************************************************

	search

*************************************************/
.search a {
    text-decoration: none;
    color: #000;
    font-size: 90%;
}
.search .search_box {
    background: #FFF;
    border: 1px solid #444;
    padding: 2px 6px 0;
    margin-right: 3px;
    box-shadow: 1px 1px 0;
}
.search .search_btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bdbdbd), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #bdbdbd 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #bdbdbd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #bdbdbd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #bdbdbd 100%);
    background: linear-gradient(top, #ffffff 0%, #bdbdbd 100%);
    border-radius: 3px;
    border: 1px solid #444;
    padding: 2px 8px 0;
    box-shadow: 1px 1px 0;
    font-weight: bold;
    position: relative;
	display: inline-block;
}
.search .search_btn:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -5px;
    background: url(../images/ico/ico_cursor01.png) no-repeat 0 0;
    width: 11px;
    height: 19px;
}


/************************************************

	img

*************************************************/
figure {
	margin: 0;
}

.pht01 {
	padding: 4px;
	border: 1px solid #CCC;
}

.img_mid {
	vertical-align: middle;
}



/************************************************

	Margin Padding

*************************************************/
.m0 {margin: 0px !important;}
.m10 {margin: 10px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mt-20 {margin-top: -20px !important;}
.mt-30 {margin-top: -30px !important;}
.mt-50 {margin-top: -50px !important;}
.mt-70 {margin-top: -70px !important;}
.mt-80 {margin-top: -80px !important;}
.mt-110 {margin-top: -110px !important;}
.mt-120 {margin-top: -120px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.ml-7 {margin-left: -7px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.pt10 {padding-top: 10px !important;}
.pb10 {padding-bottom: 10px !important;}
.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl40 {padding-left: 40px !important;}

/************************************************

	Width

*************************************************/
.w40 {width: 40px;}
.w50 {width: 50px;}
.w60 {width: 60px;}
.w80 {width: 80px;}
.w100 {width: 100px;}
.w120 {width: 120px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w220 {width: 220px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w300 {width: 300px;}
.w320 {width: 320px;}
.w350 {width: 350px;}
.w380 {width: 380px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w460 {width: 460px;}
.w500 {width: 500px;}
.w520 {width: 520px;}
.w550 {width: 550px;}
.w700 {width: 700px;}
.w750 {width: 750px;}
.w_full { 
	width: 100%;
	box-sizing: border-box;
}


/************************************************

	z-index

*************************************************/
.z10 {
	z-index: 10;
}

/************************************************

	Float Align

*************************************************/
.f_left {float: left;}
.f_right {float: right;}

.center {text-align: center !important;}
.left {text-align: left !important;}
.right {text-align: right !important;}


/************************************************

	clearfix

*************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
