@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: index.css
 * author		: SHIFTBRAIN
 * style info	: indexページ用CSS
 -----------------------------------------------------------*/

/*	#aside  画像
----------------------------------------------------*/
#aside.noVisual {
	background-color: #FFFFFF;
}

/*	#article  メイン
----------------------------------------------------*/
.index #article h2 {
	font-weight: normal;
	display: inline;
	padding: 5px 2px 0 2px;
}

.index #article h3 {
	font-size: 1em;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.5em;
	font-weight: normal;
}

.index #article h4 {
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0.3em;
}

.index #article .fontXL {
	font-size: 4em;
	line-height: 1.3em;
}
.index #article .fontL {
	font-size: 3.2em;
	line-height: 1.3em;
}
.index #article .fontM {
	font-size: 2.2em;
	line-height: 1.3em;
}
.index #article h3 .fontS {
	font-size: 1.4em;
	line-height: 1.3em;
}
.index #article .fontS {
	font-size: 1.2em;
	line-height: 1.7em;
}
.index #article .fontSS{
	font-size: 0.7em;
	line-height: 1.7em;
}

.index #article p {
	padding-bottom: 15px;
}

.index #article .spec {
	font-size: 0.9em;
	padding-top: 30px;
}

.index #article #settles dl {
	zoom: 1;
	padding-top: 8px;
}

.index #article #settles dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.index #article #settles dt {
	float: left;
	width: 40px;
}

.index #article #settles dd {
	float: left;
	width: 340px;
}