<STYLE HREF="css/lightbox.css"><style href="css/lightbox.css">@charset "utf-8";
/* CSS Document */


/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/

img { 
    max-width: 100%; 
    height:auto;
}

/* リンク色変更はここ */
a{
	text-decoration:none;
}

/*【角丸】
 　角丸にしたいコンテンツに
 　クラスで指定してください。
*/
.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}






#contents {
}




a:hover {
	opacity: 0.5;
	
}




.common_box{
	zoom: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.common_box:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
#bnrs {
	line-height: 0;
}

.headline{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00B4ED),to(#227EDB));
	background-color: #227EDB;
	color: #fff;
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.5);
	border: 1px solid #227EDB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* サムネイルつき矢印リスト */
/*.list3 .bnr_list{
border-bottom: 1px solid #ccc;
}

.list3 .bnr_list li{
height: 80px;
margin: 0px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
background: linear-gradient(#fff, #f2f2f2);
border-top: 1px solid #ccc;
}

.list3 .bnr_list li a{
	display: block;
	overflow: hidden;
	height: 80px;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	color: #227ED7;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.list3 .bnr_list li a:after {
display: block;
content: "";
width: 0;
height: 0;
margin: -3px 0 0 0;
position: absolute;
top: 50%;
right: 15px;
border-top: 8px solid #999999;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.list3 .bnr_list li img{
width: 120px;
height: 80px;
margin-right: 10px;
float: left;
}
.list3 .bnr_list li a strong{
	display: block;
	color: #227ED7;
	font-weight: bold;
	line-height: 80px;
}*/
.list3 ul{
 border-bottom: 2px solid #ccc;
 }
 .list3 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 2px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list3 ul li a{
 color: #666;
 display: block;
 height: 80px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 background-image: url(../img/index_img/link_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 5px;
 }
 .list3 ul li img{
 float: left;
 height: 80px;
 width: 120px;
 margin-right: 10px;
 }
 .list3 ul li a strong{
	display: block;
	color: #227ED7;
	line-height: 80px;
	font-size: 110%;
 }
 

.special_title{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00B4ED),to(#227EDB));
	background-color: #227EDB;
	color: #fff;
	font-size: 110%;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.5);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #227EDB;
	border-bottom-color: #227EDB;	
}

.subtitle {
	font-size: 120%;
	color: #EA7400;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #EA7400;
	border-bottom-color: #EA7400;
	font-weight: bold;
}


article{
	padding-right: 2%;
	padding-left: 2%;
}


/* -------fb--------- */
.bnr_fb{
 border-bottom: 2px solid #ccc;
 }
 .bnr_fb li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3B5998), to(#00287F));
 background: linear-gradient(#3B5998, #00287F);
/* border-top: 2px solid #ccc;
*/ height: 60px;
 margin: 0px;
 }
 .bnr_fb li a{
 color: #666;
 display: block;
 height: 60px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 background-image: url(../img/index_img/link_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 5px;
 }
 .bnr_fb li img{
	float: left;
	 height: 60px;
	
 }
 
/* -------info_dl--------- */

.info_dl  {
	margin-top: 20px;	
}

.info_dl dt {
	clear: left;
	float: left;
	width: 90px;
	padding-left: 10px;
}

.info_dl dd {
	padding-left: 120px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 20px;
}
.info_all  {
	text-align: right;
}

.info_all:after  {
	content: "»";
	margin-right: 5px;
}



/*----------------------------------------
	フッター
----------------------------------------*/
footer{
	background-color: #E3F3FC;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.footer_box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 1px 0 #fcfcfc;
	-moz-box-shadow: 0 1px 0 #fcfcfc;
	box-shadow: 0 1px 0 #fcfcfc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.splink_title {
	font-size: 13px;
	color: #FFF;
	background-color: #227EDB;
	padding: 2px;
	text-align: center;
	width: 9em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}

.special_link    {
	display:table;
	table-layout: fixed;
	width:100%;
	font-size: 13px;
	margin-bottom: 10px;
}
.special_link li{
	display:table-cell;
	vertical-align:middle;
	text-align: left;
}

.special_link li:before{
	content: url(../img/common_img/special_link_arrow.png);
	padding-left: 1em;	
   
	background-position: left center;
}

.btn2 {
background:url(img/arrow.png) ,-moz-linear-gradient(top center, #f9003c 0%, #6c021c 100%);
background-repeat: no-repeat;
background-position: 90%;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00B4ED), color-stop(1, #227EDB));
	background:-moz-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-webkit-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-o-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-ms-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:linear-gradient(to bottom, #00B4ED 5%, #227EDB 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B4ED', endColorstr='#227EDB',GradientType=0);
	background-color:#00B4ED;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	width: 56%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-right: 20%;
	margin-left: 20%;
	padding-right: 2%;
	padding-left: 2%;
}
/*.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #227EDB), color-stop(1, #00B4ED));
	background:-moz-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-webkit-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-o-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-ms-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:linear-gradient(to bottom, #227EDB 5%, #00B4ED 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#227EDB', endColorstr='#00B4ED',GradientType=0);
	background-color:#227EDB;
}
*/

.myButton:active {
	position:relative;
	top:1px;
}

.myButton a {
	color: #FFF;	
		}

.myButton a:hover {
	color: #FFF;	
		}
		
.myButton:before {
	content:" ";
	display:inline-block;
	width:20px;
	height:36px;
	background-size:contain;
	vertical-align:middle;
	background-image: url(../img/common_img/tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}


/*--------------*/
.myButton_mail {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00B4ED), color-stop(1, #227EDB));
	background:-moz-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-webkit-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-o-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:-ms-linear-gradient(top, #00B4ED 5%, #227EDB 100%);
	background:linear-gradient(to bottom, #00B4ED 5%, #227EDB 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B4ED', endColorstr='#227EDB',GradientType=0);
	background-color:#00B4ED;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	width: 94%;
	padding-top: 6px;
	padding-right: 3%;
	padding-bottom: 6px;
	padding-left: 3%;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
/*.myButton_mail:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #227EDB), color-stop(1, #00B4ED));
	background:-moz-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-webkit-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-o-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-ms-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:linear-gradient(to bottom, #227EDB 5%, #00B4ED 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#227EDB', endColorstr='#00B4ED',GradientType=0);
	background-color:#227EDB;
}
*/

.myButton_mail:active {
	position:relative;
	top:1px;
}

.myButton_mail a {
	color: #FFF;	
		}

.myButton_mail a:hover {
	color: #FFF;	
		}
		
.myButton_mail:before {
	content:" ";
	display:inline-block;
	width:20px;
	height:36px;
	background-size:contain;
	vertical-align:middle;
	background-image: url(../img/common_img/mail_mark.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
/*--------------*/



/*--------------*/
.myButton_access {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #ccc));
	background:-moz-linear-gradient(top, #fff 5%, #ccc 100%);
	background:-webkit-linear-gradient(top, #fff 5%, #ccc 100%);
	background:-o-linear-gradient(top, #fff 5%, #ccc 100%);
	background:-ms-linear-gradien(top, #fff 5%, #ccc 100%);
	background:linear-gradient(to bottom, #fff 5%, #ccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc',GradientType=0);
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	width: 56%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration:none;
	margin-right: 20%;
	margin-left: 20%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	line-height: 36px;
}
/*.myButton_mail:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #227EDB), color-stop(1, #00B4ED));
	background:-moz-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-webkit-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-o-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:-ms-linear-gradient(top, #227EDB 5%, #00B4ED 100%);
	background:linear-gradient(to bottom, #227EDB 5%, #00B4ED 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#227EDB', endColorstr='#00B4ED',GradientType=0);
	background-color:#227EDB;
}
*/

.myButton_access:active {
	position:relative;
	top:1px;
}

.myButton_access a {
	color: #227EDB;
	text-align: center;
		}

.myButton_access a:hover {
	color: #227EDB;	
		}
		
/*.myButton_access:before {
	content:" ";
	display:inline-block;
	width:20px;
	height:36px;
	background-size:contain;
	vertical-align:middle;
	background-image: url(../img/common_img/mail_mark.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}*/
/*--------------*/

/*--------------*/
.myButton_contact {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E03180), color-stop(1, #E63182));
	background:-moz-linear-gradient(top, #E03180 5%, #E63182 100%);
	background:-webkit-linear-gradient(top, #E03180 5%, #E63182 100%);
	background:-o-linear-gradient(top, #E03180 5%, #E63182 100%);
	background:-ms-linear-gradien(top, #E03180 5%, #E63182 100%);
	background:linear-gradient(to bottom, #E03180 5%, #E63182 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E03180', endColorstr='#E63182',GradientType=0);
	background-color:#E03180;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #E03180;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	width: 76%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration:none;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	line-height: 36px;
}


.myButton_contact:active {
	position:relative;
	top:1px;
}

.myButton_contact a {
	color: #fff;
	text-align: center;
		}

.myButton_contact a:hover {
	color: #fff;	
		}
		

/*--------------*/




.btn {
	font-size: 16px;
	background: -moz-linear-gradient(
		top,
		#9D5C2F 0%,
		#724914);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#9D5C2F),
		to(#724914));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #724914s;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	/*text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.btn a {
	font-size: 24px;
	color: #FF0;
	text-shadow:1px 0 1px #FF0;
	font-family: "Arial Black", Gadget, sans-serif;
		}




.btn:before {
	content:" ";
	display:inline-block;
	width:20px;
	height:40px;
	background-size:contain;
	vertical-align:middle;
	background-image: url(../img/common_img/tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.btn_s_orange{
	background: -moz-linear-gradient(
		top,
		#F39700 0%,
		#E60012);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#F39700),
		to(#E60012));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E60012;
	
	padding-top: 5px;
	padding-right:10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.btn_s_orange a {
	color: #ffffff;
		}



.foot_nav    {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00B4ED),to(#227EDB));
	background-color: #227EDB;
	line-height: 40px;
	height: 40px;
	display:table;
	table-layout: fixed;
	width:100%;
	margin-bottom: 10px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFF;
}
.foot_nav li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.foot_nav li:last-child{
	border-right-style: none;	
}


.foot_nav li a{
	color: #FFF;   
}

address{
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}