﻿
/* 共通
------------------------------------------------------------*/
body {
	color:#333;
	font:13px/1.5 "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
a {
	color:#004097;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.block {
	background:#FFF;
	border-top:5px solid #0064B1;
}

#head_top h1 {
	top: 10px;
}

.mgt20{
	margin-top: 20px;
}

.mgt30{
	margin-top: 30px;
}

.mgt40{
	margin-top: 40px;
}

.mgt60{
	margin-top: 60px;
}

/* パンくず
------------------------------------------------------------*/
#breadcrumb {
	width: 960px;
	margin: 8px auto 6px;
}

/* コンテンツ
------------------------------------------------------------*/
#main {
	background:url(../images/bg_main.png) 0 0 repeat;
}

#kv {
	background:url(../images/kv.png) center top no-repeat;
	height: 782px;
}

#kv h2 {
	width: 960px;
	margin: 0 auto;
}

#try {
	width: 960px;
	margin: 0 auto;
}

#try .box {
  	-webkit-border-radius: 10px;
 	 -moz-border-radius: 10px;
  	border-radius: 10px;
 	border: 6px solid #004097;
  	background-color: #ffffff;
  	width: 888px;
	padding: 20px 30px;
}

#try h3.ttl {
	text-align: center;
}

#try .left {
	float: left;
}

#try .note {
	width: 560px;
}

#try ul li {
	list-style: disc inside;
}

#try .right {
	float: right;
}

#start {
	padding-bottom: 30px;
}

#start h3.ttl {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#start .start_bg {
	background: url(../images/bg_start.png) center top no-repeat;
	height: 262px;
}

#start .btn_fb {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

#start .btn_fb a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#start .caution {
	text-align: center;
}

#start .btn_return {
	background: url(../images/arrow_back.gif) 0 3px no-repeat;
	color: #004097;
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	margin: 30px auto;
	padding: 0 0 0 12px;
}

#start .btn_return a:link {
	color: #004097;
}

#start .btn_return a:hover{
	color: #004097;
	text-decoration:underline;
}

#start .btn_return a:visited {
	color: #004097;
}
