/*
	* Common Style
	*/

/*--------------------------------------
	Header Area
--------------------------------------*/

#lead {
	background: #ddd url(../../image/texture_lead_01.png) repeat-x 0 0;
	border-top: 1px solid #fff;
	width: 100%;
}

#lead .figure {
	height: 245px;
	margin: 0 auto;
	width: 960px;
}

/*--------------------------------------
	Content Area
--------------------------------------*/


/* #section-01
--------------------------------------*/

#section-01 {
	margin-bottom: 70px;
}

#section-01 header .ir {
	background-position: 0 0;
	width: 134px;
}

#section-01 header .ir:hover,
#section-01 header .ir:active {
	background-position: 0 -27px;
}

#section-01 .intro {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

#section-01 section {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px;
	padding: 0 0 25px;
}

#section-01 .section_box {
	border-right: 1px solid #d8d8d8;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	width: 305px;
}

#section-01 .section_box:hover,
#section-01 .section_box:active {
	text-decoration: underline;
}

#section-01 .section_box.pseudo-last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#section-01 .section_box h3 {
	margin: 0 0 15px;
}

#section-01 .section_box p {
	margin-top: 0;
}

#section-01 .section_box .continue {
	display: block;
	text-align: right;
}

#section-01 .section_box .ir {
	background: #222 url(/image/sprite_button.png) no-repeat 0 -54px;
	color: #fff;
	display: inline-block;
	height: 21px;
	width: 84px;
}

#section-01 .section_box:hover .ir,
#section-01 .section_box:active .ir {
	background-position: 0 -76px;
}

/* #section-02
--------------------------------------*/

#section-02 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 50px;
	padding: 0 0 20px;
}

#section-02 header .ir {
	background-position: -135px 0;
}

#section-02 header .ir:hover,
#section-02 header .ir:active {
	background-position: -135px -27px;
}

#section-02 .module_timeline li {
	background: url(/image/icon_section-02_01.png) no-repeat 0 0.2em;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}

#section-02 .module_timeline li img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
	vertical-align: middle;
}

/* #section-03
--------------------------------------*/

#section-03 header .ir {
	background-position: -275px 0;
}

#section-03 header .ir:hover,
#section-03 header .ir:active {
	background-position: -275px -27px;
}

#section-03 .module_flex {
	border-right: 1px solid #dfdfdf;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	width: 292px;
}

#section-03 .module_flex.pseudo-last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}

#section-03 .module_flex .base {
	border: 1px solid #dfdfdf;
	padding: 4px;
}

#section-03 .module_flex .continue {
	background: url(/image/icon_section-02_01.png) no-repeat 0 0.3em;
	display: block;
	padding: 0 0 0 20px;
}

/* div#outro
--------------------------------------*/

#outro {
	border: 2px solid #ffd2b5;
	margin-top: 60px;
	padding: 0 5px 10px;
}

#outro h3 {
	margin: -10px 0 5px;
}

#outro .module_flex {
	border-right: 1px solid #dfdfdf;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 25px;
	width: 275px;
}

#outro .module_flex.pseudo-last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}

#outro .module_flex p {
	font-size: 12px;
	font-size: 1.2rem;
}

#outro .module_flex .continue {
	background: url(/image/icon-outro_01.png) no-repeat 0 0.3em;
	display: block;
	padding: 0 0 0 15px;
}

