@charset "utf-8";

/* リセットスタイル */
* {
  margin: 0;
  padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
ul, ol { list-style: none; }
img {
	max-width: 100%;
	vertical-align: top;
	box-shadow: 3px 3px 5px #888;
	border-radius: 10px;
}

body {
  font-family:'Lucida Grande',
   'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
   Meiryo, メイリオ, sans-serif;
}

.info {
	margin-top: 2%;
	padding: 1%;
	border: solid 1px #ccc;
	box-shadow: 1px 1px 1px #888;
}
.info * {
	font-size: 90%;
}
.info .head {
	font-weight: bold;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 5px #888;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 3px 3px 5px #888;
}

/* ENDリセットスタイル */

html {
	background-color: #FFF; /* Mobile */
	background: -moz-linear-gradient(left, #FFF, #EFE); /* FireFox(Old) */
	background: -webkit-gradient(linear, left, right, from(#FFF), to(#EFE)); /* Chrome,Safari(4+) */
	background: -webkit-linear-gradient(left, #FFF, #EFE); /* Chrome(10+),Safari(5.1+) */
	background: -o-linear-gradient(left, #FFF, #EFE); /* Opera(Old) */
	background: linear-gradient(left, #FFF, #EFE); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FFFFFF', endColorstr='#EEFFEE'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FFFFFF', endColorstr='#EEFFEE')"; /* IE8 */
}





/* Box width, height, margin, padding */
#header-area,
#nav,
#contents-area,
#footer-area {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1%;
	width: 90%;
	overflow: hidden;
}

#header-area {
	margin-top: 1%;
	margin-bottom: 0.1%;
}
#header-area #header-title{
	margin-left: 2%;
	width: 48%;
	float: left;
	vertical-align : bottom;
}
#header-area #header-phone{
	margin-right: 2%;
	width: 48%;
	text-align: right;
	float: left;
}
#header-area #header-phone p{
	margin-top: 0.2em;
}

#nav {
	height: 2.5em;
	overflow: hidden;
}

#nav ul { overflow: hidden;}
#nav li {
	display: block;
	width: 25%;
	float: left;
	vertical-align: middle;
	background-color: #DFD; /* Mobile */
	background: -moz-linear-gradient(top, #DFD, #ADA); /* FireFox(Old) */
	background: -webkit-gradient(linear, left top, left bottom, from(#DFD), to(#ADA)); /* Chrome,Safari(4+) */
	background: -webkit-linear-gradient(top, #DFD, #ADA); /* Chrome(10+),Safari(5.1+) */
	background: -o-linear-gradient(top, #DFD, #ADA); /* Opera(Old) */
	background: linear-gradient(top, #DFD, #ADA); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DDFFDD', endColorstr='#AADDAA'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DDFFDD', endColorstr='#AADDAA')"; /* IE8 */

}
#nav li a{
	display: block;
	padding: 3% 0;
}
#nav li a:hover{
	background-color: #ADA; /* Mobile */
	background: -moz-linear-gradient(top, #ADA, #8D8); /* FireFox(Old) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA), to(#8D8)); /* Chrome,Safari(4+) */
	background: -webkit-linear-gradient(top, #ADA, #8D8); /* Chrome(10+),Safari(5.1+) */
	background: -o-linear-gradient(top, #ADA, #8D8); /* Opera(Old) */
	background: linear-gradient(top, #ADA, #8D8); /* W3C */
}

#contents-area {
	background-color: #FFF;
}


#main-contents .contents-title {
	margin-bottom: 1%;
}

#main-contents .contents, sub-contents, .contents-data {
	margin: 0 2% 3% 2%;
}

#main-contents .contents h3 {
	margin-bottom: 1%;
} 
#main-contents .contents h4 {
	margin-bottom: 1%;
	border-left-style: 3px solid;
	border-bottom-style: 3px solid;
	border-color: rgba(1,88,6,1.00);
	box-shadow: 2px 2px 3px #DDD;
}
#main-contents .contents table, td, th{
	margin: 1% 0;
	border: 1px rgba(1,70,5,1.00) solid;
	border-collapse: collapse;
	text-align: center;
	padding-bottom: 1em;
}

#main-contents .contents .no-border {
	border: 0px rgba(1,70,5,1.00) solid;
	text-align: left;
	vertical-align: top;
}

#main-contents .contents .no-padding {
	padding-bottom: 0em;
}

#main-contents, #footer-area {
	margin-bottom:0.5em;
}

#footer-area {
	height: 1.5em;
	float:inherit;
}
/* End Box width, height, margin, padding */





/* Font */
html {
	font-size: 50%;
}
@media screen and (min-device-width : 768px){
  html { font-size: 80%; }
}
@media screen and (min-device-width : 1024px){
  html { font-size: 100%; }
}

#header-area,
#nav,
#contents-area,
#footer-area
 {
	font-size:120%;
}

h2 {
	font-size: 200%;
	line-height: 130%;
	color: #1B1C20;
} 
h3 {
	font-size: 175%;
	line-height: 130%;
	color: #CCFFCC;
	font-weight: bold;
} 
h4 {
	font-size: 150%;
	line-height: 130%;
	color: #DDFFDD;
	font-weight: bold;
} 

.bold { font-weight: bold; }
.white { color: rgba(255,255,255,1.00); }
.red { color: rgba(255,0,0,1.00); }
.blue { color: rgba(0,0,255,1.00); }

#header-area #sub-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8em;
	text-shadow: 1px 1px 2px #DDD;
}
#header-area #header-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:200%;
	text-shadow: 2px 2px 3px #DDD;
	letter-spacing: 0.25em;
}

#header-area #header-phone {
	font-family: "Lucida Console", Monaco, monospace;
	font-size:0.8em;
	text-shadow: 1px 1px 1px #DDD;
}
#header-area #header-phone .phone-number {
	font-family: "Lucida Console", Monaco, monospace;
	font-size:2em;
	color: rgba(3,177,83,1.00);
	text-shadow: 1px 1px 2px #CDC;
	font-weight: bold;
}


#nav li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	font-size:120%;
	text-align: center;
	text-shadow: 1px 2px 3px rgb(200, 200, 200);
	font-weight: bold;
}


#main-contents h3 {
	color: rgba(0,0,0,1.00);
	text-shadow: 2px 2px 3px #DDD;
} 
#main-contents h4 {
	color: rgba(23,168,89,1.00);
	text-shadow: 2px 2px 3px #DDD;
} 

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #999;
	text-align: right;
}
/* End Font */

.head {
}
