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

* {
	
}

body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background: #F5F5F5 url('../img/bg_body.jpg') repeat-x;
	color: #333;
	border-top: solid 5px #00A0E9;
}
a {
	color: #333333;
	text-decoration: none;
	
}

a:hover {
	
}

a:visited {

}

h1{
	font-size: 12px;
	color: #333;
}

h5 {
	padding-left: 15px;
	background: url(../img/bg_h5.jpg) no-repeat;
}
.aboutbg {
	background: url('../img/aboutbg.jpg') no-repeat center;
	width: 100%;
	min-height: 368px;
	padding: 10px 0;
}
td {
	border: 0;
}
/* span 系*/

span.bold{
	font-weight: bold;
}

/* p 系*/

p.bold {
	font-weight: bold;
}

p.tright {
	text-align: right;
}
p.box {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

.question {
	color: #333333;
	font-size: 15px;
}

td {
	border: 0;
}
#form table.form { 
	border:1px solid #7777bb;
	border-collapse:collapse;
	margin-top:1em;
}

#form table.form th,td {
	text-align:left;
	border:0px;
	padding:8px;
}
#form table.form td {

}
.sitemap a {
	color: #1C53C2;
}
#gmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*@media screen and (min-width: 601px) { /*601px以上*/
#container{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#header {
	width: 980px;
	height: 124px;
}
#l_header {
	float: left;
	width: 700px;
	height: 120px;
}
#r_header {
	float: right;
	width: 280px;
	height: 120px;
}

h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #00A0E9;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}
h4 {
	width: 980px;
	font-size: 16px;
	margin-bottom: 15px;
	color: #003399;
}

#contents {
	width:980px;
	font-size: 14px;
	min-height: 300px;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#menu {
	display: block;
	width: 980px;
	height: 54px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
}
#nav ul li a.n01 {
	background-image: url(../img/menu1.jpg);
	width: 126px;
	height: 54px;
}
#nav ul li a.n02 {
	background-image: url(../img/menu2.jpg);
	width: 161px;
	height: 54px;
}
#nav ul li a.n03 {
	background-image: url(../img/menu3.jpg);
	width: 145px;
	height: 54px;
}
#nav ul li a.n04 {
	background-image: url(../img/menu4.jpg);
	width: 131px;
	height: 54px;
}
#nav ul li a.n05 {
	background-image: url(../img/menu5.jpg);
	width: 147px;
	height: 54px;
}
#nav ul li a.n06 {
	background-image: url(../img/menu6.jpg);
	width: 131px;
	height: 54px;
}
#nav ul li a.n07 {
	background-image: url(../img/menu7.jpg);
	width: 139px;
	height: 54px;
}
#nav ul li a:hover {
	background-position: bottom;
}
#nav li span {
	display:none;
}



iframe.form {
	width: 980px;
	height: 930px;
	border: 0;
}

/*about table*/

.table_about {
	width: 70%;
	margin: 0 auto;
	padding: 50px 0;
	border-collapse:separate;
	border-spacing: 0px;
	empty-cells: show;
	line-height: 1.5em;

}
.table_about th	{
	width: 26%;
	padding: 20px 2px 20px 6px;
	text-align:center;
	vertical-align:middle;
	color: #fff;
}

.table_about td	{
	padding: 20px 2px 20px 10px;
	color: #fff;
}
.border1, .info {
	border: 1px solid #bfbfbf;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.border1 th, .info th {
	border: 1px solid #bfbfbf;
	background-color: #858585;
	color: #fff;
	width: 30%;
}
.border1 td, .info td {
	border: 1px solid #bfbfbf;
	width: 70%;
	padding: 12px;
}
#footer {
	width: 980px;
	height: 290px;
	background: #F5F5F5;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
	font-size: 12px;
}

#footercopy {
	width: 380px;
	height: 290px;
	float: left;
}
#footerright {
	width: 600px;
	float: right;
	height: 260px;
	margin-top: 30px;
}
.foot1 {
	float: left;
	width: 120px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
}
.foot2 {
	float: left;
	width: 160px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
}
.foot3 {
	float: left;
	width: 140px;
	padding-left: 50px;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

.sponly {
	display: none;
}
/*} /*601px以上ここまで*/
/*@media screen and (max-width:600px) { /*600px以下*/
/*img {
	max-width: 100%;
	height: auto;
}
p.spfull img {
	width: 100%;
}
#container{
	width: 100%;
	padding-top: 45px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
#header {
	display: none;
}

h2 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width: 90%;
	border-bottom: 1px solid #cacaca;
	background: url('../img/bg_arrow.jpg') no-repeat 0% 40%;
	margin-bottom: 20px;
	padding: 0 0 2px 20px;
	font-size: 17px;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #00A0E9;
	height: 20px;
	padding: 0px 0px 5px 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
	color: #003399;
}

#menu {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 105px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#contents {
	width:100%;
	font-size: 14px;
	margin: 5px 0 0 0;
	background-color: #fff;
	position: relative;

}

table {
	max-width: 98%;
}

.table_about {
	width: 300px;
	display: block;
	margin: 0 auto;
	border: none;
	margin-bottom: 30px;
	color: #FFF;
}
.table_about th {
	width: 300px;
	display: block;
	text-align: left;
}
.table_about td{
	width: 295px;
	display: block;
	text-align: center;
}
.border1 {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.border1 th {
	border: 1px solid #bfbfbf;
	background-color: #858585;
	display: block;
	color: #fff;
	width: 100%;
}
.border1 td {
	border: 1px solid #bfbfbf;
	display: block;
	width: 100%;
	padding: 12px 0;
}
.info {
	width: 320px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.info th {
	border: 1px solid #bfbfbf;
	background-color: #858585;
	display: block;
	color: #fff;
	width: 320px;
}
.info td {
	border: 1px solid #bfbfbf;
	display: block;
	width: 320px;
	padding: 12px 0;
}
ul li.f_left {
	float: left;
	width: 80px;
}
iframe.form {
	width: 100%;
	height: 1150px;
	border: 0;
}

#footer {
	width: 100%;
	background: #F5F5F5;
	height: 300px;
	margin: 0 auto;
	clear: both;
	display: block;
	font-size: 12px;
}

#footercopy img {
	margin: 0 auto;
}
#footerright {
	display: none;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	max-width: 97% !important;
}
div.fb_iframe_widget, 
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
	width: 97% !important;
	height: 100px !important;
	display: none;
}
.pconly {
	display: none;
}


} /*600px以下ここまで*/