@charset "Shift_JIS";

/* ----------------------------------------
	fixNav
---------------------------------------- */

#fixNav .inner {
	width: 980px;
}

#fixNav h1 {
	width: 216px;
}

#fixNav ul.nav {
	left: 261px;
}


/* ----------------------------------------
	Wrapper
---------------------------------------- */

#PAGETOP {
	background: #FFF;
	width: 980px;
	padding: 0;
	color: #000;
	line-height: 1.6em;
}
.wrapper h2 {
	background: #f8f8f8;
	padding: 23px 20px 0;
	height: 45px;
}
.wrapper h3 {
	border-bottom: solid 1px #ccc;
	width: 820px;
	height: 30px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1em;
}
.wrapper h4 {
	margin-bottom: 20px;
}

.wrapper a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.wrapper .attention {
	font-size: 11px !important;
	line-height: 14px;
}


/* ----------------------------------------
	mainVisual - for 3rd Pages 
---------------------------------------- */

#mainVisual {
	width: 980px;
	padding: 265px 0 30px;
	font-size: 16px !important;
	line-height: 25px;
}
#mainVisual p {
	padding: 0 80px;
}


/* ----------------------------------------
	Contents
---------------------------------------- */

#wrapperIn {
	width: 820px;
	margin: auto;
	padding: 0 80px;
}

/* headText - for 2nd Pages */

#headText {
	margin-bottom: 30px;
	color: #fff;
	line-height: 22px;
}
#headText img {
	display: block;
	margin-bottom: 15px;
}
#headText strong {
	display: block;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
}
#headText span.attention {
	display: block;
	margin-top: 15px;
	font-size: 10px !important;
	line-height: 1em;
}


/* ----------------------------------------
	section
---------------------------------------- */

.section {
	width: 820px;
	margin: 0 auto;
	padding: 40px 0 50px;
	font-size: 14px;
}

.section .inner {
	position: relative;
	padding: 0 40px;
}

/* 画像入り基本レイアウト左 */

.inner.column2 {
	min-height: 260px;
	padding-left: 430px;
}
.inner.column2 .img {
	position: absolute;
	left: 40px;
	top: 0;
}

/* 画像入り基本レイアウト右 */

.inner.column2r {
	min-height: 260px;
	padding-right: 430px;
}
.inner.column2r .img {
	position: absolute;
	right: 40px;
	top: 0;
}

/* mainText */

.wrapper .mainText {
	color: #343434;
	margin-bottom: 20px;
	font-size: 14px !important;
}
.wrapper .mainText img {
	display: block;
	margin-bottom: 15px;
}
.wrapper .mainText span.attention {
	display: block;
	margin-top: 10px;
}


/* ----------------------------------------
	subSection :for 3rd Pages
---------------------------------------- */

.subSection {
	width: 740px;
	margin: auto;
	padding: 40px 0 50px;
}
.subSection h3 {
	border: 0;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.subSection .mainText {
	float: left;
	width: 475px;
}

.subSection .img {
	float: right;
	width: 226px;
	font-size: 11px !important;
	line-height: 14px;
	overflow: hidden;
}
.subSection .img img {
	display: block;
	margin-bottom: 5px;
}


/* ----------------------------------------
	attention
---------------------------------------- */

#attention {
	margin-bottom: 45px;
	padding-top: 50px;
	color: #464646;
	font-size: 11px !important;
	line-height: 17px;
}

#attention .cap {
	font-size: 10px !important;
	line-height: 14px;
	font-weight: normal;
}
#attention .cap.first {
	margin-top: 5px;
}

#attention .cap02 {
	background: #eaf5f4;
	margin: 10px 0;
	padding: 10px;
}



/* ----------------------------------------
	bottomText
---------------------------------------- */

#bottomText {
	margin-bottom: 50px;
	font-size: 11px !important;
	line-height: 17px;
}


/* ----------------------------------------
	toPagetop
---------------------------------------- */

#toPageTop {
	width: 820px;
	margin: auto;
	padding: 0 0 24px;
}


/* ----------------------------------------
	Layouts, Parts
---------------------------------------- */

li.corner {
	clear: left;
}

.btnTechnology {
	width: 327px;
	margin-top: 20px;
	color: #666;
	font-size: 11px !important;
	line-height: 14px;
}
.btnTechnology img {
	margin: 0 !important;
}


/* ----------------------------------------
	2013.12.27追記
---------------------------------------- */

.cautionPrice {
	text-decoration: underline;
}


/* ----------------------------------------
	2014.1.31追記
---------------------------------------- */

.cautionColor {
	color: #f00;
	font-size: 11px;
}


/* ----------------------------------------
	IE Fix
---------------------------------------- */

* html .fltL,
* html .fltR {
	display: inline;
}

/* 画像入り基本レイアウト左 */

* html .column2 {
	height: auto !important;
	height: 260px;
	padding-left: 430px !important;
}

/* 画像入り基本レイアウト右 */

* html .column2r {
	height: auto !important;
	height: 260px;
	padding-right: 430px !important;
}

/* footer */

* html #auto-footer-banner {
	display: inline;
}