@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle; }

img {
	max-width: 100% ;
	height:auto ;
}
ul, menu, dd, dir{
	margin:0;
	padding:0;
}
ul,ol{
	margin:0;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start:0;
	-ms-padding-start:0;
}



/*----------------------------------------------------
 common
----------------------------------------------------*/


body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	background: url(../img/bg.png) repeat;
	line-height: 1.4;
	letter-spacing: 0;
	-webkit-text-size-adjust : 100% ;
	overflow:hidden;/* スクロール時横幅全体表示 */
		min-width:800px;

}


a{
	color:#313131;
}



a:hover{
	opacity:0.9;
}
/* IEイメージ枠なし */
a img {
	border-style:none;
}
span{
	font-size:13px;
}


ul.list1{
	padding:20px;
	font-size:20px;
	background:#FFC;
	margin-bottom:30px;
	width:50%;
	color:#F60;
}

ul.list1 li{
	font-weight:bold;
}

.list2,
.list3{
	border:5px solid #0F62B5;
	background:#FFF;
	padding:30px 30px 20px;
	margin-bottom:30px;
	color:#000;
}

.list2 dt{
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px dotted #000;
}

.list2 dd{
	line-height:1.4;
	margin-bottom:20px;
	font-weight:normal;
	background:#eee;
	padding:20px;
	font-size:18px;
	overflow:hidden;
	
}

.list2 dd.title{
	padding:0;
	margin:0 0 10px 0;
	font-size:23px;
	color:#0F62B5;
	background:#fff;
}


.list2 dd ul{
	background:#fff;
	border:1px solid#999;
	padding:20px;
	margin:20px 0 20px 0;
	text-align:left;
	width:50%;
}

.list3{
	border:3px solid #92601D;
	background:#eee;
}
.list3 strong{
	color:#92601D;
	font-size:23px;
	font-weight:bold;
	border-bottom:1px dotted #92601D;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}







footer{
background: rgb(69,72,77); /* Old browsers */
background: linear-gradient(to bottom, rgb(69,72,77) 1%,rgb(0,0,0) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border-top:1px solid #ccc;
	margin:20px auto 0;
	text-align:center;
	width:100%;
	font-size:12px;
	padding:20px 0;
	color:#fff;
	position:absolute;



}

/* 区切り線 */
hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin:0 auto 50px;
	width:860px;
}

/* フォント装飾 */
strong{
	font-weight:bold;
	font-size:19px;
}

.nomal{
	font-weight:normal;
}
.big{
	font-size:23px;
}


.under{
	text-decoration:underline;
}


.red{
	color:#D50000;
}
.black{
	color:#000;
}
.bg_red{
	color:#fff;
	background:#D50000;
}

.bg_yellow{
	background:#FF0;
}

.blue{
	color:#1F93F2;
}
.orange{
	color:#FD5520;
}




/*----------------------------------------------------
 プライバシーポリシー
----------------------------------------------------*/
#pri{
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#000;
	font-size:15px;
	background:#fff;
	padding-bottom:50px;

}
#pri div{
	width:800px;
	max-width:100%;
	margin:0 auto;
}
#pri h1,
#pri h2{
	font-size:20px;
	padding:20px 0;
	margin-bottom:50px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#000;
}

#pri dl{
	margin-bottom:30px;
}

#pri dt{
	border-bottom:1px solid #000;
	padding-left:10px;
	margin-bottom:20px;
	font-weight:bold;
}
#pri dd{
	margin-bottom:10px;
}


#pri ul{
	padding:10px;
	margin:10px auto;
}
#pri ul li{
	margin-bottom:10px;
}

#pri table{
	width:100%;
}
#pri th,
#pri td{
	padding:20px;
	background: #E8E8E8;
		border:2px solid #fff;

}
#pri th{
	background:#CCC;
	text-align:center;
	vertical-align:middle;
}
#pri td a{
	color:#C00;
}
.attent{
	font-size:13px;
	line-height:1.4;
	margin:20px auto 50px;
}

a.toppage{
	text-align:center;
	border-radius:4px;
	background:#000;
	color:#fff;
	padding:20px;
	width:300px;
	text-decoration:none;
	margin:0 auto;
	color:#fff;
	display:block;
}


