@charset "utf-8";
@import url("default.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
body {
	margin-top: 10px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.25%;
	padding-left: 2.375%;
	padding-right: 2.375%;
	clear: none;
	float: none;
}
#content {
	margin-top: 10px;
}

#main {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#sub {
	width: 100%;
	margin-left: 0;
	clear: both;
}


#tel {
	width: 100%;
}
header h1 {
	/* [disabled]width: 100%; */
	height: auto;
	text-align: center;
	margin-bottom: 5px;
}
header h1 img {
	max-width: 150px;
}
header #tel {
	text-align: center;
}

header #tel img {
	max-width: 140px;
}
nav li a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #868686;
	color: #FFFFFF;
}
nav li a:hover {
	text-decoration: none;
	display: block;
	background-color: #434343;
	color: #FFFFFF;
}
nav li a:visited {
	color: #FFFFFF;
}
nav li {
	display: block;
	float: left;
	width: 33.3333%;
	border-right: 1px solid #A3A3A3;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #A3A3A3;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
}

.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.title01 {
	background-image: -webkit-linear-gradient(270deg,rgba(43,156,237,1.00) 0%,rgba(12,104,150,1.00) 62.69%);
	background-image: -moz-linear-gradient(270deg,rgba(43,156,237,1.00) 0%,rgba(12,104,150,1.00) 62.69%);
	background-image: -o-linear-gradient(270deg,rgba(43,156,237,1.00) 0%,rgba(12,104,150,1.00) 62.69%);
	background-image: linear-gradient(180deg,rgba(43,156,237,1.00) 0%,rgba(12,104,150,1.00) 62.69%);
	color: #FFFFFF;
	font-size: 130%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 5px;
	font-weight: bold;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.title02 {
	border-bottom: 1px solid #0C6896;
	border-left: 8px solid #3BA8DF;
	padding: 0.5em;
	font-weight: bold;
	font-size: 110%;
}
.title03 {
	color: #0C6896;
}

.list01 {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.image01  {
	display: block;
	text-align: center;
}
.image01 img {
	width: 200px;
	margin-bottom: 1em;
}
#main {
	margin-bottom: 1em;
}
#sub-info h3 {
	border-radius: 10px;
	background-color: #80BD83;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}
.sub-box h3 {
	border-radius: 10px;
	background-color: #A0D6F1;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}
#sub-info dl {
	margin-bottom: 1em;
}

#sub iframe {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	display: block;
	margin-bottom: 1em;	
}

#sub {
	width: 100%;
	clear: both;
}
#sub #sub-info {
	margin-bottom: 1em;
}

#sub #sub-info div {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 280px;
}
#sub-info p span {
	display: block;
}
#sub-info div dt {
	background-color: #9CD39E;
}



#sub .sub-links  {
	margin-left: 0.5em;
	list-style-type: none;
	margin-bottom: 1em;
}


#sub .sub-links li {
	padding-right: 1em;
	float: left;
}
#sub .sub-box h3 {
	clear: both;
}
.sub-links li a {
	color: #000000;
	display: block;	
}
.sub-links li a:hover {
	color: #FF4649;
	display: block;
	text-decoration: none;
}
#sub-info #to-mail a{
	background-color: #FF83B5;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 8px;
	margin-top: 10px;
}
#sub-info #to-mail a:hover{
	background-color: #FF3E8C;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 8px;
	margin-top: 10px;
}

footer  {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}
footer ul {
	margin-bottom: 1em;
}

footer li {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #CBCBCB;
}
footer li a {
	text-decoration: none;
	color: #535353;
	font-size: small;
	padding: 0.25em;
	display: block;
}
footer li a:hover {
	text-decoration: none;
	font-size: small;
	display: block;
	background-color: #FFD7D8;
	color: #535353;
}
footer li a:visited {
	color: #535353;
}
footer li:first-child {
	border-top: 1px solid #CBCBCB;
}

small {
	font-size: 85%;
	clear: both;
	display: block;
	/* [disabled]margin-top: 20px; */
}
.gaiyou-table th {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	display: block;
	background-color: #C9EDFF;
	padding-left: 0.25em;
}
.gaiyou-table td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	width: 100%;
	display: block;
	padding-left: 0.25em;
}
.gaiyou-table td dl dd {
	margin-bottom: 1em;
}
.gaiyou-table td dl dd:last-child {
	margin-bottom: 0px;
}
#shain dt {
	float: left;
	/* [disabled]width: 180px; */
}
#shain dt:after {
	content: "：";
}
#shain dd {
	float: none;
	margin-left: 180px;
}
#shain dd ul li {
	list-style-type: none;
}
#shain dd ul li:before {
	content: "・";
}



.gaiyou-table caption {
	margin-top: 2em;
}










/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
	clear: none;
	float: none;
	margin-left: auto;
}
header h1 {
	width: 210px;
	float: left;
	margin-top: 10px;
}
header h1 img {
	max-width: 210px;

}

header #tel {
	width: 180px;
	float: right;
}
header #tel img {
	max-width: 180px;
}



#main {
	width: 100%;
	clear: both;
	margin-left: 0;
}



.image01 img {
	max-width: 200px;
	float: right;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
nav {
	clear: both;
}
nav li {
	float: left;
	width: 33.3333%;
	text-align: center;
	font-size: 85%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 40px;
	border-left: 1px solid #6E6E6E;
	border-bottom-style: none;
}
nav li a {
	background-image: -webkit-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin-top: 0px;
	text-shadow: 1px 1px #6A6A6A;
	
	
}
nav li:first-child  {
	border-left-style: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
nav li:last-child  {
	border-radius: 0px 5px 5px 0px;
	border-right: none;
}
nav li a:hover {
	display: block;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
}
nav li:first-child a {
	border-radius: 5px 0px 0px 5px;
	border-left: none;
}
#sub #sub-info div {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#sub-info p span {
	display: inline;
	padding-right: 0.25em;
}
.gaiyou-table th {
	display: table-cell;
	width: 25%;
	background-color: transparent;
	border-bottom: 1px solid #CBCBCB;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	min-width: 130px;
}
.gaiyou-table td {
	display: table-cell;
	border-bottom: 1px solid #CBCBCB;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.gaiyou-table caption {
	background-color: #BAE7FF;
}





}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 95%;
	max-width: 950px;
	padding-left: 0.95%;
	padding-right: 0.95%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#main {
	width: 69.3877%;
	clear: both;
	margin-left: 0;
}
#sub {
	width: 28.5714%;
	clear: none;
	margin-left: 2.0408%;
}
header h1 {
	width: 300px;
	float: left;
	margin-top: 15px;
}
header h1 img {
	max-width: 298px;
	width: 100%;

}
header #tel {
	text-align: right;
	width: 300px;
}

header #tel img {
	max-width: 286px;

}

.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
nav {
	clear: both;
}
nav li {
	float: left;
	width: 33.3333%;
	text-align: center;
	font-size: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 40px;
	border-bottom-style: none;
	/*border-right: 1px solid rgba(111,111,111,0.68);
	border-left: 1px solid rgba(166,162,162,0.69);*/
}
nav li a {
	background-image: -webkit-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(160,160,160,1.00) 0%, rgba(115,114,114,1.00) 50.78%, rgba(144,144,144,1.00) 50.78%, rgba(83,83,83,1.00) 50.78%, rgba(104,104,104,1.00) 100%);
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin-top: 0px;
	border-left-width: medium;
	
	text-shadow: 1px 1px #6A6A6A;
	
}

nav li a:hover {
	display: block;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,85,85,1.00) 0%,rgba(46,45,45,1.00) 50.78%,rgba(144,144,144,1.00) 50.78%,rgba(29,29,29,1.00) 50.78%,rgba(17,17,17,1.00) 100%);
}
nav li:first-child a {
	border-radius: 5px 0px 0px 5px;
	border-left: none;
}

#sub-info {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #D0F8D2;
	padding-bottom: 0.25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 1em;
}

.sub-box {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #E5F4FC;
	padding-bottom: 0.25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 1em;
}
#sub .sub-links li {
	padding-right: 0px;
	float: none;

}



#sub iframe {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	display: block;
	margin-bottom: 1em;
}
#sub #sub-info div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#sub-info p span {
	display: block;
}
footer {
	margin-top: 0px;
	padding-top: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

footer ul {
	position: relative;
	left: 50%;
	float: left;
}


footer li {
	text-decoration: none;
	color: #535353;
	padding: 0.25em;
	border-bottom-style: none;
	float: left;
	border-right: 1px solid #CBCBCB;
	position: relative;
	left: -50%;
}
footer li a {
	text-decoration: none;
	color: #535353;
	font-size: 100%;
	padding: 0.25em;
	display: inline;
}
footer li:first-child {
	border-top-style: none;
}
footer li:last-child {
	border-right-style: none;
}
footer li a:hover {
	text-decoration: underline;
	color: #FF5759;
	font-size: 100%;
	display: inline;
	background-color: #FFFFFF;
}

.gaiyou-table th span:before {
	content: "\A";
	white-space: pre ;
}








}
