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


/*body
------------------*/
body{
	font-family:inherit;
	line-height:1.5;
	background-image:none;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*wrapper
------------------*/
#WRAPPER{
	margin:0px;
	padding:0px;
	min-width:100%;
}
#wrapper_inner{
	width:auto;
	margin:0 auto;
}

/*inner
------------------*/
.inner{
	width:98%;
	margin:0 auto;
}
/*header
------------------*/
#header{
	padding:50px 0px 0px 0px;
	height:auto;
	overflow:hidden;
	margin:0;
}

#header #fixed  {
	font-size:13px;
	height:40px;
}

#header #logo{
	float:left;
	max-width:50%;
	line-height:1;
	height:auto;
	margin:10px 0;
}
#headeraddress{
	float:none;
	clear:both;
	margin: 3px 3px 5px 3px;
	padding:10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-ms-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	text-align:center;
}
#spnavi{
	float:right;
	width:48%;
	margin:15px 0 0 0;
	overflow:hidden;
}
#spnavi ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
#spnavi ul li{
	float:left;
	width:48%;
	margin:1%;
	box-sizing:border-box;
}
#spnavi ul li a{
	border: solid 1px #E283A7;
	padding: 5%;
	display: block;
	text-align: center;
	color: #E283A7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(200,200,200,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(200,200,200,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(200,200,200,1.00) 100%);
}
/*maincol
------------------*/
#main{
	clear:both;
	padding:0 0px;
	margin:0px auto 20px auto;
	overflow:hidden;
	zoom:1;
	width:auto;
}

h1{
	width:auto;
}

#TopicPath{
	display:none;
}
/*main
------------------*/
#main{
	width:100%;
}

#maincol{
	float:none;
	width:95%;
	margin:auto;
	overflow:hidden;
	background-color:#FFF;
}
#maincol article {
}

/*sidecol
------------------*/
#sidecol{
	float:none;
	width:95%;
	margin:auto;
	overflow:hidden;
}
#sidecol #secondnavi dt{
	display:none;
}
#sidecol #secondnavi ul li a{
	background-image:none;
	display:block;
	padding:15px;
	position:relative;
}
#sidecol #secondnavi ul li a:before{
	content:" ┓";
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg); 
	position:absolute;
	top:25%;
	right:8px;
	color:#999;
	font-weight:bold;
}

/*footer
------------------*/
#totop{
	clear:both;
	width:auto;
	margin:0 auto -2px auto;
	text-align:right;
}
#footer{
	margin:0 0 0px 0;
	padding:0 20px;
	font-size:12px;
	height:auto;
	overflow:hidden;
}
#footer .inner{
	width:auto;
	margin:0 auto;
	padding:10px 0;
}
#footer img{
	max-width:50%;
}
#footer a{
	text-decoration:none;
}
#footer address{
	font-style:normal;
	float:none;
	margin:0;
}
#footerleft{
	float:none;
	width:auto;
	margin:0 0px 0 0;
	border:0;
}

#footernavi{
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-color:#FFF;
  float:none;
  margin:0 0 20px 0;
}
#footernavi dl{
	float:none;
	margin:0 0 0 0px;
	width:auto;
}
#footernavi dd{
	display:none;
}
#footernavi dt{
	margin:0 0 0 0px;
	border-top:1px #ffebf5 dotted;
}
#footernavi dt:first-child{
}
#footernavi dt a{
	display:block;
	padding:15px;
	position:relative;
}
#footernavi dt a:before{
	content:" ┓";
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg); 
	position:absolute;
	top:25%;
	right:8px;
	color:#7e7737;
	font-weight:bold;
}
#footernavi ul li ul{
	display:none;
}

/*common
*/
#maincol h1,
#maincol h2,
#maincol h3,
#maincol h4{
	font-size:inherit;
	font-size:110%;
}
h1 span{
	margin:auto;
	width:auto;
	padding:10px;
}

.box{
	width:auto;
}
img {
	border:none;
	max-width:100%;
	height:auto;
	-moz-box-sizing: border-box;
 	-webkig-box-sizing: border-box;
	box-sizing:border-box;
}
img.img_border{
	padding:1px;
}

img.right {
	float:none;
	margin:0 0;
}
img.left {
	float:none;
	margin:0 0;
}
.right {
	float:none;
	margin:0 0;
	text-align:center;
	padding-left:0px;
	/*display:block;*/
}
.left {
	float:none;
	margin:0 0;
	text-align:center;
	padding-right:0px;
	/*display:block;*/
}
.leftbox{
	float:none;
	width:auto;
	margin-right:0px;
}
.rightbox{
	float:none;
	width:auto;
	margin-left:0px;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.large{
	/*font-size:inherit;*/
}
.nowrap{
	white-space:normal;
}
.link{
}
.link a{
	padding:3px 10px;
	color:#FFF;
	display:inline-block;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:none;
	background-color:#EA5893;
}

#gmap{
	width:90%;
	height:240px;
	margin:10px auto;
}

/*table*/
table.default{
	font-size:90%;
	width:100%;
}
table.default th,
table.default td{
	padding:5px 3px;
}
table.default thead th{
	 white-space:normal;
}
table.default thead td{
}

table.default th{
	 white-space:normal;
}
table.default td{
}
table.default thead th,
table.default thead td{
}

table.hyo th,
table.hyo td{
    padding:3px 2px;
	text-align:center;
	font-size:90%;
}


 .nowrap{
	 white-space:normal;
}

table.cellblock{
}
table.cellblock th{
	display:block;
}
table.cellblock td{
	display:block;
}



/*dl*/
dl.dl_default{
}
dl.dl_default dt{
	font-weight:normal;
	font-size:1.1em;
}
dl.dl_default dd{
}

/*photogallery*/
ul.photo{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.photo li{
	margin:0 5px 5px 0;
	width:45%;
}
ul.photo li img{
	width:auto;
}



.pc{
	display:none;
}
.sp{
	display:block;
}








