@charset "utf-8";

/* CSS Document */

body{
	background:url(../images/bg.jpg);
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height: 30px;
}

#wrapper{
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#pg_title{
	text-align:center;
	height:120px;
	display:block;
	background-color:#FFFFFF;
	border-radius:5px;
	
}


#pg_title h1{
	padding:50px 0 50px 0;
	color:#00acc1;
	font-size: 28px;
}

#btn{
	height:100px;
	text-align:center;
	margin-top:40px;
}

.btn_left {
    margin-right: 48px;
}




.btn_left:hover, .btn_right:hover {
	opacity: 0.65;
}

#main {
    background-color: #FFFFFF;
    border-top: solid;
    border-top-color: #00acc2;
    padding: 0 50px 50px;
}

#title {
    text-align: center;
    padding-top: 12px;
    border-bottom-style: dashed;
    border-bottom-color: #00acc1;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#title2 {
    text-align: center;
    padding-top: 12px;
    border-bottom-style: dashed;
    border-bottom-color: #00acc1;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 22px;
    color: #00acc1;
}
.pdt30 {
	padding-top: 30px;
}
.tabs_icon {
	padding: 0px 0px 0px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	background: url('../images/tabs_img.gif') no-repeat 0% center;
}
td {
    vertical-align: middle;
}
select {
    padding: 5px;
    border-radius: 4px;
    font-family: inherit;
    margin-left: 20px;
    width: 100%;
}
.list_color {
	color: #00adbe;
}
.border_bottom {
	border-bottom: 3px dashed #00adbe;
}
td[bgcolor="#FFCCCC"] {
    color: #00adbe;
    background: none;
    width: 15%;
    text-align: left;
}
.links td a, .inner a {
	color: #014694;
}
.links td a:hover, .inner a:hover {
	color: #00adbe;
}
.down {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 3px solid #00adbe;
	text-align: center;
	margin: 50px auto 100px;
	overflow: hidden;
	padding: 0 50px 50px;
}

.down h2 {
	font-size: 24px;
	color: #00adbe;
	width: 100%;
	padding: 5px;
	border-bottom: 1px dashed #00adbe;
}

.downNoLine {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
	margin: 50px auto 100px;
	overflow: hidden;
	padding: 0 50px 50px;
}

.inner {
	text-align: left;
}
.btn {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.btn a {
	width: 20%;
	display: inline-block;
	padding: 12px 40px;
	color: #fff;
	background-color: #00adbe;
	text-decoration: none;
	position: relative;
	border-bottom: 4px solid #03697b;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
}
.btn a span {
	position: absolute;
	right: 10%;
	font-size: 35px;
	color: #99dde6;
}

.btn a:hover {
	opacity: 0.65;
}

.banner a:hover {
	opacity: 0.65;
}

.area a:hover {
	opacity: 0.65;
}


.banner{
	width: 100%;
}

.bannerBox{
	float: left;
	width: 460px;
	margin-top:35px;
	margin-right: 50px;
}
.bannerBoxRight{
	float: left;
	width: 460px;
	margin-top:35px;
}
.bannerBoxCenter{
	margin-top:35px;
}
.bannerBoxCenter p {
	padding-left: 20%;
	text-align: left;
}

#close {
	cursor: pointer;
}