@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: style.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"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* 一覧用 */
/* ---------------------------------------------------------------------- */
div#main div.hr
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 650px;
	height: 2px;
	background-image: url("_images/hr_bar.gif");
}

div#main div.section img.thumbnail
{
	display: inline;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}

div#main div.section h4
{
	clear: none;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 190px;
	padding-bottom: 5px;
	width: 505px;
	font-size: 1.4em;
	text-align: left;
	background-image: url("_images/h4_bar.gif");
	background-position: left bottom;
}

div#main div.section h4 a
{
	font-weight: bold;
	color: #000000 !important;
}

div#main div.section p
{
	margin-bottom: 1em;
	margin-left: 120px;
	margin-right: 120px;
}

div#main div.section p.summary,
div#main div.section p.tips
{
	margin-left: 190px;
	margin-right: 0;
}

div#main div.section p.tips
{
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
	background-image: url("_images/point_icon.gif");
}

div#main div.section p.summary a
{
	color: #000000 !important;
	text-decoration: none;
}

div#main div.section div#article-nav
{
	clear: both;
	text-align: center;
	line-height: 2;
}

div#main div.section div#article-nav a
{
	margin: 0 2em;
	font-size: 1.2em;
}

/* ---------------------------------------------------------------------- */
/* 個別用 */
/* ---------------------------------------------------------------------- */
ul.before-after
{
	overflow: hidden;
	margin-top: 4em;
	padding-top: 35px;
	width: 610px;
	background-image: url("_images/before_after.gif");
}

ul.before-after li
{
	margin-bottom: 3em;
	width: 670px;
	background-image: url("_images/arrow_red.gif");
	background-position: 290px 85px;
}

div#main ul.before-after li div
{
	float: left;
	margin-right: 60px;
	width: 275px;
	text-align: center;
}


div#main h3
{
	margin-bottom: 1px;
}

ul.no_before-after
{
	overflow: hidden;
	margin-top: 4em;
	padding-top: 35px;
	width: 610px;
	border-top: 1px dotted #c0c0c0;
}

.no_before-after li
{
	margin-bottom: 3em;
	width: 670px;

}

div#main ul.no_before-after li div
{
	float: left;
	margin-right: 60px;
	width: 275px;
}


