/* = Reset
-------------------------------------------------------------- */
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,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1{font-size:190%;font-weight:normal; text-align: center; margin-bottom: 10px;}
h2{font-size:150%;font-weight:normal; text-align: center;}
h3,h4,h5{font-size:150%;font-weight:normal;}
h6{font-size:130%;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;}
img {vertical-align:top;}

html>/**/body {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* + html body {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* メイリオ
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
*/


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}

/* = ALL
-------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	color: #222;
	background: #fff;
	line-height: 1.6;
}
a {
	color: #2200cc;
	text-decoration: none;
}


/* font */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.red {color: #f00;}
.bold {font-weight: bold;}
.mincho {font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}

.w100 {width: 100%;}

.ofw {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

input[type=text], textarea {
	border: 1px solid #ccc;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
input, textarea {
	font-size: 16px;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


	
	

/* = 共通部分
-------------------------------------------------------------- */

/* _______________________________________________ header */

.header li:nth-child(1) {
	float: left;
}
.header li:nth-child(2) {
	float: right;
}
.header li a {
	display: block;
}
.header li a img {
	height: 42px;
}


/* _______________________________________________ footer */

footer {
	font-size: 12px;
	text-align: left;
	padding: 10px 5% 10px;
	border-top: solid 3px #006dce;
}
footer a {
	color: #006dce;
	text-decoration: underline;
	margin: 0 0 5px;
	display: block;
}
footer p {
	color: #666666;
}



/* = スタイル
-------------------------------------------------------------- */

.sec {
	text-align: left;
	padding: 15px 15px;
	margin: 0 3% 20px;
}
.sec dt {
	font-weight: bold;
}
.sec dd a {
	color: #0070cb;
	text-decoration: underline;
}



h2{
	color: #ffffff;
	background: #0170ca;
	margin-bottom: 20px;
}

.caption{
	/*background-color: #fff;*/
	padding:10px;
	border:2px solid #00c402;
}

.counter{
	color:#00c402;
	font-weight: bold;
	font-size:110%;
	margin-top: 10px;
}
	
ol, ul{	padding-bottom: 20px; margin: 0 10px;}

ol li, ul li {
	list-style:decimal;
	list-style-position:outside;
	padding-bottom: 10px;
}

.notice li {
	list-style:disc;
}

a:link {
	color:#0070cb;
}

a:visited  {
	color:#0070cb;
}