@charset "UTF-8";
/* CSS Document */


/*----------------------------------------*/
/*                                        */
/*TOPスタイル*/
/*                                        */
/*----------------------------------------*/

@import "common.css";


/*----------------------------------------*/
/* コンテンツ                     */
/*----------------------------------------*/

#contents{
	margin-top:610px;
	position:relative;
	background:url(../img/common/contents_back.png);
	padding:80px 0px 94px;
}

.nv_content{
}

.content{
	padding:0 160px 60px;
	background:no-repeat center bottom url(../img/top/separate.gif);
}

#contents .bt_social{
	position:absolute;
	top:-35px;
	right:-10px;
}
#contents .bt_social li{
	float:left;
	margin-right:10px;
}
#contents .bt_social a{
	display:block;
	background:no-repeat url(../img/common/icon_sns.png);
	width:25px;
	height:25px;
	text-indent:-9999em;
}
#contents .bt_social .tw a{
	background-position:-50px top;
}
#contents .bt_social .tw a:hover{
	background-position:-50px bottom;
}

#contents .bt_social .fb a{
	background-position:-75px top;
}
#contents .bt_social .fb a:hover{
	background-position:-75px bottom;
}

h2{
	text-align:center;
	padding:56px 0 0;
}
h3{
	text-align:center;
	padding:30px 0 0;
}
p.l1{
	padding:20px 0 0;
	font-size:14px;
	line-height:1.8em;
	font-weight:bold;
	text-align:center;
}

p.l2{
	padding:20px 0 0;
	line-height:1.8em;
	font-size:12px;
	text-align:center;
}

p.attention{
	padding:15px 0 0px;
	font-size:12px;
	font-weight:bold;
	color:#d4003b;
	text-align:center;
}


.selection{
	padding-top:30px;
	width:640px;
}
.selection li{
	float:left;
	width:320px;
	padding-bottom:40px;
}
.selection li dd{
	padding-top:7px;
	padding-right:20px;
	line-height:1.8em;
	text-align:center;
	font-size:9px;
	font-weight:bold;
}
.selection li a dd {
	color:#000;
}
.selection li a:hover dd{
	text-decoration:none !important;
	color:#666;
}

.map{
	padding:15px 0 20px;
	text-align:center;
}
.tel{
	padding-bottom:12px;
	text-align:center;
}
.mail{
	padding-bottom:15px;
	text-align:center;
}
.gmap{
	text-align:center;
}