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

body {
	font-size:16px;
	line-height:1.5;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#58595b;
}

a {color:#606060; text-decoration:none;}
a:hover {color:#606060; text-decoration:underline;}

a:hover img {
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}
.h_logo dt:hover img ,
#footer dt:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
img {
	width:auto;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}


/**/
#header {
	background:#f6921d;
}
#header h1 {
	width:98%;
	margin:0 auto;
	color:#FFF;
	font-size:75.0%;
}
#wrap_bg {
	background:url(../../img/common/bg.jpg) repeat 0 0;
}
#wrap {
	width:96%;
	margin:0 auto;
	font-size:75.0%;
}
.h_logo {
	font-size:75.0%;
	width:98%;
	margin:5px auto 10px;
}
.h_logo dt {
	float:left;
	width:55%;
}
.h_logo dd {
	float:right;
	width:58%;
}
.h_logo dd li {
	text-align:right;
}
.h_logo dd li {
	margin:0 0 0 15px;
	line-height:1.1;
}
.h_logo dd li:last-child {
	padding:5px 0 0;
}
.h_logo dd p {
	text-align:right;
}
nav {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
nav { display:block; }
.top {
	color: #CCC;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	margin: 0 0 -1000px 0;
}

.drawer {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition:-webkit-transform 0.25s linear;
	-moz-transition:-moz-transform 0.25s linear;
	-o-transition:-o-transform 0.25s linear;
	transition:transform 0.25s linear;
	display: none;
}

.drawer.active {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display: block;
}


a.menu {
	position: absolute;
	z-index: 3;
	border:1px solid  #F90;
	text-decoration: none;
	top: 20px;
	right: 5px;
	color: #F90;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 108.3%;
	padding: 0.1em 0.7em;
	border-radius: 4px;
}
a.menu span {
	font-size:1.6em;
	vertical-align: -0.15em;
}
nav ul {
list-style:none;
}
nav ul li a {
display: block;
border-top: solid 1px #666666;
text-decoration: none;
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #c9c9c9 50%, #b7b7b7 51%, #939393 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(50%,#c9c9c9), color-stop(51%,#b7b7b7), color-stop(100%,#939393)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#c9c9c9 50%,#b7b7b7 51%,#939393 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#c9c9c9 50%,#b7b7b7 51%,#939393 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#c9c9c9 50%,#b7b7b7 51%,#939393 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#c9c9c9 50%,#b7b7b7 51%,#939393 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
color: #666666;
font-size:81.3%;
text-shadow:0px 0px 4px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF;
font-weight:bold;
padding: 10px 10px;
}

/* Fallbacks */

.no-csstransforms .top {
	position: static;
}

.no-csstransforms .drawer nav {
	display: none;
}

.no-csstransforms .drawer.active nav {
	display: block;
}

#gnavi {
	width:960px;
	margin:0 auto;
	border-top: solid 1px #959595;
	border-bottom: solid 1px #959595;
}
#gnavi li {
	float:left;
}
#contents {
	padding:20px 0;
}
#contents_l {
	width:100%;
}
#contents_r {
	width:100%;
	padding:10px 0 0;
}
#contents_r hr {
	border:none;
    border-top:solid 1px #58595b;
    height:1px;
    color:#FFFFFF;
    margin: 10px 0;
}
.snavi00 ,
.snavi01 ,
.snavi02 {
	width:100%;
	margin:0 auto;
}
.snavi03 {
	width:100%;
	margin:0 auto;
}
.snavi00 {
	margin:0 auto 15px;
}
.snavi00 li {
	float:left;
	width:44%;
}
.snavi00 li:nth-child(2) {
	margin:0 0 10px;
}
.snavi00 li:nth-last-child(-n+2) {
	float:right;
	width:53%;
}
.snavi01 li {
	margin:0 0 10px;
	float:left;
	width:48%;
}
.snavi01 li:nth-child(2n) {
	float:right;
}
.snavi01 li:nth-last-child(-n+5) {
	float:none;
	width:100%;
}
.snavi02 li {
	margin:0 0 10px;
	width:48%;
	float:left;
}
.snavi02 li:last-child {
	margin:0;
	float:right;
}
.snavi03 li {
	margin:0 0 15px;
	width:48%;
	float:left;
}
.snavi03 li:last-child {
	margin:0;
	float:right;
}
#footer {
	background:url(../../img/common/f_bg.jpg) repeat 0 0;
	font-size:75.0%;
	color:#403f41;
}
#footer a {
	color:#403f41;
}
#footer a:hover {
	color:#403f41;
}
#footer_in {
	width:98%;
	margin:0 auto;
	padding:15px 0 10px;
}
#footer_in dt {
	float:left;
	width:35%;
}
#footer_in dd {
	float:right;
	width:63%;
}
#footer_in hr {
	border:none;
    border-top:solid 1px #403f41;
    height:1px;
    color:#FFFFFF;
    margin: 15px 0;
}
#footer_in ul {
	margin:0 0 10px;
	line-height:2.5;
}
#footer_in li {
	float:left;
	margin: 0 10px 0 0;
}
#footer_in li:last-child {
	margin: 0;
}
#footer_in .copy {
	font-size:80%;
	text-align:center;
}
.return01 {
	margin:15px 0;
}
#outSideBnrL, #outSideBnrR {
position: fixed;
top: 0;
}
#outSideBnrL a , #outSideBnrR a {
	background:#FFF;
	display:block;
}
#outSideBnrR {
margin-left: 980px;
margin-top:40px;
}
#outSideBnrL {
margin-left:-280px;
margin-top:40px;
}



/*box*/
.box01 {
	background:#FFF;
	border: solid 1px #6c6e70;
	padding:10px 5px;
}
.box02 {
	background:#FFF;
	border: solid 1px #6c6e70;
	padding:10px 5px;
}
.box03 {
	background:#FFF;
	border: solid 1px #6c6e70;
	padding:10px 5px;
}
.box04 {
	background:#FFF;
	border: solid 1px #6c6e70;
	padding:10px 5px;
}
#contents_l hr {
	border:none;
    border-top:solid 1px #606060;
    height:1px;
    color:#FFFFFF;
    margin: 20px 0;
}

.cal {
	margin:15px 0 0;
}
.cal iframe {
	min-height:50px;
	max-height:180px;
}
.cal p {
	margin:15px 0 0;
}



