@charset "utf-8";


/* ================= Reset ================= */

html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/* ================= Base ================= */

body {
	background: #fff;
	color: #333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	/font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; /*IE6,7*/
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif\9; /*IE8*/
	font-size: 18px;
	line-height: 1;
	text-align: center;
	
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #09f;
	text-decoration: none;
}
a:visited {
	color: #09f;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #09f;
}

img {
	border: 0;
	vertical-align: bottom;
}

a img {
	overflow: hidden;
}


/* ================= Parts ================= */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* clearfix */
.clfx {
	zoom:1;
	min-height: 1px;
}

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.red {
	color:#f00;
}

/* ================= Common ================= */

#header {
	height: 75px;
	margin-bottom: 30px;
	background: #09f;
}

#header .inner {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header .logo_children {
	float: left;
	margin-top: 16px;
}

#header .logo {
	float: right;
	margin-top: 18px;
}

#contents {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#contents p {
	line-height: 1.6;
	margin-bottom: 1.5em;
}

#contents .small {
	font-size: 16px;
}

#contents #title h1 {
	margin-bottom: 30px;
}

#contents #title p {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
}

#contents h2 {
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #09f;
}

#contents #section_1 {
	margin-bottom: 36px;
}

#contents #section_1 li {
	float: left;
	display: table;
	width: 425px;
	height: 117px;
	margin-bottom: 17px;
	font-size: 20px;
	font-weight: bold;
}

#contents #section_1 li img {
	float: left;
	margin-right: 15px;
}

#contents #section_1 li a img:hover {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#contents #section_1 li span {
	display: table-cell;
	width: 293px;
	padding-left: 1em;
	vertical-align: middle;
	text-indent: -1em;
	line-height: 1.4;
}

#contents #section_2 .first {
	margin-top: 46px;
}

#contents #section_2 .layout {
	display: table;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0072ff;
}

#contents #section_2 .layout div {
	display: table-cell;
	width: 69px;
	vertical-align: middle;
}

#contents #section_2 h3 {
	display: table-cell;
	width: 356px;
	vertical-align: middle;
	color: #0b63c6;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

#contents #section_2 h3 span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#contents #section_2 .sub_text {
	display: table-cell;
	width: 425px;
	vertical-align: middle;
}

#contents #section_2 .sub_text li {
	margin-bottom: 3px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

#contents #section_2 h4 {
	margin-bottom: 25px;
	color: #0b63c6;
	font-weight: bold;
}

#contents #section_2 .box {
	margin-bottom: 30px;
	background: url(../img/bg.png) repeat-y;
}

#contents #section_2 .box .bg {
	clear: both;
	height: 20px;
	background: url(../img/bg_footer.png) no-repeat;
}

#contents #section_2 .box li {
	margin-bottom: 16px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 1.6;
}

#contents #section_2 li.none {
	margin-bottom: 0;
}

#contents #section_2 .left {
	float: left;
	width: 392px;
	padding: 18px 16px 0;
}

#contents #section_2 .right {
	float: left;
	width: 392px;
	padding: 18px 16px 0;
}

#contents #section_3 {
	margin-top: 58px;
}

#contents #pagetop {
	margin: 25px 0 30px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

#contents #pagetop img {
	vertical-align: middle;
}

#footer {
	padding: 40px 0 25px;
	background: #09f;
}

#footer p {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
