@charset "UTF-8";
/*///////////////////////////////////////////////////////////

	エクスショップが選ばれ続ける7つの理由

//////////////////////////////////////////////////////////*/

#appeal_area {
	display: none !important;
}
/* ===========================================================

	コンテンツ

===========================================================*/
.reason_container {
	margin-top: 27px;
	font-family: Helvetica neue, Helvetica, Arial, Meiryo, sans-serif;
}
.reason_container .ttl {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 1px 0;
	border: 1px solid #ddd;
}
.reason_container .section {
	padding: 10px 0 18px;
}
.reason_container .last_section {
	padding-bottom: 0;
	border-bottom: none;
}
/* 見出し
------------------------------------------------------------------------*/
.reason_container .section .hd {
	height: 74px;
	margin-bottom: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #faf0f0;
}
.reason_container .section .hd .hd_ttl {
	display: block;
	padding-top: 8px;
	color: #c40000;
	font-size: 24px;
	font-weight: bold;
}
.reason_container .section .hd .hd_ttl strong {
	color: inherit;
	font-size: 110%;
	font-weight: 800;
}
.reason_container .section .hd .sub {
	display: block;
	margin-top: 2px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.reason_container .section .hd .num {
	float: left;
	display: block;
	width: 74px;
	height: 74px;
	margin: 0 15px 0 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-color: #c40000;
	color: #ff5;
	font-size: 50px;
	font-family: arial, sans-serif;
	text-align: center;
	text-shadow: 2px 2px 0 #a00;
	line-height: 74px;
}


/* 画像
------------------------------------------------------------------------*/
.reason_container .section .img {
	margin-left: 22.5px;
}
/* 理由の説明文
------------------------------------------------------------------------*/
.reason_container .section .paragraph {
	margin: 25px 0 0 22.5px;
	width: 690px;
}
.reason_container .section .paragraph .txt {
	margin-bottom: 20px;
	line-height: 1.7;
	font-size: 15px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.reason_container .section .paragraph strong {
	font-weight: bold;
}
.reason_container .section .paragraph strong.red {
	color: #df0024;
}
.reason_container .section .paragraph a {
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
	padding-left: 10px;
	margin: 0 5px;
	background: url(/public/img/global/ico_link_blue02.png) no-repeat 0 44%;
}
.reason_container .section .paragraph a.red {
	color: #df0024;
	background: url(/public/img/global/icon_link_red.png) no-repeat 0 44%;
}
.reason_container .section .paragraph a.black {
	color: #333;
}
.reason_container .section .paragraph a:hover {
	text-decoration: none;
}
#point06 .img {
	position: relative;
}
#point06 .img a.pr_link {
	position: absolute;
	width: 300px;
	height: 190px;
}
