@charset "utf-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	common
=======================================================*/
.list_style {
}

.list_style li {
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.list_style li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*=======================================================
	header
=======================================================*/
#header {
	width:980px;
	height:143px;
	position: relative;
	margin:0 auto;
	background:transparent url(../img/header_city.png) 0 50% no-repeat;
}
#header h1 {
	width:235px;
	height:97px;
	/*height:55px;*/
	/*margin:42px 0 0;*/
	background: transparent url(../img/logo.png) 0 42px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header p#tnc_link {
	margin: 0;
}
#header p#tnc_link a {
	width: 116px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#header p#tnc_link img {
	opacity: 0.7;
}

/*btn_sns_area*/
#btn_sns_area {
	width: 500px;
	position:absolute;
	top:115px;
	right:0;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}


/*=======================================================
	main
=======================================================*/
#main_title {
	width:100%;
	/*height:128px;*/
	background:url(../img/h2_bg.png) repeat-x center;
}
#main_title h2 {
	width:980px;
	height:128px;
	background: url(../img/h2.png) 0 50% no-repeat;
	margin:0 auto;
	text-indent: -9999px;
	overflow: hidden;
}

#main_area {
	width:100%;
	background:url(../img/main_bg.jpg) 0 0 repeat;
}
#main_area #contents {
	width:980px;
	margin:0 auto;
	padding:0 0 50px;
	background:#FFFFFF;
}
#main_area #contents h3 {
	width:89.7%; /*880px*/
	margin:0 auto;
	/*padding:50px 0 15px;*/
	padding:5% 0 3%;
	border-bottom:solid 3px #008C8C;
}
#main_area #contents table {
	width:89.7%; /*880px*/
	margin:40px auto 0;
}
#main_area #contents table tr th,#main_area #contents table tr td {
	border:solid 1px #AAAAAA;
}
#main_area #contents table tr th {
	width:30%;
	padding:22px 0;
	background:#DDDDDD;
	font-weight:normal;
	letter-spacing:5px;
}
#main_area #contents table tr td {
	width: 70%;
	padding: 12px;
	text-align: left;
}
#main_area #contents table tr span.ind {
	padding-left: 2.6em;
	text-indent: -2.6em;
}
#main_area #contents table .rikunabi {
	margin:10px 10px 20px;
	padding:7px;
	border:1px solid #FD0304;
}

/*****q_and_a*****/
#main_area #contents h4 {
	width:89.7%; /*880px*/
	margin:30px auto 0;
	/*padding:50px 0 15px;*/
	padding:2% 0;
	background-color:#EFEFEF;
}

#main_area #contents dl {
	width:89.7%;
	text-align:left;
	margin:20px auto;
}
#main_area #contents dt {
	margin:25px 0 15px;
}
#main_area #contents dt .mark_q {
	background-color:#55B2F5;
	color:#ffffff;
	font-weight:bold;
	padding:0px 2px;
}
#main_area #contents dd .mark_a {
	background-color:#EC8384;
	color:#ffffff;
	font-weight:bold;
	padding:0px 2px;
}
#main_area #contents dd {
	margin-bottom:50px;
}
#main_area #contents dd p {
	margin:0;
}
#main_area #contents dd .qa_section {
	margin:15px 0 0;
}


/*=======================================================
	btn
=======================================================*/
.btn {
	margin-bottom: 10px;
}

.btn a {
	border: 3px solid #008C8C;
	background: rgba(255,255,255,0.5);
	display: inline-block;
	padding: 0.3em 2em;
	text-decoration: none;
	color: #008C8C;
	transition-property: text-shadow;
	transition-duration: 0.5s;
}

.btn a:hover {
	text-shadow: 0px 0px 10px #FFF;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width:100%;
	height:100px;
	background:url(../img/footer_bg.jpg) 0 0 repeat-x;
}
#footer p {
	color:#FFFFFF;
	padding:45px 0 0;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

#pagetop_area a {
	width: 60px;
	height:60px;
	display: block;
	background: #222;
	border-radius: 50%;
	position: relative;
}

#pagetop_area a::before {
	position: absolute;
	content: " ";
	top: 42%;
	right: 37%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
}

