@charset "UTF-8";
/*
Template:twentyten
Theme Name:supremo
*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* =Reset default browser CSS. Based on work by Eric Meyer.PC
-------------------------------------------------------------- */

a.ebis_button_trigger {
	pointer-events: none;
	text-decoration: none;
	color: #666666;
}
a.ebis_button_trigger:link {
	text-decoration: none;
	color: #666666;
}
a.pctelnone {
	pointer-events: none;
}
a.pctelnone:link {
	text-decoration: none;
	color: #666666;
}
zr 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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
dl.vnlst01 {
	overflow: hidden;
	zoom: 1;
	width: 70%;
	font-size: 14px;
	margin: 0 auto 20px;
	/*	border-left:7px solid #a68360;*/
}
dl.vnlst01 dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 10%;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.vnlst01 dd {
	width: 90%;
	margin-bottom: 7px;
	padding: 0 0 7px 120px;
	border-bottom: 1px dotted #999;
}
dl.vnlst01 a:link {
	color: #0066cc;
	text-decoration: none;
}
dl.vnlst01 a:visited {
	color: #743399;
}
dl.vnlst01 a:active, dl.vnlst01 a:hover {
	color: #ff4b33;
}
h3.vnlst01_ttl {
	width: 75%;
	background: #a68360;
	font-size: 16px;
	color: #ffffff;
	padding: 7px 0;
	margin: 0 auto 15px;
	/*	border-bottom:7px dotted #a68360;*/
	text-align: center;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
/*	float: left;
	margin: 0 -240px 0 0;*/
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 920px;
}

#blog{
width:900px;
margin:auto;

}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0;
}
#branding {

    width:100%;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	width: 220px;
}
#footer-widget-area #first {
	margin-right: 10px;
}
#footer-widget-area #second {
	margin-right: 10px;
	width: 240px;
}
#footer-widget-area #third {
	float: left;
	margin-right: 10px;
	width: 200px;
}
#footer-widget-area #fourth {
	margin-right: 0;
	width: 210px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 620px;
}
#site-generator {
	float: right;
	width: 290px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background-color: #fff;
}
body {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	background: url(img/body_bg.png) repeat-x;
}
body.page-template-onecolumn-page {
	background: #fff none !important;
}
body.page-template-page-nomenu {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active, a:hover {
	color: #ff4b33;
}
/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}
.bg_red {
	background: #990000;
	color: #fff;
	padding: 4px 8px;
	font-size: 86%;
}
.box_grey {
	background: #f0f0f0;
	margin-bottom: 20px;
	padding: 20px;
}
.box_grey_line {
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding: 20px;
}
.required {
	background: #cc0000;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	margin-left: 10px;
}
/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
/* This is the custom header image */

#branding img {
	border-top: 0;
	border-bottom: 0;
	display: block;
	float: left;
}
#hd {
	position: relative;
}
#hd_contact {
	position: absolute;
	top: -20px;
	right: 20px;
	background: #ff6600;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 2px 15px;
}
#hd_contact a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4;
}

#hd_line {
	position: absolute;
	top: -20px;
	right: 130px;
	background: #1cb71f;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 2px 15px;
}
#hd_line a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4;
}


.hd_info a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.hd_info {
	width: 380px;
	float: right;
	font-size: 12px;
    text-align:right;
}
.hd_info img{float:right !important;}
.hd_info p {
	margin-bottom: 10px !important;
}
.hd_free {
	width: 330px;
	float: right;
}
.hd_logo {
	padding-top: 10px;
	float: left;
	width: 480px;
	font-size: 12px;
}
.hd_logo img {
	margin-right: 10px;
}
h1.site-title {
	font-weight: normal;
	display: inline-block;
	font-size: 12px;
}
h1.entry-title {
	display: inline-block !important;
	font-size: 12px;

}
.inside {
	max-width: 980px;
	margin: 0 auto;
}
h2.entry-title {
	font-size: 18px;

}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
div.formbox div.fttp_sc {
	width: 90%;
	/**/
	padding: 10px 5%;
	margin: 0 auto 0;
	background: #f0ede5;
	/*border-bottom:1px solid #cccccc;*/
}
div.formbox .fttp_l {
	float: left;
	width: 45%;
	/*44*/
	padding: 0;
	margin: 0;
}
div.formbox .fttp_l img {
	width: 100%;
}
div.formbox .fttp_r {
	float: right;
	width: 50%;
	/*46*/
	padding: 0 0 0 0%;
	margin: 0;
}
div.formbox div.rsrv_expcnt {
	/*	background:#efefef;*/
	width: 100%;
	padding: 10px 0 0;
	/*	border-bottom:1px solid #cccccc;*/
	margin-bottom: 30px;
	border-top: 1px solid #cccccc;
}
div.shop_expcnt {
	background: #f8f5ef;
	/*f5efe5*/
	width: 100%;
	padding: 5px 0 5px;
	/*	border-bottom:1px solid #cccccc;*/
	margin-bottom: 0px;
}
div.shop_expcnt a {
	text-decoration: none;
	color: #000000;
}
div.formbox .fttp_r h4 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	border-left: 7px solid #bbb4a7;
	padding-left: 20px;
	line-height: 1;
	margin: 10px 0 30px;
}
.fttp_r p {
	line-height: 1.8;
	padding: 0;
	margin: 0 0 20px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 980px;
}
#access .menu-header, div.menu {
	font-size: 14px !important;
	margin-left: 0px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
	border-right: 1px solid #eeeeee;
	text-align: center;
}
#access .menu-header .sub-menu li {
	border-right: 0px;
	border-left: 0px;
}
#access .menu-header li:first-child, div.menu li:first-child {
	border-left: 1px solid #eeeeee;
}
#access a {
	color: #3f3f3d;
	display: block;
	padding: 10px 38.5px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 54px;
	/*38px*/
	left: 0;
	float: left;
	width: 100px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 100px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*submenu*/
	background: #f8f7f0;
	line-height: 1em;
	padding: 10px;
	width: 146px;
	height: auto;
}
#access li:hover>a, #access ul ul :hover>a {
	background: #f8f7f0;
	color: #333;
}
#access ul ul a:hover {
	/*submenu*/
	background: #efede3;
}
#access ul li:hover>ul {
	display: block;
}
#access ul li.current_page_item>a, #access ul li.current_page_ancestor>a, #access ul li.current-menu-ancestor>a, #access ul li.current-menu-item>a, #access ul li.current-menu-parent>a {
	color: #333;
}
* html #access ul li.current_page_item a, * html #access ul li.current_page_ancestor a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color: #fff;
}
#menu-item-3873 a:after {
	content: 'home';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
	font-family: Century Gothic;
}
#menu-item-10946 a:after {
	content: 'car lease';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
#menu-item-5107 a:after {
	content: 'mentenance';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
#menu-item-6062 a:after {
	content: 'newcar';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
#menu-item-6902 a:after {
	content: 'voice';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
#menu-item-5110 a:after {
	content: 'faq';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
#menu-item-3887>a:after {
	content: 'About Us';
	display: block;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
}
/* =パンくず
-------------------------------------------------------------- */

.bred {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	color: #999;
	padding: 20px 0px;
}
.bred a {
	color: #222;
	text-decoration: none;
}
.bred a:hover {
	text-decoration: underline;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#main2 {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
	margin-top: 0px;
}
#content {
	margin-bottom: 36px;
}
#content, #content input, #content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 24px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link, .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	line-height: 1.6;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	/*	color: #777;
	font-size: 12px;*/
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #777;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video, .format-standard .wp-audio-shortcode, .format-audio .wp-audio-shortcode, .format-standard .video-player {
	margin-bottom: 24px;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p, .home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside, .home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
	max-width: 100%;
	/* When images are too wide for containing element, force them to fit. */
	height: auto;
	/* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright, .img_r {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	/* prevent too-wide images from breaking layout632px*/
	padding: 4px;
	text-align: center;
	display: block;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px;
	/* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {
	/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */

header {
	position: relative;
}
.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #777;
	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;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.nav {
	padding: 0 20px;
	margin: 0 auto 60px;
	width: 760px;
}
.nav {
	top: -60px;
	position: fixed;
	overflow: hidden;
}
.nav2 {
	top: 0px;
	overflow: hidden;
}
.fixed {
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: #fff url(img/body_bg.png) repeat-x;
	padding: 0 0 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.fixed2 {
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 60px;
	padding: 0 0 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#logoline-sub {
	display: block;
	padding: 5px 0;
	width: 920px;
	height: 60px;
	position: relative;
	margin: 0 auto 0 !important;
}
#logoline-sub #logomark {
	float: left;
}
#access-sub {
	left: 90px;
	position: absolute;
	top: 5px;
}
#access-sub ul {
	margin: 12px 0 0 0;
	text-align: left;
}
#access-sub ul li {
	display: inline-block;
	margin: 0 1px 0 0;
	position: relative;
	width: auto !important;
	font-size: 14px;
	padding: 0 0px 0 0;
}
#access-sub ul li:after {
	content: '|';
	color: #eee9e3;
}
#access-sub ul li a {
	text-decoration: none;
	color: #000;
	padding-right: 5px;
}
ul#h_btn-sub {
	position: absolute;
	top: 15px;
	right: 0;
	width: 134px;
}
ul#h_btn-sub li, ul#h_btn-sub2 li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
ul#h_btn-sub li:nth-child(2), ul#h_btn-sub2 li:nth-child(2) {
	margin-right: 0;
}
ul#h_btn-sub2 {
	position: absolute;
	top: 15px;
	right: 0;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #fff;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
	color: #333;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul, .widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
en .widget_text ul ul, .widget_text ol ol, .widget_text ul ol, .widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}
/* Helps galleries in widget areas look presentable in most cases. */

.widget-area .gallery-columns-2 img, .widget-area .gallery-columns-3 img, .widget-area .gallery-columns-4 img, .widget-area .gallery-columns-5 img, .widget-area .gallery-columns-6 img, .widget-area .gallery-columns-7 img, .widget-area .gallery-columns-8 img, .widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}
/* Main sidebars */

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {}
#secondary {}
/* Footer widget areas */

#footer-widget-area {}
/* =Footer
-------------------------------------------------------------- */

.contact_b {
	width: 980px;
	height: 274px;
	position: relative;
	background: url(img/contact_b.jpg) no-repeat;
}
.contact_b h3 {
	text-align: center;
	color: #fff;
	padding-top: 5px;
	font-size:30px;
}
.contact_b .tel {
	font-size: 48px;
	color: #ff9900;
	padding-top: 52px;
	padding-left: 130px;
	font-weight: bold;
}
.contact_b .tel2 {
	font-size: 36px;
	color: #ff9900;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	line-height:1.2;
}
a.btn2 {
	display: inline-block;
	background: #ff9900;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 40px;
	text-decoration: none;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	margin: 5px 0px;
}
a.btn2:before {
	content: "▶　";
}
.contact_b div.link {
	position: absolute;
	top: 150px;
	right: 20px;
}
.contact_b a {
	text-decoration: none;
}
a.btn {
	background: #ff9900;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 20px;
	text-decoration: none;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}
a.btn:before {
	content: "▶　";
}
#footer {
	margin-bottom: 0px;
}
#colophon {
	border-top: none;
	margin-top: 0;
	overflow: hidden;
	padding: 0px 0;
	font-size: 12px;
	color: #fff;
}
.ft_bg {
	background: url(img/ft_bg.png) center bottom;
	padding: 170px 0px 0px;
	height: 518px;
	position: relative;
}
.ft_logo {
	color: #666;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.4;
}
.ft_logo img {
	margin-bototm: 5px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: normal;
	position: relative;
	font-size: 12px;
	color: #5e5a4e;
	text-align: center;
	bottom: 5px;
	width: 980px;
	margin: 0 auto;
	position: absolute;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
h3.ft_info {
	text-align: center;
	font-size: 36px;
	padding: 24px 0px;
	border-top: 4px solid #d1c7b3;
	border-bottom: 4px solid #d1c7b3;
	margin-bottom: 30px;
	color: #5e5a4e;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}

.ft_tenpo p{margin-bottom:0px;}
ul.ft_tenpo {}
ul.ft_tenpo li {
	float: left;
	display: inline-block;
	margin-right: 8px;
}
ul.ft_tenpo li:last-child {
	margin-right: 0;
}
.ft_tel {
	text-align: center;
	padding: 40px 0px;
}
h3.widget-title {
	font-size: 12px;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------------------

---------------------------------------------------------------------------*/

.bg01 {
	background: url(img/bg01.png);
	padding: 5px 0px;
}
#title_wrap {
	width: 100%;
	height: 300px;
	background: no-repeat center center;
	background-size: cover;
	color: #fff;
}
#title_wrap h2 {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	font-size: 34px;
	text-align: center;
	padding-top: 120px;
	letter-spacing: 4px;
	/*-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;*/
	text-shadow: black 0 0 5px;
}
#title_wrap p {
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
}
h2.entry-title {
	color: #5e5a4e;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 20px;
	width: 100%;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	padding: 15px 10px 10px;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.entry-content h2 {
	/*font-size:45px;
color:#color:#343129;
font-family: a-otf-ryumin-pr6n, serif;
font-style: normal;
font-weight: 300;
text-align:center;
border-top:4px solid #d1c7b3;
border-bottom:4px solid #d1c7b3;
margin-bottom:30px;
margin-top:5px;
padding:30px 0px;*/
}
.entry-content h2.top_voice {
	border: none;
	padding: 0;
	margin-top: 0px;
}
.entry-content h2.none {
	border-top: 0;
	border-bottom: 0;
	padding: 0;
}
h2.reason_ttl {
	background: url(img/reason_ttl_bg.jpg);
	height: 252px;
	text-align: center;
}
.bg_reason {
	background: #fdf9e9;
}
h3.ttl {
	clear: both;
	font-size: 36px;
	color: #5e5a4e;
	padding-bottom: 20px;
	margin: 60px auto 30px;
	text-align: center;
	border-bottom: 3px solid #a89d94;
	/*#efede3*/
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}
h3.lead {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
}
.c-button {
	margin: 60px auto;
	text-align: center;
}
.c-button a.submit {
	background-color: #b10a18;
	box-shadow: 0 3px 0 #a20512;
	text-shadow: 0px -2px #a20512;
	position: relative;
	padding: 30px 80px;
	font-size: 230%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 30px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}
.c-button a.submit:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 8px solid transparent;
	/*top right bottom を透明化 */
	border-left: 8px solid #fff;
}
.c-button a.submit:hover:after {
	right: 27px;
	/*マウスオーバーで三角をずらす */
	transition: 0.5s;
}
.fnt_r {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}
/*--------------------------------------------------------------------------
   01 top
---------------------------------------------------------------------------*/

.mainimage {
	text-align: center;
	height: 450px;
}
.bnr_top {
	margin-top: -50px;
	margin-bottom: 10px;
}
.bg_be {
	background: #ede9e1;
	padding: 20px 0px;
}
.bg_be2 {
	background: #f7f6f2;
	padding: 20px 0px;
}
.top_enter {
	margin-bottom: 50px;
}
.top_enter_l {
	width: 457px;
	float: left;
}
.top_enter_r {
	float: right;
	width: 457px;
}
.top_newsarea {
	margin-top: 20px;
}
.top_news {
	width: 100%;
	background: #fff;
	min-height: 178px;
	overflow: hidden;
}
.top_news span.date {
	margin-right: 30px;
}
.top_news span.sankaku {
	font-size: 0.8em;
	color: #333;
	margin-right: 5px;
}
.top_news h2 {
	margin: 0 0 5px 0;
}
.top_news ul {
	width: 100%;
	margin: 0 auto 0;
	list-style: none;
	padding: 0;
}
.top_news li {
	padding: 6px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.bg_blue {
	background: #f4f8ff;
}
.top_bnr {
	width: 295px;
	float: right;
}
h3.top_voice, h3.top_about {
	text-align: center;
	font-size: 36px;
	border-top: 4px solid #d1c7b3;
	border-bottom: 4px solid #d1c7b3;
	margin-bottom: 30px;
	color: #5e5a4e;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	padding: 20px 0px;
}
.fnt_ryu {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}
.top_btn {
	clear: both;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.reason {
	width: 980px;
	margin: 30px auto 0px;
	list-style: none;
	padding: 0;
}
ul.reason li {
	width: 470px;
	margin-right: 34px;
	float: left;
	background: #fdf9e9;
	margin-bottom: 10px;
}
ul.reason li:nth-child(even) {
	margin-right: 0;
}
.reason01 {
	background: url(img/reason01.jpg) no-repeat;
	height: 250px;
}
.reason02 {
	background: url(img/reason02.jpg) no-repeat;
	height: 250px;
}
.reason03 {
	background: url(img/reason03.jpg) no-repeat;
	height: 250px;
}
.reason04 {
	background: url(img/reason04.jpg) no-repeat;
	height: 250px;
}
.reason05 {
	background: url(img/reason05.jpg) no-repeat;
	height: 250px;
}
.reason06 {
	background: url(img/reason06.jpg) no-repeat;
	height: 250px;
}
ul.reason li h3 {
	color: #ff6600;
	font-size: 24px;
	padding-left: 120px;
	padding-bottom: 160px;
}
ul.reason li p {
	padding: 10px;
}
h2.top_about {
	background: #00b8ec;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 10px 0px;
}
div.top_about {
	display: flex;
	flex-wrap: wrap;
}
div.top_about div.aboutus {
	width: calc(25% - 10px);
	margin: 5px;
}
div.top_about h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
div.top_about p {
	font-size: 14px;
}
div.col2 {
	display: flex;
	flex-wrap: wrap;
}
div.col2 div.box {
	width: calc(50% - 10px);
	margin: 5px;
}
.box_g {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
}
div.col2 {
	display: flex;
	flex-wrap: wrap;
}
div.col2 div.box {
	width: calc(50% - 10px);
	margin: 5px;
	position: relative;
}
div.t_contact {
	display: flex !important;
	flex-wrap: wrap!important;
}
div.t_contact div.t_box {
	width: calc(50% - 10px);
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
div.t_contact h2 {
	color: #fff;
	background: #2ebae8;
}
div.t_contact a .tel2 {
	color: #000;
	font-size: 32px;
}
div.t_contact a {
	text-decoration: none;
}

div.col3 {
	display: flex;
	flex-wrap: wrap;
}
div.col3 div.box {
	width: calc(33.3% - 10px);
	margin: 5px;
	position: relative;
}

div.col4 {
	display: flex;
	flex-wrap: wrap;
}
div.col4 div.box {
	width: calc(25% - 10px);
	margin: 5px;
	position: relative;
}
.top_voice h3 {
	color: #f19716;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.top_voice .plan {
	font-size: 12px;
	color: #666;
}
.voice_cat {
	position: absolute;
	top: -10px;
	left: -5px;
}

.voice_box{
	padding:30px;
	margin:0 0 20px;
	background:url(../img/voice_bg.png);
}
.voice .inner{
	background: #fff;
	padding:30px;
	box-shadow:0 0 18px #e6f3ff;
}
.voice h3{
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:2px solid #ddd;
	font-size:16px;
	line-height: 1.4;
}
.voice_icon{
	float: left;
	margin: 0 1em 0 0;
}
.voice h3 .voice_ttl{
	color: #005bac;
	font-size:160%;
}
.voice h3 .name{
	font-weight: normal;
}
.voice .voice_img{
	float: right;
	margin: 0 0 0 2em;
}


.cont07_img01,
.cont07_img02{
	display: block;
	margin: 2em auto;
}
.icon_line{
	float:left;
	margin-left:150px;
}

.ft_tenpo {
	width: 680px;
	float: right;
	margin-right:10px;

}
.ft_tenpo .box h2 {
	text-align: left !important;
	border-left: 5px solid #00b8ec;
	padding-left: 15px;
	/*font-weight: bold;*/
	line-height:1.2;
	margin-bottom:20px;
	font-size:120%;

}

.ft_tenpo div.col2 {
	display: flex;
	flex-wrap: wrap;
}
.ft_tenpo div.col2 div.box {
	width: 330px;
	margin: 5px;
	text-align:left;
}



ul.col2{list-style:none; width:100%;margin-bottom:20px;}
ul.col2 li{float:left; width:50%;}






/*--------------------------------------------------------------------------
   03 faq
---------------------------------------------------------------------------*/

.faq_box {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px 30px;
}
.faq_q {
	background: url(img/qa_q.png) no-repeat;
	padding-left: 60px;
	border-bottom: 1px dotted #ccc;
	height: 40px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.faq_a {
	padding: 5px;
}
.faq_list {
	font-size: 14px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}
.faq_list a {
	text-decoration: none;
	color: #333;
}
.faq_list a:hover {
	text-decoration: underline;
}
/*ご来店予約*/

ul.yoyaku {
	list-style: none;
	width: 770px;
	margin: 15px auto 30px;
}
ul.yoyaku li {
	float: left;
	margin-right: 20px;
}
ul.yoyaku li:last-child {
	margin-right: 0;
}
.yoyaku_tbl {
	border-top: 1px solid #d9d2c6;
	border-left: none;
	width: 880px;
	margin: 20px auto;
}
.yoyaku_tbl th {
	border-right: none;
	border-bottom: 1px solid #d9d2c6;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	background: #f2f2f2;
	color: #0a0a0a;
	vertical-align: middle;
}
.yoyaku_tbl td {
	font-size: 14px;
	border-right: none;
	padding: 20px;
	border-bottom: 1px solid #d9d2c6;
	color: #0a0a0a;
}
.button {
	text-align: center;
}
/*--------------------------------------------------------------------------
   04 tenpo
---------------------------------------------------------------------------*/

.tenpo_tbl {
	width: 920px;
	margin: 0 auto 60px;
	font-size: 16px;
}
.tenpo_tbl th {
	background: #efede3;
	padding: 15px;
	border: 1px solid #ccc;
}
.tenpo_tbl td {
	padding: 15px;
	border: 1px solid #ccc;
	line-height: 1.6;
}
h3.option_ttl {
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	color: #000;
	border: none;
	line-height: 1.8;
	margin-bottom: 40px;
}
.btn_gold {
	overflow: hidden;
	width: 400px;
	padding: 20px 10px;
	background-color: #a58950;
	text-align: center;
	line-height: 1;
	margin: 30px 0px;
}
.btn_gold a {
	color: #fff;
	text-decoration: none;
	display: block;
}
ul.cat_voice {}
ul.cat_voice li {
	list-style: none;
	float: left;
	width: 150px;
	height: 200px;
	background: #fafafa;
	margin-right: 12px;
	margin-bottom: 20px;
	border: 1px soid #efefef;
}
ul.cat_style li {
	list-style-type: none;
	float: left;
	width: 300px;
	height: 280px;
	background: #fafafa;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px soid #efefef;
}
ul.cat_style li:nth-child(3n) {
	margin-right: 0;
}
ul.cat_style li a:hover {
	display: inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.cat_style li img {
	margin-bottom: 10px;
}
ul.cat_style li a {
	list-style-type: none;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 10px;
}
ul.cat_style li h2 {
	display: inline-block;
	background: url('img/list_gint02.png') 0 center no-repeat;
	padding-left: 18px;
	margin-top: 10px;
	font-size: 14px;
}
ul.cat_voice li:first-child, ul.cat_voice li:nth-child(2), ul.cat_voice li:nth-child(3) {
	list-style: none;
	float: left;
	width: 300px;
	height: 280px;
	background: #fafafa;
	margin-right: 12px;
	margin-bottom: 20px;
	border: 1px soid #efefef;
}
ul.cat_voice li img {
	width: 150px;
	height: 100px;
	background: #333;
}
ul.cat_voice li:first-child img, ul.cat_voice li:nth-child(2) img, ul.cat_voice li:nth-child(3) img {
	width: 300px;
	height: 200px;
}
ul.cat_voice li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 14px;
	width: 150px;
	height: 200px;
}
ul.cat_voice li:first-child a, ul.cat_voice li:nth-child(2) a, ul.cat_voice li:nth-child(3) a {
	width: 300px;
	height: 200px;
}
ul.cat_voice li h2 {
	padding: 15px;
	color: #333;
	font-size: 14px;
}
.note {
	border: 1px solid #eee;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}
.note ul {
	margin-left: 20px;
}
.recruit h3 {
	background: #5ec8f7;
	margin-bottom: 20px;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
}
dl.recruit {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	background: #dbecf0;
}
dl.recruit dt {
	width: 30%;
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
dl.recruit dd {
	margin-left: 30%;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	margin-bottom: 0px;
}
dl.recruit dd:after {
	display: block;
	content: "";
	clear: both;
}
@media screen and (max-width: 320px) {
	dl.recruit dt {
		width: 100%;
		float: none;
	}
	dl.recruit dd {
		margin-left: auto;
		border-left: none;
	}
}
/*--------------------------------------------------------------------------
   LP(newset)
---------------------------------------------------------------------------*/

h2 {
	margin: 0 auto 1em;
	text-align: center;
}
.box h2 {
	margin: 0 auto 0;
	text-align: center;
}
.lp_bg {
	background: url(img/bg.jpg);
	padding: 3em 0;
}
.lp_bg h3 {
	width: 1000px;
	margin: 0 auto;
}
.inside_lp {
	margin: 0 auto 60px;
	padding: 40px 50px;
	width: 1000px;
	background: #fff;
}
.set01 h3, .set02_set03 h3 {
	margin: -50px 0 2em -50px;
	padding: 0;
}
.set02_set03 h3 .cont02_set03_ttl {
	margin: 50px 0 0 0;
}
.cont02_set01_txt01 {
	margin: 0 0 1em;
}
.cont02_set01_img01 {
	float: right;
	margin: 0 0 0 2em;
}
.cont02_set01_txt02, .cont02_set01_img02, .cont02_set01_txt03 {
	margin: 1em auto;
	display: block;
}
.cont02_sarani {
	display: block;
	margin: 3em auto;
}
.kome {
	font-size: 80%;
	margin: 1em 0 3em;
}
.cont03 h3 {
	margin: -60px 0 30px 0;
}
.cont03_txt02 {
	margin: 3em 0;
}
.cont03_img02 {
	display: block;
	margin: auto auto 3em;
}
a.contact_btn img {
	display: block;
	margin: 2em auto;
	transition: 0.3s;
}
a.contact_btn img:hover {
	opacity: 0.7;
}
.cont06_img01 {
	margin: 0 0 2em;
}
.cont06_img02 {
	float: right;
	margin: 0 0 2em 2em;
}
.voice_box {
	padding: 30px;
	margin: 0 0 20px;
	background: url(img/voice_bg.png);
}
.voice_box .inner {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 18px #e6f3ff;
}
.voice_box h3 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 1.4;
	width: auto;
}
.voice_icon {
	float: left;
	margin: 0 1em 0 0;
}
.voice_box h3 .voice_ttl {
	color: #005bac;
	font-size: 160%;
}
.voice h3 .name {
	font-weight: normal;
}
.voice .voice_img {
	float: right;
	margin: 0 0 0 2em;
}
.cont07_img01, .cont07_img02 {
	display: block;
	margin: 2em auto;
}
dl#qa dt {
	font-size: 24px;
	font-weight: bold;
	background: url(img/qa_q.png) no-repeat left top;
	padding: 0 0 0 50px;
	margin: 0 0 20px;
}
dl#qa dd {
	font-size: 18px;
	background: url(img/qa_a.png) no-repeat left top;
	padding: 0 0 30px 50px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
p.qa_after {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
.cont08_arrow, .tel_big {
	display: block;
	margin: 1em auto;
}
.company {
	margin: 3em 0;
}
.company table {
	float: left;
	width: 600px;
	border-collapse: collapse;
	line-height: 2.2;
}
.company table th, .company table td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.company table th {
	font-weight: bold;
	text-align: left;
	width: 6em;
}
.company .cont08_img01 {
	float: right;
}
.cont08 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cont08 ul li {
	float: left;
	width: auto;
	margin: 0 8px 20px 0;
}
.cont08 ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.cont08 ul.way {
	width: 100%;
}
.cont08 ul.way li {
	width: 49%;
	float: left;
	margin: 0 1% 1% 0;
	font-size: 12px;
}
.cont08 ul.way li:nth-child(2n) {
	margin: 0 0 1% 0;
}
.cont08 ul.way li img {
	width: 100%;
}
.contactarea {
	margin: 60px auto;
}
.wakuwakuwaku {
	width: 100%;
	border: none;
	border-radius: 0px;
	padding: 0px;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   faq
---------------------------------------------------------------------------*/

.faq-title h4 {
	background: url(img/qa_q.png) no-repeat left top !important;
	padding: 8px 0 8px 50px;
}
.plan_exmaple {
	border: 4px solid #0076d8;
	width: 898px;
	margin: 10px auto;
	text-align:center;
}
.freedial_waku {
	width: 700px;
	margin: 10px auto;
	padding: 30px 60px;
	border: 6px solid #d5f1f7;
}
.entry-content input[type="submit"] {
	display: block;
	box-shadow: none;
	background: #ff9900;
	margin: 20px auto;
	color: #fff;
	padding: 20px 80px;
	font-size: 16px;
}
.PCnone {
	display: none !important;
}
.SPnone {
	display: block !important
}
@media screen and (max-width: 640px) {
	#access {
		width: 100%;
	}
}

.minivan_wrap p {
	margin: 0 0 30px 0;
}
.minivan_wrap img {
	vertical-align: bottom;
}
.minivan_wrap .img-center {
	text-align: center;
	margin: 40px auto;
}
.img-right {
	width: 30%;
	float: right;
}
.post-6928 .entry-content {
	padding-top: 0;
}
.minivan_wrap h1 {
	margin: 80px 0 20px;
}
.minivan_wrap h2 {
	margin: 0;
	line-height: 1;
	vertical-align: bottom;
}
.minivan_wrap h3 {
	font-size: 24px;
}
.minivan_wrap h4 {
	background: #ffe9ac;
	font-size: 18px;
	margin: 30px 0 5px;
}
.minivan_wrap hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #cca027;
	margin: 60px 40px;
}
.minivan_wrap .PCnone {
	display: none;
}
.minivan_wrap .SPnone {
	display: block;
}
.minivan_wrap header {
	display: block;
	background: url(https://tanaka-motors.jp/wp/img/mainimage_pc.jpg) no-repeat top center #fff;
	height: 600px;
	text-align: center;
}
.minivan_wrap header.white {
	display: block;
	background: url(https://tanaka-motors.jp/wp/img/mainimage_w.jpg) no-repeat top center #fff;
	height: 600px;
	text-align: center;
	margin-top: 54px;
}
/*-----------------------------------------------------
	contetnts
-----------------------------------------------------*/

.minivan_wrap h1 {
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}
.minivan_wrap #wrapper {
	background: url(https://tanaka-motors.jp/wp/img/bg.jpg);
	padding: 3em 0;
}
.minivan_wrap h2 {
	margin: 0 auto 1em;
	text-align: center;
}
.minivan_wrap .box {
	margin: 0 auto 60px;
	padding: 40px 50px;
	width: 900px;
	background: #fff;
	box-sizing: content-box;
}
.minivan_wrap .set01 h3, .minivan_wrap .set02_set03 h3 {
	margin: -50px 0 2em -50px;
	padding: 0;
}
.minivan_wrap a.contact_btn.contact_btn img {
	margin-top: 0;
}
.minivan_wrap .set02_set03 h3 .cont02_set03_ttl {
	margin: 50px 0 0 0;
}
.minivan_wrap .cont01_img01 {
	margin-bottom: 5px;
}
.minivan_wrap .cont02_set01_txt01 {
	margin: 0 0 1em;
}
.minivan_wrap .cont02_set01_img01 {
	float: right;
	margin: 0 0 0 2em;
}
.minivan_wrap .cont02_set01_txt02, .minivan_wrap .cont02_set01_img02, .minivan_wrap .cont02_set01_txt03 {
	margin: 1em auto;
	display: block;
}
.minivan_wrap .cont02_sarani {
	display: block;
	margin: 3em auto;
}
.minivan_wrap .kome {
	font-size: 80%;
	margin: 1em 0 3em;
}
.minivan_wrap .cont03 h3 {
	margin: -60px 0 30px 0;
}
.minivan_wrap .cont03_txt02 {
	margin: 3em 0;
}
.minivan_wrap .cont03_img02 {
	display: block;
	margin: auto auto 3em;
}
.minivan_wrap a.contact_btn img {
	display: block;
	margin: 2em auto;
	transition: 0.3s;
}
.minivan_wrap a.contact_btn img:hover {
	opacity: 0.7;
}
.minivan_wrap .cont06_img01 {
	margin: 0 0 2em;
}
.minivan_wrap .cont06_img02 {
	float: right;
	margin: 0 0 2em 2em;
}
.minivan_wrap .voice_box {
	padding: 30px;
	margin: 0 0 20px;
	background: url(https://tanaka-motors.jp/wp/img/voice_bg.png);
}
.minivan_wrap .voice .inner {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 18px #e6f3ff;
}
.minivan_wrap .voice h3 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 1.4;
}
.minivan_wrap .voice_icon {
	float: left;
	margin: 0 1em 0 0;
}
.minivan_wrap .voice h3 .voice_ttl {
	color: #005bac;
	font-size: 160%;
}
.minivan_wrap .voice h3 .name {
	font-weight: normal;
}
.minivan_wrap .voice .voice_img {
	float: right;
	margin: 0 0 0 2em;
}
.minivan_wrap .cont07_img01, .minivan_wrap .cont07_img02 {
	display: block;
	margin: 2em auto;
}
.minivan_wrap dl#qa dt {
	font-size: 24px;
	font-weight: bold;
	background: url(https://tanaka-motors.jp/wp/img/qa_q.png) no-repeat left top;
	padding: 0 0 0 50px;
	margin: 0 0 20px;
}
.minivan_wrap dl#qa dd {
	font-size: 18px;
	background: url(https://tanaka-motors.jp/wp/img/qa_a.png) no-repeat left top;
	padding: 0 0 30px 50px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.minivan_wrap p.qa_after {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
.minivan_wrap .cont08_arrow, .minivan_wrap .tel_big {
	display: block;
	margin: 1em auto;
}
.minivan_wrap .company {
	margin: 3em 0;
}
.minivan_wrap .company table {
	float: left;
	width: 600px;
	border-collapse: collapse;
	line-height: 2.2;
}
.minivan_wrap .company table th, .minivan_wrap .company table td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.minivan_wrap .company table th {
	font-weight: bold;
	text-align: left;
	width: 6em;
}
.minivan_wrap .company .cont08_img01 {
	float: right;
}
.minivan_wrap .cont08 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.minivan_wrap .cont08 ul li {
	float: left;
	width: auto;
	margin: 0 8px 20px 0;
}
.minivan_wrap .cont08 ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.minivan_wrap .cont08 ul.way {
	width: 100%;
}
.minivan_wrap .cont08 ul.way li {
	width: 49%;
	float: left;
	margin: 0 1% 1% 0;
	font-size: 12px;
}
.minivan_wrap .cont08 ul.way li:nth-child(2n) {
	margin: 0 0 1% 0;
}
.minivan_wrap .cont08 ul.way li img {
	width: 100%;
}
.minivan_wrap #privacy {
	border: 1px solid #3db32b;
	padding: 10px;
	font-size: 12px;
	width: 840px;
	margin: 30px auto 10px;
	line-height: 1.4;
}
.minivan_wrap #privacy_hosoku {
	font-size: 12px;
	width: 900px;
	margin: auto;
}
.minivan_wrap .tokutei_link {
	width: 900px;
	margin: 20px auto;
}
.minivan_wrap .btn-primary {
	font-size: 1.4em;
	padding: 10px 30px;
}



ul.col3 {
	display: flex;
	flex-wrap: wrap;
	list-style:none;
}
ul.col3 li {
display:inline-block;
width:-webkit-calc((92% * 1/3) );
width:calc((92% * 1/3) );
margin:1%;
box-sizing:border-box;
vertical-align: top;
}


/*-----------------------------------------------------
	特定商
-----------------------------------------------------*/

.minivan_wrap .tokutei {
	padding: 40px 0;
	background: #fff;
}
.minivan_wrap .tokutei_inner {
	margin: auto;
	width: 600px;
}
.minivan_wrap .PCnone {
	display: none
}
.minivan_wrap .SPnone {
	display: block;
}
@media only screen and (max-device-width: 640px) {
	/* スマホ用のCSS */
	.post-6928 .box {
		padding: 0 5% !important;
	}
	.minivan_wrap body {
		font-size: 13px;
	}
	.minivan_wrap .PCnone {
		display: block;
	}
	.minivan_wrap .SPnone {
		display: none;
	}
	.minivan_wrap h1 {
		line-height: 1;
		margin: 10px 0;
	}
	.minivan_wrap h2 {
		margin: 0 auto 0.5em;
	}
	.minivan_wrap h3 {
		font-size: 1.2em;
	}
	.minivan_wrap img {
		width: 100%;
	}
	.minivan_wrap header {
		background: none #fff;
		height: auto;
		margin-top: 0;
	}
	.minivan_wrap #hd_fixed {
		position: relative;
		height: auto;
	}
	.minivan_wrap .ft_contact {
		width: 100%;
		border-top: 1px solid #ccc;
		position: fixed;
		/*bottom:0;*/
		top: 0;
		max-height: 150px;
		background: #fff;
	}
	.minivan_wrap .ft_logo {
		border-bottom: 1px solid #ccc;
	}
	.minivan_wrap .ft_tel {
		width: 49%;
		float: left;
		/*border-right:1px solid #ccc;*/
	}
	.minivan_wrap .ft_mail {
		width: 49%;
		float: right;
	}
	.minivan_wrap footer {
		padding: 1.5em;
	}
	.minivan_wrap footer .inner {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.minivan_wrap #headline, .minivan_wrap #wrapper, .minivan_wrap .box {
		width: auto;
		padding: 10px;
	}
	.minivan_wrap #headline {
		margin: 0;
		padding: 0.5em;
	}
	.minivan_wrap .h_logo {
		width: 58%;
	}
	.minivan_wrap .h_tel {
		width: 40%;
	}
	.minivan_wrap .box {
		margin: 0 auto 20px;
	}
	.minivan_wrap .set01 h3, .minivan_wrap .set02_set03 h3 {
		margin: -10px 0 0.8em -10px;
		width: 106%;
	}
	.minivan_wrap .cont02_set01_txt01 {
		width: 75%;
	}
	.minivan_wrap .cont02_set01_img01 {
		width: 30%;
		margin: 0 0 0.5em 0.5em;
	}
	.minivan_wrap .cont02_sarani {
		width: 60%;
		margin: 1em auto;
	}
	.minivan_wrap .set02_set03 h3 .cont02_set03_ttl {
		margin: 0;
	}
	.minivan_wrap .cont03 h3 {
		margin: -20px 0 10px 0;
	}
	.minivan_wrap .cont03_txt02 {
		margin: 1em auto;
	}
	.minivan_wrap a.contact_btn img {
		width: 90%;
	}
	.minivan_wrap .cont06_img02 {
		width: 30%;
		margin: 0 0 0.5em 0.5em;
	}
	.minivan_wrap .voice, .minivan_wrap .voice_box, .minivan_wrap .voice .inner {
		padding: 10px;
	}
	.minivan_wrap .voice_icon {
		width: 10%;
		display: none;
	}
	.minivan_wrap .voice h3 {
		line-height: 1.2;
	}
	.minivan_wrap .voice h3 .voice_ttl {
		font-size: 100%;
	}
	.minivan_wrap .voice h3 .name {
		font-size: 80%;
	}
	.minivan_wrap .voice .voice_img {
		margin: 0 auto 0.5em;
		width: 90%;
		display: block;
		float: none;
	}
	.minivan_wrap h1#qa_ttl {
		padding: 10px 0;
	}
	.minivan_wrap h1#qa_ttl img {
		width: auto;
	}
	.minivan_wrap dl#qa dt {
		font-size: 120%;
		line-height: 1.4;
		min-height: 2.5em;
	}
	.minivan_wrap dl#qa dd {
		font-size: 100%;
	}
	.minivan_wrap p.qa_after {
		font-size: 110%;
	}
	.minivan_wrap .cont08_arrow {
		width: 50%;
	}
	.minivan_wrap .tel_big {
		width: 70%;
	}
	.minivan_wrap .company {
		margin: 3em 0 1em;
	}
	.minivan_wrap .company table {
		width: 100%;
		float: none;
		line-height: 2;
		margin: 0 0 1em;
	}
	.minivan_wrap .company table th, .minivan_wrap .company table td {
		font-size: 13px;
	}
	.minivan_wrap .cont08 ul li {
		width: 48%;
	}
	.minivan_wrap .cont08 ul li:nth-child(odd) {
		float: left;
	}
	.minivan_wrap .cont08 ul li:nth-child(even) {
		float: right;
		margin: 0 0 20px;
	}
	.minivan_wrap .cont08 ul li img {
		width: 100%;
	}
	.minivan_wrap .cont08 ul.way {
		width: 100%;
	}
	.minivan_wrap .cont08 ul.way li {
		width: 100%;
		float: none;
		margin: 0 0% 1% 0;
		font-size: 12px;
	}
	.minivan_wrap .cont08 ul.way li img {
		width: 100%;
	}
}
/*post-6928*/

.post-6928 body {
	font-size: 16px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	background: url(https://tanaka-motors.jp/wp/img/bg.png);
	color: #333;
}
.post-6928 p {
	margin: 0 0 30px 0;
}
.post-6928 img {
	vertical-align: bottom;
}
.post-6928 .img-center {
	text-align: center;
	margin: 40px auto;
}
.post-6928 h1 {
	margin: 80px 0 20px;
}
.post-6928 h2 {
	margin: 0;
	line-height: 1;
	vertical-align: bottom;
}
.post-6928 h3 {
	font-size: 24px;
}
.post-6928 h4 {
	background: #ffe9ac;
	font-size: 18px;
	margin: 30px 0 5px;
}
.post-6928 hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #cca027;
	margin: 60px 40px;
}
.post-6928 .PCnone {
	display: none;
}
.post-6928 .SPnone {
	display: block;
}
/*-----------------------------------------------------
	header
-----------------------------------------------------*/

.post-6928 #hd_fixed {
	background: #fff;
	position: fixed;
	height: 54px;
	width: 100%;
	top: 0;
	left: 0;
}
.post-6928 #headline {
	width: 1000px;
	margin: 5px auto;
	/*1em auto */
}
.post-6928 #headline .h_logo {
	float: left;
}
.post-6928 #headline .h_tel {
	float: right;
}
.post-6928 #headline .h_contact {
	float: right;
	margin-right: 15px;
}
.post-6928 header {
	display: block;
	background: url(https://tanaka-motors.jp/wp/img/minivan_pc.jpg) no-repeat top center #fff;
	height: 600px;
	text-align: center;
	margin-top: 54px;
}
.post-6928 header.white {
	display: block;
	background: url(https://tanaka-motors.jp/wp/img/mainimage_w.jpg) no-repeat top center #fff;
	height: 600px;
	text-align: center;
	margin-top: 54px;
}
/*-----------------------------------------------------
	contetnts
-----------------------------------------------------*/

.post-6928 h1 {
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}
.post-6928 #wrapper {
	background: url(https://tanaka-motors.jp/wp/img/bg.jpg);
	padding: 3em 0;
}
.post-6928 h2 {
	margin: 0 auto 1em;
	text-align: center;
}
.post-6928 .box {
	margin: 0 auto 60px;
	padding: 40px 50px;
	width: 1000px;
	background: #fff;
}
.set01 h3, .post-6928 .set02_set03 h3 {
	margin: -50px 0 2em -50px;
	padding: 0;
}
.post-6928 .set02_set03 h3 .cont02_set03_ttl {
	margin: 50px 0 0 0;
}
.post-6928 .cont01_img01 {
	margin-bottom: 5px;
}
.post-6928 .cont02_set01_txt01 {
	margin: 0 0 1em;
}
.post-6928 .cont02_set01_img01 {
	float: right;
	margin: 0 0 0 2em;
}
.cont02_set01_txt02, .cont02_set01_img02, .post-6928 .cont02_set01_txt03 {
	margin: 1em auto;
	display: block;
}
.post-6928 .cont02_sarani {
	display: block;
	margin: 3em auto;
}
.post-6928 .kome {
	font-size: 80%;
	margin: 1em 0 3em;
}
.post-6928 .cont03 h3 {
	margin: -60px 0 30px 0;
}
.post-6928 .cont03_txt02 {
	margin: 3em 0;
}
.post-6928 .cont03_img02 {
	display: block;
	margin: auto auto 3em;
}
.post-6928 a.contact_btn img {
	display: block;
	margin: 2em auto;
	transition: 0.3s;
}
.post-6928 a.contact_btn img:hover {
	opacity: 0.7;
}
.post-6928 .cont06_img01 {
	margin: 0 0 2em;
}
.post-6928 .cont06_img02 {
	float: right;
	margin: 0 0 2em 2em;
}
.post-6928 .voice_box {
	padding: 30px;
	margin: 0 0 20px;
	background: url(https://tanaka-motors.jp/wp/img/voice_bg.png);
}
.post-6928 .voice .inner {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 18px #e6f3ff;
}
.post-6928 .voice h3 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 1.4;
}
.post-6928 .voice_icon {
	float: left;
	margin: 0 1em 0 0;
}
.post-6928 .voice h3 .voice_ttl {
	color: #005bac;
	font-size: 160%;
}
.post-6928 .voice h3 .name {
	font-weight: normal;
}
.post-6928 .voice .voice_img {
	float: right;
	margin: 0 0 0 2em;
}
.cont07_img01, .post-6928 .cont07_img02 {
	display: block;
	margin: 2em auto;
}
.post-6928 dl#qa dt {
	font-size: 24px;
	font-weight: bold;
	background: url(https://tanaka-motors.jp/wp/img/qa_q.png) no-repeat left top;
	padding: 0 0 0 50px;
	margin: 0 0 20px;
}
.post-6928 dl#qa dd {
	font-size: 18px;
	background: url(https://tanaka-motors.jp/wp/img/qa_a.png) no-repeat left top;
	padding: 0 0 30px 50px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.post-6928 p.qa_after {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
.cont08_arrow, .post-6928 .tel_big {
	display: block;
	margin: 1em auto;
}
.post-6928 .company {
	margin: 3em 0;
}
.post-6928 .company table {
	float: left;
	width: 600px;
	border-collapse: collapse;
	line-height: 2.2;
}
.company table th, .post-6928 .company table td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.post-6928 .company table th {
	font-weight: bold;
	text-align: left;
	width: 6em;
}
.post-6928 .company .cont08_img01 {
	float: right;
}
.post-6928 .cont08 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-6928 .cont08 ul li {
	float: left;
	width: auto;
	margin: 0 8px 20px 0;
}
.post-6928 .cont08 ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.post-6928 .cont08 ul.way {
	width: 100%;
}
.post-6928 .cont08 ul.way li {
	width: 49%;
	float: left;
	margin: 0 1% 1% 0;
	font-size: 12px;
}
.post-6928 .cont08 ul.way li:nth-child(2n) {
	margin: 0 0 1% 0;
}
.post-6928 .cont08 ul.way li img {
	width: 100%;
}
.post-6928 footer {
	background: #057ac3;
	line-height: 1;
	font-size: 90%;
}
.post-6928 footer .inner {
	width: 1000px;
	margin: auto;
	padding: 20px 0;
}
.post-6928 footer a {
	color: #fff;
}
footer ul, .post-6928 footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-6928 footer ul {
	float: left;
}
.post-6928 footer li {
	float: left;
	margin: 0 1em 0 0;
}
.post-6928 footer p {
	float: right;
	margin: 0;
	padding: 0;
	color: #fff;
}
.post-6928 form {
	border-bottom: 0;
	width: 100%;
	margin: auto;
}
.post-6928 form label br {
	display: none;
}
.post-6928 #form_box {
	border: 1px solid #cfc1a2;
	margin-bottom: 20px;
}
.post-6928 form label {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	display: block;
}
.post-6928 form label img {
	vertical-align: middle;
}
.post-6928 form label.form-check-label {
	background: #fff;
	width: auto;
	border: none;
}
.post-6928 #privacy {
	border: 1px solid #3db32b;
	padding: 10px;
	font-size: 12px;
	width: 840px;
	margin: 30px auto 10px;
	line-height: 1.4;
}
.post-6928 #privacy_hosoku {
	font-size: 12px;
	width: 900px;
	margin: auto;
}
.post-6928 .tokutei_link {
	width: 900px;
	margin: 20px auto;
}
.post-6928 .btn-primary {
	font-size: 1.4em;
	padding: 10px 30px;
}
/*-----------------------------------------------------
	特定商
-----------------------------------------------------*/

.post-6928 .tokutei {
	padding: 40px 0;
	background: #fff;
}
.post-6928 .tokutei_inner {
	margin: auto;
	width: 600px;
}
.post-6928 .PCnone {
	display: none
}
.post-6928 .SPnone {
	display: block;
}
@media only screen and (max-device-width: 640px) {
	/* スマホ用のCSS */
	.post-6928 .box {
		padding: 0 5% !important;
	}
	.post-6928 body {
		font-size: 13px;
	}
	.post-6928 .PCnone {
		display: block;
	}
	.post-6928 .SPnone {
		display: none;
	}
	.post-6928 h1 {
		line-height: 1;
		margin: 10px 0;
	}
	.post-6928 h2 {
		margin: 0 auto 0.5em;
	}
	.post-6928 h3 {
		font-size: 1.2em;
	}
	.post-6928 img {
		width: 100%;
	}
	.post-6928 header {
		background: none #fff;
		height: auto;
		margin-top: 0;
	}
	.post-6928 #hd_fixed {
		position: relative;
		height: auto;
	}
	.post-6928 .ft_contact {
		width: 100%;
		border-top: 1px solid #ccc;
		position: fixed;
		/*bottom:0;*/
		top: 0;
		max-height: 150px;
		background: #fff;
	}
	.post-6928 .ft_logo {
		border-bottom: 1px solid #ccc;
	}
	.post-6928 .ft_tel {
		width: 49%;
		float: left;
		/*border-right:1px solid #ccc;*/
	}
	.post-6928 .ft_mail {
		width: 49%;
		float: right;
	}
	.post-6928 footer {
		padding: 1.5em;
	}
	.post-6928 footer .inner {
		width: auto;
		margin: 0;
		padding: 0;
	}
	#headline, #wrapper, .post-6928 .box {
		width: auto;
		padding: 10px;
	}
	.post-6928 #headline {
		margin: 0;
		padding: 0.5em;
	}
	.post-6928 .h_logo {
		width: 58%;
	}
	.post-6928 .h_tel {
		width: 40%;
	}
	.post-6928 .box {
		margin: 0 auto 20px;
	}
	.set01 h3, .post-6928 .set02_set03 h3 {
		margin: -10px 0 0.8em -10px;
		width: 106%;
	}
	.post-6928 .cont02_set01_txt01 {
		width: 75%;
	}
	.post-6928 .cont02_set01_img01 {
		width: 30%;
		margin: 0 0 0.5em 0.5em;
	}
	.post-6928 .cont02_sarani {
		width: 60%;
		margin: 1em auto;
	}
	.post-6928 .set02_set03 h3 .cont02_set03_ttl {
		margin: 0;
	}
	.post-6928 .cont03 h3 {
		margin: -20px 0 10px 0;
	}
	.post-6928 .cont03_txt02 {
		margin: 1em auto;
	}
	.post-6928 a.contact_btn img {
		width: 90%;
	}
	.post-6928 .cont06_img02 {
		width: 30%;
		margin: 0 0 0.5em 0.5em;
	}
	.voice, .voice_box, .post-6928 .voice .inner {
		padding: 10px;
	}
	.post-6928 .voice_icon {
		width: 10%;
		display: none;
	}
	.post-6928 .voice h3 {
		line-height: 1.2;
	}
	.post-6928 .voice h3 .voice_ttl {
		font-size: 100%;
	}
	.post-6928 .voice h3 .name {
		font-size: 80%;
	}
	.post-6928 .voice .voice_img {
		margin: 0 auto 0.5em;
		width: 90%;
		display: block;
		float: none;
	}
	.post-6928 h1#qa_ttl {
		padding: 10px 0;
	}
	.post-6928 h1#qa_ttl img {
		width: auto;
	}
	.post-6928 dl#qa dt {
		font-size: 120%;
		line-height: 1.4;
		min-height: 2.5em;
	}
	.post-6928 dl#qa dd {
		font-size: 100%;
	}
	.post-6928 p.qa_after {
		font-size: 110%;
	}
	.post-6928 .cont08_arrow {
		width: 50%;
	}
	.post-6928 .tel_big {
		width: 70%;
	}
	.post-6928 .company {
		margin: 3em 0 1em;
	}
	.post-6928 .company table {
		width: 100%;
		float: none;
		line-height: 2;
		margin: 0 0 1em;
	}
	.company table th, .post-6928 .company table td {
		font-size: 13px;
	}
	.post-6928 .cont08 ul li {
		width: 48%;
	}
	.post-6928 .cont08 ul li:nth-child(odd) {
		float: left;
	}
	.post-6928 .cont08 ul li:nth-child(even) {
		float: right;
		margin: 0 0 20px;
	}
	.post-6928 .cont08 ul li img {
		width: 100%;
	}
	.post-6928 .cont08 ul.way {
		width: 100%;
	}
	.post-6928 .cont08 ul.way li {
		width: 100%;
		float: none;
		margin: 0 0% 1% 0;
		font-size: 12px;
	}
	.post-6928 .cont08 ul.way li img {
		width: 100%;
	}
	.post-6928 form label {
		margin-bottom: 10px;
	}
	.post-6928 .box {
		padding-right:5% !important;
		padding-left:5% !important;
	}
}

#blog-content{
width:980px;
margin:0 auto;
}

#blog-sidebar{
width:200px;
float:right;
margin-top:50px;
}


#blog-content .inside {
	max-width: 750px;
	float:left;
	margin-right:30px;
}

.widget-title {
background:#eee;
text-align:center;
color:#333;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
.onlypc{
  display: none;
}
.wide80{
  margin: 0 auto 56px;
}
}
.wide80{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
