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

html,body{
	height:100%;
}

a{
	color:#960;
}

a:hover{
	color:#F60;
}

body{
	color:#444;
	font-size:0.78em;
	background:url(../img/mainBG.jpg) 0 0 repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.mover:hover img{
	filter: alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
}

#headers{
	width:100%;
	height:140px;
	background:url(../img/header_bg.jpg) 0 0 repeat-x;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #777; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #777; /* CSS3 */

}

#headers h1{
	width:330px;
	float:left;
}

.headers_inner{
	width:990px;
}


.glonavi{
	float:left;
	width:256px;
}



.wid{
	width:201px;
}

.wid2{
	width:202px;
}

.navi_m{
	display:none;
}

#main{
	clear:both;
}

#breadcrumbs{
	margin:2em 0;
	padding:10px 10px 10px 10px;
	background:#FBF7F0;
	width:310px;
}

.sub{
	background:url(../img/sub_bg.jpg) 0 140px no-repeat;
}

.block{
	width:100%;
	overflow:hidden;
	background:url(../img/block_bg.png);
	border-top:2px solid #C6C4AE;
	border-bottom:2px solid #C6C4AE;
}

.block h2{
	margin:0;
	padding:0;
}

.left{
	width:330px;
	float:left;
	padding-bottom: 32767px; 
	margin-bottom: -32767px;
	position:relative;
}

.left img{
	vertical-align:middle;
}

.bg{
	background:url(../img/block_bg2.jpg) 0 0 repeat;
}

.right{
	width:100%;
	padding:30px;
	margin-left:330px;
	position:relative;
}


.float_area{
	width:100%;
	background:url(../img/float01_bg.jpg) 0 0 repeat-x;
	position:absolute;
	left:500px;
	top:30px;
}




.area02{
	background:none;
	left:500px;
	top:-20px;
	z-index:100;
}

.float01{
	margin-left:-55px;
}

.float01_menu{
	margin-top:43px;
}

.float01_menu ul li{
	background:url(../img/mark_01.gif) 0 50% no-repeat;
	padding-left:15px;
	margin:10px 0;
}

.float01_menu ul li a{
	color:#363;
}

.float01_menu ul li a:hover{
	color:#0c3;
}

.aboutjun{
	width:400px;
	line-height:1.6;
	padding-top:15px;
	padding-left:3px;
}

.aboutEx{
	
	width:390px;
	overflow:hidden;
	margin-bottom:15px;
	padding:15px;
	border:1px solid #CBC2AD;
	background:#fff;
	-webkit-box-shadow: 0px 2px 5px 0px #666 inset; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #666 inset; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #666 inset; /* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

.exInfo{
	width:310px;
	line-height:1.6;
	float:left;
}

.exInfo .date,
.exInfo .title{
	font-size:1em;
	font-weight:bold;
	color:#996600;
}

.exInfo .title{
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.2em;
}

.exInfo .bodys{
	line-height:1.3;
	font-size:11px;
}

.thumbEx{
	margin-left:300px;
}

.icons{
	width:988px;
	margin-bottom:40px;
	overflow:hidden;
}

.icon_each{
	width:308px;
	float:left;
}

.icon_each h3{
	font-size:1.1em;
	font-weight:normal;
	padding:10px 5px 10px 15px;
	color:#363;
	background:url(../img/mark_01.gif) 0 50% no-repeat;
}

.icon_each h3 a{
	color:#363;
}

.icon_each h3 a:hover{
	color:#0C3;
}

.icon_each p{
	padding:0 5px;
	line-height:1.4;
}

/*******  use  *********/

.use_body{
	margin-top:5px;
	padding:15px 25px 15px 30px;
	color:#fff;
	text-align:right;
	line-height:1.5;
	border-top:1px dotted #666;
}
.photo_wrapper{
	overflow:hidden;
	width:100%;
}

.photo_each{
	width:194px;
	float:left;
	margin-right:8px;
}

.photo_each a:hover img{
	filter: alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
}

/******/

p.txt{
	width:550px;
	line-height:1.6;
	padding:15px;
	border:1px solid #fff;
}

div.txt2,
p.txt2{	
	width:550px;
	padding:15px;
	border:1px solid #CBC2AD;
	background:#fff;
	-webkit-box-shadow: 0px 2px 5px 0px #666 inset; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #666 inset; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #666 inset; /* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

h2.txt_h2{
	font-size:1.2em;
	margin:0 0 15px 0;
	line-height:1.6;
}

#ch{
	width:330px;
	text-align:right;
}

.basic{
	border-collapse:collapse;
	line-height:1.6;
}

.basic td{
	padding:6px;
	border-bottom:1px dotted #D1CDBA;
}

ul.r_list{
	width:550px;
	margin-left:20px;
	list-style:outside disc;
	line-height:1.6;
}

.r_list li{
	margin-bottom:8px;
}

.app{
	margin-top:40px;
	margin-bottom:15px;
	font-size:1.2em;
	color:#960;
}

/**  mail   **/

#mailform p{
	padding:15px;
	line-height:1.5;
}

.wpcf7-radio{
}

.wpcf7-form-control-wrap{
	display:block;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #ccc;
}

.submit{
	padding:15px;
	text-align:center;
}

.submit input{
	background:#555;
	color:#fff;
	font-size:20px;
	border:1px solid #C00;
	padding:15px;
	font-weight:bold;
}

.exbition,.w580{
	width:580px;
}

.exbition p{
	margin-bottom:15px;
}

h2.ex_h2{
	margin-bottom:30px;
	width:550px;
	padding:15px;
	border:1px solid #CBC2AD;
	background:#9C6;
	-webkit-box-shadow: 0px 2px 5px 0px #666 inset; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #666 inset; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #666 inset; /* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	color:#fff;
}

.category-exbition h2.ex_h2{
	font-size:16pt;
}

.att{
	padding:15px;
	border:1px solid #F60;
	background:#fff;
	text-align:center;
	display:inline-block;
	margin-top:20px;
}

.navi_wrapper{
	margin-top:30px;
}

.navi_each{
	display:inline-block;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #CBC2AD;
	background:#9C6;
	-webkit-box-shadow: 0px 2px 5px 0px #666 inset; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #666 inset; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #666 inset; /* CSS3 */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius:30px;
	color:#fff;
}

.navi_each a{
	color:#fff;
}

.navi_each a:hover{
	color:#000;
}


/********* footer *********/

#footer{
	width:100%;
	background:url(../img/footerBG.jpg) 0 0 repeat-x;
	color:#EBEEDF;
	overflow:hidden;
	-webkit-box-shadow: -2px 0px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: -2px 0px 5px 0px #777; /* Firefox用 */
	box-shadow: -2px 0px 5px 0px #777; /* CSS3 */
}
#footer .pagetop{
	padding-top:21px;
	padding-right:100px;
	text-align:right;
}

#footer ul {
	padding:35px 0 15px 0;
	text-align: center;
}
#footer ul li {  
	display: -moz-inline-box;
	display: inline-block;
	min-width: 25px;
	padding:0 20px;
}
* html #footer ul li{  
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
*+html #footer ul li {  
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
#footer ul li a {
	color:#fff;
	display: block;
	text-decoration: none;
	min-width: 25px;
}
#footer ul li a:hover {
	text-decoration:underline;
}

#footer p{
	clear:both;
	overflow:hidden;
	margin:20px auto;
	width:700px;
}
#footer p.footer_txt{
	text-align:left;
	line-height:1.8;
	margin:40px auto;
	padding:15px;
	background:#313D30;
	-webkit-box-shadow: 0px 2px 5px 0px #000 inset; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px 0px #000 inset; /* Firefox用 */
	box-shadow: 0px 2px 5px 0px #000 inset; /* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

#footer p.footer_txt a{
	color:#9C0;
}

#footer p.footer_logo{
	text-align:center;
}

#footer p.cp{
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
}

.photo_left{
	float:left;
	display:block;
	margin-right:10px;
}

#wp_page_numbers{
	margin:15px 0;
}

#wp_page_numbers ul{
	width:200px;
	margin:0 auto;
	overflow:hidden;
}

.top_m{
	display:none;
}

/******** function ********/

.tc{
	text-align:center;
}

.tl{
	text-align:left;
}

.tr{
	text-align:right;
}

.va{
	vertical-align:middle;
}

.fs10{
	font-size:10px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

table.w100per{
	width:100% !important;
}

.pt10{ padding-top:10px; }
.pt20{ padding-top:20px; }
.pt30{ padding-top:30px; }
.pt40{ padding-top:40px; }
.pt50{ padding-top:50px; }
.pt60{ padding-top:60px; }
.pt70{ padding-top:70px; }

.pb10{ padding-bottom:10px; }
.pb20{ padding-bottom:20px; }
.pb30{ padding-bottom:30px; }
.pb40{ padding-bottom:40px; }
.pb50{ padding-bottom:50px; }
.pb60{ padding-bottom:60px; }
.pb70{ padding-bottom:70px; }

.pr10{ padding-right:10px; }
.pr20{ padding-right:20px; }
.pr30{ padding-right:30px; }
.pr40{ padding-right:40px; }
.pr50{ padding-right:50px; }
.pr60{ padding-right:60px; }
.pr70{ padding-right:70px; }

.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt70{ margin-top:70px; }

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:60px; }
.mb70{ margin-bottom:70px; }

.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }
.ml50{ margin-left:50px; }
.ml60{ margin-left:60px; }
.ml70{ margin-left:70px; }

@media(max-width:479px){
	#main{
		
	}
	.headers_inner{width:100%;}
	.glonavi{}
	.float_area{
	width:100%;
	position:relative;
}

.navi_m{
	display:block;
	float:none;
}
.navi_m ul{
	width:100%;
	padding:15px 0;
}
.navi_m ul li{
	min-width:45%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.navi_m ul li a{
	display:block;
	background:#67964B;
	color:#fff;
	padding:0.8em;
}

.left{
		width:100%;
	float:none;
	padding-bottom: 0px; 
	margin-bottom: 15px;
	position:relative;
	text-align:left;
}
.left img{
	width:50%;
}
.tr{
	text-align:left !important;
}
.right{
	width:90%;
	padding:5px;
	margin-left:0px;
	position:relative;
}
.aboutjun{
	width:90%;
	line-height:1.6;
	padding-top:15px;
	padding-left:10px;
}
.w90{
	width:90%;
}
.float_area{
	width:100%;
	background:url(../img/float01_bg.jpg) 0 0 repeat-x;
	position:relative;
	left:auto;
	top:auto;
}
.area02{
	background:none;
	left:0px;
	top:-20px;
	z-index:100;
}

.float01{
	margin-left:-55px;
}

.float01_menu{
	margin-top:43px;
}

.float01_menu ul li{
	background:url(../img/mark_01.gif) 0 50% no-repeat;
	padding-left:15px;
	margin:10px 0;
}

.aboutEx{
	width:90%;
	overflow:auto;
	margin-bottom:15px;
	padding:5px;
}

.exInfo{
	width:90%;
	line-height:1.6;
	float:none;
}

.thumbEx{
	margin-left:0px;
}

.block{
	font-size:120%;
}
.icons{
	display:none;
	width:100%;
	overflow:hidden;
}
.icon_each{
	display:none;
}

.exbition,.w580{
	width:90%;
}
h2.ex_h2{
	width:90%;
	padding:5px;
}
p.txt{
	width:90%;
}
div.txt2,
p.txt2{	
	width:90%;
	padding:5px;
}
.basic td{
	padding:3px;
}

ul.r_list{
	width:90%;
	margin-left:10px;
}

.use_body{
	margin-top:5px;
	padding:15px;
	color:#fff;
	text-align:left;
}

#footer{
	width:100%;
	overflow:hidden;
}
#footer .pagetop{
	padding-right:0px;
}
#footer ul li a {
	padding:1em;
}
#footer p{
	margin:10px auto;
	width:90%;
}
#footer p.footer_txt{
	line-height:1.8;
	padding:5px;
	margin:10px auto;
}
#footer p.footer_txt img{
	display:none;
}
#footer p.cp{
	margin-bottom:10px;
}

.mdis{
	display:none;
}

label{
	display:block;
}

.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-text{
	width:90%;
}

.top_m{
	display:block;
}

}