@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
}
a:link    {
	color: #002388;
	text-decoration: none;
}
a:active  {
	text-decoration: none;
	color: #002388;
}
a:visited {
	color: #002388;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}
.red {
	color: #C30;
}
.fxmn{display: none;}

#wrapper #contents .cont_left .left_menu ul.fxmn {
	margin: 0px;
	padding: 0px;
}
.sns {
	display: block;
	margin: 0px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
.sns li {
	display: inline-block;
	vertical-align: middle;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.imgl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear { clear: both; }

input {
	font-family:Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align : middle !important;
}

.txt_form_zenkaku {
  ime-mode: active;
}
.txt_form_hankaku {
  ime-mode: inactive;
}
.sp_head_area {
	display: none;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
/*toppage slider*/
/** RESET AND LAYOUT
===================================*/
#topslide {
	padding: 0px;
	clear: both;
	width: 100%;
	margin: 0px;
	position: relative;
	z-index: 1;
}
#topslide #slider8 div {
	position: relative;
}
#topslide #slider8 div .phototext {
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 240px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	background-color:rgba(0,0,0,0.50);
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 30px;
	text-align: center;
}
#topslide #slider8 div .phototext strong {
	font-size: 30px;
	color: #FFF;
}


.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #333;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
	border-radius: 5px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* toppage slider end */

/*sp menu*/
.sp_head_area {

}
.sp_head_area #header_sp {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp_head_area #header_sp h1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sp_head_area #header_sp p {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #EC8026;
}
.sp_head_area #menu h1 {
	text-align: center;
}

.sp_head_area #menu #gmenu_sp {
	margin: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EF7D1D;
}
.sp_head_area #menu #gmenu_sp li {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9832E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}


#button{
width: 46px;
height:46px;
display: block;
position:absolute;
position:fixed;
top: 0px;
left: 0px;
z-index: 9999;
}
#button span {
width: 24px;
height: 2px;
display: block;
background: #696969;
position: absolute;
left: 9px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
}
#button span:first-child {
top: 15px;
}
#button span:nth-child(2) {
margin-top: -1px;
top: 50%;
}
#button span:last-child {
bottom: 15px;
}
#menu{
	width:98%;
	background:#fff;
	display:none;
	top:46px;
	z-index:9999;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EC8026;
	border-bottom-width: 10px;
	border-bottom-color: #ED7E22;
	margin: 0px;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	position: relative;
}
h1 {
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	background-color: #002388;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*sp menu end*/

#wrapper {
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #header .head_left {
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#wrapper #header .head_right {
	margin: 0px;
	float: right;
	width: 600px;
	padding: 0px;
}
#wrapper #header .head_right .hl_menu {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#wrapper #header .head_right .hl_menu li {
	font-size: 14px;
	line-height: 14px;
	list-style-type: none;
	display: inline;
	margin-left: 30px;
	color: #002388;
}
#wrapper #header .head_right .icon_cart {
	background-image: url(../img_common/icon_cart.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
}
#wrapper #header .head_right .headerr_menu {
	text-align: right;
	margin: 0px;
	clear: both;
	padding-top: 20px;
}
#wrapper #header .head_right .headerr_menu li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}

#wrapper #contents {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #contents .cont_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
}
#wrapper #contents h2  {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	background-color: #002388;
	margin: 0px;
	padding: 10px;
	clear: both;
}
#wrapper #contents .cont_left .left_menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#wrapper #contents .cont_left .left_menu li {
	font-size: 14px;
	line-height: 16px;
	color: #002388;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002388;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	list-style-type: none;
}
#wrapper #contents .cont_left .left_search {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	vertical-align: bottom;
}
#wrapper #contents .cont_left .left_bn_area {
	margin: 0px;
	clear: both;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}
#wrapper #contents .cont_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 740px;
}
#wrapper #contents .cont_right .top_new_item_area {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}
#wrapper #contents .cont_right .top_new_item_area .top_new_item {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #contents .cont_right .top_new_item_area .top_new_item li {
	padding: 0px;
	width: 140px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	vertical-align: top;
}
#wrapper #contents .cont_right .top_2column {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}
#wrapper #contents .cont_right .top_2column .t2c_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
}

.top_newsarea {
	clear: both;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002388;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.top_newsarea .top_newsarea_photo .new{
	position:absolute;
	top: -10px;
	left: 5px;
}
.top_newsarea .top_newsarea_photo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15%;
	position: relative;
}
.top_newsarea .top_newsarea_text {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 83%;
}
.top_newsarea .top_newsarea_text .top_newsarea_name {
	font-size: 14px;
	line-height: 16px;
	color: #002388;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top_newsarea .top_newsarea_text .top_newsarea_price {
	font-size: 14px;
	text-align: right;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #C30;
}
.top_newsarea .top_newsarea_text .top_newsarea_text2 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top_newsarea .top_newsarea_text .top_newsarea_more {
	text-align: right;
}
.car_dealer_name {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	background-color: #e4133f;
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.top_osusume {
	clear: both;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002388;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.top_osusume .top_osusume_photo .new{
	position:absolute;
	top: -10px;
	left: 5px;
}
.top_osusume .top_osusume_photo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90px;
	position: relative;
}
.top_osusume .top_osusume_text {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}
.top_osusume .top_osusume_text .top_osusume_name {
	font-size: 14px;
	line-height: 16px;
	color: #002388;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top_osusume .top_osusume_text .top_osusume_price {
	font-size: 14px;
	text-align: right;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #C30;
}
.top_osusume .top_osusume_text .top_osusume_text2 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top_osusume .top_osusume_text .top_osusume_more {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}


#wrapper #contents .cont_right .top_2column .t2c_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 360px;
}
#wrapper #contents .cont_right .top_2column .t2c_right .top_news {
	margin: 0px;
	padding: 0px;
}
#wrapper #contents .cont_right .top_2column .t2c_right .top_news li {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002388;
	list-style-type: none;
}
#footer {
	background-color: #002388;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link    {
	color: #F4F4F4;
	text-decoration: none;
}
#footer a:active  {
	text-decoration: none;
	color: #F4F4F4;
}
#footer a:visited {
	color: #F4F4F4;
	text-decoration: none;
}
#footer a:hover {
	color: #F30;
	text-decoration: underline;
}

#footer .footer_area {
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer .footer_area h1 {
	font-size: 14px;
	color: #F4F4F4;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
}
#footer .footer_area h2 {
	font-size: 14px;
	color: #FFF;
}
#footer .footer_area p {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}
#footer .footer_area .footer_area2 dl {
	margin: 0px;
	padding: 0px;
}
#footer .footer_area .footer_area2 dl dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#footer .footer_area .footer_area2 dl dd {
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	color: #F4F4F4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer .footer_area .footer_area1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}
#footer .footer_area .footer_area2 {
	padding: 0px;
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer .footer_area .footer_area3 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 320px;
}
.footer_area4   {
	margin: 0px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
.footer_area4 ul {
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.footer_area4 ul li {
	font-size: 12px;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 12px;
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002388;
	color: #002388;
}

/*======================================================
	common styles
======================================================*/






.flL{float:left;}
.flR{float:right;}
.alL{text-align:left;}
.alR{text-align:right;}
.alC{text-align:center;}
table{border-collapse:collapse;}
input{font-size:14px;}
.w50{width:50px;}
.w80{width:80px;}
.w130{
	width:184px;
}
.w200{width:200px;}
.w300{width:300px;}
.w450{width:450px;}

/*	clearfix
-----------------------------------------------*/
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	}

/*======================================================
	Layouts
======================================================*/
div#container{
	width:960px;
	margin:0 auto;
	text-align:left;
}

div#sub1{
	width:200px;
	float:left;
}
div#sub2{
	width:200px;
	float:right;
}

section{
	margin-bottom:20px;
}

/*======================================================
	Titleまわり
======================================================*/

#pankuzu {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}



/*======================================================
	subカラム
======================================================*/

/*	カテゴリ
-----------------------------------------------*/
section#category ul li a{
	display:block;
	text-decoration:none;
	background:url(../images/category_icon_1.png) no-repeat 0 1px;
	padding:7px 0 6px 18px;
	font-weight:bold;
	border-bottom:1px solid #b9b9b9;
}
section#category ul li a:hover{
	background-color:#dddddd;
}
section#category ul li ul li a{
	background:url(../images/category_icon_2.png) no-repeat 8px 7px;
	padding:3px 0 3px 23px;
	font-weight:normal;
	border-bottom:1px solid #b9b9b9;
}
section#category ul li ul li a:hover{
	background-color:#eeeeee;
}
section#category ul li ul li ul li a{
	background:url(../images/category_icon_3.png) no-repeat 20px 8px;
	padding:3px 0 3px 30px;
	font-weight:normal;
	color:#666;
	border-bottom:1px dotted #b9b9b9;
}
section#category ul li ul li ul li a:hover{
	background-color:#f0f0f0;
}



/*	カレンダー
-----------------------------------------------*/
section#calender h2{
	text-align:center;
	background-color:#efefef;
	padding:3px 5px 3px 0;
	margin-bottom:10px;
}
section#calender table{
	border:1px solid #efefef;
	width:100%;
	margin-bottom:10px;
}
section#calender table th,
section#calender table td{
	border:1px solid #efefef;
	text-align:center;
}
section#calender table .sun{
	color:#C00;
}
section#calender table .sat{
	color:#36C;
}
section#calender table .close{
	background-color:#fce4e4;
}
section#calender p{
	line-height:1.3;
	font-size:10px;
}

/*	ランキング
-----------------------------------------------*/
section#ranking ul li{
	position:relative;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}
section#ranking ul li p{
	position:absolute;
	top:25px;
	left:85px;
}

/*	community
-----------------------------------------------*/
section#community ul li{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:30px;
}
section#community ul li.twitter{
	background:url(../images/icon_twitter.png) no-repeat 0 0;
}
section#community ul li.hatena{
	background:url(../images/icon_hatena.png) no-repeat 0 0;
}
section#community ul li.facebook{
	background:url(../images/icon_facebook.png) no-repeat 0 0;
}
section#community ul li.facebook iframe{
	margin-left:-30px;
	margin-top:5px;
}

/*	PR
-----------------------------------------------*/
section#pr ul li{
	margin-bottom:8px;
}


/*======================================================
	mainカラム
======================================================*/

/*	Common
-----------------------------------------------*/
p.link{
	text-align:right;
}
p.link a{
	background:url(../images/icon_link.png) no-repeat 0 0;
	padding-left:18px;
}

/*	タグ
-----------------------------------------------*/
p.tag span{
	color:#fff;
	background-color:#999;
	padding:1px 2px;
	margin-right:2px;
	font-size:10px;
	font-weight:bold;
}
p.tag span.orange{
	background-color:#d78d30;
}
p.tag span.blue{
	background-color:#6ab8d5;
}
p.tag span.green{
	background-color:#5fc248;
}
p.tag span.pink{
	background-color:#d56a7c;
}


/*	item_list
-----------------------------------------------*/
.item_list:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
.item_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item_list .new{
	position:absolute;
	top: -10px;
	left: 5px;
}
.item_list article{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	width:150px;
	position:relative;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7;
	vertical-align: top;
}
.items .item_list article{
	-ms-flex-line-pack: justify;
	align-content: space-between;
	box-sizing: border-box;
	width: 25%;
	margin: 0px 5px 0px 5px;
}
.items img  {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
.items h1{
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}
.item_list article .item_list_text h1 {
	background-color: #FFF !important;
	color: #002388 !important;
}
.item_list article h1{
	margin-bottom:10;
	border:none;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #FFF;
	background-image: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
	color: #002388;
}
.item_list article h1 a {
	color: #002388;
}
.item_list article a h1{
	color:#333;
}
#recommended_items .item_list article:nth-child(3n),
#new_items .item_list article:nth-child(3n),
.items .item_list article:nth-child(4n){
	margin-right:0;
}
.item_list article .item_list_thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.item_list article .item_list_thumb img {
  width:100%;
  height: auto;
}
.item_list article p.price{
	text-align:center;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	color: #C30;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0px;
	font-weight: bold;
}
.item_list article p.text {
	margin-bottom:5px;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.item_list article p.more{
	text-align:right;
	margin-bottom:10px;
}
.item_list article p.more a{
	font-size:10px;
	color:#fff;
	background-color:#C30;
	padding:3px;
	text-decoration:none;
	font-weight:bold;
}
.item_list article p.more a:hover{
	background-color:#F30;
}


/*	catergory_top
-----------------------------------------------*/
section#catergory_top{
	margin-bottom:40px;
}
section#catergory_top h1 {
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}

/*	item_detail
-----------------------------------------------*/
section#item_detail{
	margin-bottom:30px;
}
section#item_detail h1{
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}
section#item_detail h2{
	font-size:16px;
	margin-bottom:10px;
}
section#item_detail p{
	margin-bottom:20px;
}
section#item_detail p.photo_left{
	float:left;
	margin-right:10px; 
}
section#item_detail p.photo_right{
	float:right;
	margin-left:10px; 
}
section#item_detail h2,
section#item_detail br.clear{
	clear:both;
}
section#item_detail div.item_cart_text table{
	width:100%;
	margin:10px 0;
}
section#item_detail div.item_cart_text table th{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 10px;
	vertical-align:middle;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
    white-space: nowrap;
}
section#item_detail div.item_cart_text table td{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 10px;
	vertical-align:middle;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
section#item_detail div.item_cart_text table td.price{
	color:#C00;
}
section#item_detail div.item_cart_text table td.price del{
	color:#666;
	margin-right:3px;
}
section#item_detail div.item_cart_text table td.price span{
	font-size:28px;
	margin-right:5px;
}

section#item_detail div.item_cart_text table.outline th{
	background-color:#eeeeee;
	box-shadow:inset 1px 1px 0 #fff;
	-moz-box-shadow:inset 1px 1px 0 #fff;
	-webkit-box-shadow:inset 1px 1px 0 #fff;
}
section#item_detail div.item_cart_text table.outline th,
section#item_detail div.item_cart_text table.outline td{
	border:1px solid #ccc;
	padding:4px 8px;
}

section#item_detail p.cart{
	margin-top:15px;
	text-align:center;
}
section#item_detail p.cart_que{
	margin:5px 0 20px;
	text-align:right;
}
section#item_detail p.cart_que a{
	background:url(../images/icon_mail.png) no-repeat 0 3px;
	padding-left:20px;
}
section#item_detail p.cart_fav{
	margin:5px 0 20px;
	text-align:right;
}
section#item_detail p.cart_fav a{
	padding-left:20px;
}
section#item_detail p.cart_stock{
	margin:5px 0 20px;
	text-align:right;
}
section#item_detail p.cart_stock a{
	padding-left:20px;
}
section#item_detail ul#check_sns{
	clear:both;
	margin-bottom:40px;
	border-top:1px dotted #999;
	width:100%;
	padding-top:10px;
}
section#item_detail ul#check_sns li{
	float:left;
	margin-right:10px;
	text-align:right;
}

section#item_detail .item_cart{
	width:720px;
	padding-top:20px;
	border-top:1px dotted #999;
}
section#item_detail .item_cart p{
	margin-bottom:0;
}
.item_cart_text{

}
.item_cart_photo {
	width:350px;
	float:left;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.item_cart_photo img {

}

/*	.items
-----------------------------------------------*/

.items .item_list{
	padding-left:8px;
}

/*	.pager
-----------------------------------------------*/

/*_____ list_pager _____*/

.list_pager{
	width:100%;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:10px 10px;
	margin-bottom:10px;
}
.list_pager p{
	float:left;
}
.list_pager ul{
	float:right;
}
.list_pager ul li{
	float:left;
	border-right:1px solid #666;
	padding:0 6px;
	list-style-type: none;
}
.list_pager ul li:last-child{
	border-right:none;
	list-style-type: none;
}


/*_____ item_pager _____*/

.item_pager{
	width:98%;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:1%;
	margin-bottom:10px;
	text-align:center;
	background-color:#e5e5e5;
}
.item_pager ul li.prev{
	float:left;
	list-style-type: none;
}
.item_pager ul li.next{
	float:right;
	list-style-type: none;
}


/*	review_detail
-----------------------------------------------*/
section#review_detail{
	margin-bottom:30px;
}
section#review_detail article{
	border-bottom:1px dotted #999;
	padding:0 10px 10px;
	margin:0 10px 10px;
}

section#review_detail header{
	width:auto;
	height:auto;
	margin:0;
	vertical-align:bottom;
}
section#review_detail header div,
section#review_detail header h2,
section#review_detail header p{
	float:left;
	vertical-align:bottom;
}

section#review_detail div.star{
	font-size:14px;
	margin-right:10px;
	color:#146685;
}
section#review_detail header h2{
	font-size:14px;
	margin-right:10px;
	color: #333 !important;
	background-color: #F4F4F4 !important;
}
section#review_detail header p.date{
	color:#999;
	margin-right:10px;
}
section#review_detail p.target{
	font-weight:bold;
	margin-bottom:10px;
}
section#review_detail p.target span{
	color:#F60;
}



/*	review_write
-----------------------------------------------*/
section#review_write h1 {
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}
section#review_write table{
	margin:10px 20px 0;
	width:680px;
}
section#review_write table th{
	vertical-align:middle;
}
section#review_write table th,
section#review_write table td{
	padding:5px;
}
section#review_write table td.btn{
	vertical-align:middle;
	text-align:right;
}
section#review_write table textarea{
	width:450px;
	height:100px;
}
/*	free_area
-----------------------------------------------*/
.subtitle1 {
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}

section#free_area h1 {
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
	padding: 10px;
}
section#free_area h4 {
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #002388;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002388;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
section#free_area p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
section#free_area .list01 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
section#free_area .list01 li {
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
section#free_area .table1 {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

section#free_area .table1 th {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
	max-width: 240px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
section#free_area .table1 td {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*======================================================
	cart_css
======================================================*/

/*== 狭い幅 ==*/
#main p{
	margin-bottom:5px;
}
.soycart_narrow{
	margin:30px 40px 20px;
}
span.note{
	color:#F60;
}
span.exmpl{
	color:#999;
}
span.require {
  padding: 2px 4px 2px 4px;
  background-color: #fe6600;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px 0 0;
}
span.optional {
  padding: 2px 4px 2px 4px;
  background-color: #6E6E6E;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.btn{
	text-align:center;
	margin:30px 0 50px;
	padding:15px 0;
}
.btn img{
	vertical-align:middle;
}
.another_btn{
	border-top:1px dotted #ccc;
	padding-top:20px;
	text-align:center;
	margin:10px 0;
}

h1.cart_txt {
	padding:10px;
	color:#FFF;
	font-size:16px;
	background-color: #002388;
	clear: both;
	margin-bottom: 14px;
	text-align: left;
}

/*======================================================
	カートを見る
======================================================*/

/*	カートの詳細
-----------------------------------------------*/

div#main section#cart_detail{
	margin-bottom:50px;
}
div#main section#cart_detail table.cart_detail_table th{
	text-align:center;
}
table.cart_detail_table{
	margin:20px auto;
	width:100%;
}
table.cart_detail_table th,
table.cart_detail_table td{
	border:1px solid #aaaaaa;
	padding:5px 10px;
	vertical-align:middle;
}
table.cart_detail_table th{
	text-align:left;
	background-color:#eeeeee;
}

/*== 商品のサムネイル ==*/
table.cart_detail_table td img{
	float:left;
	margin-right:10px;
}

/*== 価格（税込） ==*/
table.cart_detail_table td.price{
	text-align:right;
	color:#C00;
}
table.cart_detail_table td.price span{
	font-size:16px;
	margin-right:5px;
}

/*== 小計 ==*/
table.cart_detail_table td.price.subsum{
	color:#333;
}

/*== 削除 ==*/
table.cart_detail_table td a.delete{
	background:url(../images/icon_delete.png) no-repeat 0 2px;
	padding-left:15px;
}

/*== 合計 ==*/
table.cart_detail_table tfoot,
table.cart_detail_table tfoot th{
	background-color:#ccc;
}

/*== 合計金額の再計算 ==*/
div#main section#cart_detail p.resum{
	text-align:center;
}
div#main section#cart_detail p.resum img{
	vertical-align:middle;
	margin-left:20px;
}

/*======================================================
	ご購入手続き
======================================================*/
#cart_procedure .cart_procedure_login{
	width:340px;
	float:left;
	margin-right:40px;
}
#cart_procedure .cart_procedure_first{
	width:340px;
	float:left;
}

#cart_procedure .cart_procedure_login_right{
	width:340px;
	float:right;
	margin-right:40px;
}
#cart_procedure .cart_procedure_first_right{
	width:340px;
	float:right;
}


/*======================================================
	フォーム関係
======================================================*/
table.soycart_form{
	margin:20px auto;
	width:100%;
}
table.soycart_form.shop_login th,
table.soycart_form.shop_login td{
	padding:10px;
}
table.soycart_form th,
table.soycart_form td{
	padding:10px 15px;
	vertical-align:middle;
	border-bottom:1px dotted #ccc;
	font-size: 14px;
	line-height: 24px;
}
table.soycart_form th{
	max-width:150px;
	font-weight: normal;
}
table.soycart_form table th,
table.soycart_form table td{
	padding:0;
	border-bottom:none;
}

/*======================================================
	ノート
======================================================*/

aside.note{
	border:1px solid #F60;
	padding:10px 15px 20px 15px;
	margin-bottom:20px;
	color:#F60;
	text-align:center;

/*======================================================
	エラー
======================================================*/
div.error{
	color:#f53030;
	background:url(../images/icon_error.png) no-repeat 15px 12px;
	border:2px solid #f53030;
	padding:10px 15px 10px 25px;
	font-weight:bold;
}
#main div.error p{
	margin-bottom:0;
}
p.error{
	color:#f53030;
	border:1px solid #f53030;
	background:url(../images/icon_error.png) no-repeat 15px 7px;
	padding:5px 0 5px 25px;
	font-weight:bold;
	margin-top:10px;
}

/*======================================================
	通知
======================================================*/
div.notice{
	color:#FF6600;
	border:2px solid #FF6600;
	padding:10px 15px 10px 25px;
	font-weight:bold;
}
#main div.notice p{
	margin-bottom:0;
}
p.notice{
	color:#FF6600;
	border:1px solid #FF6600;
	padding:5px 0 5px 25px;
	font-weight:bold;
	margin-top:10px;
}

/* mypage css*/

table.cart_detail_table th{
	text-align:center;
}
table.cart_detail_table td.star{
	color:#146685;
}
textarea.review_area{
	width:400px;
	height:100px;
}

a.table_btn{
	background-color:#666;
	border-radius:10px;
	color:#fff;
	padding:5px 8px;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 0 2px #333;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}
a.table_btn:hover{
	background-color:#888;
}


a.delete{
	background:url(../images/icon_delete.png) no-repeat 0 3px;
	padding-left:15px;
	margin-left:10px;
}
a.detail{
	background-image:url(../images/mypage/icon_arrow.png);
	background-repeat: no-repeat;
	background-position:5px 8px;
	padding-left:18px;
}
a.edit{
	background-image:url(../images/mypage/icon_edit.png);
	background-repeat: no-repeat;
	background-position:7px 5px;
	padding-left:20px;
}
a.plus{
	background-image:url(../images/mypage/icon_plus.png);
	background-repeat: no-repeat;
	background-position:7px 6px;
	padding-left:20px;
}

/*ダウンロードページ*/
a.table_btn.download{
	background-color:#F90;
	text-shadow:0 0 2px #F60;
}
a.table_btn.download:hover{
	background-color:#FC0;
}

/*======================================================
	通知
======================================================*/
div.notice{
	border:2px solid #FFD324;
	padding:10px 15px 10px 25px;
	font-weight:bold;
}
#main div.notice p{
	margin-bottom:0;
}
p.notice{
	border:1px solid #FFD324;
	padding:5px 0 5px 25px;
	font-weight:bold;
	margin-top:10px;
}

.table1 {
	margin: 0px;
	padding: 0px;
}
.table1 table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.table1 th {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
	max-width: 240px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.table1 td {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.q {
	font-size: 14px;
	line-height: 24px;
	color: #002388;
	background-image: url(../img_common/q.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 80px;
	font-weight: bold;
}
.a {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../img_common/a.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 80px;
}
.bt_pdforder {
	text-align: center;
	color: #FFF;
	background-color: #F60;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.bt_pdforder a {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 260px;
}
.bt_pdforder a:hover {
	color: #FFF;
	background-color: #F90;

}
.bt_menu1 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.bt_menu1 li {
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
	display: inline-block;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	line-height: 16px;
	padding: 0px;
}
.bt_menu1 li a  {
	color:#002388 !important;
	display: block;
	padding: 10px;
	margin: 0px;
	border: 1px solid #002388;
}
.bt_menu1 li a:hover {
	color:#FFF !important;
	background-color: #002388 !important;

}
.bt_menu2 {
	margin: 0px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.bt_menu2 li {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	line-height: 16px;
	padding: 0px;
	width: 300px;
	margin-bottom: 5px;
}
.bt_menu2 li a  {
	color:#002388 !important;
	display: block;
	padding: 10px;
	margin: 0px;
	border: 1px solid #002388;
}
.bt_menu2 li a:hover {
	color:#FFF !important;
	background-color: #002388 !important;

}
.showroom_dealer_area {
	margin: 0px;
	clear: both;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.showroom_dealer_area .sda_list {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.showroom_dealer_area .sda_list .sda_photo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30%;
}
.showroom_dealer_area .sda_list .sda_dealer {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 68%;
}
.showroom_dealer_area .sda_list .sda_dealer h5 {
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
