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



html {
	font-size: 14px;
	line-height: 27px;
	margin: 0;
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../img/bg.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

img {
  border-style:none;
}

a { color: #45c4ff; text-decoration: underline; }

a:hover { color: #03F; text-decoration: none; }

.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}

.gold {
	font-size: 15px;
	color: #ffcc00;
	font-family:
"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
font-weight: bold;
}

.reg {
	font-size: 80%;
	vertical-align: top;
}

.reg2 {
	font-size: 80%;
	vertical-align: top;
}


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

#sc {
	width: 100%;
	margin:20px 0 0 0;
	height: 520px;
	padding:0
}


#wrap {
	max-width: 460px;
	width: 100%;
	margin-left:0;
	padding:0
}

h1 {
	margin: 0 0 0 40px;
}
h2 {
	margin: 0 0 20px 0;
}
.content {
	margin: 0;
}
.text{
	padding:0 0 10px 40px;
	/*word-break:keep-all;*/
	line-height:170%;
}

.textb {
	color: #c8ff45;
	/*word-break:keep-all;*/
	line-height:120%;
	padding:20px 40px;
}

dl.text dt{
	float:left;
	clear:both;
}

ul.text {
	float:right;
	clear: both;
	padding:20px;
}


h3 {
	margin: 0 0 20px 0;
}

.btn{
	margin:20px 30px 0 0;
	float:right;
}

.btn a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.ss{
	clear:both;
	padding:40px 40px;
	line-height:100%;
	text-align:center;
	}

footer {
	widht: 100%;
	height: 40px;
}