@charset "utf-8";
/* -------------------------------------------------- 
	Copyright: (c)visual and echo japan
	Created: 2012-8-1
 -------------------------------------------------- */
 
 .clear{
	 clear:both;
}
#side {
	padding-top: 10px;
}


#side .menu h4{
	border-bottom:1px #ccc dotted;
	font-family: 'mo_gblock_regularregular';
	font-size:11px;
	line-height:130%;
	display:block;
	padding:10px 10px;
	color:#a28a3d;
	font-weight:normal;
}
#side .menu h4:hover{
	background:#a28a3d;
	color:#FFFFFF;
}
#side .menu .month{
	display:none;
}
#side .menu .month li a{
	padding-left:20px;
}
/*----------------------------------------------------
	#news
----------------------------------------------------*/
#news{
	margin-bottom:20px;
}
#news h1{
	margin-bottom:10px;
	font-family: 'mo_gblock_regularregular';
	font-size:24px;
	font-weight:normal;
	line-height:180%;
/*	height:43px;*/
}
#news .detail{
	overflow:hidden;
	width:750px;
}
#news .detail .column{
	overflow:hidden;
	margin-bottom:40px;
}
#news .detail .column h2{
	font-size:16px;
	margin-bottom:10px;
	border-top:1px #000 solid;
	padding-top:20px;
}
#news .detail .column .date{
	font-family: 'mo_gblock_regularregular';
	font-size:10px;
	color:#aaa;
	border-bottom:1px #ccc solid;
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:hidden;
}
#news .detail .column .text{
	line-height:160%;
	overflow:hidden;
	font-size:13px;
	padding-bottom:20px;
	width:730px;
}
#news .detail .column .text .mainvisual{
	/*width:500px;
	height:356px;
	margin:0 auto;
	margin-bottom:20px;
	text-indent:-9999px;*/
	
	margin-bottom:20px;
}
#news .detail .column .text .mainvisual img{
	max-width:400px;
	max-height:400px;
}
#news.healing .detail .column .text .mainvisual img{
	max-width:640px;
	max-height:100%;
}
#news .detail .column .text .pict{
	margin:0 auto 10px auto;
	width:400px;
	height:auto;
}
#news .detail .column .text img{
	max-width:730px;
	height:auto;
}
#news .detail .column .text .alignleft{
	float:left;
	margin:0 20px 20px 0;
}
#news .detail .column .text .photo_center{
	margin:0 auto 20px auto;
	text-align:center;
}
#news .detail .column .text a{
	color:#a28a3d;
}
#news .detail .column .text a:hover{
	text-decoration:underline;
}

#news .detail .column .sns{
	margin-right:10px;
	overflow:hidden;
	border-top:1px #ccc dotted;
	border-bottom:1px #ccc dotted;
	padding:10px 0;
}
#news .detail .column .sns li{
	float:left;
	margin-right:10px;
}
#news .detail .column .sns li a{
	display:block;
	width:21px;
	height:21px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#news .detail .column .sns li a:hover{
	opacity:0;
}
#news .detail .column .sns li.twitter{
	background: url(../img/common/sns03_on.gif)  no-repeat;
	width:21px;
	height:21px;
	display:block;
}
#news .detail .column .sns li.twitter a{
	background:url(../img/common/sns03.gif) no-repeat;
	width:21px;
	height:21px;
	display:block;
	
}
#news .detail .column .sns li.facebook{
	background: url(../img/common/sns01_on.gif) no-repeat;
	width:21px;
	height:21px;
	display:block;
}
#news .detail .column .sns li.facebook a{
	background: url(../img/common/sns01.gif) no-repeat;
	width:21px;
	height:21px;
	display:block;
}
#news .detail .column .sns li.google{
	background: url(../img/common/sns04_on.gif) no-repeat;
	width:21px;
	height:21px;
	display:block;
}
#news .detail .column .sns li.google a{
	background: url(../img/common/sns04.gif) no-repeat;
	width:21px;
	height:21px;
	display:block;
}
#news .detail .column .sns li.pagetop{
	float:right;
	padding-right:10px;
	line-height:26px;
	color:#a28a3d;
}

/*----------------------------------------------------
	#schedule
----------------------------------------------------*/
#schedule{
	margin-bottom:20px;
}
#schedule h1{
	margin-bottom:20px;
	font-family: 'mo_gblock_regularregular';
	font-size:24px;
	font-weight:normal;
}
#schedule .list{
	overflow:hidden;
	width:750px;
	margin-left:-20px;
}
#schedule .list .column{
	overflow:hidden;
	width:350px;
	height:80px;
	float:left;
	margin:0 0 0px 20px;
}
#schedule .list .column .date{
	border:1px #ccc solid;
	text-align:center;
	font-family: 'mo_gblock_regularregular';
	font-size:16px;
	line-height:60px;
	float:left;
	margin-right:10px;
	padding:0 10px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
#schedule .list .column p{
	font-size:11px;
}






/*------------------------------------------------------------------ */
/*  SMARTPHONE
/*------------------------------------------------------------------ */

@media (max-width: 767px){
	#news h1{
		margin-bottom: 5px;
	}
	#news h1 img{
		height:15px;
		width:auto;
	}
	#news .detail{
		overflow:hidden;
		width:100%;
	}
	#news .detail .column h2{
		line-height:160%;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	#news .detail .column .text{
		width:100%;
	}
	
	#news .detail .column .text .mainvisual{
		width:100%;
		height:auto;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	#news .detail .column .text .mainvisual img{
		max-width:100%;
		max-height:100%;
	}
	#news .detail .column .text img{
		max-width:100%;
		height:auto;
	}
	#news .detail .column .sns li.pagetop{
		float:right;
		padding-right:0px !important;
		line-height:26px;
		color:#a28a3d;
	}
}























