@charset "utf-8";
/* 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%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}




body {
	background-color: #F7EEEF;
	text-align:center;
	}
	
.bxslider {width: 960px;
margin-left:auto;
margin-right:auto;
}

.bxslider img {width: 960px;
margin-left:auto;
margin-right:auto;}

.bxslider li {list-style:none;}

#header {width: 960px;
margin-left:auto;
margin-right:auto;}


ナビメニューの固定
#nav {position:fixed;
top: 0;
left: -5px;
width: 100%;
padding: 4px;
}


#nav {width: 970px;
height: 37px;
margin-left:auto;
margin-right:auto;

/*-moz-box-shadow: 1px 1px 2px 2px #ccc;
-webkit-box-shadow: 1px 1px 2px 2px #ccc;
box-shadow: 1px 1px 2px 2px #ccc;*/}



#nav P {float:left;
margin-left:auto;
margin-right:auto;
}


#content_1 { width:960px;
margin-left:auto;
margin-right:auto;
	margin-top: 30px;
	margin-bottom:0;
	
}

#content_1 table {width:960px; 
margin-left:auto;
margin-right:auto;}
#content_1 td {
	padding-right: 40px;
}

#content_1 #junior { padding-left: 20px;}

#content_1 #junior p {font-size:12px;
}

#content_1 p {
	font-size: 12px;
	color: #625F5F;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	text-align: left;
	letter-spacing: 1px;
		
}
#content { width: 960px;
height:auto;

margin-left:auto;
margin-right:auto;
margin-top:-30px;
}



.infobox { float: left;

}
  
.infobox{
	height:550px;
	width: 255px;
	overflow:scroll;
	border: none;
	background-color: #FFFFFF;
	margin-right: 20px;
	
	
	
	}
  
.infobox{
	height:535px;
	width: 255px;
	overflow:scroll;
	border: none;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 30px;}
	


#map p {float:left;
padding-right: 25px;
padding-left: 10px;}

#map img { padding-left:10px;
margin-bottom:-20px;}





#content h2{
	font-size:18px;
	font-weight: bold;
	color:#737171;
	}

    
#content p{ font-size: 11px;
color: #3A3939
              }
			  
#coment img {padding-bottom: 20px;
}

#coment h5 { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight: 400;
font-size:25px;
color: #807F7F;
text-align:left;
padding-left: 40px;
padding-bottom: 0;
margin-bottom: 0;}

#coment p {padding-top: 0;
margin-top: 0;}

#zyusyo img {margin-top: 0;}

#gallerybanner img {
margin-top:10px;
margin-bottom:0;
padding-bottom:0;
}

#jun img  {
margin-top:50px;
margin-bottom:0;
padding-bottom:0;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	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. */
  


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#footer_menu {float:left;
overflow:hidden;
padding-top: 20px;
}
#footer_menu li{ list-style:none;
font-size: 12px;
color:#726D6D;
display:inline;
margin-right: 1em;
border-left: 1px solid ;
padding-left: 10px;


}

#footer_menu li a { text-decoration:none;
color: #534F4F;}

#footer_menu li a:hover{ border-bottom: dotted 1px #fff;}

#fotter {width: 960px;
margin-left:auto;
margin-right:auto;}

#gaibubanner {float:left;
margin-top:-90px;}

h1 {display:none;}
h2 {display:none;}
h3 {display:none;}
h4 {display:none;}

.clear {
    clear:both;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



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

/*@media only screen and (max-width: 414px) {

.gridContainer {
	width:100%;
	
}
#header p { margin-left: 10px;}
#header img { width:340px;
height:auto;
}



#nav {margin-left: 3px;
}

#nav p{
	width:50px;
	height: auto;
		}

#content_1 {display: table;}
#content_1 table {
	padding-left: 5px;
	display:table-cell;
	width:340px;
}
#content_1 td {
	padding-right: 5px;
}

#content_1 #junior { padding-left: 5px;}

#content_1 p {font-size:10px;
}
#content_1 #junior p {font-size:10px;
}	
#content_1 {
	margin-top: 0px;
	
}
#junior img {
	width:110px;
	height:auto;}
#sinior img {
	width: 110px;
	height:auto;}
#taiken img {
	width:110px;
	height:auto;}

.infobox {display:none;}
#content_1 table {float: left;}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#coment img { width:340px;
height:auto;


}

#map img { width: 250px;

}

#fotter img { width: 630px;
height:auto;}
#footer_menu li{font-size:10px;
}
#footer_menu {text-align:center;}
#footer_menu li{


padding-left: 4px;

}
}*/
.sample-box {
    position: relative;
}

.sample-box {
    position: relative;
}

.good {
   

    position: absolute;
    top: 50%;
    left: 43%;
}



