@charset "utf-8";
/* CSS Document */



/* ショウルームポイント */

#aboshowpointBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#aboshowpoint {
	width: 960px;
	margin: 0 auto;
	padding:0 20px 60px 20px;
}
#aboshowpoint ul.point {
	list-style-type: none;
}
#aboshowpoint ul.point li {
	float:left;
	vertical-align: top;
	width:300px;
	margin:0 30px 60px 0;
}
#aboshowpoint ul.point li:last-child {
	margin:0;
}
#aboshowpoint ul.point li h5 {
	font-size:18px;
	line-height:25px;
	margin:10px 0 0 0;
	text-align: center;
}
#aboshowpoint ul.point li p {
	margin:10px 0 0 0;
	text-align: center;
}

#aboshowpoint ul.linkBOX {
	clear:both;
	list-style-type: none;
	font-size: 0px;
	line-height:0px;
	margin:60px 0 0 0;
	text-align:center;
}
#aboshowpoint ul.linkBOX li {
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
#aboshowpoint ul.linkBOX li p {
	font-size: 14px;
	font-weight: bold;
}
#aboshowpoint ul.linkBOX li:last-child {
	margin-right:0;
}







#aboshowpoint ul.mailbox {
	clear:both;
	list-style-type: none;
	background-color:#f5f6e6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:30px 0 30px 40px;
	height:75px;
}
#aboshowpoint ul.mailbox li {
	float:left;
	vertical-align: top;
	margin:0 40px 0 0;
	padding:0 40px 0 0;
	border-right:1px solid #b4a07a;
}
#aboshowpoint ul.mailbox li:last-child {
	margin:0;
	padding:0;
	border-right: none;
}
#aboshowpoint ul.mailbox li h4 {
	color:#734a0f;
	font-size:18px;
	line-height:75px;
}
#aboshowpoint ul.mailbox li h5 {
	color:#734a0f;
	font-size:14px;
	line-height:24px;
}

#aboshowpoint div.address {
	clear:both;
	padding:30px 40px;
	border:1px solid #b4a07a;
	margin:60px 0 0 0;
	overflow:auto;
}
#aboshowpoint div.address h4 {
	font-size:24px;
	line-height:36px;
	color:#734a0f;
}
#aboshowpoint div.address p {
	margin:15px 0 0 0;
	font-size:14px;
	line-height:24px;
}
#aboshowpoint div.address .imgR {
	float:right;
}


/* Q&A */

#abofaqBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#abofaq {
	width: 960px;
	margin: 0 auto;
	padding:0 20px 60px 20px;
}
#abofaq li {
	list-style-type: none;
	border:1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:25px 30px;
	margin:0 0 40px 0;
	background-color:#FFFFFF;
}
#abofaq li:last-child {
	margin:0;
}
#abofaq li h4 {
	font-size:14px;
	line-height:24px;
	padding:9px 0 9px 60px;
	background-image: url(../img/faq_icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#abofaq li p {
	padding:11px 0 11px 60px;
	margin:10px 0 0 0;
	background-image: url(../img/faq_icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* サポート内容 */

#abosupportBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#edf1f0;
}
#abosupport {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}
#abosupport h3.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #7ebf41;
	text-align: center;
}
#abosupport p.titletxt {
	text-align: center;
	margin:10px 0 0 0;
}
#abosupport ul {
	list-style-type: none;
	margin:60px 0 0 0;
}
#abosupport ul li {
	float:left;
	vertical-align: top;
	width:225px;
	margin:0 20px 0 0;
}
#abosupport ul li:last-child {
	margin:0;
}
#abosupport ul li h5 {
	font-size:18px;
	line-height:25px;
	margin:10px 0 0 0;
	text-align: center;
}
#abosupport ul li p {
	margin:10px 0 0 0;
	text-align:left;
}



/* 流れ */

#aboflowBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#aboflow {
	width: 960px;
	margin: 0 auto;
	padding:0 20px 60px 20px;
}
#aboflow li {
	position: relative;
	clear:both;
	margin-bottom:50px;
	list-style-type: none;
}
#aboflow li:last-child {
	margin-bottom:0px;
}
#aboflow li h3 {
	float:left;
	margin-right:60px;
	width:150px;
}
#aboflow li h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
	color: #333333;
}

#aboflow li p {
	font-size: 14px;
	line-height: 24px;
	margin:15px 0 0 210px;
}
#aboflow li p.cen {
	width:390px;
}
#aboflow li img.imgR {
	float: right;
}



/* ポイント */

#abopointBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#edf1f0;
}
#abopoint {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
	text-align:center;
}
#abopoint h3.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
#abopoint p.titletxt {
	text-align: center;
	margin:10px 0 0 0;
}
#abopoint ul {
	list-style-type: none;
	margin:60px 0 0 0;
}
#abopoint ul li {
	float:left;
	vertical-align: top;
	width:225px;
	margin:0 20px 0 0;
}
#abopoint ul li:last-child {
	margin:0;
}
#abopoint ul li h5 {
	font-size:18px;
	line-height:25px;
	margin:10px 0 0 0;
	text-align: center;
}
#abopoint ul li p {
	margin:10px 0 0 0;
	text-align:left;
}


/* タイトル */

#abotitleBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#abotitleBG2 {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#ffffff;
}
#abotitle {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}
#abotitle h3.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin:30px 0 0 0;
}
#abotitle p.titletxt {
	text-align: center;
	margin:10px 0 0 0;
}
#abotitle h4.subtitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin:90px 0 0 0;
}
#abotitle p.subtitletxt {
	font-size: 14px;
	line-height: 23px;
	margin:20px 0 0 0;
}
#abotitle img.imgR {
	float: right;
	margin:90px 0 0 70px;
}
#abotitle .imgLsup {
	float: left;
	margin:90px 0 0 0;
	width:500px;
}
#abotitle .imgLsup p {
	font-size: 14px;
	line-height: 23px;
	margin:10px 0 0 0;
}
#abotitle .imgRsup {
	float: right;
	margin:90px 0 0 0;
}
