@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#c60;
}
.white {
	color:#fff;
}
.green {
	color:#063;
}
.lgreen {
	color:#063;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#1b689c;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.gold {
	color:#c49640;
}
.brown {
	color:#855b08;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#fff;
	text-decoration:none;
}
.fw a:visited {
	color:#fff;
	text-decoration:none;
}
.fw a:hover {
	color:#b3cdea;
	text-decoration:none;
}
.fw a:active {
	color:#fff;
	text-decoration:none;
}
#bread a:link {
	color:#333;
	text-decoration:none;
}
#bread a:visited {
	color:#333;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#333;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#fff;
	background-color:#0057b9;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}
#loader {
	display:none;
	position:fixed;
	background-color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
}
#loader img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ovf {
	overflow:hidden;
}
#wrapper {
	background-color:#fff;
	color:#333;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center;
	}
	#loader img {
		width:32px;
	}
	#wrapper {
		padding-top:52px;
}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.pcmb40 {
		margin-bottom:40px;
	}
	.pccenter {
		text-align:center;
	}
}

#header {
	position:relative;
	height:100px;
}
.hd_box {
	width:1000px;
	height:100px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:0;
	top:25px;
	line-height:0;
}
#header h1 img {
	width:auto;
	height:50px;
}
#header h2 {
	position:absolute;
	right:220px;
	top:39px;
	line-height:0;
}
#header p {
	position:absolute;
	right:0;
	top:27px;
	line-height:0;
}
.gw {
	position:relative;
	width:100%;
	height:70px;
	background-color:#0057b9;
	/*background-image:url(../img/gw_bg.png);*/
}
.gw ul {
	position:relative;
	width:1000px;
	height:70px;
	margin:0 auto;
}
.gw li {
	float:left;
	height:70px;
}
.gw li a {
	display:block;
	height:70px;
}
#toggle {
	position:fixed;
	width:30px;
	height:30px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	position:fixed;
	font-size: 0.92em;
	display:none;
	text-align:center;
	z-index:2000;
	top:52px;
	background-color:#fff;
}
ul.accordion a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#333;
}
ul.accordion li.blk {
	background-color:#111;
}
ul.accordion li.blk a {
	color:#333;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #333;
}
ul.accordion li.thw:nth-child(even) a {
	border-left:1px solid #333;
}
ul.accordion li {
	float:left;
	width:50%;
	border-bottom:1px solid #333;
}
ul.accordion li.telp {
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	font-family:serif;
}
ul.accordion li.contactp {
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	font-family:serif;
	border-bottom:2px solid #0057b9;
}
ul.accordion li.contactp a {
	color:#fff;
	background-color:#00b4f0;
}
ul.accordion li.telp a,ul.accordion li.contactp a {
	border-left:0 !important;
}


@media screen and (max-width: 499px) {
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2000;
	background-color:#fff;
	border-bottom:2px solid #0057b9;
}
.hd_box {
	width:100%;
	height:50px;
}
#header h1 {
	top:12px;
	left:12px;
	bottom:auto;
}
#header h1 img {
	width:auto;
	height:26px;
}
#header h2,#header p,.gw {
	display:none;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
.gfix .gw {
	position:fixed !important;
	top:0;
	left:0;
}
.gfix #header {
	padding-bottom:50px;
}
}

.container {
	width:1000px;
	padding:40px 0 20px;
	margin:0 auto;
	text-align:left;
}
#ftnavi {
	display:none;
}

@media screen and (min-width: 500px) {

}
@media screen and (max-width: 499px) {
.container {
	width:auto;
	padding:40px 20px 1px;
}
.cnt_adj20 {
	padding-top:20px !important;
}
.cnt_adj30 {
	padding-top:30px !important;
}

#ftnavi {
	font-size: 0.92em;
	display:block;
	text-align:center;
	border-top:1px solid #333;
	top:50px;
	background-color:#fff;
}
#ftnavi a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#333;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #333;
}
#ftnavi li.thw:nth-child(even) a {
	border-left:1px solid #333;
}
#ftnavi li {
	float:left;
	width:50%;
	border-bottom:1px solid #333;
}
#ftnavi li.telp {
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	font-family:serif;
}
#ftnavi li.contactp {
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	font-family:serif;
}
#ftnavi li.contactp a {
	color:#fff;
	background-color:#00b4f0;
}
#ftnavi li.telp a,#ftnavi li.contactp a {
	border-left:0 !important;
}
}

.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:40px;
	right:-90px;
	z-index:1000;
}
.pagetop img {
	width:60px;
}

#footer {
	width:1000px;
	margin:0 auto;
	padding:40px 0;
	color:#fff;
	background-image:url(../img/ft_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.credit {
	float:left;
	text-align:left;
	font-size:0.76em;
	line-height:1.6;
}
.credit h4 {
	font-size:1.4em;
	margin-bottom:10px;
	font-family:serif
}
.fw {
	float:right;
	font-size:0.84em;
	color:#b3cdea;
	line-height:2.4;
	text-align:left;
}
.fw li {
	float:left;
	padding-left:18px;
	margin-left:18px;
	border-left:1px dotted #b3cdea;
}
.fw li:first-child {
	padding-left:0;
	margin-left:0;
	border-left:0;
}
.fw li a {
	display:inline-block;
}
.copyright {
	padding:40px 0 0;
	font-size:0.76em;
	text-align:center;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding-bottom:30px;
}
.pagetop img {
	width:60px;
}

#footer {
	width:auto;
	padding:40px 0;
}
.credit {
	font-size:0.84em;
	float:none;
	text-align:center;
	margin:0 auto 20px;
}
.credit h4 {
	margin-bottom:20px;
}
.copyright {
	padding:20px 0 0;
	text-align:center;
}
.copyright img,.fw {
	display:none;
}
}


.tyimg {
	max-width:500px;
	max-height:500px;
	width: expression(this.width >= this.height ? "500px" : "auto");
	height: expression(this.width <= this.height ? "500px" : "auto");
}

#title {
	padding:40px 0;
	background-color:#030e23;
	background-image:url(../img/title_bg.jpg);
	background-position:center center;
}
#title h2 {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#bread {
	background-color:#d6deee;
	background-image:url(../img/pw_bg.png);
	background-position:center center;
}
#bread p {
	width:1000px;
	margin:0 auto;
	line-height:40px;
	text-align:left;
	font-size:0.76em;
	color:#999;
}
.snavi li {
	float:left;
	width:242px;
	margin-right:10px;
}
.snavi li:nth-child(4n) {
	margin-right:0;
}
.snavi li a {
	display:block;
	text-align:center;
	border:1px solid #0057b9;
	color:#0057b9;
	line-height:40px;
}
.snavi li a:hover {
	background-color:#eaeef6;
}

@media screen and (max-width: 499px) {
.tyimg {
	max-width:100%;
	max-height:300px;
	width: expression(this.width >= this.height ? "100%" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}

#title {
	padding:20px 0;
	background-size:150%;
}
#title h2 {
	width:auto;
}
#title h2 img {
	height:32px;
}
#bread {
	display:none;
}
.snavi {
	margin-bottom:20px;
}
.snavi li {
	width:49%;
	margin:0 2% 8px 0;
}
.snavi li:nth-child(even) {
	margin-right:0 !important;
}
}

.msub {
	text-align:left;
	font-size:1.24em;
	font-family:serif;
	color:#fff;
	background-color:#0057b9;
	 margin:0 0 30px;
	 padding:5px 10px;
	 line-height:1.5;
}
.sub {
	text-align:left;
	font-size:1.16em;
	font-family:serif;
	color:#0057b9;
	border-bottom:1px solid #0057b9;
	 margin:0 0 30px;
	 padding:0 10px 5px;
	 line-height:1.5;
}
.date {
	background-color:#eaeef6;
	text-align:right;
	margin:-30px 0 30px;
	font-size:0.84em;
	line-height:2;
	padding:0 5px;
}
.sub2 {
	text-align:left;
	font-size:1.08em;
	font-family:serif;
	border-bottom:1px solid #333;
	 margin:0 0 20px;
	 padding-bottom:5px;
	 line-height:1.5;
}
.line {
	border-bottom:1px dotted #666;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}

@media screen and (max-width: 499px) {
 .sub {
	 margin:0 0 20px;
}
.date {
	margin:-20px 0 20px;
}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#eaeef6;
	white-space:nowrap;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#eee;
	color:#666;
}
.nobd {
	border-bottom:none !important;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#eeeeee;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table5 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.gmap {
	overflow: hidden;
    height: 500px;
}
.gmap iframe {
    display: block;
	width:100%;
	height:800px;
    margin-top: -150px;
}

@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
	display:none;
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #eaeef6;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	color: #666;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	color: #171519;
	padding:3px 10px;
	border-bottom:1px solid #171519;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
.gmap {
	overflow: hidden;
    height: 400px;
}
.gmap iframe {
    display: block;
	width:100%;
	height:700px;
    margin-top: -150px;
}
}

.txc1 {
	display:inline-block;
	text-align:left;
}
.txc2 {
	display:inline-block;
	text-align:left;
}
.txc3 {
	width:80%;
	margin:0 auto;
	text-align:left;
}
.txc4 {
	display:inline-block;
	text-align:left;
}
.txc5 {
	width:60%;
	margin:0 auto;
	text-align:left;
}
.txc6 {
	display:inline-block;
	text-align:left;
}
.txsdw1 {
	text-shadow:0px 0px 5px #111111;
}
.txsdw2 {
	text-shadow:0px 0px 5px #ffffff;
}
.imgc1 {
	padding:10px;
	text-align:left;
}
.pgtop {
	padding-top:30px;
}
.pgend {
	margin-bottom:60px;
}
.int {
	padding-bottom:60px;
	line-height:0;
}

@media screen and (max-width: 499px) {
.txc1 {
	display:block;
	padding:30px 30px 0;
	text-align:left;
}
.txc2 {
	display:block;
	padding:30px;
	text-align:left;
}
.txc3 {
	width:auto;
	padding:30px;
	margin:0 auto;
	text-align:left;
}
.txc4 {
	display:block;
	padding:20px 30px 0;
	text-align:left;
}
.txc5 {
	width:auto;
	padding:0 30px;
	margin:0 auto;
	text-align:left;
}
.txc6 {
	display:block;
	text-align:left;
}
.imgc1 {
	padding:0 10px;
	text-align:left;
}
.pgtop {
	padding-top:20px;
}
.pgend {
	margin-bottom:40px;
}

input[type="text"],textarea {
	width:290px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
.int {
	padding-bottom:40px;
}
.int img {
	width:80px;
}

}

@media screen and (min-width: 500px) {
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
}