<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*resetcss*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ここから */
body{
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:scroll;
}

#wrap{
	width:950px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#content{
	width:894px;
	margin:0 auto;
	text-align:center;
	padding-top:17px;
}
#keiyou{
	width:950px;
	height:59px;
	position:relative;
	margin-bottom:20px;	
}
#close{
	width:52px;
	height:13px;
	position:absolute;
	top:25px;
	right:45px;	
}
#body{
	background:url("../img/wrap.png") no-repeat bottom;
	padding:13px 0 20px 0;
	overflow:hidden;
	text-align:center;
}
#main{
	padding:13px 0 20px 30px;
	text-align:left;
	overflow:hidden;
}
.btn_common{
	width:784px;
	height:28px;
	padding:40px 32px 0 20px;
}
.real_btn{
	width:784px;
	padding:24px 32px 40px 20px;
	overflow:hidden;
}
.real_btn img{
	float:left;
}
.real_btn p{
	float:left;
}
.real_btn2{
	width:784px;
	padding:24px 32px 0 20px;
	overflow:hidden;
}
.real_btn2 img{
	float:left;
}
.real_btn2 p{
	float:left;
}


/* float設定 */
.centering{
	width:750px;
	padding:40px 32px 0 20px;
}
.centering2{
	width:750px;
	padding:60px 32px 40px 20px;
}

/* マウスオーバー設定 */
a{
	color:#8d8d8d;
	text-decoration:none;
}

a:hover {
	color:#443f8f;
	text-decoration:underline;
}

a img{
	color:#8d8d8d;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* パンくず */
ul{
	font-size:12px;
	color:#8d8d8d;
	text-align:left;
	padding:7px 0 0 20px;
}
li{
	display:inline;
}
li.now{
	font-weight:bold;
	color:#333333;
}
hr{
	border:#d9d8d8 solid;
	border-width:1px 0 0 0;
	width:852px;
}

/* 文字設定 */
h1{
	border-bottom:1px solid #cccccc;
	width:625px;
	margin:30px 0 0 0;
}
h2{
	border-bottom:1px solid #cccccc;
	width:625px;
	margin:30px 0 0 0;
}
p{
	font-size:12px;
	line-height:1.5em;
	display:block;
	padding:0 0 0 25px;
}
p.height{
	padding-top:1em;
}
.centering p{
	width:100%;
	text-align:left;
	padding:0 0 10px 0;
}
.centering2 p{
	width:100%;
	text-align:left;
	padding:0 0 10px 0;
}

/* 画像設定 */
.centering .card{
	padding:2px 0 32px;
}
.btn{
	display:block;
	padding:25px 0;
}
#btnArea{
	overflow:hidden;
	margin-bottom:50px;	
}
.btn_1{
	width:178px;
	height:48px;
	float:left;
	margin-left:240px;	
}
.btn_2{
	float:right;
	margin-right:240px;	
}
</pre></body></html>