@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {
	list-style:none;
}
blockquote, q{
	quotes:none;
}

html{
    overflow-y:scroll;  
}  

body{
	font-size: 13px;
	font-family:"????","Meiryo","?? ?????",sans-serif;
	color:#1a1a1a;
	line-height: 1.9;
	background:#fff url(/img/bg_body.png);
	border-top:8px solid #c9202c;
}

a{
	text-decoration:underline;
    color:#c9202c;
}

a:hover{
	text-decoration:none;
	color: #c9202c;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.wrapper{
	overflow:hidden;
}

.head_inner{
	margin:0 auto;
	width: 100%;
	overflow:hidden;
	padding:10px 0 0 0;
}

.logo{
	width: 300px;
	height: 75px;
	display:block;
	background:url(/img/logo.png) no-repeat 0 0;
	float: none;
	margin-right: 0;
	background-size: 300px auto;
	margin: 0 auto;
}

.ad{
	width: 300px;
	display:block;
	float: none;
	margin-right: 0;
	background-size: 300px auto;
	margin: 0 auto;
}

.subtitle{
	margin: -20px auto 10px 100px;
	font-size: 80%;
	font-weight:bold;
	float: none;
	text-align: left;
}

.explanation{
	background:url(/img/bg_explanation.png);
	padding: 10px;
	margin-bottom:15px;
}

.explanation_inner{
	width: 100%;
	margin:0 auto;
	background:url(/img/bg_explanation_inner.png);
	border-radius: 4px;
}

.bg{
	padding: 20px;
}

.bg_1{
	background: url(/img/bg_1.png) no-repeat -60% 50%;
}

.bg_2{
	background: url(/img/bg_2.png) no-repeat 100% 50%;
}

.bg_3{
	background: url(/img/bg_3.png) no-repeat 170% 50%;
	background-size: 240px auto;
}

.bg_4{
	background: url(/img/bg_4.png) no-repeat -60% 65%;
}

.bg_5{
	background: url(/img/bg_5.png) no-repeat 130% 50%;
        background-size: 200px auto;
}

.bg_6{
background: url(/img/bg_6.png) no-repeat 170% 53%;
background-size: 240px auto;
}

.bg_7{
	background: url(/img/bg_7.png) no-repeat -630% 80%;
}

.bg_8{
	background: url(/img/bg_8.png) no-repeat 240% 60%;
}

.container{
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}

.main{
	float: none;
	width: 100%;
	margin:0;
	font-size:108%;
}

.main_blc{
	margin-bottom:15px;
	border:1px solid #b3b3b3;
	border-radius:4px;
	background: #fff;
}

.main_blc_title{
	padding: 10px 12px;
	border-bottom:1px solid #b3b3b3;
	font-size:115%;
	font-weight:bold;
	line-height: 21px;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 -1px 0 rgba(255,255,255,1.0) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	
	background:#f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom,
								 color-stop(0%,#f8f8f8),
								 color-stop(100%,#f2f2f2)
								 );/* webkit */
	background: -webkit-linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%);/* webkit */
	background: -moz-linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%);/* fx */
	background: -ms-linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%); /* ie */
	background: -o-linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%);/* opera */
	-pie-background: linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%);/* PIE */
	background: linear-gradient(top,#f8f8f8 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 );/*IE 9*/
}

.main_blc_title img{
	vertical-align:middle;
	margin-right:7px;
}

.main_blc_inner{
	padding:15px;
	overflow:hidden;
}

.main_blc_inner_lower{
	padding:15px;
	overflow:hidden;
}

.main_blc_inner_lower li{
	padding-top:15px;
	border-top:1px dotted #808080;
	margin-top:15px;
}

.main_blc_inner_lower li:first-child{
	padding-top:0;
	border-top:0px dotted #808080;
	margin-top:0;
}

.main_blc_inner_lower_title{
	font-size:108%;
	font-weight:bold;
	margin-bottom:10px;
}

.main_blc_img{
	float: none;
	margin: 0 auto 15px;
	display: block;
}

.main_blc_inner p{
	overflow:hidden;
}

.link_outer{
	text-align:right;
	display:block;
	margin-top: 10px;
}

.link{
	background:url(/img/icn_arrow3.png) no-repeat 0 50%;
	padding-left: 14px;
	font-weight: bold;
}

.main_blc_cv{
	padding:20px 0;
	text-align:center;
	background:#f2f2f2;
	border-top:1px solid #b3b3b3;
	box-shadow: 0 1px 0 rgba(255,255,255,1.0) inset;
	border-radius: 0 0 4px 4px;
}

.cv{
	display:inline-block;
	width:222px;
	height:47px;
	background:url(/img/btn_cv.png) no-repeat;
}

.cv:hover{
	background-position:-222px 0;
}

.sidebar{
	width: 100%;
	float: none;
}

.sidebar_blc{
	background: url(/img/bg_sidebar_blc.png);
	border-radius:4px;
	padding:5px;
	margin-bottom:15px;
}

.sidebar_blc_title{
	margin:7px auto 12px;
	text-align:center;
	line-height:1.4;
	font-size:108%;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.sidebar_blc_list{
	overflow:hidden;
}

.sidebar_blc_list li{
	margin-top:5px;
	padding:7px 7px 7px 26px;
	line-height: 1.5;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);

	background:#f2f2f2;
	background: url(/img/icn_arrow.png) no-repeat 7px 50%, -webkit-gradient(linear, left top, left bottom,
								 color-stop(0%,#ffffff),
								 color-stop(50%,#ffffff),
								 color-stop(50%,#f2f2f2),
								 color-stop(100%,#f2f2f2)
								 );/* webkit */
	background: url(/img/icn_arrow.png) no-repeat 7px 50%, -webkit-linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);/* webkit */
	background: url(/img/icn_arrow.png) no-repeat 7px 50%,    -moz-linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);/* fx */
	background: url(/img/icn_arrow.png) no-repeat 7px 50%, -ms-linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%); /* ie */
	background: url(/img/icn_arrow.png) no-repeat 7px 50%,      -o-linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);/* opera */
	-pie-background: url(/img/icn_arrow.png) no-repeat 7px 50%,    linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);/* PIE */
	background: url(/img/icn_arrow.png) no-repeat 7px 50%,         linear-gradient(top,#ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );/*IE 9*/
}

.sidebar_blc_list li:hover{
	background:#f2f2f2 url(/img/icn_arrow.png) no-repeat 7px 50%;
}

.sidebar_blc_list li:first-child{
	margin-top:0;
}

.sidebar_blc_list li a{
	color:#1a1a1a;
	text-decoration:none;
	display:block;
}

.totop{
	width:100%;
	margin:0 auto 10px;
	text-align:right;
}

.totop a{
	display:inline-block;
	background:url(/img/icn_arrow2.png) no-repeat 0 55%;
	padding-left:18px;
	color:#1a1a1a;
}

.footer{
	background:url(/img/bg_footer.png);
	padding:40px 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}

.copy{
	color:#fff;
	text-align:center;
}

.on{
	display:block;
}

.off{
	display:none;
}
.table_01 {
	border-collapse:collapse;
	margin-bottom:16px;
}

.table_01 td {
	padding: 6px 12px;
	border:#c1dad7 solid 1px;
	color:#4f6b72;
	text-align:left;
}

.table_01 td.td_blue {
	background-color:#f5fbfb;
}

.table_01 td.td_pink {
	background-color:#FFF0F5;
}

.table_01 td.td_center {
	text-align:center;
}

.table_01 th {
	padding: 8px 12px 7px 12px;
	text-align:center;
	background-color:#F7F7F7;	
border:#c1dad7 solid 1px;
	color:#1d494c;
}