@charset "utf-8";


/*=========================================
アコーディオン
=========================================*/

/*告知 */

.k_title{
font-size:12px;
color: #007a48;
}

.nextweeknews ul li{
margin: 6px;

}

span.md{
	display:inline-block;
	font-size:14px;
	line-height: 1.4;
	margin: 15px -49px -6px -48px;
	padding: 10px;
}

#bansen_title {
	text-align: center;
	margin-bottom: 5px;
}
#bansen_title img {
	width: 70%;
}

.rightp{
	width: 50%;
	margin: 8px auto -40px;
}
.rightBtn a {
	display: block;
}
.rightBtn a img{
	width:100%;
}

#container{
width:98%;
margin:0 auto;
height:auto;
}

#box {
	height:auto;
	margin:0px auto 0;
	padding: -10px;
	border-style: solid;
	border-width: 50px 50px 100px;
	-moz-border-image: url("../../../images/event/201312tomodori/bg_letter02.png") 50 50 50 stretch;
	-webkit-border-image: url("../../../images/event/201312tomodori/bg_letter02.png") 50 50 50 stretch;
	-o-border-image: url("../../../images/event/201312tomodori/bg_letter02.png") 50 50 50 stretch;
	-ms-border-image: url("../../../images/event/201312tomodori/bg_letter02.png") 50 50 50 stretch;
	border-image: url("../../../images/event/201312tomodori/bg_letter02.png") 50 50 50 fill stretch;
}
#box h3{
text-align:center;
position:relative;
top:0px;
margin-top: -30px;
margin-bottom:6px;
}
#box a {
	display: inline;
	text-decoration: underline;
}
#box a:link, #box a:hover, #box a:visited { text-decoration: underline; }

#box h3.bansen_date {
	font-size: 15px;
	color: #060;
	text-align: left;
	position: static;
	margin-top: 10px;
	line-height: 1.0;
}


/*=========================================
アコーディオン_虎の巻
=========================================*/

#top_beginning2 .acordion{
	margin:0;
	/*background:#f7f3c4;
	border:solid 3px #c2be8e;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);*/
	margin: 0 auto 10px;
	/*border-radius:3px;*/
	text-align:center;
	width: 90%;
}

#top_beginning2 .img{
	margin:  0 auto 0;
	}

#top_beginning2 .trigger{
	margin:  0;
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c4c097), color-stop(0.00, #f4f0c2));
	background: -webkit-linear-gradient(top, #c4c097 0%, #f4f0c2 50%, #c4c097 100%);
	background: linear-gradient(top, #c4c097 0%, #f4f0c2 50%, #c4c097 100%);
	/*border-radius:5px;*/
	font-size:20px;
	color:#343434;
	text-align:center;
}

#top_beginning2 .trigger.active{
	/*border-radius:5px 5px 0 0;
	border-bottom:1px solid #cfcfcf;*/
}

#top_beginning2 .acordion_tree{
	background:#ffffff;
	color:#620;
	margin: 0 auto 0 ;
}
#top_beginning2 .open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:11px;
	width:20px;
	background:url(../../../images/open.png) no-repeat;
	-webkit-background-size:20px 11px;
}
#top_beginning2 .trigger.active .open-close{
	/*background:url(../images/close.png) no-repeat;
	-webkit-background-size:20px 11px;*/
}

/*Contents
===========================================================*/
#contents {
	margin:0 auto;
}
#contents .inner {
	position:relative;
	border:none;
}

#contents ul{
	margin:0px auto;
}

#contents ul li {
	float: left;
	width: 33.33%;
}

#contents ul#tab {
	margin:-14px 0 0 0;
}

#detail article{
	display: none;
}

#detail article.selected{
	display: block;
}

.img_tab {
	vertical-align:text-bottom;
}

#detail2 article{
	display: none;
	margin: -3% 1.5% -2% 1%;
}

#detail2 article.selected{
 	display: block;
}

#detail2 {
	margin: -3% 0 -2% ;
}

#detail3 article{
	display: none;
}

#detail3 article.selected{
 	display: block;
}

#cmgallery_bt p{
	float: left;
	width:50%;
	padding:10px 0 10px 0;
}

.accordion dt {
	display: none;
}

#display{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#display iframe {
	border:0;
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 96%;
}

.c_space{
	display:block;
	clear: both;
	width:58%;
	height:0;
}

.news {
	padding: 5px 0 5px 5px;
	text-align:left;
}
.news_text {
	color:#0148c6;
}