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

/*----------------------------------------------------
 contents
----------------------------------------------------*/

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

#pri{
	width:640px;
	background:#fff;
	margin:30px auto;
	border:1px solid #ccc;
	padding:30px;
	font-size:14px;
}
#pri p{
	margin-bottom:30px;
}

#pri p strong{
	font-weight:bold;
	display:block;
	font-size:16px;
	border-bottom:1px dotted #999;
}
#pri + p,
#pri + footer{
	text-align:center;
	margin:20px auto;
	font-size:14px;
}
.pri{
	margin:0 auto;
	text-align:center;
}
.pri a{
	display:inline-block;
	line-height:2em;
	text-align:center;
	margin:0 auto 30px;
	font-size:14px;
}



footer {
	color: #fff;
	background:  url("img/title_bg.jpg") 0 center / cover no-repeat;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
}
/* スマホ用スタイル */

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

#pri {
	width:90%;
	padding: 0;
	margin: 0 auto;
	border:none;
}

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;
	/**/ }
