@charset "UTF-8";

.reasonMain {
	background: url(../img/body_bg.png) repeat-x top left;
	padding: 40px 0 0;
}

.reasonMain_header{
	width: 1000px;
	margin: 0 auto;
}

.reasonMain_header_left {
	width: 745px;
	float: left;
}

.reasonMain_header_right {
	width: 255px;
	float: left;
}

.reasonMain_header_left > p > img {
	display: block;
}

.reasonMain_header_left_text {
	margin: 20px 0 0 15px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}

.reasonMain_header_right > img {
	display: block;
}

.reasonMain_list {
	width: 1030px;
	margin: 30px auto 0;
	padding: 0 0 50px;
}

.reasonListContent {
	display: block;
	position: relative;
	float: left;
	width: 481px;
	height: 211px;
	margin: 0 15px 23px;
	border: solid 2px #11A9DB;
	border-bottom-width: 7px;
	background: #fff;
}

.reasonListContent-01 {
	background: url(../img/reason/mainList_img_01.png) no-repeat bottom right;
}

.reasonListContent-02 {
	background: url(../img/reason/mainList_img_02.png) no-repeat bottom right;
}

.reasonListContent-03 {
	background: url(../img/reason/mainList_img_03.png) no-repeat bottom right;
}

.reasonListContent-04 {
	background: url(../img/reason/mainList_img_04.png) no-repeat top right;
}

.reasonListContent-05 {
	background: url(../img/reason/mainList_img_05.png) no-repeat bottom right;
}

.reasonListContent-06 {
	background: url(../img/reason/mainList_img_06.png) no-repeat bottom right;
}

.reasonListContent-07 {
	background: url(../img/reason/mainList_img_07.png) no-repeat bottom 20px right 15px;
}

.reasonListContent-08 {
	background: url(../img/reason/mainList_img_08.png) no-repeat bottom 30px right 60px;
}

.reasonListContent_title {
	padding: 15px 0 0 5px;
}

.reasonListContent_title > img {
	display: block;
}

.reasonListContent_text {
	width: 250px;
	margin: 15px 0 0 12px;
	font-size: 13px;
	line-height: 1.6;
	text-shadow: 2px 2px 2px #ffffff,  2px 2px 2px #ffffff, 2px 2px 5px #ffffff;
}

.reasonPage_option {
	margin-top: 40px;
}

.reasonPage_flow {
	margin-top: 30px;
}











