@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;
	line-height: 1.4;
	-webkit-text-size-adjust : 100% ;
	overflow:hidden;/* スクロール時横幅全体表示 */
	min-width:800px;
	color:#000;
	background:#12214A;

}

a{
	color:#313131;
}



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


/*----------------------------------------------------
 コンテンツ
----------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto ;
	text-align: center;
}

/*----------------------------------------------------
 プライバシーポリシー
----------------------------------------------------*/
#pri{
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#000;
	font-size:15px;
	background:#fff;
	padding-bottom:50px;
}
#pri div{
	width:50%;
	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:#12214A;
}

#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;
}

footer {
	text-align: center;
	font-size: small;
	color: #fff;
	padding:0 auto;
}
footer p{
	padding: 20px 0;
	text-align:center;
}
/* スマホ用スタイル */

@media(max-width:749px) {
body{
	min-width: inherit;
}

#pri div{
	width:90%;
}

table td{
	word-break: break-all;
}


}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}




