@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: info.css
Description	: Style for Kanou Zouen
Version		: 1.0
Modified	: 09/06/16
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* clearFix */
.clear {
    content: "."; 
    display: block; 
    clear: both;
	overflow: hidden;
	zoom:1;
}

div#main div.section h5
{
	margin-bottom: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin-top: 20px;
	border-left: 4px solid #060;
	padding-left: 4px;
	margin-left: 5px;
}

div#main ul{
	background-color: #fdfac4;
}

div#main ul li{
}

.left{
	float: left;
}

.right{
	float: right;
}

/*Design Style*/
ul#design_style li img{
	width: 690px;
	float: left;
}

ul#design_style li p.comment{
	font-size: 14px;
	width: 319px;
	height: 120px;
	float: right;
	position: relative;
	margin-top: -450px;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 5px;
}


/*シンプルモダン Style*/
ul#simple_modern_style{
	width: 685px;
}

ul#simple_modern_style li img{
	width: 338px;
}


/*プロバンス Style*/
ul#provence_style{
	width: 685px;
}

ul#provence_style li img{
	width: 338px;
}


/*ジャパニーズ Style*/
ul#Japanese_style{
	width: 685px;
}

ul#Japanese_style li img{
	width: 338px;
}

div#ac_link{
	width: 200px;
	height: 35px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #004f95;
}



div#ac_link p{
}
