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


/* 基本設定
=============================================== */

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #6c6c6c;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	background: url(../../images/bg.jpg) repeat-y center;
}
a {
	text-decoration: none;
	color: #005cb0;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #222;
}
img {
	vertical-align: bottom;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.serif {
	font-family: "AGaramondPro-Regular", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}


/* ヘッダー
=============================================== */

#gheader h1,
#gheader h2,
#gheader h3,
#gheader p {
	margin: 0;
}
#gheader {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	position: relative;
	margin: 0px auto;
	background: #FFF;

}
#gheaderInner {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	position: relative;
	height: 120px;
}
#gheader #logo {
	position: absolute;
	left: 0px;
	top: 35px;

}


/* グローバルナビ
=============================================== */

#gnav {
	position: absolute;
	z-index: 1000;
	top: 50px;
	right: 0px;
}
#gnav input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#gnav label {
	display: none;
	cursor: pointer;
	user-select: none;
}
#gnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gnav ul a {
	color: #57463a;
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	font-weight: normal;
}
#gnav ul a:hover {
	color: #f3c800;

}
#gnav ul a.inquiry {
	color: #fff;
	text-decoration: none;
	background: #0f5f42;
	border-radius: 30px;
	padding: 4px 20px;
	margin-left: 10px;
}
#gnav ul a.inquiry:hover  {
	background: #f3c800;

}
#gnav > ul > li {
	float: left;
	position: relative;
	font-size: 14px;
}
#gnav > ul > li:first-child {
	background-image:none;
}
#gnav li:hover .child {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#gnav .child {
	position: absolute;
	width:180px;
	top: 42px;
	left: -45px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0;
	background-color: #000;
	-webkit-transition-property: margin, opacity;
	-moz-transition-property: margin, opacity;
	-o-transition-property: margin, opacity;
	transition-property: margin, opacity;
	-webkit-transition-duration: .15s;
	-moz-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}
#gnav .child li:first-child > a:after {
	content: '';
	position: absolute;
	left: 85px;
	top: -10px;
	border: 5px solid transparent;
	border-bottom-color: inherit;
}
#gnav .child li {
	text-align: center;
	border-bottom: 1px solid #222;
}
#gnav .child li:last-child  {
	border-bottom: none;
}
#gnav .child a {
	padding: 12px;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #000;
}
#gnav .child a:hover {
	background-color: #CAA215;
	border-color: #CAA215;
	text-decoration: none;
}
#smnav {
	display:none;
}


/* コンテンツ
=============================================== */

#container {

}
#contents {
	margin: 0 auto;
	width: 1000px;
	padding: 0px 0px 100px;
	background: url(../../images/bg_contents.jpg);
}
#main {
	float: left;
	margin: 0px 0px 80px;
	overflow: hidden;
	width: 720px;
	padding-top: 50px;
}
#main.oneColumn {
	float: none;
	width: 960px;
}
#sub {
	width: 220px;
	float: right;
	font-size: 12px;
	background: #f0ede7;
	padding: 0px 10px 10px;
	color: #CCC;
}
#post #sub {
	padding-top: 20px;
}


/* サイドメニュー
=============================================== */

#sub #sidemenu {
	width: 220px;
	float: left;
	font-size: 13px;
	background: #CCC;
}
#sub #sidemenu a {
	display: block;
	padding: 20px;
	background: #FFF;
	color: #57463a;
	font-size: 13px;
}
#sub #sidemenu a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 5px 6px 0 0;
	background: url(../../images/arw_sidemenu.png) 0 0;
	float: left;
}
#sub #sidemenu a:hover,
#sub #sidemenu a.active,
#sub #sidemenu a.active_c {
	background: #f3c800;
	text-decoration: none;
	color: #FFF;
}
#sub #sidemenu a:hover:before {
	background-position:0 -8px;
}
#sub #sidemenu a.active:before {
	background: url(../../images/arw_sidemenu_active.png);
}
#sub #sidemenu a.active_c:before {
	background: url(../../images/arw_sidemenu_active_c.png);
}
#sub #sidemenu li+li {
	border-top: 1px solid #ebe8e2;
}
#sub #sidemenu li ul {
	padding: 15px;
	background: #FFF;
}
#sub #sidemenu li ul li {
}
#sub #sidemenu li ul li a{
	font-size: 12px;
	padding: 5px 10px;
	color: #005cb0;
}
#sub #sidemenu li ul li a:before {
	display: none;
}
#sub #sidemenu li ul li a:hover,
#sub #sidemenu li ul li a.active{
	color: #d34304;
	background: #FFF;
}
#sub #sidemenu li li+li {
	border-top: none;
}
#sub #postmenu {
}
#sub #postmenu #searchform {
	position:relative;
	padding: 15px;
	background: #FFF;
	margin: 0px 0px 20px;
	overflow:hidden;
}
#sub #postmenu #searchform #keywords {
	width: 130px;
    height: 16px;
    background: #F0EDE7;
    border: none;
    padding: 4px;
	float:left;
	box-shadow: inset 1px 3px 7px -6px rgba(0,0,0,0.3);
}
#sub #postmenu #searchform #s {
	width: 50px;
	height: 24px;
	float: left;
	background: #666;
	border-style: none;
	color: #FFF;
}
#sub #postmenu h3 {
	font-size: 12px;
	background: #F3C800;
	color: #FFF;
	padding: 7px 10px;
	text-align: center;
	margin: 0px;
}
#sub #postmenu ul {
	margin: 0px 0px 20px;
	padding: 25px 15px 20px 20px;
	list-style: none;
	background: #FFF;
}
#sub #postmenu li+li {
	margin-top:5px;
}
#sub #postmenu li a:before {
	content: "・";
	float: left;
	color: #8C8C8C;
	margin-left: -1em;
}
#sub #postmenu ul li ul {
	margin: 0px;
	padding: 5px 5px 5px 10px;
}

/* フッター
=============================================== */

#gfooter {
	clear: both;
	background: url(../../images/gfooter_bg.png) center top;
	position: relative;
	font-size: 11px;
	margin-top: -150px;
}
#gfooter #gfooter_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 150px 0px 30px;
	height: 120px;
	text-align: center;
	overflow:hidden\9;
}
#gfooter h3 {
	position: absolute;
	top: 32px;
	left: 0px;
	padding-right: 30px;
	border-right: 1px solid #D4CDC6;
}
#gfooter #fnav {
	height: 70px;
	line-height: 70px;

}
#gfooter #fnav a {
	color: #fff;
}
#gfooter #fnav li {
	border-left: 1px solid #89cdb4;
	padding: 0px 15px;
	display: inline;
}
#gfooter #fnav li:first-child {
	border: none;
	padding-left: 0px;
}
#gfooter #copyright {
	font-size: 11px;
	line-height: 80px;
	height: 80px;
	color: #fff;
}


/* ページヘッダー
=============================================== */

#cheader {
	background: #faf9f7;
	height: 120px;
	border-bottom: 1px solid #DEDDDB;
	line-height: 120px;
}
#cheaderInner {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
#cheader h1 {
	color: #57463a;
	margin: 0px;
}

#cheader #topicpath ul {
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 20px;
  white-space: nowrap;
  max-width: 700px;
  overflow: hidden;
}
#cheader #topicpath li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
#cheader #topicpath li a {
	background: url(../../images/topicpath_arw.png) no-repeat right center;
	padding-right: 15px;
}


/* ページの先頭へ
=============================================== */

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 20px;
	z-index: 10000;
}


/* ページ送り
=============================================== */

#pager {
	clear:both;
	height: 40px;
	font-size: 11px;
}
#pager .page-numbers {
	height: 20px;
	padding: 10px 20px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin: 0px 1px 1px 0px;
}
#pager span {
	background: #C8C8C8;
}
#pager a {
	color: #fff;
	background: #f18b1e;
}
#pager a:hover {
	background: #C8C8C8;
	text-decoration: none;
}


/* 次の記事
=============================================== */

#nextLink {
	border-top: solid 1px #DEDDDB;
	padding: 40px 5px 0px 0px;
	clear:both;
	font-size: 12px;
	overflow:hidden;
}
#nextLink .prev {
	float:left;
}
#nextLink .next {
	float:right;
}



/* 共通スタイル
=============================================== */

.arw {
	padding-left: 14px;
	background: url(../../images/arw.png) no-repeat left center;
}
.column {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.column h2.title {
	width: 200px;
	float: left;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: right;
	font: normal 21px "AGaramondPro-Regular", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
.column .wrap {
	float: right;
	width: 700px;
	border-left: 1px solid #D4CDC6;
	padding: 10px 0px 50px 50px;
}
.column .wrap h3:first-child,
.column .wrap p:first-child {
	margin-top:0;
}
h1.ttl {
	clear: both;
	margin: 50px 0px 30px;
	background: url(../../images/h1_ttl.png);
	font-size: 18px;
	line-height: 60px;
	height: 65px;
	padding: 0px 0px 0px 40px;
}
h2.ttl {
	line-height: 60px;
	height: 60px;
	padding: 0px;
	font-size: 18px;
	border-top: 2px solid #0F5F42;
	margin: 50px 0px 40px;
	border-bottom: 1px solid #DEDDDB;
}
h2.ttl:before {
	content: "";
	width: 12px;
	height: 4px;
	margin: 26px 10px 0 0;
	float: left;
	background: #F3C800;
}
main section:first-child h2 {
	margin-top:0px;
}
h3.ttl {
	clear: both;
	font-size: 15px;
	position: relative;
	margin: 50px 0px 25px;
	color: #FFF;
	background: #0f5f42;
	padding: 10px 20px;
}
h1.read {
	color: #0f5f42;
	font-size: 24px;
	line-height: 1.4;
	margin: 0px 0px 40px;
}
h2.read {
	color: #57463a;
	font-size: 20px;
	line-height: 1.4;
	margin: 40px 0px 20px 28px;
}
h2.read:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 2px 0px 0px -28px;
	float: left;
	border: 4px solid #f3c800;
}
h3.read {
	color: #0f5f42;
	font-size: 16px;
	line-height: 1.4;
	margin-top:25px;
	margin-bottom: 8px;
}
h3.read+p {
	margin-top:0;
}
#main p {
	line-height:1.8;
}
#outline {
	line-height: 1.8;
	margin-bottom: 40px;
	position: relative;
	overflow:hidden;
}
#outline p {
	margin-top:0px;
}
#outline figure {
	float:right;
	margin-left:30px;
}
#outline .visual+p {
	margin-top:40px;
}
#outline p:last-child {
	margin-bottom:0px;
}
.description {
	line-height: 1.8;
	margin-bottom: 40px;
	position: relative;
	overflow:hidden;
}
.description p {
	margin-top:0px;
}
.description figure {
	float:right;
	margin-left:30px;
}
.description .visual+p {
	margin-top:40px;
}
.description p:last-child {
	margin-bottom:0px;
}


/* コンテンツ用ナビゲーション
=============================================== */

#cNav {
	margin-bottom: 30px;
	font-size: 13px;
}
#cNav ul {
	overflow: hidden;
}
#cNav li {
	float: left;
	margin: 0px 15px 0px 0px;
	text-align: center;

}
#cNav li+li {
	border-left: 1px solid #DEDDDB;
	padding-left: 15px;
}
#cNav li a:before {
	content: "▼";
	float: left;
	color: #F3C800;
	margin-right: 5px;
}


/* 共通テーブル
=============================================== */

.tbl{
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
	margin-bottom: 20px;
	border-top:1px solid #DEDDDB;
    border-right:1px solid #DEDDDB;
	font-size: 13px;
}
.tbl caption{
	background: #E5E1D1;
	padding: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;

}
.tbl th{
	padding: 15px;
	background: #f8f8f4;
	width: 160px;
	text-align: left;
	font-weight: normal;
	border-bottom:1px solid #DEDDDB;
    border-left:1px solid #DEDDDB;
	vertical-align: top;
}
.tbl td{
	padding: 15px;
	border-bottom:1px solid #DEDDDB;
    border-left:1px solid #DEDDDB;
}


/* お問い合わせ
=============================================== */

#contactBox {
	border: 1px solid #D4CDC6;
	background: #faf9f4;
	padding: 25px 30px;
	font-size: 12px;
	line-height: 1.2;
	clear: both;
	overflow: hidden;
	position:relative;
}
#contactBox p {
	margin: 0px 0px 8px;
}
#contactBox .address {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
	border-right: 1px dotted #CCC;
}
#contactBox .phone {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding-left: 30px;
}
#contactBox .tel {
	margin: 15px 0 15px 40;
	font: bold 26px Arial, Helvetica, sans-serif;
	background: url(../../images/contactbox_phone.png) no-repeat left center;
	padding-left: 30px;
}
#contactBox .formBtn {
	display:table-cell;
	vertical-align: middle;
	width: 230px;
}
#contactBox h3 {
	background: #6e8499;
	margin: -22px -27px 25px;
	line-height: 46px;
	height: 46px;
	color: #FFF;
	font-size: 14px;
	padding: 0px 15px;
	font-weight: normal;
	text-align: center;
}
#contactBox h4 {
	margin: 0px 0px 6px;
	font-size: 15px;
}
#contactBox ul,
#contactBox li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#contactBox ul {
	margin-top:15px;
}
#contactBox li+li {
	margin-top:10px;
}
#contactBox li a {
	background: #979692;
	color: #FFF;
	padding: 9px 10px;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-weight: bold;
}
#contactBox li a:hover {
	background: #000;
	text-decoration: none;
}
#contactBox figure  {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* サービストップ
=============================================== */

#service #serviceList{
	overflow:hidden;
}
#service #serviceList ul{
	width: 760px;
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
}
#service #serviceList li{
	margin: 0px 40px 20px 0px;
	width: 340px;
	float: left;
}
#service #serviceList figure{
	background:#000;
}
#service #serviceList h4{
	margin: 20px 0px 10px;
	padding-top: 15px;
	border-top: 1px solid #DEDDDB;
	color: #0F5F42;
}
#service #serviceList h4:before {
	content: "";
	float: left;
	color: #F3C800;
	font-size: 10px;
	margin-right: 5px;
	background: #F3C800;
	height: 3px;
	width: 5px;
	margin-top: 9px;
}
#service #serviceList p{
	margin: 0px;
	font-size: 13px;
}

/* 購入時のサービス
=============================================== */


#service.before #guarantee .outline {
	margin-bottom: 0px;
}
#service.before #guarantee .specialBox {
	border: 1px solid #0F5F42;
	border-radius: 5px;
	padding: 50px 40px 30px;
	width: 260px;
	min-height: 240px;
	position: relative;
	margin: 60px 0px 30px;
}
#service.before #guarantee .specialBox h3{
	font-size: 20px;
	color: #0F5F42;
	margin: 0px;
}
#service.before #guarantee .specialBox ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	font-size: 12px;
}
#service.before #guarantee .specialBox li{
	margin: 0px;
}
#service.before #guarantee .specialBox li+li{
	margin-top: 5px;
}
#service.before #guarantee .specialBox li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px 0px 0px -15px;
	float: left;
	background: #f3c800;
}
#service.before #guarantee .specialBox.left {
	float: left;
}
#service.before #guarantee .specialBox.right {
	float: right;
}
#service.before #guarantee .specialBox:before {
	content: "特典1";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0F5F42;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	display: block;
	position: absolute;
	left: 20px;
	top: -30px;
	font-weight: bold;
}
#service.before #guarantee .specialBox.right:before {
	content: "特典2";
}
#service.before .note{
	font-size:12px;
	clear:both;
}
#service.before .detailsBox{
	background: #fbf9fa;
	padding: 25px;
	font-size: 12px;
}
#service.before .detailsBox h4{
	font-size: 15px;
	margin: 0px 0px 10px;
	color: #0F5F42;
}
#service.before .detailsBox ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#service.before .detailsBox li{
	margin: 0px;
}
#service.before .detailsBox li+li{
	margin-top: 10px;

}
#service.before .detailsBox li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px 0px 0px -15px;
	float: left;
	background: #f3c800;
}


/* ご購入後のサービス
=============================================== */

#service.after #price dl.left {
	float: left;
}
#service.after #price dl.right {
	float: right;
}
#service.after #price {
	overflow:hidden;
}
#service.after #price dl {
	font-size: 12px;
	width: 345px;
	border-top: 1px solid #D4E4E5;
	margin-bottom:20px;
}
#service.after #price dt {
	clear: left;
	float: left;
	width: 200px;
	padding: 15px;
}
#service.after #price dd {
	margin-left: 0;
	padding: 15px 15px 15px 230px;
	border-bottom: 1px solid #D4E4E5;
	text-align: right;
	color: #0F5F42;
	background: #f7fafa;
}
#service.after #price small {
	display:block;
	clear:both;
}
#service.af {
	background: #fff;
}

#service.after #visit .feature{
	padding: 30px;
	border: 1px solid #DEDDDB;
	margin: 30px 0px;
}
#service.after #visit .feature ul{
	padding: 0px 0px 0px 1.5em;
}
#service.after #visit .note{
	background: #F8F7F5;
	padding: 30px;
	margin-top: 30px;
}
#service.after #visit .note h4{
	font-size: 14px;
	color: #0F5F42;
	margin: 0px 0px 10px;
}
#service.after #visit .note p{
	margin: 0px;
	font-size: 13px;
}
#service.after #delivery h4{
	font-size: 15px;
	margin: 0px 0px 10px;
	color: #0F5F42;
}
#service.after #delivery .detailsBox{
	background: #fbf9fa;
	padding: 25px;
}
#service.after #delivery .detailsBox ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#service.after #delivery .detailsBox li{
	margin: 0px;
}
#service.after #delivery .detailsBox li+li{
	margin-top: 10px;
}
#service.after #delivery .detailsBox li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px 0px 0px -15px;
	float: left;
	background: #f3c800;
}
#service.after #delivery .deliveryTblWrap {
	margin-bottom: 30px;
}
#service.after #delivery .deliveryTblWrap p {
	font-size: 12px;
}
#service.after #delivery .deliveryTbl{
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
	border-top: 1px solid #DEDDDB;
	border-right: 1px solid #DEDDDB;
	font-size: 12px;
}
#service.after #delivery .deliveryTbl th{
	padding: 10px;
	background: #f8f8f4;
	font-weight: normal;
	border-bottom: 1px solid #DEDDDB;
	border-left: 1px solid #DEDDDB;
	vertical-align: top;
}
#service.after #delivery .deliveryTbl td{
	padding: 8px 10px;
	border-bottom: 1px solid #DEDDDB;
	border-left: 1px solid #DEDDDB;
	text-align: left;
}
#service.after #delivery .deliveryTbl td.price{
	width: 130px;
	text-align: center;
}
#service.after #delivery .note td{
	font-size: 14px;
}


/* 安心の中古車
=============================================== */

#service.used #feature .note{
	background: #F8F7F5;
	padding: 30px;
	margin-top: 30px;
}
#service.used #feature .note h4{
	font-size: 14px;
	color: #0F5F42;
	margin: 0px 0px 10px;
}
#service.used #feature .note p{
	margin: 0px;
	font-size: 13px;
}
#service.used #flow {
	clear:both;
}
#service.used #flow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#service.used #flow li {
	margin: 0;
	display: table;
	background: #D1E5E4;
	width: 100%;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #FFF;
	position: relative;
	box-sizing: border-box;
	min-height: 120px;
}
#service.used #flow li:nth-child(2n) {
	background: #E6F3F2;
}
#service.used #flow li:nth-child(2n):after {
	border: 10px solid transparent;
	border-top-color: #E6F3F2;
	border-bottom-width: 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 50px;
	position: absolute;
	width: 0;
	z-index: 100;
}
#service.used #flow li:last-child:after {
	display:none;
}
#service.used #flow li:after {
	border: 10px solid transparent;
	border-top-color: #D1E5E4;
	border-bottom-width: 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 50px;
	position: absolute;
	width: 0;
	z-index: 100;
}
#service.used #flow figure,
#service.used #flow .step,
#service.used #flow .text {
	display:table-cell;
	vertical-align: middle;
}
#service.used #flow .step {
	width: 80px;
}
#service.used #flow figure {
	width: 160px;
	padding-left: 30px;
}
#service.used #flow .text h3 {
	margin: 0;
	font-size: 15px;
}
#service.used #flow .text h3 span {
	font-size: 12px;
	font-weight:normal;
}
#service.used #flow .text p {
	margin:0;
}


/* 04.イベント
=============================================== */

#service.event #schedule {
}
#service.event #schedule ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#service.event #schedule li {
	border-bottom: 1px dotted #DEDDDB;
	padding: 10px;
}


/* レンタサイクル
=============================================== */

#service.rental #feature{
	overflow:hidden;
}
#service.rental #feature ul{
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
}
#service.rental #feature li{
	margin: 0px;
	width: 220px;
	float: left;
}
#service.rental #feature li+li{
	margin-left: 30px;
}
#service.rental #feature figure{
	background:#000;
}
#service.rental #feature h4{
	margin: 20px 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0F5F42;
	color: #0F5F42;
}
#service.rental #feature p{
	margin: 0px;
	font-size: 13px;
}
#service.rental #plan {
	overflow:hidden;
}
#service.rental #plan dl {
	font-size: 12px;
	width: 480px;
	border-top: 1px solid #D4E4E5;
}
#service.rental #plan dt {
	clear: left;
	float: left;
	width: 300px;
	padding: 15px;
}
#service.rental #plan dd {
	margin-left: 0;
	padding: 15px 15px 15px 230px;
	border-bottom: 1px solid #D4E4E5;
	text-align: right;
	color: #0F5F42;
	background: #f7fafa;
}
#service.rental #plan dd:nth-child(4n) {
	background: #fff;
}
#service.rental #plan .planWrap {
	display: table;
	width: 100%;
}
#service.rental #plan dl {
	display:table-cell;
}
#service.rental #plan .plus {
	display: table-cell;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
}
#service.rental #plan .plus span {
	background: #0F5F42;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border-radius: 50%;
}
#service.rental #plan .deposit {
	display: table-cell;
	vertical-align: middle;
	background: #F7FAFA;
	border-top: 1px solid #D4E4E5;
	border-bottom: 1px solid #D4E4E5;
	text-align: center;
	width: 160px;
	font-size: 12px;
}
#service.rental #plan .deposit span {
	color: #0F5F42;
	display: block;
}
#service.rental #plan .tax {
	margin-top: 15px;
	display: block;
	text-align: right;
}
#service.rental #plan .detailsBox{
	background: #fbf9fa;
	padding: 25px;
	margin-top: 30px;
}
#service.rental #plan .detailsBox ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#service.rental #plan .detailsBox li{
	margin: 0px;
	font-size: 12px;
}
#service.rental #plan .detailsBox li+li{
	margin-top: 10px;
}
#service.rental #plan .detailsBox li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px 0px 0px -15px;
	float: left;
	background: #f3c800;
}


/* 自転車買取サービス
=============================================== */
#service.recycle #outline {
	margin: 0px;
}
#service.recycle .selector {
	margin: 30px 0px 0px;
	padding: 10px;
	list-style: none;
	overflow: hidden;
	background: #e3e1e2;
}
#service.recycle .selector li {
	float: left;
}
#service.recycle .selector li+li {
	margin-left:10px;
}
#service.recycle .flow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#service.recycle .flow li {
	margin: 0 0 30px;
	display: table;
	background: #f8f7f5;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	position: relative;
	min-height: 100px;
}
#service.recycle .flow li:last-child:after {
	display:none;
}
#service.recycle .flow li:after {
	border: 10px solid transparent;
	border-top-color: #266286;
	border-bottom-width: 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 95px;
	position: absolute;
	width: 0;
}
#service.recycle #service.visit.flow li:after {
	border-top-color: #9B281F;
}
#service.recycle .flow h2,
#service.recycle .flow .text {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
#service.recycle .flow h2 {
	width: 150px;
	background: #266286;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
#service.recycle #service.visit.flow h2 {
	background: #9B281F;
}
#service.recycle .flow .text h3 {
	margin: 0 0 5px;
	font-size: 15px;
	color: #266286;
}
#service.recycle  #service.visit.flow .text h3 {
	color: #9B281F;
}
#service.recycle .flow .text p {
	margin: 0;
	font-size: 13px;
}
#service.recycle .caution {
	border: 1px solid #F26559;
	padding: 25px;
	font-size: 12px;
	border-radius: 3px;
}
#service.recycle .caution h4 {
	font-size: 14px;
	color: #dd2211;
	margin: 0px;
}
#service.recycle .caution p {

}
#service.recycle #bulk {
	background: #F8F7F5;
	padding: 30px;
	margin-top: 30px;
}
#service.recycle #bulk h4{
	font-size: 14px;
	color: #0F5F42;
	margin: 0px 0px 10px;
}
#service.recycle #bulk p{
	margin: 0px;
	font-size: 13px;
}


/* 法人の方へ
=============================================== */

#business .takebackTbl{
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
#business .takebackTbl th{
	padding: 25px;
	background: #d1e5e4;
	width: 160px;
}
#business .takebackTbl td{
	padding: 25px;
	background: #fbf9fa;
}
#business .takebackTbl td small{
	display: block;
	margin-top: 5px;
}
#business #contact .contactBox {
	padding: 20px 30px;
	border: 5px solid #ecece3;
	font-size: 13px;
}
#business #bulk {
	background: #F8F7F5;
	padding: 30px;
	margin-top: 40px;
}
#business #bulk h4{
	font-size: 14px;
	color: #0F5F42;
	margin: 0px 0px 10px;
}
#business #bulk p{
	margin: 0px;
	font-size: 13px;
}


/* 製品カタログ
=============================================== */

#products #contents {
	background: #FFF;
}
#products .visual {
	margin: -50px 0px 40px;
}
#products #collection {
	margin-bottom: 30px;
}
#products #receipt {
	margin-bottom: 30px;
}
#products #productsList {
	overflow: hidden;
	margin-bottom: 10px;
}
#products #productsList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 1010px;
}
#products #productsList li {
	float: left;
	margin: 0px 30px 30px 0px;
}
#products #productsList li a {
	display: block;
	border: 1px solid #e0e0e0;
	width: 280px;
	height: 350px;
	color: #333;
	padding: 9px;
	overflow: hidden;
}
#products #productsList li a:hover {
	text-decoration: none;
	border: 1px solid #2E684D;
}
#products #productsList li a:hover img {
	opacity:0.8;
}

#products #productsList li figure {
	margin: 15px 0px 25px;
}
#products #productsList li figure img {
	width:280px;
}
#products #productsList li h4 {
	font-size: 15px;
	margin: 0 0 0.2em 0;
	padding: 0 5px;
}
#products #productsList li p {
	font-size: 12px;
	margin: 0 0 0.8em 0;
	padding: 0 5px;
	line-height: 1.6;
}
#products #productsList a dl {
	font-size: 11px;
	padding: 0 5px;
	margin: 0;
}
#products #productsList a dt {
	clear: both;
	float: left;;
	width: 77%;
	color: #000;
}
#products #productsList a dd {
	margin-left: 77%;
	text-align: right;
	color: #cc0000;
}

#products #banner {
	background: #F7F6EE;
	clear: both;
	padding: 10px 0px 0px 10px;
}
#products #banner ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
}
#products #banner li{
	margin: 0px 10px 10px 0px;
	float: left;
}


/* 製品カタログ詳細 */

#products #productName {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#products #productName h2 {
	margin: 0px;
	font-size: 20px;
}
#products #gallery figure {
	text-align: center;
	margin-bottom: 20px;
}
#products #gallery figcaption {
	text-align: center;
	font-size: 12px;
}
#products #gallery nav ul {
	text-align:center;
}
#products #gallery nav li {
	display: inline-block;
	margin: 5px;
}
#products #gallery nav li a {
	display: block;
	border: 1px solid #e2e2e2;
}
#products #gallery nav li a.over {
	border: 1px solid #0F5F42;
}
#products #gallery nav li img {
	width: 105px;
}
#products #details {
	margin-top: 50px;
}
#products #details #left {
	float: left;
	width: 450px;
}
#products #details #right {
	float: right;
	width: 450px;
}
#products #details #outline h3 {
	font-size: 20px;
	margin: 0px 0px 20px;
	color: #57463a;
}
#products #details #function {
	margin: 0px;
	padding-top: 30px;
	border-top: 1px solid #E2E2E2;
}
#products #details #function div {
	clear:both;
	font-size:11px;
}
#products #details #function ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
#products #details #function li {
	float:left;
	margin-right:5px;
}
#products #details #function li img {
	width:50px;
}
#products #details #productName {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#products #details #productName h4 {
	font-size: 18px;
	margin: 0px;
}
#products #details #productName .price {
	font-size: 13px;
}
#products #details #spec {
	background: #f8f8f8;
	padding: 25px;
}
#products #details #spec h5 {
	font-size: 16px;
	margin: 0px 0px 8px;
	color: #0F5F42;
}
#products #details #spec dl+h5 {
	margin-top: 25px;
}
#products #details #spec .spec {
	font-size: 12px;
	margin: 0px;
}
#products #details #spec dl {
	border-top: 1px dotted #E2E2E2;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#products #details #spec dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 8px 0px;
}
#products #details #spec dd {
	margin: 0px;
	padding: 8px 0px 8px 100px;
	border-bottom: 1px dotted #E2E2E2;
}
#products #details #spec dd span.name {
	display:inline-block;
	width:220px;
}
#products #details #spec dd span.sold {
	display: inline-block;
	margin: 2px;
	text-align: center;
	width: 70px;
}
#products #details #spec a {
	display: inline-block;
	background: #0F5F42;
	color: #FFF;
	border-radius: 2px;
	padding: 2px 0px;
	margin: 2px;
	text-align: center;
	width: 70px;
	font-size: 11px;
}
#products #details #spec a:hover {
	background: #CAA215;
	text-decoration: none;
}
#products #prev {
	clear:both;
	padding: 30px 10px;
	text-align: right;
}


/* 取り扱いブランド
=============================================== */

#brand #brandList{
	overflow:hidden;
}
#brand #brandList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 735px;
}
#brand #brandList li{
	float: left;
	margin: 0px 15px 20px 0px;
}
#brand #brandList li{
	display: block;
	background: #eeeeed;
	padding: 5px;
	width: 220px;
}
#brand #brandList li p a{
	background: url(../../images/brand_icon_link.png) no-repeat left center;
	padding-left: 16px;

}
#brand #brandList p{
	font-size: 12px;
	text-align: right;
	margin: 10px 5px 5px;
	padding: 0px;
}

#brand #shop table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	font-size: 11px;
	border-top:1px solid #DEDDDB;
    border-right:1px solid #DEDDDB;
	background: #fbf9fa;
}
#brand #shop table th {
	padding: 5px 12px;
	background: #F7FAFA;
	border-bottom: 1px solid #DEDDDB;
	border-left: 1px solid #DEDDDB;
	font-weight: normal;
	width: 1em;
	color: #0F5F42;
}
#brand #shop table td{
	padding: 5px 12px;
	text-align: center;
	border-bottom: 1px solid #DEDDDB;
	border-left: 1px solid #DEDDDB;
	width: 1em;
}
#brand #shop table td.label{
	width: auto;
}
#brand #shop table tr:nth-child(even) {
	background: #FFF;
}


/* 店舗案内
=============================================== */

#store #storeList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px dotted #CCC;
}
#store #storeList li {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}
#store #storeList li:nth-child(2n) {
	background: #F7FAFA;
}
#store #storeList figure {
	display: table-cell;
	margin: 0px;
	width: 160px;
	vertical-align: middle;
	padding: 10px 0px;
}
#store #storeList figure img {
	margin: 0px;
	padding: 0;
	width: 160px;
}
#store #storeList h4 {
	display: table-cell;
	padding: 20px;
	margin: 0px;
	vertical-align: middle;
	width: 140px;
	font-size: 15px;
}
#store #storeList dl {
	display: table-cell;
	font-size: 12px;
	padding: 20px 30px 20px 0px;
	margin: 0px;
	vertical-align: top;
}
#store #storeList dt {
	clear: left;
	float: left;
	width: 70px;
	color: #0F5F42;
}
#store #storeList dd {
	padding: 0px 0px 0px 80px;
	margin: 0 0 5px;
}


/* 店舗詳細 */

#store #banner {
	margin-bottom: 40px;
}
#store #left {
	width:340px;
	float:left;
	margin-bottom: 40px;
}
#store #right {
	width: 340px;
	float: right;
	margin-bottom: 40px;
}
#store #details dl {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#store #details dt {
	clear: left;
	float: left;
	width: 70px;
	color: #0F5F42;
	padding: 5px 0px;
}
#store #details dd {
	margin: 0px 0px 0px 70px;
	border-left: 1px dotted #CCC;
	padding: 5px 0px 5px 25px;
}
#store #comment {
	padding-top: 30px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
#store #comment figure {
	float: left;
	width: 80px;
	margin-right: 20px;
}
#store #comment figure img {
	border-radius: 50%;
	height: 75px;
	width: 75px;
	border: 5px solid #F2F5F1;
}
#store #comment .text {
	font-size: 13px;
	margin-top: 0px;
	overflow: hidden;
}
#store #image img {
	width:340px;
}
#store #blog h3 {
	color: #0F5F42;
	margin: 0px 0px 8px;
	font-size: 15px;
}
#store #blog {
	background: #f7f6ee;
	padding: 30px 20px;
}
#store #blog ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#store #blog li {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5;
}
#store #blog li+li {
	margin-top:15px;
}
#store #blog li figure {
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 15px;
}
#store #blog li img {
	height: 60px;
	width: 60px;
}
#store #blog li .text {
	font-size: 12px;
	overflow: hidden;
}
#store #blog li .text span {
	display: block;
	font-size: 11px;
}
#store #gallery{
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}
#store #gallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#store #gallery li {
	float:left;
}
#store #gallery li img {
	width: 230px;
}
#store #gallery li+li {
	margin-left: 15px;
}
#store #access #map {
	overflow: hidden;
	height: 500px;
	width: 700px;
}
#store #access .acf-map {
    width: 100%;
    height: 400px;
}
#store #access .accessWrap {
	border: 10px solid #F7F6EE;
}
#store #access .guide {
	display: table;
	background: #FFF;
}
#store #access .guide h3 {
	display: table-cell;
	padding: 30px;
	background: #266286;
	text-align: center;
	width: 100px;
	vertical-align: middle;
	color: #FFF;
	font-size: 14px;
}
#store #access .guide .text {
	display: table-cell;
	padding: 30px;
	vertical-align: middle;
	font-size: 13px;
}
#store #prev {
	padding: 30px 10px;
	text-align: right;
}


/* クーポン
=============================================== */
#coupon .ticket {
	padding: 50px 20px;
	text-align: center;
	border: 1px solid #CCC;
}


/* SDGS
=============================================== */

#sdgs #flow {
	clear:both;
}
#sdgs #flow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sdgs #flow li {
	margin: 0;
	display: table;
	background: #EFEDE7;
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #FFF;
	position: relative;
	box-sizing: border-box;
}
#sdgs #flow li:nth-child(2n) {
	background: #FAF9F7;
}
#sdgs #flow figure,
#sdgs #flow .text {
	display:table-cell;
	vertical-align: middle;
}
#sdgs #flow .text {
	padding-left: 30px
}
#sdgs #flow figure {
	width: 120px;
	vertical-align: top;
}
#sdgs #flow figure img {
	width: 100%;
}
#sdgs #flow .text h3 {
	margin: 0 0 0.5em 0;
	font-size: 16px;
}
#sdgs #flow .text p {
	margin:0;
	font-size: 13px;
}


/* 会社概要
=============================================== */

#company #philosophy .read {
	margin: 0px 0px 30px;
	font: 21px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#company #identity {
	overflow: hidden;
}
#company #identity figure {
	float:right;
	margin-left:30px;
}
#company #identity p {
	font-size:14px;
}
#company #identity .name {
	font-size: 16px;
	margin-top: 30px;
}


/* プライバシーポリシー
=============================================== */

#privacy .wrap h3 {
	font-size: 16px;
	margin-bottom: 0.5em;
}
#privacy .wrap ul,
#privacy .wrap ol {
	padding-left:2em;
}
#privacy .wrap li {
	list-style-type: decimal;
	margin-bottom: 1em;
}
#privacy .wrap li ul {
	margin: 1em 0px;
}
#privacy .wrap li li {
	list-style: circle;
	margin-bottom: 0.5px;
}
#privacy .wrap li li li {
	list-style: disc;
	font-size: 12px;
	margin-bottom: 0.5em;
}
#privacy .wrap li h4 {
	font-size: 12px;
	margin-bottom: 0.5em;
}
#privacy .wrap .sign {
	text-align: right;
	margin: 50px 0px;
	position: relative;
}
#privacy .contact {
	background: #fcfcf9;
	padding: 20px 40px;
	font-size: 12px;
}
#privacy .contact ol {
	margin-bottom: 20px;
}
#privacy .contact li {
	margin-bottom: 0.5em;
}


/* ホーム
=============================================== */

#home {
	background: url(none);
}
#home #contents {
	background: #FFF url(none);
	padding-bottom:200px;
}


#home #mainVisual{
	background: #63A686;
}
#home #mainVisualInner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}



#home #visualOuter {
	overflow:hidden;
	max-height:460px;
	background: #63A686;
}
#home #visual h2 {
	position: absolute;
	top: 180px;
	z-index: 100;
	width: 100%;
	text-align: center;
}
/* slide */
#home #slider_wrapper{height: auto;width: 100%;overflow: hidden;}
#home #visual{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#home #visual #slider{
	width: 1200px;
	margin: 0px;
	padding: 0px;
}
.bx-wrapper{
   overflow:hidden; /* 画面幅からでないように */
   width:100%;　　　/* 幅100％の場合 */
}
#home #visual .bx-viewport{overflow: visible!important;}
#home #visual .bx-controls-direction a{
	position: absolute;
	top: 200px;
	z-index: 10;
	display: block;
	height: 60px!important;
	width: 60px;
	text-align: center;
	padding: 0;
}
#home #visual .bx-controls-direction img{
	vertical-align: middle;
}
#home #visual .bx-next{right:-60px;}
#home #visual .bx-prev{left:-60px;}
#home #storeList{
	background: url(../../images/home_store_bh.jpg);
	padding: 20px;
}
#home #storeList #storeListInner{
	width: 1040px;
	margin: 0 auto;
	background: #FFF url(../../images/home_storeInner_bg.png);
	height: 330px;
	position: relative;
}
#home #storeList h3{
	vertical-align: middle;
	padding: 25px 0px 25px 170px;
	margin: 0px;
}
#home #storeList .exterior{
	position:absolute;
	left:0px;
	top:-10px;
}
#home #storeList .map{
	position:absolute;
	right:10px;
	top:10px;
}
#home #storeList ol{
	overflow: hidden;
	margin: 25px 0px 0px 25px;
	padding: 0px;
	list-style: none;
	width: 530px;
}
#home #storeList li{
	float: left;
	width: 29%;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 1% ;
	overflow:hidden;
}
#home #storeList li a:before {
	content: "●";
	float: left;
	color: #F17552;
	font-size: 5px;
	margin-right: 0.5em;
}
#home #storeList li:nth-child(3n){
	width: 39%;
}
#home #storeList li:nth-child(1),
#home #storeList li:nth-child(2),
#home #storeList li:nth-child(3),
#home #storeList li:nth-child(7),
#home #storeList li:nth-child(8),
#home #storeList li:nth-child(9){
	background: #fff;
}
#home #storeList span{
	color: #FFF;
	display: inline-block;
	background: #F17552;
	text-align: center;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	margin-right: 7px;
	font: 8px/17px Arial, Helvetica, sans-serif;
}
#home #reserve{
	margin: 40px 0px 0px 0px;
}
#home #blogList{
	padding: 40px 0px;
	position:relative;
	clear:both;
}
#home #blogList .bx-controls-direction a{
	position: absolute;
	top: 130px;
	z-index: 10;
	display: block;
	height: 60px!important;
	width: 60px;
	text-align: center;
	padding: 0;
}
#home #blogList .bx-controls-direction img{
	vertical-align: middle;
}
#home #blogList .bx-next{right:-60px;}
#home #blogList .bx-prev{left:-60px;}
#home #blogList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #blogList li{
	float:left;
	width:230px;
	padding-right:20px;
}
#home #blogList li figure{
	margin-bottom:20px;
}
#home #blogList li img{
	width:100%;
	height: auto;
}
#home #blogList li p{
	margin: 10px 0px;
	font-size: 13px;
	max-height: 4.8em;
	overflow: hidden;
}
#home #blogList li .meta{
	font-size:11px;
}

#home #infoList {
	background: #f2f5f1;
	padding: 30px 30px 25px;
	clear: both;
	width: 560px;
	float: left;
}
#home #infoList h3 {
	margin: 0px 0px 8px;
	color: #0F5F42;
}
#home #infoList .more {
	position: absolute;
	font-size: 11px;
	right: 10px;
	font-weight: normal;
	background: url(../../images/arw_s.png) no-repeat left center;
	padding-left: 8px;
}
#home #infoList dl {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#home #infoList dt {
	clear: both;
	float: left;
	width: 80px;
	padding: 5px 0px;
}
#home #infoList dd {
	padding: 5px 0px 5px 90px;
	margin: 0px;
}
#home #banner {
	margin-top:50px;
	overflow: hidden;
	float: left;
}
#home #onlineshop {
	margin-top:50px;
	float: right;
	width: 360px;
}
#home #onlineshop h3 {
	margin: 0px;
}
#home #onlineshop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #onlineshop li{
	float: left;
}
#home #bannerSub {
	float: right;
	width: 360px;
}
#home #bannerSub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#home #bannerSub li+li {
	margin-top: 10px;
}
#home #feature{
	padding: 40px 0px;
	overflow: hidden;
	clear: both;
}
#home #feature ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:1020px;
}
#home #feature li{
	float: left;
	width: 235px;
}
#home #feature li{
	margin-right: 20px;
}

#home #service {
	overflow: hidden;
	background: #eeeeee;
	display: table;
	padding: 10px;
	position: relative;
	width: 980px;
}
#home #service dl {
	display: table-cell;
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
	width: 220px;
	border-left: 1px solid #d9d9d9;
}
#home #service dl.service {
	width: 450px;
}
#home #service dt {
	margin: 5px 0px 10px;
	padding: 0px;
	list-style: none;
	color: #57463a;
	font-size: 14px;
	font-weight: bold;
}
#home #service dl.service dd:nth-child(2n) {
	margin-right:10px;
}
#home #service dd {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style: none;
	float:left;
	width: 220px;
}
#home #service dd a {
	display: block;
	background: #FFF;
	border: 1px solid #dcd6ca;
	padding: 10px 15px;
	color: #57463a;
	font-size: 13px;
}
#home #service dd a:hover {
	text-decoration: none;
	background: #f3c800;
	color: #FFF;
}
#home #service figure {
	display: table-cell;
	position: absolute;
	left: 20px;
	bottom: 0px;
}
#home #service dd a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 5px 6px 0 0;
	background: url(../../images/arw_service.png) 0 0;
	float: left;
}
#home #service dd a:hover:before {
	background-position:0 -8px;
}


/* インフォメーション */

#post #infoList h2 {
	border-bottom: 1px solid #CCC5BE;
	padding: 20px 10px;
	margin: 0px 0px 20px;
	font: 18px "AGaramondPro-Regular", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
#post #infoList,
#service.event #infoList {
	width: 760px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 40px;
}
#post #infoList ul,
#service.event #infoList ul{
	margin: -40px 0px 0px;
	padding: 0px;
	list-style: none;
}
#post #infoList li,
#service.event #infoList li{
	float:left;
	width:220px;
	height: 320px;
}
#post #infoList li figure,
#service.event #infoList li figure{
	margin-bottom:20px;
}
#post #infoList li img,
#service.event #infoList li img{
	width:100%;
	height: auto;
}
#post #infoList li:nth-child(3n+1),
#service.event #infoList li:nth-child(3n+1){
	clear:both;
}
#post #infoList li p,
#service.event #infoList li p{
	margin: 10px 0px;
	font-size: 13px;
	line-height: 1.5;
}
#post #infoList li .meta,
#service.event #infoList li .meta{
	font-size:11px;
}
#post #infoList li,
#service.event #infoList li {
	margin: 0px 30px 40px 0px;
	border-top: 1px solid #DEDDDB;
	padding-top: 40px;
}
#post .title {
	border-top: 3px solid #0F5F42;
	border-bottom: 1px solid #DEDDDB;
	margin-bottom: 30px;
	padding: 30px 0px 30px;
}
#post .title h1  {
	font-size: 20px;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#post .meta {
	font-size: 11px;
}
#post .tags {
	clear: both;
	margin-top: 20px;
 border-top: 1px solid #DEDDDB;
	padding: 20px 0 0 0;
	font-size: 12px;
  margin-bottom:40px;
}
#post .entrybody {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#post .entrybody img {
	max-width: 100% !important;
	height: auto !important;
}
#post .entrybody img.size-thumbnail {
    width: 32.2%;
}
#post .entrybody img.size-medium {
	width: 49%;
}
#post #prev {
	border-top: solid 1px #DEDDDB;
	padding: 20px 5px 0px 0px;
	clear: both;
	text-align: right;
}

#post .oldpost,
#post .soldout {
padding: 15px;
background: #FFE9E9;
border: 1px solid #F9D3D1;
color: #E02F3E;
margin-bottom: 30px;
border-radius: 5px;
}



#socialbuttons {
margin-bottom: 20px;
overflow:hidden;
}
#socialbuttons div {
float: left;
}
#socialbuttons .contact a {
	display:block;
	background:#F39800;
	color:#fff;
	font-size:11px;
	padding: 0 10px;
	border-radius:3px;
	height: 20px;
	line-height: 20px;
}
#socialbuttons .contact a:hover {
	text-decoration: none;
	backgro
  und:#F3C800;
}


#post #footContact {
  background: #f8f8f8;
  padding: 30px 0;
  text-align: center;
  margin: 40px 0px 40px;
  clear: both;
  width:100%;
}
#post #footContact a {
  display: inline-block;
  font-size: 20px;
  background: #e03838;
  width:80%;
  padding: 1em 0;
  color: #fff;
}
#post #footContact i {
  margin-right: 5px;
}
#post #footContact a:hover {
  text-decoration: none;
  background: #C11E1E;
}
#post #popularPosts {
  margin: 60px 0;
}
#post #popularPosts h3 {
	font-size: 16px;
}
#post #popularPosts ul {
  border-top: 1px solid #e1e1e1;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#post #popularPosts li {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
#post #popularPosts li .rankImg {
  display: table-cell;
	width: 90px;
}
#post #popularPosts li .rankImg img {
	max-width: 100%;
	height: auto;
}
#post #popularPosts li .rankText {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#post #popularPosts li .rankText {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#post #popularPosts li span{
  display: block;
  font-size: 11px;
  margin-bottom: 0.3em;
}
#post #popularPosts li h5{
  font-size: 14px;
  margin: 0;
}
#post #auther {
  border: #0f5f42 solid 1px;
  padding: 30px;
  font-size: 13px;
  margin-bottom: 40px;
}
#post #auther h3 {
  background: #0f5f42;
  padding: 10px 20px;
  margin: -30px -30px 30px -30px;
  color: #FFF;
  font-weight: normal;
}
#post #auther h3 a {
  color: #FFF;
}
#post #auther figure {
	display: table-cell;
	margin: 0px;
	width: 160px;
	vertical-align: middle;
}
#post #auther figure img {
	margin: 0px;
	padding: 0;
	width: 160px;
}
#post #auther dl {
	display: table-cell;
	padding: 0 0 0 30px;
	margin: 0px;
	vertical-align: top;
}
#post #auther dt {
	clear: left;
	float: left;
	width: 70px;
	color: #0F5F42;
}
#post #auther dd {
	padding: 0px 0px 0px 80px;
	margin: 0 0 5px;
}
#post #auther .social {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
  overflow:hidden;
}
#post #auther .social li {
  float: left;
  margin-right: 10px;
  line-height: 1;
}
#post #auther .social li i {
  margin-right: 5px;
}
#post #auther .social li a {
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  background: #006;
  color: #fff;
  padding: 10px 10px;
  min-width: 100px;
  font-size: 13px;
}

#post #auther .social li a.twitter {
  background: #29C5F6;
}
#post #auther .social li a.facebook {
  background: #3B5A9A;
}
#post #auther .social li a.google {
  background: #CE3633;
}
#post #auther .social li a.instagram {
  background: #B16C4F;
}
#post #auther .social li a.frikr {
  background: #3466B0;
}
#post #auther .social li a:hover {
  text-decoration: none;
  background:#000;
}
#post #footBanner ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#post #footBanner li {
  float: left;
  margin-bottom:30px;
}
#post #footBanner li:nth-child(odd) {
  margin-right:20px;

}
#post #footBanner li p {
  margin: 8px 0 0 0;
  font-size:13px;
}
#post #footBanner li img {
  width: 350px;
  height: 120px;
}
#post #footBanner li i {
  margin-right: 5px;
}
