/*
Theme Name: kデザイナーズテーマ
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: okumura

Description:kデザイナーズカスタマイズテーマ。twentytwelveカスタマイズ。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::start add okumura:::::::::::::::::::::::::::::::::::::::::::::::::*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	vertical-align:middle;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
img {
	vertical-align:middle;
	font-size:0;
	line-height:0;
}
/*--------------------------------------
   layout
--------------------------------------*/
html {
	font-size:62.5%;
}
body {
	font-size:1.3em;
	font-family:'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background:#333;
	color:#fff;
	min-width:1000px;
}
/*--------------------------------------
    link
--------------------------------------*/
a {
	color:#DFD2AC;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a.link_lighter {
	color:#F4EFDD;
	text-decoration:none;
}
a.link_lighter:hover {
	color:#fff;
	text-decoration:none;
}
a.link_dark {
	color:#91785D;
	text-decoration:none;
}
a.link_dark:hover {
	color:#DFD2AC;
	text-decoration:none;
}

a.link_white {
	color: red;
	outline: none;
	text-decoration: none;
}

a.link_white:hover{
	color: red;
	text-decoration: underline;
}

.detail_text{
	line-height:1.5;
}

/*--------------------------------------
    common
--------------------------------------*/
th {
	vertical-align:middle;
}
.relative {
	position:relative;
}
.small {
	font-size:0.9em;
}
.large {
	font-size:1.1em;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.block {
	display:block;
}
.inlineblock {
	display:inline-block;
 /display:inline;
 /zoom:1;
}
.lineheight {
	line-height:1.5;
}
.width100per {
	width:100%;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatlist_left li {
	float:left;
	margin-right:10px;
}
.floatlist_right li {
	float:right;
	margin-left:10px;
}
.nowrap {
	white-space:nowrap;
}
.list_disc {
	list-style:disc outside;
	margin-left:1em;
}
.glow {
	box-shadow:1px 1px 4px rgba(0,0,0,0.5);
}
.textshadow {
	text-shadow:0 0 2px rgba(0,0,0,0.4);
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*--------------------------------------
    margin
--------------------------------------*/
.mbline {
	margin-bottom:1em;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.mt5 {
	margin-top:5px;
}
.mr10 {
	margin-right:10px;
}
.ml20 {
	margin-left:20px;
}
/*.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}


.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
*/
/*--------------------------------------
    padding
--------------------------------------*/
.p15 {
	padding:15px;
}
.p10 {
	padding:10px;
}
.p25 {
	padding:25px;
}
.pt5 {
	padding-top:5px;
}
/*.p5 {
	padding:5px;
}


.p20 {
	padding:20px;
}


.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}*/
/*--------------------------------------
    text color
--------------------------------------*/
.red {
	color:#CC0000;
}
.cream {
	color:#F2EDDD;
}
.cream_dark {
	color:#DFD3AD;
}
.gray{
	color:#333;
}
/*--------------------------------------
    bg
--------------------------------------*/
.bg_black {
	background:#000;
}
.bg_black50 {
	background:url(images/bg_black50.png);
/zoom:1;
}
.bg_brown_gradient {
	background:#9B8162 url(images/bg_brown_gradient.png) repeat-x;
}
.bg_white{
	background:#fff;
}
/*--------------------------------------
    border
--------------------------------------*/
.border_brown {
	border:1px solid #514132;
}
/*--------------------------------------
    table
--------------------------------------*/
.bbd_table th,.bbd_table td{
	padding:10px;
	border-bottom:1px dotted #79634B;
	line-height:1.5;
	text-align:left;
}
/*--------------------------------------
    title
--------------------------------------*/
.title_line_brown {
	background:url(images/title_line_brown.png) no-repeat left bottom;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:1.1em;
}
.title_line_double {
	background:url(images/title_line_double.png) no-repeat left bottom;
	padding-bottom:11px;
	margin-bottom:10px;
	font-size:1.4em;
}
.title_leftline_brown{
	background:url(images/title_leftline_brown.png) no-repeat;
	height:35px;
	line-height:35px;
	padding-left:20px;
	margin-bottom:10px;
	font-size:1.1em;
}
.title_h2{
	background:url(images/title_h2.png) no-repeat left top;
	border-bottom:1px solid #514132;
	padding:7px 7px 7px 17px;
	margin-bottom:10px;
	font-size:1.1em;
}
/*--------------------------------------
    btn
--------------------------------------*/
.btn_img {
	display:inline-block;
 /display:inline;
 /zoom:1;
	overflow:hidden;
	position:relative;
}
.btn_img img {
	position:absolute;
	left:0;
	top:0;
}

.btn_gray,.form-submit input{
	background:#090606 url(images/btn_gray_bg.png) repeat-x;
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:10px;
	width:150px;
	cursor:pointer;
	border:1px solid #43362D;
	color:#DCCFB4;
}
.btn_gray:hover,.form-submit input:hover{
	background:#272424 url(images/btn_gray_bg_hover.png) repeat-x;
}
/*--------------------------------------
   header
--------------------------------------*/
.header_obi {
	background:#000;
	border-bottom:1px solid #333;
}
.header_obi h1 {
	position:relative;
	color:#999;
	font-size:0.8em;
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	font-weight:normal;
	background:url(images/header/bg_header_circleline.png) no-repeat center top;
}
.header_logo {
	position:absolute;
	left:0;
	top:47px;
}
.header_contents {
	background:#3E3E3E url(images/header/bg_header_contents.png) repeat-x;
	height:100px;
	border-bottom:1px solid #4C4C4C;
}
.header_contents .inner {
	width:1000px;
	margin:0 auto;
	background:url(images/header/bg_header_circleline.png) no-repeat center -30px;
}
.header_contents ul {
	float:right;
	padding-top:24px;
}
.header_contents li {
	float:left;
}
/*.btn_header_inquiry {
	width:200px;
	height:30px;
}
.btn_header_inquiry:hover img {
	left:0;
	top:-30px;
}*/
/*--------------------------------------
   page_contents
--------------------------------------*/
.bg_body_car {
	background:#191919 url(images/bg_car.png) no-repeat center top;
}
.bg_body_line {
	background:url(images/bg_line.png) repeat-x;
}
.page_contents {
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}
.main_column.narrow {
	width:750px;
	float:left;
}
.side_column {
	width:220px;
	float:right;
}
/*--------------------------------------
   mainmenu
--------------------------------------*/
.mainmenu {
	background:url(images/mainmenu/bg_mainmenu.png) repeat-x left bottom;
	height:60px;
	padding-top:10px;
	margin-bottom:10px;
}
.mainmenu ul {
	width:1000px;
	margin:0 auto;
	background:url(images/mainmenu/bg_mainmenu_ul.png) no-repeat;
	padding:3px 0;
}
.mainmenu li {
	float:left;
}
.mainmenu a {
	display:block;
	height:44px;
	overflow:hidden;
	position:relative;
}
.mainmenu a img {
	position:absolute;
	top:0;
}
.mainmenu a:hover img, .mainmenu a.active img {
	top:-44px;
}
.mainmenu a.home {
	width:100px;
}
.mainmenu a.home img {
	left:0;
}
.mainmenu a.company {
	width:150px;
}
.mainmenu a.company img {
	left:-100px;
}

.mainmenu a.stockcar {
	width:150px;
}
.mainmenu a.stockcar img {
	left:-250px;
}

.mainmenu a.service {
	width:150px;
}
.mainmenu a.service img {
	left:-400px;
}

.mainmenu a.kaitori {
	width:150px;
}
.mainmenu a.kaitori img {
	left:-550px;
}
.mainmenu a.menu {
	width:150px;
}
.mainmenu a.menu img {
	left:-700px;
}
.mainmenu a.inquiry {
	width:150px;
}
.mainmenu a.inquiry img {
	left:-850px;
}
/*--------------------------------------
    page_footer
--------------------------------------*/
.footermenu {
	background:#110B07 url(images/footer/bg_footermenu.png) repeat-x;
}
.footermenu .inner {
	width:1000px;
	margin:0 auto;
	background:url(images/footer/footermenu_line.png) no-repeat center top;
	padding:14px 0;
}
.footermenu_list {
	float:left;
	border-left:1px solid #705B45;
}
.footermenu_list li {
	float:left;
	border-right:1px solid #705B45;
	padding:0 15px;
	font-size:0.9em;
}
.footermenu_list li a {
	color:#DAD0C5;
	text-shadow:1px 1px 4px #000;
}
.footermenu_list li a:hover {
	color:#fff;
}
.btn_to_top {
	float:right;
}
.btn_to_top a {
	width:151px;
	height:13px;
}
.btn_to_top a:hover img {
	top:-13px;
}
.footer_contents {
	background:url(images/footer/bg_footer_contents.png) repeat-x bottom;
	border-top:1px solid #333;
	font-size:0.9em;
	color:#999;
}
.footer_contents a{
	color:#999;
	text-decoration:underline;
}
.footer_contents a:hover{
	text-decoration:none;
}
.footer_contents .inner {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}
.footer_info, .footer_info dt, .footer_info dd {
	float:left;
}
.copyright {
	float:right;
	padding-top:1.9em;
}
/*--------------------------------------
    index
--------------------------------------*/
.index_photo {
	width:960px;
	height:520px;
	margin:0 auto;
	padding-top:10px;
}
.index_slide{
	width:940px;
	height:500px;
	border:10px solid #000;
	background:#000;
	overflow:hidden;
	position:relative;

}
.index_slide div{
	position:relative;
	left:0;
	top:0;
}
.index_slide img{
	width:940px;
	height:500px;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:inherit;
filter:inherit;
display:none;
}
.btn_index_to_loan {
	width:750px;
	height:180px;
}
.btn_index_to_loan:hover img {
	top:-180px;
}



.btn_to_blog {
	width:750px;
	height:90px;
}
.btn_to_blog:hover img {
	top:-90px;
}
.btn_to_detail {
	width:161px;
	height:44px;
}
.btn_to_detail img {
	top:3px;
}
.btn_to_detail:hover img {
	top:-44px;
}
/*.index_kaitori {
	position:relative;
}
.index_kaitori .text {
	position:absolute;
	left:2px;
	top:40px;
}
.index_kaitori .btn {
	position:absolute;
	left:335px;
	top:150px;
}*/
.index_kaitori_banner{
	width:750px;
	height:300px;
}
.index_kaitori_banner:hover img{
	top:-300px;
}
.index_movie_area {
	width:750px;
	height:330px;
	position: relative;
}
.index_movie {
	position: absolute;
	top:24px;
	right: 23px;
	z-index: 2;
}
.index_original_banner {
	width:750px;
	height:300px;
}
.index_original_banner:hover img {
	top:-300px;
}
.index_rozel_banner {
    width:750px;
	height:300px;
    background: #fff;
    display: block;
}
.index_rozel_banner:hover img {
    opacity: 0.6;
}
.index_after {
	position:relative;
}
.index_after .text {
	position:absolute;
	left:240px;
	top:31px;
}
.index_after .btn {
	position:absolute;
	left:585px;
	top:45px;
}
.index_news_list {
	line-height:1.5;
	padding:6px 10px 10px 10px;
}
.index_news_list table{
	table-layout:fixed;
}
.index_news_list th, .index_news_list td {
	border-bottom:1px solid #42372D;
	padding:4px;
}
.index_news_list th{
	width:7em;
	text-align:left;
}
.index_gallery {
	border-bottom:1px solid #42372D;
	padding-bottom:10px;
	width:100%;
	overflow:hidden;
}
.index_gallery .inner {
	width:110%;
	letter-spacing: -.4em;
}
.index_gallery dl {
	/*float:left;*/
	display:inline-block;
	letter-spacing:normal;
	margin-right:20px;
	width:130px;
	vertical-align:top;
	word-wrap:break-word;
}
.index_gallery dl:nth-last-child(-n+5) {
	margin-top:10px;
}
.index_gallery dt {
	margin-bottom:5px;
}
.index_gallery dd {
	line-height:1.2;
}

.index_why{
	padding:20px;
}
.index_why .floatleft{
	width:390px;
}
/*--------------------------------------
    side_column
--------------------------------------*/
.btn_side_l {
	width:220px;
	height:120px;
}
.btn_side_l:hover img {
	top:-120px;
}
.btn_side {
	width:220px;
	height:80px;
}
.btn_side:hover img {
	top:-80px;
}
/*--------------------------------------
    page title
--------------------------------------*/
.page_title {
	background:url(images/bg_black50.png);
	height:145px;
	line-height:145px;
 /layout-grid-line:145px;
	margin-top:-10px;
}
.page_title h1 {
	width:1000px;
	margin:0 auto;
}
/*--------------------------------------
    breadcrumb
--------------------------------------*/
.breadcrumb {
	padding:10px 0;
}
.breadcrumb li {
	float:left;
	color:#D8D0C5;
	font-size:0.9em;
}
.breadcrumb .link {
	background:url(images/arrow_bc.png) no-repeat right center;
	padding-right:25px;
	margin-right:15px;
}
.breadcrumb a {
	color:#D8D0C5;
}
.breadcrumb a:hover {
	color:#fff;
}
/*--------------------------------------
    company
--------------------------------------*/
.company_table th, .company_table td {
	border-bottom:1px solid #C1A685;
	padding:7px 5px;
	text-align:left;
	line-height:1.5;
}
.company_table th {
	white-space:nowrap;
}
.company_table td {
	color:#F2EDDD;
}
.shopmap {
	width:458px;
	height:280px;
	overflow:hidden;
}
/*--------------------------------------
    service
--------------------------------------*/
.btn_to_loan{
	width:480px;
	height:80px;
}
.btn_to_loan:hover img{
	top:-80px;
}
.afterservice_box {
	min-height:307px;
	padding-right:480px;
	padding-bottom:10px;
	border-bottom:1px solid #514132;
	margin-bottom:10px;
}
.afterservice_box:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
.afterservice_box.seibi {
	background:url(images/service/pic_seibi.jpg) no-repeat right top;
}
.afterservice_box.bankin {
	background:url(images/service/pic_bankin.jpg) no-repeat right top;
}
.afterservice_box.adviser {
	background:url(images/service/pic_adviser.jpg) no-repeat right top;
}
.service_hosyo_box {
	position:relative;
}
.service_hosyo_box .text {
	position:absolute;
	left:25px;
	top:70px;
	width:480px;
}
/*--------------------------------------
    kaitori
--------------------------------------*/
.kaitori_contactbox {
	position:relative;
}
.btn_kaitori_to_kaitori {
	position:absolute;
	left:5px;
	top:140px;
}
.btn_kaitori_to_kaitori a {
	width:480px;
	height:80px;
}
.btn_kaitori_to_kaitori a:hover img {
	top:-80px;
}
.btn_kaitori_to_kaitori2 {
	position:absolute;
	right:0;
	top:0;
}
.btn_kaitori_to_kaitori2 a {
	width:402px;
	height:67px;
}
.btn_kaitori_to_kaitori2 a:hover img {
	top:-67px;
}
.kaitori_contactbox .tel {
	position:absolute;
	left:20px;
	top:220px;
}
/*.kaitori_kyokaerea {
	position:relative;
	background:#191919;
	border:1px solid #705B45;
	padding:30px 30px 30px 185px;
	line-height:1.5;
}
.kaitori_kyokaerea h2 {
	position:absolute;
	left:30px;
	top:0;
}
.kaitori_kyokaerea th {
	white-space: nowrap;
	vertical-align:top;
}*/
.kaitori_about {
	width:100%;
	overflow:hidden;
}
.kaitori_about .inner {
	width:110%;
}
.kaitori_about dl {
	float:left;
	margin-right:25px;
	position:relative;
}
.kaitori_about dd {
	position:absolute;
	left:30px;
	top:67px;
	width:250px;
}
/*--------------------------------------
    shoplist
--------------------------------------*/
.page_shoplist_inpage_link{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 4em;
  background: linear-gradient(to bottom, rgba(112,92,69,1) 0%,rgba(153,128,99,1) 100%);
}
.page_shoplist_inpage_link li{
  display: table-cell;
}
.page_shoplist_inpage_link li:not(:first-child){
  position: relative;
}
.page_shoplist_inpage_link li:not(:first-child):before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 20px;
  background: #C1A685;
  content: "";
}
.page_shoplist_inpage_link li a{
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding-left: 12px;
  color: #fff;
}
.page_shoplist_inpage_link li a:hover{
  text-decoration: underline;
}
.page_shoplist_inpage_link li a:after{
  content:url(/images/shoplist/arrow_down.png);
  margin-left: .5em;
}
.page_shoplist_table{
  width: 100%;
  table-layout: fixed;
}
.page_shoplist_table th,.page_shoplist_table td{
	padding:15px 10px;
	border-bottom:1px dotted #79634B;
	line-height:1.5;
	text-align:left;
}
.page_shoplist_table th{
  width: 200px;
}
.page_shoplist_table td{
  color:#F2EDDD;
}
.page_shoplist_table tr td:first-of-type{
  width: 500px;
}



/*--------------------------------------
    menu
--------------------------------------*/
.menu_listbox_cat{
	margin-bottom:40px;
}
.menu_listbox_cat:last-child{
	margin-bottom:0;
}
.menu_listbox {
	width:100%;
	overflow:hidden;
}
.menu_listbox .inner {
	width:110%;
	margin-top:-20px;
}
.menu_listbox article {
	float:left;
	border:1px solid #C1A685;
	background:#9B8162 url(images/bg_brown_gradient.png) repeat-x;
	padding:9px;
	width:445px;
	margin-right:20px;
	margin-top:20px;
}
.menu_listbox .title,.menu_singlebox .title {
	background:#110C08 url(images/menu/bg_title.png) no-repeat right top;
	margin-bottom:10px;
	line-height:1.2;
	font-weight:normal;
}
.menu_listbox .title a{
	color:#fff;
}
.menu_listbox .title a:hover{
	color:#C1A685;
	text-decoration:underline;
}
.menu_listbox .name, .menu_listbox .price,
.menu_singlebox .name, .menu_singlebox .price {
	display:block;
	padding:10px;
}
.menu_listbox .name {
	float:left;
	width:325px;
}
.menu_listbox .price {
	float:right;
	width:80px;
}
.menu_listbox .text {
	float:left;
	width:275px;
	line-height:1.5;
}
.menu_listbox .img {
	float:right;
	width:160px;
	text-align:center;
}
.menu_listbox .img img{
	max-width:160px;
	max-height:160px;/*120px?*/
}

.menu_singlebox{
	border:1px solid #C1A685;
	background:#9B8162 url(images/bg_brown_gradient.png) repeat-x;
	padding:9px;
	margin-bottom:10px;
}
.menu_singlebox .name {
	float:left;
	width:810px;
}
.menu_singlebox .price {
	float:right;
	width:80px;
}

.menu_singlebox .text {
	width:100%;
	/float:left;
	/width:400px;
	display:table-cell;
	padding-right:10px;
	vertical-align:top;
	line-height:1.5;
}
.menu_singlebox .img {
	/float:right;
	/width:500px;
	display:table-cell;
	text-align:center;
}
.menu_singlebox .img img{
	max-width:500px;
	max-height:375px;
}
/*--------------------------------------
    wp-pagenavi
--------------------------------------*/
.wp-pagenavi {
	padding:0 10px;
	margin-top:20px;
	font-size:0.9em;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color:#fff;
	background:#AB9272;
	padding: 2px 6px;
	margin-right:5px;
	border-radius:3px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#524131;
	color:#fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
}


/*--------------------------------------
    form
--------------------------------------*/
input[type="text"],textarea{
	border:1px solid #D9D9D9;
	background:#FBFBFB;
	padding:3px;
	font-family:'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1em;
	box-shadow:inset 1px 1px 3px #ccc;
}
input[type="text"]{
	width:13em;
}
input[type="text"].s{
	width:5em;
}
input[type="text"].l{
	width:18em;
}
textarea{
	width:24em;
	height:10em;
}
.input_error{
	color:#c00;
	margin-top:5px;
}
/*--------------------------------------
    inquiry add css
--------------------------------------*/
.form_table th,.form_table td{
	padding:10px;
	border-bottom:1px dotted #79634B;
}
.form_table th{
	text-align:left;
	white-space:nowrap;
	width:10em;
}
textarea{
	width:50em;
	height:8em;
}

/*--------------------------------------
    stockcar
--------------------------------------*/
.banner_newarrival_to_stockcar {
	width:950px;
	height:200px;
}
.banner_newarrival_to_stockcar:hover img {
	top:-200px;
}





.carsearchbox{
	padding:10px;
	position:relative;
}
.carsearchbox h1{
	margin-bottom:0;
}
.btn_searchbox_toggle{
	position:absolute;
	right:10px;
	top:12px;
}
.btn_searchbox_toggle_btn{
	display:block;
	background:url(images/stockcar/btnicon_toggle.png) no-repeat right -30px;
	padding-right:18px;
	color:#fff;
	/zoom:1;
}
.btn_searchbox_toggle_btn.active{
	background-position:right 0;
}
.searchbhox_toggle_area{
	margin-top:15px;
	/zoom:1;
}
.searchbhox_toggle_area th,.searchbhox_toggle_area td{
	padding:10px 10px 10px 0;
	text-align:left;
	border-bottom:1px dotted #C1A685;
}
.searchbhox_toggle_area th{
	white-space:nowrap;
	width:130px;
}
.searchbhox_toggle_area th span{
	display:block;
	border-left:5px solid #524131;
	padding-left:5px;
}
.searchbhox_toggle_area td{
	width:425px;
}
.searchbhox_toggle_area .colorlist li{
	float:left;
	white-space:nowrap;
	width:12em;
}



.btntext_search{
	background:url(images/stockcar/search.png) no-repeat left center;
	padding-left:21px;
}



.pagerbox{
	padding:10px;
	margin-bottom:15px;
}
.pager{
	float:right;
}
.pager li{
	float:left;
	margin-left:5px;
	font-size:0.8em;
}
.pager li a,.pager li span{
	display:block;
	color:#fff;
	text-align:center;
	background:#AB9272;
	padding:4px 6px;
	border-radius:3px;
	text-decoration:none;
}
.pager li a:hover,.pager li span{
	background:#524131;
}

.stocklistbox{
	padding:10px 10px 1px 10px;
	margin-bottom:15px;
}
.stocklistbox table{
	width:100%;
	margin-bottom:10px;
}
.stocklistbox th,.stocklistbox td{
	padding:5px;
}
.stocklistbox th{
	border:1px solid #666;
	color:#fff;
	font-weight:normal;
	background:#030303 url(images/stockcar/th_bg.png) repeat-x;
}
.stocklistbox th a{
	color:#fff;
}
.stocklistbox td{
	border:1px solid #c9c9c9;
	color:#333;
	background:#fff;
}
.stocklistbox tbody{
	border-bottom:5px solid #ccc;
}
.stocklistbox tbody:hover td{
	background:#E7E7E7;
	cursor:pointer;
}
/*--------------------------------------
    cardetail
--------------------------------------*/
#gallery_main_img{
	border:1px solid #524131;
	background:#333;
	margin-bottom:10px;
}
#gallery_main_img img{
	display:block;
	width:520px;
}
#gallery_thumb_img_wrapper{
	width:100%;
	overflow:hidden;
	margin-bottom:7px;
}
#gallery_thumb_img{
	width:550px;
}
#gallery_thumb_img li{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
#gallery_thumb_img li span{
	display:block;
	border:2px solid #000;
	cursor:pointer;
}
#gallery_thumb_img li span.active{
	border:2px solid #524131;
}
#gallery_thumb_img li img{
	width:98px;
}
.cardetailform li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	width:7.5em;
}
.sw_postal{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:5px 7px;
	border-radius:3px;
	background:#999;
	color:#fff;
	font-size:0.8em;
	text-decoration:none;
	cursor:pointer;
}
.sw_postal:hover{
	background:#ccc;
}
.detail_kihon_table{
	width:100%;
}
.detail_kihon_table th,.detail_kihon_table td{
	border:1px solid #534232;
	padding:5px;
}
.detail_kihon_table th{
	background:#100B07 url(images/stockcar/th_bg_brown.png) repeat-x;
	text-align:left;
	width:7em;
}
.detail_kihon_table td{
	background:#fff;
	color:#333;
}
.detail_spec_table{
	width:100%;
	border-collapse:separate;
	border-spacing:3px;
}
.detail_spec_table td{
	/*border:2px solid transparent;*/
	background:#2E221E;
	padding:5px;
	text-align:center;
	color:#413935;
	font-size:0.9em;
	line-height:1.1;
	width:25%;
}
.detail_spec_table td.active{
	background:#AB9272;
	color:#fff;
}
#detail_shop_comment{
	border:5px solid #524131;
	padding:10px;

}
#detail_shop_comment h1{
	font-size:1.1em;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}
#detail_shop_comment_text{
	line-height:1.5;
}
/*--------------------------------------
    archive
--------------------------------------*/
.kijilist_block{
	border-bottom:1px dotted #79634B;
	padding:10px 0;
}
.kijilist_block img{
	border:1px solid #C1A685;
}
/*--------------------------------------
    single
--------------------------------------*/
.nav-single{
	border-top:1px dotted #79634B;
	padding:10px 0;
}
.nav-previous{
	float:left;
	display:block;
	width:50%;
}
.nav-next{
	float:right;
	display:block;
	width:50%;
	text-align:right;
}
/*--------------------------------------
    kiji comments
--------------------------------------*/
#comments{
	margin-top:20px;
	width:600px;
}
#comments p{
	padding:10px 0;
}
.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-comment{
	border-bottom:1px dotted #79634B;
}
#reply-title{
	background:url(images/reply-title_bg.png) no-repeat left bottom;
	padding-bottom:10px;
}
#comments label{
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:10em;
}
.required{
	color:#900;
}
#comments input,#comments textarea{
	vertical-align:top;
}
#comments textarea{
	width:30em;
	height:8em;
}
.form-submit{
	text-align:center;
}
.comments-title{
	margin-bottom:10px;
}
.commentlist{
	margin-bottom:10px;
}
/*--------------------------------------
    clearfix
--------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::end add okumura:::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}*/
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
