﻿@charset "UTF-8";
/* コンテンツ推奨サイズより大きい場合  */
/* pc iPad3より大きい場合 (サイドバー削除)*/
/* pc iPad3より大きい場合 */
/*  フルサイズ */
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		#content
/*			.child_page_block
/*			.childPageBox
/*			.mainFoot
/*			images
/*			.navigation
/*			.paging
/*			.infoList
/*				.infoListBox
/*			#comments
/*			contactform7
/*			.socialSet
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*		facebookページ
/*			メニューを折りたたむ
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
body {
  color: #333;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* Text elements */
  font-size: 87.5%;
  line-height: 130%;
  -webkit-text-size-adjust: none;
}

dt {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

input[type="text"],
textarea {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  padding: 2px;
  font-size: 12px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a {
  overflow: hidden;
  color: #5ead3c;
}
a:active {
  color: #5ead3c;
  text-decoration: none;
}
a:hover {
  color: #5ead3c;
  text-decoration: none;
}
a:hover img {
  opacity: .60;
  /* Standard: FF gt 1.5, Opera, Safari */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -khtml-opacity: .60;
  /* Safari 1.x */
  -moz-opacity: .60;
  /* FF lt 1.5, Netscape */
}

.adminEdit {
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  padding: 0px 0px 20px;
}

.assistive-text {
  display: none;
}

/*反転時の文字色・背景色 */
::selection {
  background-color: #5ead3c;
  color: #fff;
}

/* Firefox対応*/
::-moz-selection {
  background-color: #5ead3c;
  color: #fff;
}

.home #main {
  padding-top: 0px;
}

/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
#content form input.wpcf7-submit,
#confirm-button input {
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  position: relative;
  width: auto;
  border: 1px solid #5ead3c;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 8px 20px 6px;
  text-decoration: none;
}

a.btn,
.linkBtn a,
input[type=button],
input[type=submit] {
  color: #FFF;
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  padding: 8px 15px 6px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #5ead3c;
  background: url(images/arrow_wh_s.png) right bottom no-repeat #5ead3c;
  box-shadow: inset 0px 0px 1px white;
}

a.btn.btnS,
.linkBtn.linkBtnS a {
  padding: 5px 10px;
  font-size: 85.7%;
}

a.btn.btnL,
.linkBtn.linkBtnL a {
  padding: 10px 30px 8px;
  font-size: 114.3%;
  text-align: center;
}

a.btn:hover {
  color: white !important;
}

a.btn.btnAdmin,
.linkBtn.linkBtnAdmin a {
  color: #666666 !important;
  background-color: #e5e5e5;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 0 white;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#e5e5e5));
  background: -moz-linear-gradient(white, #e5e5e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)";
}

#searchform input[type=submit],
p.form-submit input[type=submit] {
  padding: 6px 15px;
}

#searchform label {
  display: none;
}

form#searchform input#searchsubmit {
  padding: 6px 10px;
}

.moreLink {
  margin-bottom: 3px;
  height: auto;
  display: block;
}
.moreLink a {
  text-align: center;
  margin-top: 15px;
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  line-height: 105%;
  text-decoration: none;
  background: url(images/arrow_bk_s.png) right bottom no-repeat #efefef;
  color: #333;
  border-left: 4px solid #5ead3c;
  padding: 5px 15px 5px 11px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.moreLink a:hover {
  color: #fff;
  text-decoration: none !important;
  background: url(images/arrow_wh_s.png) right bottom no-repeat #666666;
}

html, body, #wrap {
  height: 100%;
  min-height: 100%;
}

/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
#header,
#pagetop,
#footMenu,
#footer {
  text-align: center;
  clear: both;
}

#header .innerBox {
  text-align: left;
  width: 94%;
  margin: 0px auto;
}

.innerBox img {
  max-width: 100%;
}

#main {
  width: 94%;
/*  margin: 0px auto;  */
  margin: 0px auto auto 10px;
  padding-top: 0px;
}
#main #container {
  overflow: visible;
}
#main #container #content {
  margin: 0 0px 0px 0px;
  padding-bottom: 30px;
}
#main #container #sideTower {
  display: none;
  /*overflow: hidden;*/
  padding: 0 1px 30px 1px;
  /*width: 100%;*/
  /*width: 290px;*/
  float: right;
}
#main #container #content.wide {
  width: 99%;
  float: none;
  padding-bottom: 30px;
  overflow: visible;
}

/*-------------------------------------------*/
/*  #headerTop
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header {
  display: block;
  overflow: hidden;
  text-align: left;
  border-top: 8px #ff9933 solid;
}
#header #site-description {
  display: block;
  color: #666;
  overflow: hidden;
  width: 100%;
  padding: 0px 2px 0px 30px;
  clear: both;
  font-size: 85.7%;
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header #site-title {
  font-size: 24px;
  line-height: 45px;
  margin: 0px;
  padding-bottom: 0px;
  position: relative;
  font-weight: lighter;
  text-align: center;
}
#header #site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#header #site-title a img {
  max-height: 60px;
  margin-top: 3px;
}
#header #headContactInner {
  color: #333;
}
#header #headContact {
  font-size: 10px;
  line-height: 110%;
  margin: 0px 0px 10px;
  white-space: nowrap;
  text-align: center;
}
#header #headContact #headContactTxt {
  letter-spacing: 0px;
  margin-bottom: 1px;
}
#header #headContact #headContactTel {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
  font-family: "Lato", sans-serif;
  color: #5ead3c;
}
#header #headContact #headContactTime {
  font-size: 12px;
  line-height: 15px;
}

/*-------------------------------------------*/
/*	#gMenu (iphone用)
/*-------------------------------------------*/
#gMenu {
  clear: both;
  display: block;
  /*border-bottom: 2px solid #ff9933;*/
  overflow: visible;
  position: relative;
  width: 100%;
}
#gMenu.itemClose .menu {
  display: none;
}
#gMenu.itemClose .assistive-text span {
  background: url(images/iconMenuOpen.png) 1% 50% no-repeat;
}
#gMenu.itemOpen .menu {
  display: block;
}
#gMenu.itemOpen .assistive-text span {
  background: url(images/iconMenuClose.png) 1% 50% no-repeat;
}
#gMenu .assistive-text {
  box-shadow: inset 0px 0px -1px rgba(200, 215, 200, 0.6);
  display: block;
  overflow: hidden;
  position: relative;
  left: 0px;
  font-weight: lighter;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  color: #FFFFFF;
  background: #ff9933;
}
#gMenu .assistive-text span {
  display: block;
  overflow: hidden;
  padding: 14px 0 12px 24px;
  width: 94%;
  margin: 0px;
}
#gMenu .screen-reader-text {
  position: absolute;
  left: -9000px;
}
#gMenu #gMenuInner {
  overflow: visible;
  display: block;
  position: relative;
  padding: 0px;
}
#gMenu #gMenuInner.innerBox {
  margin: 0px;
  width: 100%;
}
#gMenu .menu {
  font-size: 13px;
  list-style: none;
  margin: 5px 0px 0px;
  padding: 0px;
  display: block;
  overflow: visible;
  border-top: 1px solid #cccccc;
  color: #000;
  background: #eeeeee;
}
#gMenu .menu li {
  text-shadow: 0 1px white;
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
}
#gMenu .menu li a {
  /*background: url(images/arrow_bk.png) right bottom no-repeat;*/
  color: #333;
  display: block;
  overflow: hidden;
  padding: 10px 15px 8px;
  margin: 0px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
}
#gMenu .menu li a strong {
  font-weight: bold;
}
#gMenu .menu li a span {
  color: #ff9933;
  display: block;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
  font-family: verdana, Arial, Helvetica, sans-serif;
}
#gMenu .menu li.current_page_item a, #gMenu .menu li.current_page_ancestor a,
#gMenu .menu li a:hover {
  color: #FFF;
  text-shadow: 0 1px #333333;
  /*background: url(images/arrow_gray.png) right bottom no-repeat;*/
  background: #ff9933;
}
#gMenu .menu li ul {
  display: none;
}
#gMenu .menu li ul li span {
  display: none;
}






/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
.home #panList {
  display: none;
}

#panList {
  clear: both;
  font-size: 10px;
  color: #999;
  padding: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  /*padding-left: 20px;*/
}
#panList #panListInner {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0px 0 10px 0;
  line-height: 24px;
  border-bottom: 1px solid white;
}
#panList ul {
  display: inline-block;
}
#panList ul li {
  display: inline-block;
  padding-right: 5px;
}

/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr {
  color: #fff;
  background: #ff9933;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  clear: both;
  width: 1000px;
}
#pageTitBnr #pageTitInner {
  position: relative;
  display: table;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
#pageTitBnr #pageTitInner #pageTit {
  /* text-shadow: 0 1px #aaaaaa; */
  font-size: 22px;
  display: inline;
  float: left;
  margin-right: 20px;
  line-height: 105%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: lighter;
  margin-left: 20px;
}
#pageTitBnr #pageTitInner #titleTxtSub {
  text-align: left;
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  letter-spacing: 3px;
  float: left;
  margin-top: 25px;
  line-height: 105%;
}

/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/


#main {
  display: block;
  overflow: visible;
  clear: both;
  zoom: 1;
  /* facebookコメント欄が消えるのでhiddenではなくclearfix */
}
#main:before, #main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}

/*		#content
/*-------------------------------------------*/
#content {
  padding-top: 5px;
  margin-bottom: 36px;
  text-align: left;
  display: block;
  overflow: visible;
  margin-left: 20px;
  /* 見出し */
}
#content hr {
  clear: both;
  display: block;
  display: none;
  margin-bottom: 20px;
}
#content .post {
  padding-bottom: 25px;
}
#content .alert {
  color: #f00;
}
#content .caption {
  font-size: 11px;
  line-height: 110%;
}
#content .center {
  text-align: center;
}
#content .right {
  text-align: right;
}
#content .nowrap {
  white-space: nowrap;
}
#content .sectionBox {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
#content .entry-meta {
  margin: 15px 0;
  font-size: 11px;
  color: #666;
}
#content h2,
#content h1.entryPostTitle {
  text-shadow: 0 1px white;
  clear: both;
  font-size: 150%;
  padding: 20px 15px 15px;
  font-weight: bold;
  color: black;
  border-top: 1px solid #e5e5e5;
  border-bottom: 3px solid #ff9933;
  position: relative;
  line-height: 114.3%;
  background: #fafafa;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0px 0px 5px;
}
#content h2 {
  margin: 0px 0px 25px;
  width: 95%;
}
#content h2 a {
  text-decoration: none;
}
#content h2.imageTit {
  margin: 0px 0px 30px;
  border: none;
  padding: 0px;
  background: none;
}
#content h3 {
  font-weight: bold;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  clear: both;
  font-size: 130%;
  margin: 0px 0px 35px;
  padding: 10px 20px 7px;
  color: white;
  background: #ff9933; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9933 0%, #ff6633 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9933), color-stop(100%,#ff6633)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9933 0%,#ff6633 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9933 0%,#ff6633 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9933 0%,#ff6633 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff9933 0%,#ff6633 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff6633',GradientType=0 ); /* IE6-9 */
}
#content h4 {
  padding-top: 8px;
  padding-bottom: 5px;
  color: black;
  position: relative;
  clear: both;
  font-size: 130%;
  margin: 10px 0px 10px 20px;
  padding: 10px 20px 7px;
  border: 1px solid #ff9933;
  border-left: 18px solid #ff9933;
  background: url(images/line_wh.png) left top repeat-x;
}
#content h5 {
  color: #5ead3c;
  clear: both;
  font-size: 16px;
  margin: 30px 0px 10px;
  padding: 10px 0px 5px;
  border-bottom: 1px dotted #eeeeee;
}
#content h6 {
  clear: both;
  font-size: 14px;
  margin: 30px 0px 8px;
  padding: 10px 0px 0px;
}
#content p {
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0px 5px;
}
#content blockquote {
  border: 3px solid #e6e6e6;
  padding: 20px 15px 0px;
  margin-bottom: 20px;
  clear: both;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
#content #tokusen_mark{
  overflow: hidden;
}
#content #tokusen_mark img{
  float: left;
}
#content #tokusen_mark p{
  padding-left: 60px;
  padding-top: 20px;
}
#content strong {
  font-weight: bold;
}
#content ul {
  margin: 0px 0px 20px 20px;
}
#content ul li {
  list-style: disc;
  padding: 0px;
}
#content ul ul {
  margin-top: 10px;
}
#content ul ul li {
  list-style: circle;
}
#content li {
  margin-bottom: 10px;
}
#content ol {
  margin: 0px 0px 20px 40px;
}
#content ol li {
  list-style: decimal;
  padding: 0px;
}
#content table {
  border-top: 1px solid #cccccc;
  margin: 10px -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 85.7%;
  line-height: 141.7%;
}
#content table thead tr th {
  font-weight: bold;
}
#content .priceArea table td{
  padding-top: 20px;
  padding-bottom: 10px;
}
#content table#selectGrade{
  margin-bottom: 5px;
}
#content table#selectGrade tr th:nth-child(1){
  width: 33%;
}
#content table#selectGrade tr th:nth-child(2){
  width: 33%;
}
#content table#selectGrade tr th:nth-child(3){
  width: 33%;
}
#content .carInfoGradeArea table tr th:nth-child(1){
  width: auto;
}
#content .carInfoGradeArea table tr th:nth-child(2){
  width: 60px;
}
#content .carInfoGradeArea table tr th:nth-child(3){
  width: 60px;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(1){
  width: auto;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(2){
  width: 60px;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(3){
  width: 100px;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(4){
  width: 60px;
}
#content .carInfoGradeArea table tr td .kakakuName{
  float: left;
}
#content .carInfoGradeArea table tr td .kakakuNamePrice{
  float: left;
}
#content #errorBox{
  font-weight: bold;
  color: #ff0000;
}
#content tr th,
#content thead tr th {
  padding: 9px 24px;
  background-color: #f5f5f5;
  white-space: nowrap;
}
#content tfoot tr th,
#content tfoot tr td {
  font-weight: bold;
}
#content tr th {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  vertical-align: top;
}
#content tr td {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  vertical-align: top;
}
#content table ul {
  margin-bottom: 0px;
  margin-left: 15px;
}
#content table td.link{
  text-align: center;
}
#content table td.link a{
    border: solid 1px #cecece;
	width: 150px;
	border-radius: 12px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 2px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#content table td.link a:hover{
    border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
}
#content table ul li {
  margin: 2px 0px;
}
#content dt {
  color: #000;
  padding-bottom: 3px;
  margin-bottom: 10px;
  color: #5ead3c;
}
#content dd {
  margin: 0px 0px 30px;
  padding: 0px;
}

/*#content iframe	{ border:1px solid #ccc; }*/
/*			.child_page_block
/*-------------------------------------------*/
#content .child_page_block {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #eeeeee;
  background: url(images/line_wh.png) left top repeat-x;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#content .child_page_block .child_page_blockInner {
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}
#content .child_page_block.layout_even {
  float: right;
}
#content .child_page_block h4 {
  font-size: 16px;
  background: url(images/line_grd.png) left bottom repeat-x;
  padding: 0 0 3px 0;
  margin: 0px;
  margin-bottom: 10px;
  border: none;
}
#content .child_page_block h4 a {
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid #5ead3c;
  text-decoration: none;
  color: #333;
}
#content .child_page_block h4 a:hover {
  text-decoration: none;
  color: #5ead3c;
}
#content .child_page_block .childText {
  display: block;
  overflow: hidden;
}
#content .child_page_block p {
  line-height: 133%;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px;
}
#content .child_page_block p a {
  text-decoration: none;
  color: #666;
}
#content .child_page_block p a:hover {
  text-decoration: underline;
  color: #5ead3c;
}
#content .child_page_block .thumbImage {
  float: left;
  display: block;
  margin-right: 15px;
}
#content .child_page_block .thumbImage .thumbImageInner {
  display: block;
  overflow: hidden;
  width: 80px;
  border: 4px solid white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#content .child_page_block .thumbImage .thumbImageInner img {
  width: 80px;
  height: 80px !important;
}

/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox {
  display: none;
}
#content .childPageBox .textBox {
  overflow: hidden;
  border: 1px solid red;
}

/*			.mainFoot
/*-------------------------------------------*/
#content .mainFoot {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}
#content .mainFootContact {
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: center;
}
#content .mainFootContact p.mainFootTxt {
  font-size: 10px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
#content .mainFootContact p.mainFootTxt span {
  display: block;
}
#content .mainFootContact p.mainFootTxt span.mainFootCatch {
  line-height: 120%;
}
#content .mainFootContact p.mainFootTxt span.mainFootTel {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
  line-height: 100%;
}
#content .mainFootContact p.mainFootTxt span.mainFootTime {
  line-height: 120%;
}
#content .mainFootContact .mainFootBt a {
  display: block;
  overflow: hidden;
  background-color: #5ead3c;
  max-width: 350px;
  margin: 0px auto;
}
#content .mainFootContact .mainFootBt a:hover {
  opacity: .80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -khtml-opacity: .80;
  -moz-opacity: .80;
}
#content .mainFootContact .mainFootBt a img {
  max-width: 100%;
  opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -khtml-opacity: .100;
  /* Safari 1.x */
  -moz-opacity: .100;
  /* FF lt 1.5, Netscape */
}

/*			images
/*-------------------------------------------*/
#content img {
  margin: 0;
  max-width: 100% !important;
  height: auto !important;
}
#content .attachment img {
  max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}
#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px;
}
#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 0 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  max-width: 100% !important;
}
#content .wp-caption img {
  margin: 5px 0 2px;
  max-width: 95% !important;
  height: auto !important;
}
#content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
#content .wp-caption .wp-smiley {
  margin: 0;
}
#content .wp-caption .gallery {
  margin: 0 auto 18px;
}
#content .wp-caption .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#content .wp-caption .gallery img {
  border: 2px solid #cfcfcf;
}
#content .wp-caption .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
#content .wp-caption .gallery dl {
  margin: 0;
}
#content .wp-caption .gallery img {
  border: 10px solid #f1f1f1;
}
#content .wp-caption .gallery br + br {
  display: none;
}
#content .wp-caption .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/*			.navigation
/*-------------------------------------------*/
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  padding: 10px 0px 15px;
  clear: both;
}
.navigation a:link, .navigation a:visited {
  color: #888;
  text-decoration: none;
}
.navigation a:active, .navigation a:hover {
  color: #ff4b33;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#nav-above {
  margin: 0 0 18px 0;
  display: none;
}

.paged #nav-above,
.single #nav-above {
  display: block;
}

/*			.paging
/*-------------------------------------------*/
.paging {
  display: block;
  overflow: hidden;
  padding: 20px 0px 20px;
  text-align: center;
}
.paging span,
.paging a {
  margin: 0px 2px;
  padding: 6px 12px;
  color: #5ead3c;
  border: 1px solid #5ead3c;
  text-decoration: none;
}
.paging span.current,
.paging a:hover {
  background-color: #5ead3c;
  color: #fff;
  text-decoration: none;
}
.paging span.pageIndex {
  display: none;
}

/*			.infoList
-------------------------------------------------------------- */
#content .infoList {
  padding-bottom: 20px;
}

#content .infoList ul {
  margin: 10px 0px 5px;
  list-style: none;
}

#content .infoList ul li {
  border-bottom: 1px dotted #cccccc;
  padding: 12px 0px;
  list-style: none;
  margin-bottom: 0px;
}

#content .infoList ul li a:hover {
  color: #f00;
}

#content .infoList .infoDate {
  margin-right: 8px;
  color: #dd0000;
}

#content .infoList .infoCate a {
  color: #666;
  margin-right: 4px;
  background-color: #efefef;
  padding: 1px 5px 2px;
  position: relative;
  border: 1px solid #e5e5e5;
  top: -2px;
}

#content .infoList .infoCate a {
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  font-family: "MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#content .infoList .infoCate a:hover {
  background-color: #5ead3c;
  color: #fff;
  text-decoration: none;
}

#content .infoList ul li .infoTxt {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  clear: both;
}

#content .infoList ul li .infoTxt a {
  text-decoration: none;
  color: #333;
  display: block;
  overflow: hidden;
}

#content .infoList ul li .infoTxt a:hover {
  color: #5ead3c;
  text-decoration: underline;
}

/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox {
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

#content .infoList .infoListBox div.entryTxtBox {
  margin: 0px;
  display: block;
  overflow: hidden;
}

#content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
  float: Left;
  margin-right: 100px;
}

#content .infoList .infoListBox div.entryTxtBox p {
  margin-bottom: 3px;
  padding: 0px;
  line-height: 150%;
}

#content .infoList .infoListBox div.entryTxtBox p.entryMeta {
  margin-bottom: 4px;
}

#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate {
  color: #666;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
  border-top: none;
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  display: block;
  line-height: 120%;
  font-size: 114.3%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
  color: #5ead3c;
  text-decoration: none;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {
  text-decoration: underline;
}

#content .infoList .infoListBox div.entryTxtBox p.moreLink {
  margin: 0px;
  padding: 0px;
}

#content .infoList .infoListBox div.thumbImage {
  width: 35%;
  display: block;
  overflow: hidden;
  float: right;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0px;
}

#content .infoList .infoListBox div.thumbImage div.thumbImageInner {
  display: block;
  overflow: hidden;
  margin: 1px;
  padding: 3px;
}

#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
  width: 88px;
  height: auto;
  border: 4px solid white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

/*			form
/*-------------------------------------------*/
#content form table {
  margin-top: 25px;
}

#content form input[type=text],
#content form textarea {
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  margin: 5px 5px 5px 0px;
  width: 90%;
}

#content form input[type=radio] {
  width: auto;
}

#content form input[type=checkbox] {
  width: auto;
}

/*			trust-form
/*-------------------------------------------*/
#content #trust-form {
  width: 100%;
}

/*			contactform7
/*-------------------------------------------*/
#content .wpcf7 {
  margin-top: 20px;
}

#content form span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  /*回り込みをしている為*/
}

#content form span.wpcf7-form-control-wrap .wpcf7-list-item,
#content form span.wpcf7-form-control-wrap .wpcf7-list-item label {
  display: block;
  float: left;
}

#content form span.wpcf7-form-control-wrap .wpcf7-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

#content form span.wpcf7-not-valid-tip {
  position: relative;
  color: #fff;
  padding-left: 5px;
  position: relative;
  display: block;
  background-color: #F00;
  left: 0px;
  top: 8px;
  margin-bottom: 8px;
}

#content form span.wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid red;
}

#content form div.wpcf7-validation-errors {
  border: none;
  position: relative;
  color: #FFF;
  padding: 7px;
  background-color: #F00;
  text-align: center;
}

#content form div.wpcf7-validation-errors::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid red;
}

#content .wpcf7 dl {
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #cccccc;
}

#content .wpcf7 dl dt {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  float: left;
  width: 20%;
  color: #666;
  font-weight: lighter;
}

#content .wpcf7 dl dd {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 0px;
}

/*		.socialSet
/*-------------------------------------------*/
#content #socialSet {
  display: block;
  overflow: visible;
  clear: both;
  padding-top: 15px;
  /* hiddenだとポップアップが見えなくなる */
}

#content #socialSet ul {
  margin: 0px 0px 15px;
}

#content #socialSet ul li {
  display: block;
  float: left;
  overflow: visible;
  background: none;
  padding: 0px;
  position: relative;
}

#content #socialSet ul li iframe {
  border: none;
}

#content #socialSet ul li img {
  border: none;
}

#content #socialSet ul li.sb_twitter {
  width: 110px;
}

#content #socialSet ul li.sb_google {
  width: 80px;
}

#content #socialSet ul li.sb_hatena {
  width: 70px;
}

#content #socialSet ul li.sb_facebook {
  position: relative;
}

#content #socialSet ul li.sb_mixi {
  z-index: 50;
}

/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
#sideTower {
  /*clear: both;*/
  width: 220px;
  float: right;
}

#sideTower .localSection {
  margin-bottom: 50px;
}

#sideTower .localHead {
  font-size: 14px;
  padding: 15px;
  font-weight: bold;
  position: relative;
  color: #333;
  border-top: 1px solid #e5e5e5;
  border-bottom: 3px solid #5ead3c;
  background: url(images/line_wh.png) left top repeat-x;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px white;
}

#sideTower .localHead a {
  text-decoration: none;
  color: #333;
}

#sideTower .localHead a:hover {
  text-decoration: underline;
}

#sideTower .sideWidget {
  margin: 0px;
}

#sideTower .sideWidget li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  line-height: 121.4%;
}

#sideTower .sideWidget li a {
  display: block;
  padding: 13px 10px 11px 10px;
  text-decoration: none;
  color: #666;
  background: url(images/arrow_gray.png) right bottom no-repeat;
}

#sideTower .sideWidget li a:hover,
#sideTower .sideWidget li.current_page_item a,
#sideTower .sideWidget li.current-cat a {
  background: url(images/arrow_bk.png) right bottom no-repeat whitesmoke;
}

#sideTower .sideWidget li ul {
  display: block;
  margin: 0px;
}

#sideTower .sideWidget li ul li {
  display: block;
  border-bottom: none;
  border-top: 1px solid #eeeeee;
}

#sideTower .sideWidget li ul li a {
  background: url(images/arrow_gray.png) right bottom no-repeat;
}

/* 親ページのアクティブだと背景色が子ページにも適応される為 */
#sideTower .sideWidget li ul li a,
#sideTower .sideWidget li.current-cat ul li a,
#sideTower .sideWidget li.current_page_item ul li a {
  font-size: 75%;
  padding: 11px 10px 9px 22px;
  background: url(images/arrow_gray.png) right bottom no-repeat;
}

#sideTower .sideWidget li.current_page_item ul li a:hover {
  background: url(images/arrow_bk.png) right bottom no-repeat;
}

#sideTower .sideWidget li ul li a:hover,
#sideTower .sideWidget li.current-cat ul li a:hover,
#sideTower .sideWidget li.current_page_item ul li a:hover {
  background-color: #f5f5f5;
}

#sideTower .sideWidget li ul li.current-cat a,
#sideTower .sideWidget li ul li.current_page_item a,
#sideTower .sideWidget li ul li a:hover {
  background-color: #f5f5f5;
}

/* 曾孫 */
#sideTower .sideWidget li ul li ul li a {
  padding-left: 33px;
}

#sideTower li ul {
  margin-left: 15px;
}

#sideTower li.sideBnr {
  margin-bottom: 10px;
}

#sideTower li.sideBnr#sideContact a {
  display: block;
  overflow: hidden;
  width: auto;
  width: 220px;
  margin: 0px auto;
  text-align: center;
  background-color: #5ead3c;
}

#sideTower li.sideBnr#sideContact a:hover {
  opacity: .80;
  /* Standard: FF gt 1.5, Opera, Safari */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -khtml-opacity: .80;
  /* Safari 1.x */
  -moz-opacity: .80;
  /* FF lt 1.5, Netscape */
}

#sideTower li.sideBnr#sideContact a:hover img {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -khtml-opacity: .100;
  /* Safari 1.x */
  -moz-opacity: .100;
  /* FF lt 1.5, Netscape */
}

#sideTower ul#snsBnr {
  border-top: 1px solid #eeeeee;
  margin-bottom: 20px;
  text-align: center;
}

#sideTower ul#snsBnr li {
  border-bottom: 1px solid #eeeeee;
}

#sideTower .sideWidget {
  margin-bottom: 20px;
}

#sideTower .sideWidget .textwidget {
  padding-top: 10px;
}

#sideTower .sideWidget .textwidget img {
  display: block;
  margin: 0 auto;
}

#sideTower .sideWidget h4 {
  clear: both;
  font-size: 14px;
  margin: 0px 0px 15px;
  padding: 4px 0px 2px 12px;
  border-left-style: solid;
  border-left-width: 3px;
  background-color: #f5f5f5;
}

#sideTower .sideWidget ul#recentcomments li {
  padding: 13px 10px 11px 30px;
  background: url(images/icon_arrow1_gray.gif) 10px 50% no-repeat;
}

#sideTower .sideWidget ul#recentcomments li a {
  padding: 0;
  background: none;
}

#sideTower .sideWidget select {
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  border: 1px solid #cccccc;
}

#sideTower .sideWidget select option {
  padding: 2px 5px;
}

form#searchform {
  padding: 5px 0px 5px 7px;
  background-color: #f3f3f3;
  display: block;
  overflow: hidden;
  position: relative;
}

form#searchform input#s {
  margin: 0px 0px 0px 5px;
  padding: 5px;
  width: 70%;
  float: left;
}

form#searchform input#searchsubmit {
  border: 1px solid #5ead3c;
  background-image: none;
  margin: 0px 10px 0px 0px;
  float: right;
  background-color: #5ead3c;
  width: 15%;
  color: #fff;
  behavior: url(/wp-content/themes/biz-vektor/PIE.htc);
}

/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop {
  display: block;
  overflow: hidden;
  clear: both;
  z-index: 5;
}

#pagetop a {
  color: #333;
  background: url(images/icon_arrow_top_gry.png) center bottom no-repeat #e6e6e6;
  float: right;
  display: block;
  position: relative;
  padding: 5px 15px 5px 15px;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

#pagetop a:hover {
  background: url(images/icon_arrow_top.png) center bottom no-repeat #5ead3c;
  color: #FFF;
}

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  position: relative;
  font-size: 85.7%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}

#footMenu .innerBox {
  width: 100%;
  margin: 0;
}

#footMenu .menu {
  display: none;
  overflow: hidden;
}

#footMenu .menu li {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  font-size: 12px;
}

#footMenu .menu li a {
  background: url(images/arrow_gray.png) right bottom no-repeat;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 3%;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

#footMenu .menu li a:hover {
  background: url(images/arrow_bk.png) right bottom no-repeat #e6e6e6;
}

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
  margin: 0px;
  padding: 20px 0px 20px;
  display: block;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#footer {
  border-bottom: 1px solid #5f5e63;
  background: url(images/bg_bk.jpg) left top repeat;
  text-align: left;
}

#footer #footerInner {
  width: 80%;
  margin: 0 auto;
}

#footer dl#footerOutline {
  border-bottom: 1px #868788 solid;
  line-height: 150%;
  width: 70%;
  margin: 0 auto;
}

#footer dl#footerOutline dt {
  color: #e6e7e8;
  margin-bottom: 8px;
  line-height: 150%;
}

#footer dl#footerOutline dt img {
  margin-bottom: 5px;
}

#footer dl#footerOutline dd {
  color: #e6e7e8;
  font-size: 85.7%;
  line-height: 150%;
  margin-bottom: 5px;
}

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
}

#footerSiteMap .menu {
  width: 70%;
  margin: 0 auto;
  font-size: 87.5%;
  vertical-align: text-top;
  text-align: left;
}

#footerSiteMap .menu a {
  color: #d2d2d3;
  text-decoration: none;
}

#footerSiteMap .menu a:hover {
  color: #5ead3c;
}

#footerSiteMap .menu li {
  text-shadow: 0 -1px #333333;
  display: block;
  margin-bottom: 6px;
  vertical-align: text-top;
  line-height: 116.7%;
}

#footerSiteMap .menu li a {
  border-bottom: 1px solid #5f5e63;
  box-shadow: 0px 1px #8a898c;
  background: url(images/arrow_gray_s.png) right bottom no-repeat;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  overflow: hidden;
  display: block;
}

#footerSiteMap .menu li ul {
  margin-top: 6px;
}

#footerSiteMap .menu li li {
  display: block;
  padding: 2px 0;
}

#footerSiteMap .menu li li a {
  font-size: 12px;
  box-shadow: none;
  border-bottom: none;
  background: none;
  font-weight: normal;
  border-bottom: 1px solid #626168;
}

#footerSiteMap .menu li li li {
  margin-right: 0;
  border-bottom: none;
  background: none;
}

#footerSiteMap .menu li li li a {
  font-size: 10px;
  background: none;
  background-position: 6px 12px;
}

/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom {
  text-shadow: 0 -1px #333333;
  background: url(images/bg_bk.jpg) left top repeat;
  clear: both;
  padding: 15px 0px 40px;
  font-size: 88%;
  font-family: Arial, Helvetica, sans-serif;
  color: #d2d2d3;
  border-top: 1px solid #8a898c;
}

#siteBottomInner {
  text-align: center;
}

#siteBottom a {
  color: #d2d2d3;
  text-decoration: none;
}

#siteBottom #copy {
  text-align: center;
}

#siteBottom #powerd,
#siteBottom #powerd a {
  color: #cccccc;
}

/*-------------------------------------------*/
/*  ▼各テンプレートごとの設定
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  top
/*-------------------------------------------*/
.home #main {
  padding-top: 0px;
}

/**
 *   バナー
 */
#topMainBnr {
  width: 100%;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  display: block;
  overflow: visible;
  padding: 10px 0;
  background-color: #ff9933;
}
#topMainBnr .slides {
  border: 4px solid white;
  margin: 0px auto;
  width: 96%;
}
#topMainBnr .slides .slideFrame {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  height: auto;
  display: block;
  /*追記*/
  width: 900px;
  margin: 0px auto;
}

.home #content {
  padding-bottom: 40px;
}

#topFreeArea {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
}

/* PR Area */
#topPr .topPrOuter {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#topPr h3 {
  margin: 0px 0px 15px;
  line-height: 120%;
  font-size: 120%;
  padding: 10px 0 0 5px;
  border-bottom: 2px #ff9933 solid;
  background: url(images/line_grd.png) left top repeat-x;
  padding-bottom: 3px;
  box-shadow: none;
}
#topPr h3 a {
  display: block;
  text-decoration: none;
}
#topPr h3 a:hover {
  color: #ff9933;
  text-decoration: none;
}
#topPr p a {
  display: block;
  text-decoration: none;
  color: black;
}
#topPr p.topPrDescription {
  text-decoration: none;
  line-height: 120%;
  font-size: 100%;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
#topPr p.topPrDescription a:hover {
  color: #ff9933;
  text-decoration: underline;
}
#topPr .prImage {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  float: left;
  width: 120px;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 4px solid white;
}
#topPr .prImage img.imageWide {
  display: none;
}
#topPr .prImage img.imageSmall {
  display: block;
}
#topPr .topPrTxtBox {
  display: block;
  overflow: hidden;
}
#topPr .topPrDescription a:hover {
  color: #5ead3c;
}
#topPr .moreLink {
  height: auto;
  display: block;
  float: right;
}
#topPr .moreLink a {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  font-size: 100%;
  line-height: 105%;
  text-decoration: none;
  background: url(images/arrow_bk_s.png) right bottom no-repeat #efefef;
  color: #333;
  border-left: 4px solid #ff9933;
  padding: 5px 15px 5px 11px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
#topPr .moreLink a:hover {
  color: #fff;
  text-decoration: none !important;
  background: url(images/arrow_wh_s.png) right bottom no-repeat #666666;
}

#content .infoList {
  position: relative;
}

#content #topInfo h2,
#content #topBlog h2 {
  margin-bottom: 0px;
}

#content #topInfo,
#content #topBlog {
  margin-bottom: 50px;
}

#content #topBlog.infoList ul li .infoDate {
  display: block;
  float: left;
}

#content #topBlog.infoList ul li .infoTxt {
  clear: none;
}

#content .infoList .rssBtn {
  text-align: right;
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
}

#content .infoList .rssBtn a {
  color: #333;
  border: 1px solid #e6e6e6;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px;
  margin-right: 15px;
  position: relative;
  box-shadow: inset 0 1px 0px white;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#efefef));
  background: -moz-linear-gradient(#fcfcfc, #efefef);
  background: linear-gradient(#fcfcfc, #efefef);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfcfc, EndColorStr=#efefef)";
}

#content .infoList .rssBtn a:hover {
  box-shadow: inset 0 1px 0px white;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#d5e9cc));
  background: -moz-linear-gradient(#fcfcfc, #d5e9cc);
  background: linear-gradient(#fcfcfc, #d5e9cc);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfcfc, EndColorStr=#d5e9cc)";
}

#topContentsBottom {
  margin-bottom: 20px;
}

/*-------------------------------------------*/
/*  post
/*-------------------------------------------*/
#content .entry-content {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 1px;
}

#content .entry-content.post-content h1.entryPostTitle {
  margin-bottom: 0px;
}

#content .entry-utility {
  clear: both;
  margin-top: 15px;
}

#content .entry-utility dl.tag-links {
  display: inline;
}

#content .entry-utility dl.tag-links dt,
#content .entry-utility dl.tag-links dd {
  display: inline;
  font-size: 85.7%;
  line-height: 120%;
}

#content .entry-utility dl.tag-links dt {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-weight: lighter;
  margin-right: 10px;
  padding: 0px 10px;
  background-color: #e5e5e5;
  color: #999;
}

/*      #comments
/*-------------------------------------------*/
#comments {
  clear: both;
}

#comments ol.commentlist {
  margin: 0px 0px 15px 0px;
}

#comments ol.commentlist li {
  list-style: none;
}

#comments li.comment .commentBox {
  border: 4px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 10px;
}

#comments li.comment .comment-author img {
  float: left;
  border: 2px solid #cccccc;
  margin-right: 10px;
}

#comments li.comment .comment-author cite.fn {
  font-style: normal;
  line-height: 120%;
}

#comments li.comment .comment-meta.commentmetadata {
  font-size: 85.7%;
  line-height: 120%;
}

#comments li.comment .comment-body {
  margin-left: 50px;
  margin-top: 5px;
}

#comments li.comment .comment-body p {
  margin-bottom: 10px;
}

#comments #respond .required {
  color: #e50000;
}

#content #commentform p {
  margin-bottom: 5px;
}

#content #commentform input,
#content #commentform textarea {
  display: block;
  width: 95%;
  padding: 4px;
}

#content #commentform p.form-allowed-tags {
  font-size: 10px;
  line-height: 120%;
  color: #666;
  width: 95%;
  margin-bottom: 10px;
}

#content #commentform p.form-submit input {
  width: auto;
  padding: 10px 20px;
}

/*-------------------------------------------*/
/*  sitemap & 404 &search
/*-------------------------------------------*/
#content.wide {
  display: block;
  overflow: hidden;
}

#content #sitemapPostList {
  margin-top: 20px;
}

#content #sitemapPostList h5 {
  margin: 0px;
  padding: 0px;
  font-weight: lighter;
  font-size: 14px;
}

#content ul.linkList {
  margin: 0px;
  padding: 0px;
  font-size: 85.7%;
}

#content ul.linkList li {
  list-style: none;
  margin-bottom: 0px;
}

#content ul.linkList li a {
  background: url(images/icon_arrow_bk.png) left 8px no-repeat;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #666;
}

#content ul.linkList li a:hover {
  text-decoration: underline;
  color: #5ead3c;
}

#content ul.linkList li li li a {
  background: none;
}

#content ul.linkList ul {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
}

#content .error404 {
  text-align: center;
  padding-bottom: 30px;
}

#sitemapOuter {
  border: 4px solid #e5e5e5;
  padding: 20px;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

#content form#searchform label {
  display: none;
}

#content form#searchform input#s {
  width: 70%;
}

#likeBox {
  border: 1px solid lime;
  width: 100% !important;
}

.fbConnectWidgetTopmost {
  border: 1px solid lime;
  width: 100% !important;
}

/*車種詳細画面*/
#content .shousaiOutline {
  width: 95%;
  margin: 0 auto;
}
#content .shousaiOutline .shashuArea {
  width: 100%;
}
#content .shousaiOutline .shashuArea .shousaiButton {
  margin-right: 20px;
  float: left;
  font-size: large;
  font-weight: bolder;
  font-style: oblique;
}
#content .shousaiOutline .shashuArea .tokusenimg {
  width: 120px;
  float: left;
}
#content .shousaiOutline .carimgarea {
  width: 100%;
  margin: 0 auto;
}
#content .shousaiOutline .carimgarea .carimg {
  width: 100%;
  margin: 0 auto;
}
#content .shousaiOutline .bikouArea {
  margin: 0 auto;
  width: 80%;
}
#content .shousaiOutline .pricearea {
  width: 80%;
  margin: 0 auto;
}
#content .shousaiOutline .pricearea td {
  font-size: large;
  font-weight: bolder;
  font-style: oblique;
}
#content .shousaiOutline .setumeiarea {
  width: 80%;
  margin: 0 auto;
}
#content .shousaiOutline .setumeiarea h4.setumei {
  margin-left: 0px;
}




h3 a{
	color: #fff !important;
}

h3 a:hover{
	color: #fdd !important;
}

h5{
	text-align: center;
	font-color: #000;
}

h5 a{
	text-decoration: none;
}

h5 a:hover{
	text-decoration: underline;
	color: #000;
}

.horizon{
border-bottom: solid 1.5px #fdd;
margin-bottom: 10px;
}

.clear{
	clear: both;
}


.arealist ul{
list-style: none;
}


.arealist li{
display: inline;
font-size: 0.9em;
}

.arealist li{
display: inline;
font-size: 1.1em;
}


#shashuName{
  display: inline-block;
}

#shashuKaisu{
  display: inline-block;
}

#shashuPrice{
  display: inline-block;
}


/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/


@media screen and (max-width: 320px){

/*hara*/
#headerTop{
}

#headerInner{
}

#headContact{
}

#headContactTxt{
}

#headContactTel{
}

#headContactTime{
}



	#content{
	max-width: 100%;
	}

  #tokusen_outer{
      overflow: hidden;
      margin-bottom: 20px;
    }
    
    #car_Image{
      overflow: hidden;
      height: 150px;
    }
    
    .top_tokusen{
      float: left;
      width: 30%;
    }
    
    .under_tokusen{
      float: left;
      height: 100px;
    }
    
    #tokusen_out{
      overflow: hidden;
      border: solid 2px #ff6633;
      padding: 3px;
      margin-bottom: 5px;
      color: #ff9933;
      height: 272px;
    }
    
    #tokusen{
      float: left;
      width: 99%;
      height: 62px;
      border: none;
    }
    
    #carName{
      float: left;
      height: 30px;
    }
    
    #carMonthly{
      float: left;
      width: 100%;
      height: 20px;
    }
    
    #tokusen_name{
      font-weight: bold;
      color: #666;
    }
    
    #tokusen_month{
      font-weight: bold;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 20px;
      font-size: 30px;
      font-style: italic;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
    }
    
    .tokusen_btn{
      padding: 10px 0px;
      font-size: 12px;
      background: #f63;
      border-radius: 5px;
    }
    
    .tokusen_btn a{
      display: block;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
    }
    
    .tokusen_btn a:hover{
      color: #fff;
      text-decoration: underline;
    }
    
    .btn_kensaku{
      background: #ff6633;
      font-weight: bold;
      font-size: 12px;
      padding: 10px 0px;
      margin-bottom: 20px;
      border-radius: 5px;
    }
    
    .btn_kensaku a{
      display: block;
      color: #fff;
      text-decoration: none;
    }
    
    .btn_kensaku a:hover{
      color: #fff;
      text-decoration: underline;
    }


	.textout{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

	.textbox{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin p{
  text-align: left;
  text-indent: 0.5em;
  }
  
  .shashuBox{
    border: solid 1px #ddd;
    padding: 10px;
    width: 80%;
    float: none;
    margin: 10px auto;
  }
  
  .shashuBox ul li{
    margin-left: 20px;
  }

#content table td.link a{
    border: none;
    width: auto;
	background: #fff;
	box-shadow: none;
	font-size: 12px;
	color: #ff9933;
}
#content table td.link a:hover{
    border: none;
	background: #ffffff;
	box-shadow: none;
    color: #ff9933;
}

}



/*321px - 478pxまで*/
@media only screen and (min-width: 321px) and (max-width: 478px) {
  /*roda*/
  #header {
    margin-bottom: -10px;
  }
  #header #site-title {
    width: 220px;
    padding-bottom: 0px;
    float: none;
	margin:0px auto 0px auto;
  }
  #header #headContact {
  margin: 0px auto 20px auto;
    float: none;
	width: 220px;
  }
  #header #headContact #headContactTxt {
    font-size: 10px;
	text-align: center;
  }
  #header #headContact #headContactTime {
    font-size: 10px;
	text-align: center;
  }
  #header #headContact #headContactTel {
    font-size: 20px;
    color: #333;
	text-align: center;
  }
  
  #header_sitemap{
    display: none;
  }



  #topMainBnr{
  max-width: 100%;
  height: auto;
  }

  #topMainBnrFrame{
  max-width: 100%;
  height: auto;
  }

  .slideFrame{
  max-width: 100%;
  height: auto;
  }


  #main #container {
    padding-top: 0px;
  }

  #main #container #content {
    margin: 0px auto;
  }

  #content p {
    line-height: 170%;
  }






  #gMenu {
  clear: both;
  display: block;
  border-bottom: 2px solid #ff9933;
  overflow: visible;
  position: relative;
  width: 100%;
}
#gMenu.itemClose .menu {
  display: none;
}
#gMenu.itemClose .assistive-text span {
  background: url(images/iconMenuOpen.png) 1% 50% no-repeat;
}
#gMenu.itemOpen .menu {
  display: block;
}
#gMenu.itemOpen .assistive-text span {
  background: url(images/iconMenuClose.png) 1% 50% no-repeat;
}
#gMenu .assistive-text {
  box-shadow: inset 0px 0px -1px rgba(200, 215, 200, 0.6);
  display: block;
  overflow: hidden;
  position: relative;
  left: 0px;
  font-weight: lighter;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  color: #FFFFFF;
  background: #ff9933;
}
#gMenu .assistive-text span {
  display: block;
  overflow: hidden;
  padding: 14px 0 12px 24px;
  width: 94%;
  margin: 0px;
}
#gMenu .screen-reader-text {
  position: absolute;
  left: -9000px;
}
#gMenu #gMenuInner {
  overflow: visible;
  display: block;
  position: relative;
  padding: 0px;
}
#gMenu #gMenuInner.innerBox {
  margin: 0px;
  width: 100%;
}
#gMenu .menu {
  font-size: 13px;
  list-style: none;
  margin: 5px 0px 0px;
  padding: 0px;
  display: block;
  overflow: visible;
  border-top: 1px solid #cccccc;
  color: #000;
  background: #eeeeee;
}
#gMenu .menu li {
  text-shadow: 0 1px white;
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
}
#gMenu .menu li a {
  /*background: url(images/arrow_bk.png) right bottom no-repeat;*/
  color: #333;
  display: block;
  overflow: hidden;
  padding: 10px 15px 8px;
  margin: 0px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
}
#gMenu .menu li a strong {
  font-weight: bold;
}
#gMenu .menu li a span {
  color: #ff9933;
  display: block;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
  font-family: verdana, Arial, Helvetica, sans-serif;
}
#gMenu .menu li.current_page_item a, #gMenu .menu li.current_page_ancestor a,
#gMenu .menu li a:hover {
  color: #FFF;
  text-shadow: 0 1px #333333;
  /*background: url(images/arrow_gray.png) right bottom no-repeat;*/
  background: #ff9933;
}
#gMenu .menu li ul {
  display: none;
}
#gMenu .menu li ul li span {
  display: none;
}




  #topMainBnr{
  max-width: 100%;
  height: auto;
  }

  #topMainBnrFrame{
  max-width: 100%;
  height: auto;
  }






.spt_out{
      overflow: hidden;
      margin: 0px auto 20px auto;
  }
  
  #tokusen_outer{
      overflow: hidden;
    }
    
    #car_Image{
      overflow: hidden;
      height: 150px;
    }
    
    .top_tokusen{
      width: 100px;
      padding-left: 10px;
      clear: none !important;
      position: absolute;
    }
    
    .under_tokusen{
      float: left;
      width: 300px;
      clear: none !important;
    }
    
    #tokusen_out{
      overflow: hidden;
      border: solid 2px #ff6633;
      border-radius: 10px;
      padding: 5px;
      margin-bottom: 5px;
      color: #ff9933;
      height: 290px;
      position: relative;
    }
    
    #tokusen{
      float: left;
      width: 97%;
      line-height: 30px;
      padding-left: 10px;
    }
    
    #carName{
      float: left;
      height: 30px;
    }
    
    #carMonthly{
      float: left;
      width: 99%;
      height: 62px;
    }
    
    #tokusen_name{
      font-weight: bold;
      color: #666;
      font-size: 20px;
    }
    
    #tokusen_month{
      font-weight: bold;
      font-size: 15px;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 50px;
      font-style: italic;
      text-shadow: 2px 2px 5px #aaa;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
      font-size: 15px;
    }
    
    .tokusen_btn a{
      display: block;
      border: solid 1px #cecece;
	width: 80%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
        .tokusen_btn a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }
    
    .btn_kensaku a{
      display: block;
      border: solid 1px #cecece;
	width: 92%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
    .btn_kensaku a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

  .spt_in{
      overflow: hidden;
      max-width: 270px;
      margin: 10px auto;
  }

  .prout{
      overflow: hidden;
      margin: 0px auto 20px auto;;
  }

  .prbox{
      overflow: hidden;
      /* max-width: 200px;        2014.06.19 del */
      margin: 0 auto;
      width: 210px;            /* 2014.06.19 add */
      text-align: center;      /* 2014.06.19 add */
  }

      .prbox a{
    text-decoration: none;
    color: #00f;
    font-size: 0.9em;
    }

    .prbox a:hover{
    text-decoration: underline;
    color: #00f;
    }


  .textout{
  max-width: 99%;
  height: auto;
  margin: 0 auto !important;
  }

  .textbox{
  float: none !important;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto 10px auto !important;
  }

  .textin{
  float: none !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin p{
  text-align: left;
  text-indent: 0.5em;
  }

  .textin2{
  float: none !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin2 p{
  text-align: left;
  text-indent: 0.5em;
  }
  
  .shashuBox{
    border: solid 1px #ddd;
    padding: 10px;
    width: 80%;
    float: none;
    margin: 10px auto;
  }
  
  .shashuBox ul li{
    margin-left: 10px;
    list-style: none !important;
    font-size: 12px;
    background: url(images/icon_arrow_bk.png) left 8px no-repeat;
    padding-left: 10px !important;
  }
  
  .shashuBox ul li a{
    color: #666666;
    text-decoration: none;
  }
  
  .shashuBox ul li a:hover{
    color: #ff9966;
  }





  img{
  //float: right;
  max-width: 100%;
  height: auto;
  clear: both !important;
  margin: 0 auto;
  }

#content .carInfoGradeArea table tr td .kakakuName{
  float: none;
}
#content .carInfoGradeArea table tr td .kakakuNamePrice{
  float: none;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(2){
  width: 50px;
}
#content .carInfoGradeArea table tr.carInfoGradeAreaTokusen th:nth-child(3){
  width: 50px;
}
#content .carInfoGradeArea table tr td .kakakuNamePrice:before{
    content: attr(br);
    float: none;
}
#content table td.link a{
    border: none;
    width: auto;
	background: #fff;
	box-shadow: none;
	font-size: 12px;
	color: #ff9933;
}
#content table td.link a:hover{
    border: none;
	background: #ffffff;
	box-shadow: none;
    color: #ff9933;
}

body.right-sidebar #header{
max-width: 100%;
}

body.right-sidebar #pageTitBnr{
max-width: 100%;
}

body.right-sidebar #panList{
max-width: 100%;
}

body.right-sidebar h3{
max-width: 100%;
height: auto;
}

body.right-sidebar .firstChild{
max-width: 100%;
height: auto;
/*border: solid 1px #0f0;*/
}

body.right-sidebar #main{
max-width: 100%;
height: auto;
/*border: solid 1px #00f;*/
}

body.right-sidebar img{
max-width: 660px !important;
height: auto;
}

body.right-sidebar .font_small p{
    text-align: left;
}

 body.right-sidebar #sideTower{
 display: none;
 max-width: 100%;
 height: auto;
 }


 body.right-sidebar #content{
max-width: 100%;
height: auto;
}

body.right-sidebar .mainFootContact{
    margin: 0 auto;
}

body.right-sidebar .mainFootInner p{
    max-width: 100%;
    height: auto;
    margin:10px;
}

body.right-sidebar .mainFootBt{
    display: block;
    max-width: 100%;
    height: auto;
}


    #areabox_out{
    margin: 0px auto;
}

.areabox{
      border-left: solid 1px #ddd;
      border-right: solid 1px #ddd;
      border-bottom: solid 2px #ddd;
      max-width: 90% !important;
      margin: 0px auto 10px auto;
  }

  #shopbox_out,
  #shopbox_out1,
  #shopbox_out2,
  #shopbox_out3,
  #shopbox_out4,
  #shopbox_out5,
  #shopbox_out6,
  #shopbox_out7,
  #shopbox_out8,
  #shopbox_out9{
      margin: 0 auto;
  }

  .shopbox{
      border: solid 2px #ddd;
      max-width: 80% !important;
/*      height: auto;  */
      max-height:none; 
      margin: 0px auto 10px auto;
      padding: 10px;
      font-size: 12px;
      clear: both;
      overflow: hidden;
      min-width: 296px;
      width: 296px;
      position: static !important;
      top: 0;
      left: 0;
  }
  .shopbox img{
  	width: 80%;
  }

  .shoppic{
      overflow: hidden;
      margin: 0px auto 10px auto;
  }

.shoppic_up{
    max-width: 80% !important;
    overflow: hidden;
    margin: 0px auto 10px auto !important;
}

.shoppic_left{
max-width: 80%;
overflow: hidden;
margin: 0px auto 10px auto !important;
}

#shoptable{
    font-size: 11px !important;
}



  /**
   *   バナー
   */
  #topMainBnr {
    width: 100%;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    display: block;
    overflow: visible;
    padding: 10px 0;
    background-color: #ff9933;
  }
  #topMainBnr .slides {
    border: 4px solid white;
    margin: 0px auto;
    background: white;
    width: 96%;
  }
  #topMainBnr .slides .slideFrame {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    height: auto;
  }

  #footerSection #footMenu,
  #footerSection #footer {
    width: 100%;
  }
  #footerSection #pagetop,
  #footerSection #footMenu #footMenuInner,
  #footerSection #footer #footerInner {
    width: 90%;
    margin: 0 auto;
  }

  #footMenu .menu {
    display: block;
  }

  #footerSiteMap {
    width: 100%;
    padding-top: 0px;
    font-size: 12px;
  }
  #footerSiteMap .menu {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
  #footerSiteMap .menu li {
    width: 100%;
    display: inline-block;
  }
  #footerSiteMap .menu li a {
    padding: 2px 20px 6px 0px;
  }
  #footerSiteMap .menu li li {
    width: 100%;
  }
  #footerSiteMap .menu li li a {
    background-position: 0px 3px;
  }
  #footerSiteMap .menu li li li a {
    padding-left: 10px;
    display: block;
    background-position: 0px 3px;
  }

  #footMenu {
    padding: 15px 0px;
  }

  #footMenu .innerBox {
    margin: 0px 3%;
    width: 94%;
  }

  #footMenu .menu li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 100%;
    font-size: 12px;
  }

  #footMenu .menu li a {
    background: none;
    padding: 0px 15px 0px;
    line-height: 1em;
    text-decoration: none;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }

  #footMenu .menu li a:hover {
    color: #5ead3c;
    text-decoration: underline;
    background: none;
    color: #ff9933;
  }

  #footMenu .menu li.firstChild a {
    border-left: 1px solid #cccccc;
  }

  #footer dl#footerOutline {
    width: 100%;
  }

  .paging span.pageIndex {
    display: inline;
  }

  #topPr {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #topPr .topPrOuter {
    padding-bottom: 0px;
    border-bottom: none;
  }
  #topPr #topPrLeft {
    width: 33.1%;
    text-align: left;
    float: left;
    display: block;
    overflow: visible;
  }
  #topPr #topPrCenter {
    width: 33.1%;
    text-align: center;
    float: left;
    display: block;
    overflow: visible;
  }
  #topPr #topPrRight {
    width: 33.1%;
    text-align: right;
    float: right;
    display: block;
    overflow: visible;
  }
  #topPr #topPrLeft .topPrInner {
    float: left;
  }
  #topPr #topPrCenter .topPrInner {
    margin: 0px auto;
  }
  #topPr #topPrRight .topPrInner {
    float: right;
  }
  #topPr .topPrInner {
    text-align: left;
    width: 95%;
  }
  #topPr .topPrInner p {
    padding: 0px;
  }
  #topPr .topPrInner p.topPrDescription {
    font-size: 100%;
  }
  #topPr .prImage {
    float: none;
    width: 96%;
    margin-right: 0px;
  }
  #topPr .prImage a {
    display: block;
  }
  #topPr .prImage a img {
    height: auto;
  }
  #topPr .prImage a img.imageWide {
    display: block;
  }
  #topPr .prImage a img.imageSmall {
    display: none;
  }

  #content .child_page_block {
    width: 48%;
    padding: 0 1px;
  }

  #content .child_page_block.layout_odd {
    float: left;
    clear: both;
  }
}


/*479px - 660px*/
@media only screen and (min-width: 479px) and (max-width: 660px) {
  /*roda*/
  #header {
    margin-bottom: -10px;
  }
  #header #site-title {
    width: 220px;
    padding-bottom: 0px;
    float: none;
	margin:0px auto 0px auto;
  }
  #header #headContact {
  margin: 0px auto 20px auto;
    float: none;
	width: 220px;
  }
  #header #headContact #headContactTxt {
    font-size: 10px;
	text-align: center;
  }
  #header #headContact #headContactTime {
    font-size: 10px;
	text-align: center;
  }
  #header #headContact #headContactTel {
    font-size: 20px;
    color: #333;
	text-align: center;
  }
  
  #header_sitemap{
    display: none;
  }



  #topMainBnr{
  max-width: 100%;
  height: auto;
  }

  #topMainBnrFrame{
  max-width: 100%;
  height: auto;
  }

  .slideFrame{
  max-width: 100%;
  height: auto;
  }


  #main #container {
    padding-top: 0px;
  }

  #main #container #content {
    margin: 0px auto;
  }

  #content p {
    line-height: 170%;
  }






  #gMenu {
  clear: both;
  display: block;
  border-bottom: 2px solid #ff9933;
  overflow: visible;
  position: relative;
  width: 100%;
}
#gMenu.itemClose .menu {
  display: none;
}
#gMenu.itemClose .assistive-text span {
  background: url(images/iconMenuOpen.png) 1% 50% no-repeat;
}
#gMenu.itemOpen .menu {
  display: block;
}
#gMenu.itemOpen .assistive-text span {
  background: url(images/iconMenuClose.png) 1% 50% no-repeat;
}
#gMenu .assistive-text {
  box-shadow: inset 0px 0px -1px rgba(200, 215, 200, 0.6);
  display: block;
  overflow: hidden;
  position: relative;
  left: 0px;
  font-weight: lighter;
  text-align: left;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  color: #FFFFFF;
  background: #ff9933;
}
#gMenu .assistive-text span {
  display: block;
  overflow: hidden;
  padding: 14px 0 12px 24px;
  width: 94%;
  margin: 0px;
}
#gMenu .screen-reader-text {
  position: absolute;
  left: -9000px;
}
#gMenu #gMenuInner {
  overflow: visible;
  display: block;
  position: relative;
  padding: 0px;
}
#gMenu #gMenuInner.innerBox {
  margin: 0px;
  width: 100%;
}
#gMenu .menu {
  font-size: 13px;
  list-style: none;
  margin: 5px 0px 0px;
  padding: 0px;
  display: block;
  overflow: visible;
  border-top: 1px solid #cccccc;
  color: #000;
  background: #eeeeee;
}
#gMenu .menu li {
  text-shadow: 0 1px white;
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cccccc;
}
#gMenu .menu li a {
  /*background: url(images/arrow_bk.png) right bottom no-repeat;*/
  color: #333;
  display: block;
  overflow: hidden;
  padding: 10px 15px 8px;
  margin: 0px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
}
#gMenu .menu li a strong {
  font-weight: bold;
}
#gMenu .menu li a span {
  color: #ff9933;
  display: block;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
  font-family: verdana, Arial, Helvetica, sans-serif;
}
#gMenu .menu li.current_page_item a, #gMenu .menu li.current_page_ancestor a,
#gMenu .menu li a:hover {
  color: #FFF;
  text-shadow: 0 1px #333333;
  /*background: url(images/arrow_gray.png) right bottom no-repeat;*/
  background: #ff9933;
}
#gMenu .menu li ul {
  display: none;
}
#gMenu .menu li ul li span {
  display: none;
}




  #topMainBnr{
  max-width: 100%;
  height: auto;
  }

  #topMainBnrFrame{
  max-width: 100%;
  height: auto;
  }






.spt_out{
      overflow: hidden;
      margin: 0px auto 20px auto;
  }
  
  #tokusen_outer{
      overflow: hidden;
    }
    
    #car_Image{
      overflow: hidden;
      height: 180px;
      position: relative;
    }
    
    .top_tokusen{
      width: 150px;
      padding-left: 5%;
      clear: none !important;
      position: absolute;
      z-index: 1;
    }
    
    #shashuPic{
      width: 600px;
      overflow: hidden;
      padding-left: 15%;
      position: absolute;
      z-index: -1;
    }
    
    .under_tokusen{
      float: left;
      width: 60%;
      clear: none !important;
    }
    
    #tokusen_out{
      overflow: hidden;
      border: solid 2px #ff6633;
      border-radius: 10px;
      padding: 5px;
      margin-bottom: 5px;
      color: #ff9933;
      height: 300px;
    }
    
    #tokusen{
      float: left;
      width: 97%;
      line-height: 30px;
      padding-left: 10px;
    }
    
    #carName{
      float: left;
      height: 30px;
    }
    
    #carMonthly{
      float: left;
      width: 99%;
      height: 42px;
    }
    
    #tokusen_name{
      font-weight: bold;
      color: #666;
      font-size: 20px;
    }
    
    #tokusen_month{
      font-weight: bold;
      font-size: 15px;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 50px;
      font-style: italic;
      text-shadow: 2px 2px 5px #aaa;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
      font-size: 15px;
    }
    
    .tokusen_btn a{
      display: block;
      border: solid 1px #cecece;
	width: 80%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
        .tokusen_btn a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }
    
    .btn_kensaku a{
      display: block;
      border: solid 1px #cecece;
	width: 92%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
    .btn_kensaku a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

  .spt_in{
      overflow: hidden;
      max-width: 270px;
      margin: 10px auto;
  }

  .prout{
      overflow: hidden;
      margin: 0px auto 20px auto;
      width: 420px;                  /* 2014.06.19 add */
  }

  .prbox{
      overflow: hidden;
      /* max-width: 200px;             2014.06.19 del */
      margin: 0 auto;
      margin: 0px auto 0px auto;    /* 2014.06.19 add */
      float: left;                  /* 2014.06.19 add */
      width: 210px;                 /* 2014.06.19 add */
      text-align: center;           /* 2014.06.19 add */
  }

      .prbox a{
    text-decoration: none;
    color: #00f;
    font-size: 0.9em;
    }

    .prbox a:hover{
    text-decoration: underline;
    color: #00f;
    }


  .textout{
  max-width: 99%;
  height: auto;
  margin: 0 auto !important;
  }

  .textbox{
  float: none !important;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto 10px auto !important;
  }

  .textin{
  float: none !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin p{
  text-align: left;
  text-indent: 0.5em;
  }

  .textin2{
  float: none !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }

  .textin2 p{
  text-align: left;
  text-indent: 0.5em;
  }
  
  .shashuBox{
    border: solid 1px #ddd;
    padding: 10px;
    width: 80%;
    float: none;
    margin: 10px auto;
  }
  
  .shashuBox ul li{
    margin-left: 10px;
    list-style: none !important;
    font-size: 12px;
    background: url(images/icon_arrow_bk.png) left 8px no-repeat;
    padding-left: 10px !important;
  }
  
  .shashuBox ul li a{
    color: #666666;
    text-decoration: none;
  }
  
  .shashuBox ul li a:hover{
    color: #ff9966;
  }





  img{
  //float: right;
  max-width: 100%;
  height: auto;
  clear: both !important;
  margin: 0 auto;
  }



body.right-sidebar #header{
max-width: 100%;
}

body.right-sidebar #pageTitBnr{
max-width: 100%;
}

body.right-sidebar #panList{
max-width: 100%;
}

body.right-sidebar h3{
max-width: 100%;
height: auto;
}

body.right-sidebar .firstChild{
max-width: 100%;
height: auto;
/*border: solid 1px #0f0;*/
}

body.right-sidebar #main{
max-width: 100%;
height: auto;
/*border: solid 1px #00f;*/
}

body.right-sidebar img{
max-width: 660px !important;
height: auto;
}

body.right-sidebar .font_small p{
    text-align: left;
}

 body.right-sidebar #sideTower{
 display: none;
 max-width: 100%;
 height: auto;
 }


 body.right-sidebar #content{
max-width: 100%;
height: auto;
}

body.right-sidebar .mainFootContact{
    margin: 0 auto;
}

body.right-sidebar .mainFootInner p{
    max-width: 100%;
    height: auto;
    margin:10px;
}

body.right-sidebar .mainFootBt{
    display: block;
    max-width: 100%;
    height: auto;
}


    #areabox_out{
    margin: 0px auto;
}

.areabox{
      border-left: solid 1px #ddd;
      border-right: solid 1px #ddd;
      border-bottom: solid 2px #ddd;
      max-width: 90% !important;
      margin: 0px auto 10px auto;
  }

  #shopbox_out,
  #shopbox_out1,
  #shopbox_out2,
  #shopbox_out3,
  #shopbox_out4,
  #shopbox_out5,
  #shopbox_out6,
  #shopbox_out7,
  #shopbox_out8,
  #shopbox_out9{
      margin: 0 auto;
  }

  .shopbox{
      border: solid 2px #ddd;
      max-width: 80% !important;
/*      height: auto;  */
      max-height:none; 
      margin: 0px auto 10px auto;
      padding: 10px;
      font-size: 12px;
      clear: both;
      overflow: hidden;
      min-width: 296px;
      width: 296px;
      position: static !important;
      top: 0;
      left: 0;
 }
  .shopbox img{
  	width: 80%;
  }

  .shoppic{
      overflow: hidden;
      margin: 0px auto 10px auto;
  }

.shoppic_up{
    max-width: 80% !important;
    overflow: hidden;
    margin: 0px auto 10px auto !important;
}

.shoppic_left{
max-width: 80%;
overflow: hidden;
margin: 0px auto 10px auto !important;
}

#shoptable{
    font-size: 11px !important;
}



  /**
   *   バナー
   */
  #topMainBnr {
    width: 100%;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    display: block;
    overflow: visible;
    padding: 10px 0;
    background-color: #ff9933;
  }
  #topMainBnr .slides {
    border: 4px solid white;
    margin: 0px auto;
    background: white;
    width: 96%;
  }
  #topMainBnr .slides .slideFrame {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    height: auto;
  }

  #footerSection #footMenu,
  #footerSection #footer {
    width: 100%;
  }
  #footerSection #pagetop,
  #footerSection #footMenu #footMenuInner,
  #footerSection #footer #footerInner {
    width: 90%;
    margin: 0 auto;
  }

  #footMenu .menu {
    display: block;
  }

  #footerSiteMap {
    width: 100%;
    padding-top: 0px;
    font-size: 12px;
  }
  #footerSiteMap .menu {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
  #footerSiteMap .menu li {
    width: 100%;
    display: inline-block;
  }
  #footerSiteMap .menu li a {
    padding: 2px 20px 6px 0px;
  }
  #footerSiteMap .menu li li {
    width: 100%;
  }
  #footerSiteMap .menu li li a {
    background-position: 0px 3px;
  }
  #footerSiteMap .menu li li li a {
    padding-left: 10px;
    display: block;
    background-position: 0px 3px;
  }

  #footMenu {
    padding: 15px 0px;
  }

  #footMenu .innerBox {
    margin: 0px 3%;
    width: 94%;
  }

  #footMenu .menu li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 100%;
    font-size: 12px;
  }

  #footMenu .menu li a {
    background: none;
    padding: 0px 15px 0px;
    line-height: 1em;
    text-decoration: none;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }

  #footMenu .menu li a:hover {
    color: #5ead3c;
    text-decoration: underline;
    background: none;
    color: #ff9933;
  }

  #footMenu .menu li.firstChild a {
    border-left: 1px solid #cccccc;
  }

  #footer dl#footerOutline {
    width: 100%;
  }

  .paging span.pageIndex {
    display: inline;
  }

  #topPr {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #topPr .topPrOuter {
    padding-bottom: 0px;
    border-bottom: none;
  }
  #topPr #topPrLeft {
    width: 33.1%;
    text-align: left;
    float: left;
    display: block;
    overflow: visible;
  }
  #topPr #topPrCenter {
    width: 33.1%;
    text-align: center;
    float: left;
    display: block;
    overflow: visible;
  }
  #topPr #topPrRight {
    width: 33.1%;
    text-align: right;
    float: right;
    display: block;
    overflow: visible;
  }
  #topPr #topPrLeft .topPrInner {
    float: left;
  }
  #topPr #topPrCenter .topPrInner {
    margin: 0px auto;
  }
  #topPr #topPrRight .topPrInner {
    float: right;
  }
  #topPr .topPrInner {
    text-align: left;
    width: 95%;
  }
  #topPr .topPrInner p {
    padding: 0px;
  }
  #topPr .topPrInner p.topPrDescription {
    font-size: 100%;
  }
  #topPr .prImage {
    float: none;
    width: 96%;
    margin-right: 0px;
  }
  #topPr .prImage a {
    display: block;
  }
  #topPr .prImage a img {
    height: auto;
  }
  #topPr .prImage a img.imageWide {
    display: block;
  }
  #topPr .prImage a img.imageSmall {
    display: none;
  }

  #content .child_page_block {
    width: 48%;
    padding: 0 1px;
  }

  #content .child_page_block.layout_odd {
    float: left;
    clear: both;
  }
}




/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/

/*幅661px以上のレイアウト*/
@media only screen and (min-width: 661px) {

/*hara*/
#header {
    max-width: 978px;
    margin: 0 auto;
  }

  #site-title {
  float: left;
  }
  #headContact {
  float: right;
  }
  #headContactTxt {
  }
  #headContactTime {
  }
  #headContactTel {
  font-size: 30px !important;
  margin-top: 10px;
  margin-bottom: 10px !important;
  }
  
  #header_sitemap{
    float: right;
    font-size: 13px;
    margin-top: -10px;
  }
  
  #header_sitemap ul li{
    float: left;
    border-right: solid 1px #ddd;
    padding: 0px 10px;
  }
  
  #header_sitemap ul li.lastChild{
    border: none;
  }
  
  #header_sitemap ul li a{
    text-decoration: none;
  }
  
  #header_sitemap ul li a:hover{
    text-decoration: underline;
  }





#gMenu {
    /* display:noneだと読み上げない / 横にオフセットするとIEで読み込みまでの間表示される */
	width: 100%;
	margin: 20px auto 0px auto;
	clear: both;
  }
  #gMenu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #gMenu #gMenuInner.innerBox {
    width: 100%;
  }
  #gMenu.itemClose .menu, #gMenu.itemOpen .menu {
    display: block;
  }
  #gMenu .menu {
    border-left: 1px solid #e5e5e5;
    border-top: none;
  }
  #gMenu .menu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #gMenu .assistive-text {
    position: absolute;
    top: -9000px;
  }
  #gMenu .menu li {
    float: left;
    width: 16.6%;
    max-width: 163px;
    border-bottom: none;
    overflow: visible;
    box-shadow: inset 1px 0px 0px white;
  }
  #gMenu .menu li a {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    box-shadow: inset 1px 0px 0px white;
  }
  #gMenu .menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
    border-top: 1px solid #cccccc;
    position: absolute;
    width: 180px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0.97;
  }
  #gMenu .menu li:hover ul li ul {
    position: absolute;
    left: 180px;
    top: 10px;
    border-top: none;
    display: none;
  }
  #gMenu .menu li:hover ul li ul li {
    display: none;
  }
  #gMenu .menu li:hover ul li:hover ul,
  #gMenu .menu li:hover ul li:hover ul li {
    display: block;
  }
  #gMenu .menu li:hover ul li:hover ul {
    border-top: 1px solid #cccccc;
  }
  #gMenu .menu li:hover li {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    width: 180px;
    position: relative;
  }
  #gMenu .menu li:hover li a {
    background: none;
    background-color: #fff;
    color: #4d4d4d;
    text-align: left;
    border-right: none;
  }
  #gMenu .menu li:hover li a:hover {
    background-color: #f5f5f5;
  }
  #gMenu .menu li.current_page_item li a, #gMenu .menu li.current-menu-ancestor li a, #gMenu .menu li.current-page-ancestor li a, #gMenu .menu li.current_page_ancestor li a {
    background: none;
    background-color: #fff;
    color: #4d4d4d;
    text-align: left;
    border-right: none;
  }
  #gMenu .menu li.current_page_item li a:hover, #gMenu .menu li.current-menu-ancestor li a:hover, #gMenu .menu li.current-page-ancestor li a:hover, #gMenu .menu li.current_page_ancestor li a:hover {
    background-color: #f5f5f5;
  }






#topMainBnr{
/*  max-width: 100%;  2014.06.19 del*/
  height: auto;
  }

  #topMainBnrFrame{
  max-width: 100%;
  height: auto;
  }

  .slideFrame{
  max-width: 100%;
  height: auto;
  }





	.spt_out{
	    overflow: hidden;
	    margin: 0px auto 20px auto;
	    max-width: 100%;
	}
  
	#tokusen_outer{
      overflow: hidden;
      margin-bottom: 20px;
    }
    
    #car_Image{
      overflow: hidden;
      height: 215px;
    }
    
    .top_tokusen{
      width: 20%;
      padding-left: 15%;
      padding-top: 5px;
      position: absolute;
      z-index: 1;
    }
    
    #shashuPic{
      padding-left: 15%;
      position: absolute;
      z-index: -1;
    }
    
    .under_tokusen{
      float: left;
    }
    
    #tokusen_out{
      overflow: hidden;
      border: solid 2px #ff6633;
      border-radius: 10px;
      margin-bottom: 5px;
      color: #ff9933;
      height: 335px;
      position: relative;
    }
    
    #tokusen{
      float: left;
      width: 97%;
      border: none!important;
      line-height: 30px;
      padding-left: 10px;
    }
    
    #carName{
      float: left;
    }
    
    #carMonthly{
      float: left;
      width: 99%;
      /* margin-top: 10px; */
      height: 40px;
    }
    
    #tokusen_name{
      font-weight: bold;
      color: #666;
      font-size: 24px;
    }
    
    #tokusen_month{
      font-weight: bold;
      font-size: 20px;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 50px;
      font-style: italic;
      text-shadow: 2px 2px 5px #aaa;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
      font-size: 20px;
    }
    
    .tokusen_btn a{
      display: block;
      border: solid 1px #cecece;
	width: 80%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
        .tokusen_btn a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }
    
    .btn_kensaku a{
      display: block;
      border: solid 1px #cecece;
	width: 92%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
    .btn_kensaku a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

	.spt_in{
      max-width: 40%;
      float: left;
      margin: 0px 0px 10px 7%;
	}

	.prout{
		overflow: hidden;
		margin: 0px auto 20px auto;
		max-width: 100%;
	}

    .prbox{
/*      width: 45%;  2014.06.19 del */
        float: left;
        margin: 0px 0% 10px 3%;
        margin: 0px 6px 10px 7px;   /* 2014.06.19 add  */
        text-align:center;
    }

  .prbox a{
      color: #00f;
      font-size: 0.9em;
      text-decoration: none
}

.prbox a:hover{
    color: #00f;
    text-decoration: underline;
}


  .textout{
  max-width: 95%;
  margin-bottom: 20px !important;
  }
  
  .textout .threepoint{
    width: 32%;
    height: 330px;
    margin-right: 1%;
    float: left;
    position: relative;
    margin-bottom: 10px;
  }
  
  .textout .threepoint a{
    position: absolute;
    bottom: 0px;
    right: 20px;
  }
  
  .textout .threepoint h3{
    border-radius: 5px 5px 0px 0px;
    margin: 0px !important;
  }
  
  .textout .threepoint p{
    padding: 5px 10px !important;
    margin: 0px !important;
  }

  .textbox{
      max-width: 45%;
      margin: 0px 0px 10px 17px;
      float: left;
  }

  .textin{
      margin-bottom: 10px;
      height: 224px;
  }

.textin p{
  text-align: left;
  text-indent: 0.5em;
  }

.textin2 p{
  text-align: left;
  text-indent: 0.5em;
  }
  
  
  .shashuBox{
    border: solid 1px #ddd;
    padding: 10px;
    width: 43%;
    float: left;
    margin: 10px;
  }
   
  .shashuBox ul li{
    margin-left: 10px;
    list-style: none !important;
    font-size: 12px;
    background: url(images/icon_arrow_bk.png) left 8px no-repeat;
    padding-left: 10px !important;
  }
  
  .shashuBox ul li a{
    color: #666666;
    text-decoration: none;
  }
  
  .shashuBox ul li a:hover{
    color: #ff9966;
  }





body.right-sidebar #header {
    max-width: 978px !important;
    margin: 0 auto;
  }

body.right-sidebar #site-title {
  float: left;
  }
body.right-sidebar #headContact {
  float: right;
  }
body.right-sidebar #headContactTel {
  font-size: 30px !important;
  margin-top: 10px;
  margin-bottom: 10px !important;
  }

body.right-sidebar #pageTitBnr{
max-width: 100%;
}

body.right-sidebar #panList{
max-width: 100%;
}

body.right-sidebar h3{
max-width: 100%;
height: auto;
}

body.right-sidebar .firstChild{
max-width: 100%;
height: auto;
/*border: solid 1px #0f0;*/
}

body.right-sidebar #main{
max-width: 100%;
height: auto;
/*border: solid 1px #00f;*/
}

body.right-sidebar img{
max-width: 660px !important;
height: auto;
}


 body.right-sidebar #sideTower{
 display: block;
 max-width: 100%;
 height: auto;
 float: right
 }


 body.right-sidebar #content{
max-width: 660px;
height: auto;
float: left;
}


body.right-sidebar .mainFoot{
    margin: 0 auto;
    border: solid 1px #fff;
}

body.right-sidebar .mainFootContact{
    margin: 0 auto;
}

body.right-sidebar .mainFootInner p{
    max-width: 100%;
    height: auto;
    margin:10px;
}

body.right-sidebar .mainFootBt{
    display: block;
    max-width: 100%;
    height: auto;
}


    #areabox_out{
    margin: 0px auto;
    width: 660px;
    overflow: hidden;
}

.areabox{
      border-left: solid 1px #ddd;
      border-right: solid 1px #ddd;
      border-bottom: solid 2px #ddd;
      width: 43.5% !important;
      height: 250px !important;
      height: 150px !important;
      float: left;
      margin: 0px 0px 10px 40px;
      padding: 0px, 50px, 0px, 0px;
  }

  #shopbox_out,
  #shopbox_out1,
  #shopbox_out2,
  #shopbox_out3,
  #shopbox_out4,
  #shopbox_out5,
  #shopbox_out6,
  #shopbox_out7,
  #shopbox_out8,
  #shopbox_out9{
 /*     margin: 0 auto;   */
 /*     overflow: hidden; */
  }

  .shopbox{
      border: solid 2px #ddd;
      width: 45%;
      max-width: 45% !important;
/*      height: auto;  */
      max-height:none; 
      float: left;
      margin: 0px 10px 10px 10px;
      padding: 10px 4px 10px 4px;
      font-size: 12px;
      min-width: 296px;
  }
.shopbox img {
	width: 80%;
}
  .shoppic{
      overflow: hidden;
      margin: 0px auto 10px auto;
  }

.shoppic_up{
    max-width: 70% !important;
    overflow: hidden;
    margin: 0px auto 10px auto !important;
}

.shoppic_left{
max-width: 40%;
overflow: hidden;
float: left;
margin: 0px 0px 10px 42px !important;
}

#shoptable{
    font-size: 11px !important;
}


#footerSection #footMenu,
  #footerSection #footer {
    width: 100%;
  }
  #footerSection #pagetop,
  #footerSection #footMenu #footMenuInner,
  #footerSection #footer #footerInner {
    width: 90%;
    margin: 0 auto;
  }

  #footMenu .menu {
    display: block;
  }

  #footerSiteMap {
    width: 100%;
    padding-top: 0px;
    font-size: 12px;
  }
  #footerSiteMap .menu {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
  #footerSiteMap .menu li {
    width: 20%;
    display: inline-block;
  }
  #footerSiteMap .menu li a {
    padding: 2px 20px 6px 0px;
  }
  #footerSiteMap .menu li li {
    width: 100%;
  }
  #footerSiteMap .menu li li a {
    background-position: 0px 3px;
  }
  #footerSiteMap .menu li li li a {
    padding-left: 10px;
    display: block;
    background-position: 0px 3px;
  }

  #footMenu {
    padding: 15px 0px;
  }

  #footMenu .innerBox {
    margin: 0px 3%;
    width: 94%;
  }

  #footMenu .menu li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 100%;
    font-size: 12px;
  }

  #footMenu .menu li a {
    background: none;
    padding: 0px 15px 0px;
    line-height: 1em;
    text-decoration: none;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }

  #footMenu .menu li a:hover {
    color: #5ead3c;
    text-decoration: underline;
    background: none;
    color: #ff9933;
  }

  #footMenu .menu li.firstChild a {
    border-left: 1px solid #cccccc;
  }

  #footer dl#footerOutline {
    width: 100%;
  }




}


/*幅770pxまでのレイアウト*/
@media only screen and (min-width: 770px) {

#header {
  }

  #site-title {
  }
  #headContact {
  }
  #headContactTxt {
  }
  #headContactTime {
  }
  #headContactTel {
  }

  body {
    line-height: 150%;
  }

  #gMenu {
    /* display:noneだと読み上げない / 横にオフセットするとIEで読み込みまでの間表示される */
	max-width: 100%;
	margin: 0px auto 0px auto;
	clear: both;
  }
  #gMenu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #gMenu #gMenuInner.innerBox {
    width: 100%;
  }
  #gMenu.itemClose .menu, #gMenu.itemOpen .menu {
    display: block;
  }
  #gMenu .menu {
    border-left: 1px solid #e5e5e5;
    border-top: none;
  }
  #gMenu .menu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #gMenu .assistive-text {
    position: absolute;
    top: -9000px;
  }
  #gMenu .menu li {
    float: left;
    width: 16.6%;
    max-width: 163px;
    border-bottom: none;
    overflow: visible;
    box-shadow: inset 1px 0px 0px white;
  }
  #gMenu .menu li a {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    box-shadow: inset 1px 0px 0px white;
  }
  #gMenu .menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
    border-top: 1px solid #cccccc;
    position: absolute;
    width: 180px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0.97;
  }
  #gMenu .menu li:hover ul li ul {
    position: absolute;
    left: 180px;
    top: 10px;
    border-top: none;
    display: none;
  }
  #gMenu .menu li:hover ul li ul li {
    display: none;
  }
  #gMenu .menu li:hover ul li:hover ul,
  #gMenu .menu li:hover ul li:hover ul li {
    display: block;
  }
  #gMenu .menu li:hover ul li:hover ul {
    border-top: 1px solid #cccccc;
  }
  #gMenu .menu li:hover li {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    width: 180px;
    position: relative;
  }
  #gMenu .menu li:hover li a {
    background: none;
    background-color: #fff;
    color: #4d4d4d;
    text-align: left;
    border-right: none;
  }
  #gMenu .menu li:hover li a:hover {
    background-color: #f5f5f5;
  }
  #gMenu .menu li.current_page_item li a, #gMenu .menu li.current-menu-ancestor li a, #gMenu .menu li.current-page-ancestor li a, #gMenu .menu li.current_page_ancestor li a {
    background: none;
    background-color: #fff;
    color: #4d4d4d;
    text-align: left;
    border-right: none;
  }
  #gMenu .menu li.current_page_item li a:hover, #gMenu .menu li.current-menu-ancestor li a:hover, #gMenu .menu li.current-page-ancestor li a:hover, #gMenu .menu li.current_page_ancestor li a:hover {
    background-color: #f5f5f5;
  }

  #content form span.wpcf7-form-control-wrap .wpcf7-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #sitemapOuter {
    padding: 20px 50px;
  }

  #content #sitemapPageList {
    float: left;
    width: 49%;
  }

  #content #sitemapPostList {
    float: right;
    width: 49%;
    margin-top: 0px;
  }

  #content ul.linkList li a {
    padding: 3px 15px;
  }






  #topMainBnr{
/*  max-width: 100%;  2014.06.19 del  */
  height: auto;
  }

  #topMainBnrFrame{
/*  max-width: 100%;  2014.06.19 del  */
  height: auto;
  }

  .slideFrame{
  max-width: 100%;
  height: auto;
  }

/* ↓2014.06.19 del start 660px以上はサイズを変えない
    #tokusen_outer{
      border: none;
      overflow: hidden;
      margin-bottom: 20px;
      margin-left: 15px;
      width: 60%;
      float: left;
    }
    
    #car_Image{
      height: 200px;
    }
    
    .top_tokusen{
      float: left;
      width: 20%;
      padding-top: 10px;
      padding-left: 10px;
    }
    
    .under_tokusen{
      float: left;
      width: 320px;
    }
    
    #tokusen_out{
      overflow: hidden;
      border: solid 2px #ff6633;
      margin-bottom: 10px;
      height: 350px;
    }
    
    #tokusen{
      float: left;
      width: 97%;
      border: none!important;
      line-height: 30px;
      padding-left: 10px;
    }
    
    #carName{
      height: 30px;
    }
    
    #tokusen_name{
      font-weight: bold;
      color: #666;
      font-size: 32px;
    }
    
↑ 2014.06.19 del end 660px以上はサイズを変えない */

    #tokusen_month{
      font-weight: bold;
      font-size: 20px;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 50px;
      font-style: italic;
      text-shadow: 2px 2px 5px #aaa;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
      font-size: 20px;
    }
    
    .tokusen_btn a{
      display: block;
      border: solid 1px #cecece;
	width: 80%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
        .tokusen_btn a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

  .spt_out{
  }

  .spt_in{
    width: 200px;
  }

  .prout{
  }

  .prbox{
    width: 20%;
    width: 210px;    /* 2014.06.19 add */
  }


  .textout{
  }

  .textbox{
  }

  .textin{
  }

  .textin p{
  }








}
/*-------------------------------------------*/
/*
/*-------------------------------------------*/
/*
@media only screen and (min-width: 850px) {
#main #container #content.wide	{width:850px;}
#footerSiteMap .menu li	{ width: 164px; }

#footMenu .innerBox	{ margin:0px auto;width:950px; }
}
*/
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media only screen and (min-width: 978px) {
  #gMenu #gMenuInner.innerBox,
  #headerTop #site-description,
  #pageTitBnr #pageTitInner,
  #panList #panListInner {
    width: 978px;
    margin: 0px auto;
    max-width: 978px;
  }



  #header{
  }



  #headerInner {
  }

  #headContact{
  }

  #headContactTel{
  }

  body.home.one-column #main #container{
  padding-top: 0px;
  margin: 0px auto;
  width: 978px;
  }

  #main #container {
    padding-top: 0px;
    margin: 0px auto;
    /*width: 978px;*/
	width: 750px;
  }

  #main #container #content {
    width: 100% !important;
    margin: 0 auto;
  }

  #main #container #sideTower {
    display: block;
    float: right;
    width: 220px;
    /*clear: none;*/
  }


  .spt_out{
}

#senden{
  overflow: hidden;
  width: 98%;
  height: 400px;
  padding-bottom: 0px;
}

/* ↓2014.06.19 del start 660px以上はサイズを変えない
   #tokusen_out{
     border: solid 2px #ff6633;
     height: 355px;
     overflow: hidden;
     padding-top: 10px;
     padding-left: 5px;
     color: #FF9933;
   }

   #tokusen_outer{
     float: left;
     overflow: hidden;
     width: 600px;
   }

   #car_Image{
     height: 235px;
   }

   .top_tokusen{
     float: left;
     width: 130px;
   }

   .under_tokusen{
     float: left;
     width: 380px;
   }

  #tokusen{
    width: 98%;
    height: 80px;
    margin-top: 0px;
    padding-left: 5px;
  }
  
  #carName{
    height: 30px;
  }
↑ 2014.06.19 del end 660px以上はサイズを変えない */

#carMonthly{
}

#tokusen_name{
  font-weight: bold;
  color: #666;
  font-size: 40px;
}

#tokusen_month{
  font-weight: bold;
}

#tokusen_price{
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  text-shadow: 2px 2px 5px #aaa;
  /*文字外枠*/
  -webkit-text-stroke-color: #f66;
  -webkit-text-stroke-width: 2px;
}

#tokusen_yen{
  font-weight: bold;
}

.spt_in{
  float: left;
  width: 250px;
}

.tokusen_btn a{
      display: block;
      border: solid 1px #cecece;
	width: 80%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
        .tokusen_btn a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

.prout{
}

.prbox{
  margin-left: 3.5%;
}
    
    .btn_kensaku a{
      display: block;
      border: solid 1px #cecece;
	width: 92%;
	border-radius: 20px;
    background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #fefdfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#fefdfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#fefdfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#fefdfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #cecece, 0px 1px 1px #fff inset;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    }
    
    .btn_kensaku a:hover{
      border: solid 1px #ea854b;
	background: #ea854b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea854b 0%, #ec6d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea854b), color-stop(100%,#ec6d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea854b 0%,#ec6d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea854b 0%,#ec6d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea854b', endColorstr='#ec6d20',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 5px #aaa, 0px 1px 1px #ffffff inset;
    color: #ffffff;
    }

.prbox a{
}

.prbox a:hover{
}







#topMainBnr{
width: 1000px;
margin: 0 auto;
}



body.right-sidebar #contentsArea{
max-width: 978px;
margin: 0 auto;
}



body.right-sidebar #container{
float: left;
max-width: 660px;
}

body.right-sidebar #content{
max-width: 660px;
}

body.right-sidebar #sideTower{
width: 220px;
float: right;
}


body.right-sidebar #main{
margin: 0 auto;
width: 978px;
float: none;
}

body.right-sidebar .font_small{
width: 750px;
float: left;
text-align: left;
padding-left: 10px;
}

body.right-sidebar .adminEdit{
width: 750px;
float: left;
}









  body.left-sidebar #main #container {
    width: 978px;
  }

  body.left-sidebar #main #container #content {
    float: right;
  }

  body.left-sidebar #main #container #sideTower {
    float: left;
  }

  body.home.one-column #main #container #content {
    float: none;
    width: 94%;
    max-width: 978px;
  }

  body.home.one-column #main #container #sideTower {
    float: none;
    display: none;
  }

  form#searchform input#s {
    width: 120px;
  }

  form#searchform input#searchsubmit {
    width: 20%;
  }

  #gMenu .menu {
    width: 100%;
    max-width: 978px;
  }
  #gMenu .menu li {
    float: left;
    width: 16.6%;
    border-bottom: none;
    overflow: visible;
    box-shadow: inset 1px 0px 0px white;
  }

  #topMainBnr .slides {
	width: 100%;
    margin: 0 auto;
  }
  
  .shashuBox{
    border: solid 1px #ddd;
    padding: 10px;
    width: 43%;
    float: left;
    margin: 10px;
  }
  
  .shashuBox ul li{
    margin-left: 10px;
    list-style: none !important;
    font-size: 12px;
    background: url(images/icon_arrow_bk.png) left 8px no-repeat;
    padding-left: 10px !important;
  }
  
  .shashuBox ul li a{
    color: #666666;
    text-decoration: none;
  }
  
  .shashuBox ul li a:hover{
    color: #ff9966;
  }

  /*車種詳細画面*/
  #content .shousaiOutline {
    width: 100%;
    margin: 0 auto;
  }
  #content .shousaiOutline .shashuArea {
    width: 100%px;
  }
  #content .shousaiOutline .shashuArea .titleMaker {
    margin-right: 20px;
  }
  #content .shousaiOutline .shashuArea .titleShashu {
    margin-right: 20px;
  }
  #content .shousaiOutline .shashuArea .shousaiButton {
    margin-right: 20px;
    float: left;
    font-size: large;
    font-weight: bolder;
    font-style: oblique;
  }
  #content .shousaiOutline .shashuArea .tokusenimg {
    width: 100px;
    float: left;
  }
  #content .shousaiOutline .carimgarea {
    width: 500px;
    margin: 0 auto;
    float: left;
  }
  #content .shousaiOutline .carimgarea .carimg {
    width: 100%;
    margin: 0 auto;
  }
  #content .shousaiOutline .bikouArea {
    width: 250px;
    margin: 0 auto;
    float: left;
  }
  #content .shousaiOutline .pricearea {
    width: 80%;
    margin: 0 auto;
  }
  #content .shousaiOutline .pricearea td {
    font-size: large;
    font-weight: bolder;
    font-style: oblique;
  }
  #content .shousaiOutline .setumeiarea {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #content .shousaiOutline .setumeiarea h4 {
    margin-left: 0px;
  }
  #content .shousaiOutline .setumeiarea .leftarea {
    width: 400px;
    float: left;
  }
  #content .shousaiOutline .setumeiarea .rightarea {
    width: 320px;
    float: left;
    margin-left: 30px;
  }

  /*				.infoListBox
  /*-------------------------------------------*/
  #content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
    float: Left;
    margin-right: 110px;
  }

  /*			.childPageBox
  /*-------------------------------------------*/
  #content .childPageBox {
    display: none;
  }
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important;
  }

  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }

  #headerTop,
  #header,
  #panList,
  #gMenu,
  #pagetop,
  #sideTower,
  #footMenu,
  #footer,
  #siteBottom {
    display: none !important;
  }

  #pageTitBnr,
  #content table th {
    box-shadow: none !important;
  }

  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }

  #container {
    margin: 0;
    width: 100%;
  }
}
/*-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
/* FontNormal */
a,
a:hover,
a:active,
#header #headContact #headContactTel,
#content dt,
#content .child_page_block h4 a:hover,
#content .child_page_block p a:hover,
.paging span,
.paging a,
#content .infoList ul li .infoTxt a:hover,
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a,
#footerSiteMap .menu a:hover,
#content ul.linkList li a:hover,
#content .childPageBox ul li.current_page_item a,
#content .childPageBox ul li.current_page_item ul li a:hover {
  color: #ff6633;
}

/* bg */
::selection {
  background-color: #ff9933;
}

::-moz-selection {
  background-color: #ff9933;
}

/* bg */
#content .mainFootContact .mainFootBt a,
.paging span.current,
.paging a:hover,
#content .infoList .infoCate a:hover,
#sideTower li.sideBnr#sideContact a,
form#searchform input#searchsubmit,
#pagetop a:hover,
a.btn,
.linkBtn a,
input[type=button],
input[type=submit] {
  background-color: #ff9933;
}

/* border */
#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
#content form input.wpcf7-submit,
#confirm-button input,
a.btn,
.linkBtn a,
input[type=button],
input[type=submit],
.moreLink a,
#header #headerInner,
#content .child_page_block h4 a,
.paging span,
.paging a,
form#searchform input#searchsubmit {
  border-color: #ff9933;
}

#sideTower .localHead {
  border-bottom-color: #ff9933;
}

/* 追加 */
/* 画面サイズが661より大きいと画面を固定にする */
@media only screen and (min-width: 661px) {

	#header {
	    max-width: 978px;
	    width: 978px !important;
	    margin: 0 auto 0 auto;
	  }
	#gMenu {
	    max-width: 978px;
	    width: 978px !important;
	    margin: 0 auto 0 auto;
	  }
	#topMainBnr{
		width: 978px;
	}
	#contentsArea {
	    width: 978px !important;
	    margin: 0 auto 0 auto;
	}
	#main{
	    width: 978px !important;
	}
	#senden{
		width: 978px !important;
	}
	#tokusen_outer{
		width: 600px !important;
		float: left;
	}
	#senden .spt_in{
		width: 250px !important;
	}
	#container {
		width: 758px;
		width: 978px;
	}
	#sideTower {
		margin: 0 50px 0 auto !important;
	}

	#content ul.arealistbox{
		margin: 0px 20px 20px 20px;
	}
	#footerSection {
		width: 978px !important;
	    margin: 0 auto 0 auto;
	}
}

/* title */
#content h3.areatitle{
	margin: 0px 0px 10px;
}

/* tempo comment */
.shopbox .tenpo_profil{
	margin: 0px auto 0px 0px;
	color: #000;
	width: 295px;
	margin: 0 5px 0 5px;
}
.shopbox .tenpo_comment{
	margin: 0px auto 0px 0px;
	color: #f63;
	width: 295px;
}
#content .shopimg img {
	margin: 0;
	max-width: 100% !important;
	height: auto !important;
	width: 300px;
}
.sidemenutitle1{
	color: #fff;
	background-color: #3CB371;
	margin: 0 auto 3px auto;
	padding: 2px 2px 2px 2px;
	font-size: larger;
	font-weight: bold;
}
.sidemenutitle1_1{
	text-decoration: none;
}
.sidemenutitle2{
	margin: 5px auto 3px auto;
	padding: 2px 2px 2px 2px;
	font-size: larger;
	font-weight: bold;
	color: #fff;
	background-color: #cc9900;
}
#content .table1{
	margin: 10px -1px 4px 0px;
}
#kincomm{
	margin: 2px auto 24px auto;
	text-align: right;
	font-size: small;
}
.prbox{
      overflow: hidden;
      margin: 0 auto;
      width: 232px;            /* 2014.06.19 add */
      text-align: center;      /* 2014.06.19 add */
}
.prbox a {
	color: #00f;
	font-size: 0.9em;
	text-decoration: none;
}
.ketayose{
	margin: 0px 0px 10px 60px !important;
}
.chuusyaku{
	margin: 0px 0px 20px 60px !important;
}
@media only screen and (min-width: 321px) and (max-width: 390px) {
	#tokusen_name{
	  font-size: 16px !important;
	}
    #tokusen_month{
      font-weight: bold;
      font-size: 15px;
    }
    
    #tokusen_price{
      font-weight: bold;
      font-size: 40px;
      font-style: italic;
      -webkit-text-stroke-color: #f00;
      -webkit-text-stroke-width: 1px;
    }
    
    #tokusen_yen{
      font-weight: bold;
      font-size: 15px;
    }
    
}