/*
Theme Name: TOWA
Theme URI: http://wordpress.org/themes/twentytwelve/
Author: H.Kurihara @ R-design
Author URI: http://r-de.net/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: motorization, camping car
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus{outline:none;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: none;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
input,
textarea,
keygen,
select{
	font-size:13px;
	line-height:1.5em;
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset; }
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle{
	cursor: pointer;
	display: block;
	float:right;
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	background:url(img/btn/btn_menu.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;
	border-radius:0;
	border:none;}
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	vertical-align:bottom;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus{
	opacity:.7;
	background:url(img/btn/btn_menu.png) no-repeat 0 0;
	background-size:contain;}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.menu-toggle:active,
.menu-toggle.toggled-on{
	opacity:.7;
	background-color:none;
	box-shadow:none;
	background:url(img/btn/btn_menu.png) no-repeat 0 0;
	background-size:contain;
	border:none;}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
body#carlistdtl .entry-content img{
	width:auto;
	max-width:none;
	border-radius:0;
	box-shadow:none;}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	box-sizing:border-box;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
x	padding: 0 24px;
x	padding: 0 1.714285714rem;
}
.site-content,
.site-content-one {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 25px 0 13px;
x	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	display: inline-block;
	width:170px;
	height:51px;
	color: #515151;
	text-decoration: none;
	background:url(img/common/logo_main.png) no-repeat 0 0;
	text-indent:-9999px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
x	margin-top: 24px;
x	margin-top: 1.714285714rem;
x	text-align: center;
}
.main-navigation li {
x	margin-top: 24px;
x	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
x	max-width: 960px;
x	max-width: 68.571428571rem;
x	margin-top: 24px;
x	margin-top: 1.714285714rem;
x	margin-left: auto;
x	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.wrapper{
	clear:both;
	margin-top:0px;
	padding-top:125px;}
.entry-meta {
	clear: both;
}
.entry-header {
x	margin-bottom: 24px;
x	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	padding:0 0 16px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
x	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #444;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
//	border-bottom: 4px double #ededed;
//	margin-bottom: 72px;
//	margin-bottom: 5.142857143rem;
//	padding-bottom: 24px;
//	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =======================================
 * Common
 * ======================================= */
h1.entry-title,
h2.baseh2,
h3.baseh3{
	 font-size:16px;
	 line-height:1.2;
	 font-weight:normal;
	 margin:5px 0;
	 padding:0 0 5px 0;
	 color:#000;
	 background:url(img/ttl/baseh3.gif) no-repeat left bottom;
	 text-align:left;}
h4.baseh4{
	 font-size:15px;
	 line-height:1.2;
	 font-weight:bold;
	 margin:1em 0 5px;
	 padding:5px 0 6px 25px;
	 color:#000;
	 background:url(img/icn/icn_circle.png) no-repeat 1px center;
	 border-bottom:1px dotted #ccc;}
h1.entry-title{font-size:20px; line-height:1.2;}
h2.baseh2{font-size:18px; line-height:1.2;}
h3.baseh3{font-size:16px; line-height:1.2;}

 /* animation */
.fuwafuwa{
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	
	animation-name:fuwafuwa;
	animation-duration:2s;
	animation-iteration-count:infinite;
	/*animation-direction:alternate;*/
	animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
@keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/* Image */
#content img{
	width:100%;}

/* dl table */
table.carTbl,
table.rntTbl{
	display:table;
	border:1px solid #ccc;
	border-collapse:collapse;
	width:750px;
	font-size:12px;
	line-height:1.2;}
table.rntTbl{
	width:988px;}
table.carTbl th,
table.carTbl td,
table.rntTbl th,
table.rntTbl td{
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;}
table.carTbl th,
table.rntTbl th{
	border:1px solid #ccc;
	background:#f3f3f3;
	white-space:nowrap;}
table.carTbl td,
table.rntTbl td{
	border:1px solid #ccc;}

#content img{
	width:100%;}

/* dl table */
table.priceTbl{
	display:table;
	border:1px solid #ccc;
	border-collapse:collapse;
	width:988px;}
table.priceTbl caption{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;}
table.priceTbl th,
table.priceTbl td{
	padding:10px 16px;
	text-align:left;
	font-size:14px;
	line-height:1.2;
	vertical-align:middle;
	box-sizing:border-box;}
table.priceTbl th{
x	width:4em;
x	max-width:15em;
	border:1px solid #ccc;
	background:#f3f3f3;
	white-space:nowrap;}
table.priceTbl td{
	border:1px solid #ccc;}

table.shopTbl,
table.historyTbl{
	display:table;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
	width:988px;}
table.shopTbl{border:1px solid #ccc;}
table.shopTbl caption,
table.historyTbl caption{
	margin:0;
	padding:0 0 0 1em;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;}
table.shopTbl th,
table.shopTbl td,
table.historyTbl th,
table.historyTbl td{
	padding:10px 16px;
	text-align:left;
	font-size:14px;
	line-height:1.2;
	vertical-align:middle;
	box-sizing:border-box;
	border-top: 1px dotted #ccc !important;}
table.shopTbl th,
table.historyTbl th{
x	width:4em;
x	max-width:15em;
	border-bottom:none !important;
	white-space:nowrap;
	color:#000;}
table.shopTbl th{background:#f3f3f3;}
table.shopTbl td,
table.historyTbl td{
	padding-left:1.5em;}


/* SPEC dl */
.specDl{
	margin:0 18px 30px !important;
	padding:0;
	font-size:0;
	line-height:0;}
.specDl dt{
	font-size:14px;
	line-height:1.5;
	margin:20px 0 10px;
	border-bottom:1px dotted #b2b2b2;
	color:#000;}
.specDl dt:nth-child(1){
	margin:10px 0;}
.specDl dd{
	display:inline-block;
	box-sizing:border-box;
	width:324px;
	margin:0 0 5px 5px;
	padding:0 0 0 10px;
	font-size:13px;
	line-height:1.5;
	background:url(img/common/dot3px.png) no-repeat left center;}

/* crumb */
.breadcrumbs{
	box-sizing:border-box;
	background:url(img/bg/bg_crumb.gif) repeat-x 0 0;
	font-size:12px;
	line-height:1.2;
	padding:8px 0;
	min-height:30px;
	border-bottom:1px solid #f2f2f2;}
.breadcrumbs a{text-decoration:none;}
.breadcrumbs a:hover{text-decoration:underline;}

/* pagetop */
.pagetop{
	font-size:12px;
	line-height:1.2;}
.pagetop a.pageup{
	float:right;
	display:block;
	width:65px;
	height:35px;
	padding-bottom:8px;
	background:url(img/btn/btn_gotothetop.png) no-repeat 0 0;
	text-indent:-9999px;}
 

/* ===================================================
* Search
* ================================================== */
#feas-0{}
#feas-form-0{
	background:#f8f4eb;
	border:1px solid #ebe6da;
	border-radius:5px;
	padding:16px 10px;
	position:relative;}
#feas-0 h3{
	text-align:left;
	font-size:16px;}
#feas-0 .type{
x	text-align:center;
	margin-bottom:20px;}
#feas-0 .type > label{
	display:inline-block;
	width:230px;
	padding:54px 0 0 0;
	margin:5px 8px;
	text-align:left;}
label#feas_0_0_0{background:url(img/btn/src_ctype01.png) no-repeat 0 0;}
label#feas_0_0_1{background:url(img/btn/src_ctype02.png) no-repeat 0 0;}
label#feas_0_0_2{background:url(img/btn/src_ctype03.png) no-repeat 0 0;}
label#feas_0_0_3{background:url(img/btn/src_ctype04.png) no-repeat 0 0;}
label#feas_0_0_4{background:url(img/btn/src_ctype05.png) no-repeat 0 0;}
label#feas_0_0_5{background:url(img/btn/src_ctype06.png) no-repeat 0 0;}
label#feas_0_0_6{background:url(img/btn/src_ctype07.png) no-repeat 0 0;}
label#feas_0_0_7{background:url(img/btn/src_ctype08.png) no-repeat 0 0;}

#feas-0 .drive-system,
#feas-0 .new-used,
#feas-0 .outletcar{
	margin-bottom:20px;}
#feas-0 .drive-system > div{
	display:inline-block;
	margin:5px 12px;}
#feas-0 .drive-system > div h4{
	display:inline-block;
	font-weight:normal;}
#feas-0 .new-used > label,
#feas-0 .outletcar > label{
	display:inline-block;
	margin:5px 12px;
	text-align:left;}
#feas-0 .freeword input[type="text"]{
	box-sizing:border-box;
	width:100%;
	max-width:670px;
	margin-left:12px;}
#feas-0 .btnsmt{
	position:absolute;
	bottom:16px;
	right:20px;}
#feas-0 .btnsmt input[type="submit"]{
	display:block;
	width:230px;
	height:60px;
	border:0px;
	background:url(img/btn/btn_serch.png) no-repeat 0 0;
	text-indent:-9999px;}
#feas-result-0{
	margin:0 0 20px;
	padding:5px;
	font-size:14px;}
#carlistPader{
	margin:5px 0 10px;}
#carlistPader #feas-result-0{
	float:left;
	display:inline-block;
	border:1px solid #4f9c00;
	background:#69be00;
	border-radius:3px;
	padding: 5px 5px 5px 5px;
	margin-right:10px;
	color:#FFF;}
#carlistPader #Pager{}
#carlistPader #Pager #wp_page_numbers{margin:0;}

#carlistPader #Pager #content{
	padding-bottom:40px !important;}
#carlistPader #Pager #wp_page_numbers ul{
	border-radius:2px;
	font-size:0px !important;
	text-align:center !important;
}
#carlistPader #Pager #wp_page_numbers li.page_info{
	padding: 6px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;}
#carlistPader #Pager #wp_page_numbers li,
#carlistPader #Pager #wp_page_numbers a{
	border-radius:2px;
	font-size:14px !important;
	text-align:center !important;}
#carlistPader #Pager #wp_page_numbers a{
	padding: 6px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	border:1px solid #CCC !important;}
#carlistPader #Pager #wp_page_numbers a:hover{
	border:1px solid #d70c0d !important;
	color:#d70c0d !important;}
#carlistPader #Pager #wp_page_numbers li.active_page a{
	border:1px solid #900 !important;
	background:#d70c0d !important;
	color:#FFF;}
#carlistPader #Pager #wp_page_numbers li.active_page a:hover{
	color:#FFF !important;}


#feas-sort-menu{
	margin:5px 0 10px;
	padding:0;
	font-size:12px;
	text-align:right;}
#feas-sort-menu span{
	display:inline-block;
	margin:0 5px;}
#feas-sort-menu span.sort{font-weight:bold;}
#feas-sort-menu span:nth-of-type(2){margin-right:10px;}
#feas-sort-menu span a{text-decoration:none;}
#feas-sort-menu span a:hover{text-decoration:underline;}


/* ===================================================
* campaign
* ================================================== */
.cpnbn{
	position:fixed;
	top:150px;
	right:20px;
	z-index:9999;
	width:195px;
	height:195px;}
.cpnbn .textwidget{}
.cpnbn a.campaign{
	display:block;
	width:195px;
	height:195px;
	background:url(/imgs/campaign/btn_campaign.png) no-repeat 0 0;
	text-indent:-9999px;}
#clsCamp{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	display:block;
	width:2em;
	height:1em;
	font-size:12px;
	line-height:1;
	color:#333;
	text-align:center;
	text-decoration:none;}
#clsCamp:hover{
	color:#e00;}

#campaign .campaignDl{
	margin-bottom:1.4em;}
#campaign .campaignDl dt{
	clear: left;
	float: left;
	display:block;
	width:12em;
	font-weight: bold;}
#campaign .campaignDl dd{margin: 0 0 0 12em;}


/* =======================================
 * Header
 * ======================================= */
#header{
	position:fixed;
	z-index:10;
	width:100%;
	height:124px;
	background:rgba(255,255,255,.8);
	border-bottom:1px solid #e5e5e5;}

#header .site-title{
	float:left;
	clear:none;}
#headrest{
	color:#fff;
	min-height:18px;
	padding:4px 0;
	background:#E00 url(img/bg/bg_headrest.gif) repeat-x 0 0;}
#headrest .description{
	float:left;
	font-size:12px;
	padding-top:3px;}
#headrest .hnav{
	float:right;}
#headrest .hnav li{
	float:left;
	margin-right:16px;}
#headrest .hnav li:last-child{
	margin-right:0;}
#headrest .hnav a{
	display:block;
	height:16px;
	background:url(img/nav/hnav.png) no-repeat;
	text-indent:-9999px;}
#headrest .hnav .nav01 a{width:66px; background-position:0 0;}
#headrest .hnav .nav02 a{width:87px; background-position:-66px 0;}
#headrest .hnav .nav03 a{width:113px; background-position:-153px 0;}
#headrest .hnav .nav04 a{width:89px; background-position:-266px 0;}

.main-navigation{
	float:right;
	display:block;
	max-width:833px;
	clear:none;}
.menu-gnavi-container{}
.menu-gnavi-container ul{
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0;}
.menu-gnavi-container ul{
	margin:0;
	padding:0;}
.menu-gnavi-container li a{
	display:block;
	height:60px;
	background:url(img/nav/gnav.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:14px;
	line-height:1;}
.menu-gnavi-container li.nav01 a{width:134px; background-position:0px 0;}
.menu-gnavi-container li.nav02 a{width:109px; background-position:-134px 0;}
.menu-gnavi-container li.nav03 a{width:134px; background-position:-243px 0;}
.menu-gnavi-container li.nav04 a{width:125px; background-position:-377px 0;}
.menu-gnavi-container li.nav05 a{width:142px; background-position:-502px 0;}
.menu-gnavi-container li.nav06 a{width:100px; background-position:-644px 0;}
.menu-gnavi-container li.nav07 a{width:89px; background-position:-744px 0;}
.menu-gnavi-container li.nav01.current-menu-item a{background-position:0px -60px;}
.menu-gnavi-container li.nav02.current-menu-item a{background-position:-134px -60px;}
.menu-gnavi-container li.nav03.current-menu-item a{background-position:-243px -60px;}
.menu-gnavi-container li.nav04.current-menu-item a{background-position:-377px -60px;}
.menu-gnavi-container li.nav05.current-menu-item a{background-position:-502px -60px;}
.menu-gnavi-container li.nav06.current-menu-item a{background-position:-644px -60px;}
.menu-gnavi-container li.nav07.current-menu-item a{background-position:-744px -60px;}

/* =======================================
 * Footer
 * ======================================= */
#footlink{
	color:#fff;
	padding:20px 0 25px;
	text-align:center;
	background:#f8f4eb;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ded6c4;}

#colophon{
	position:relative;
	background:#d70c0d url(img/bg/bg_foot.gif) no-repeat 0 0;}
#colophon .site-info{
	float:left;
	text-align:left;
	max-width:697px;}
#colophon .site-info h2{
	max-width:698px;
	height:37px;
	background:url(img/ttl/ttl_sitemap.png) no-repeat 0 0;
	text-align:left;
	text-indent:-9999px;}
#colophon .site-info>div{
	display:inline-block;
	vertical-align:top;
	width:215px;
	margin:10px 9px;}
#colophon .site-info>div:last-child{margin-right:0;}
#colophon .site-info>div h3{
	width:100%;
	height:20px;
	margin:10px 0 0 0;
	padding:0 0 5px;
	border-bottom:1px solid #a65354;
	text-indent:-9999px;}
#colophon .site-info>div.fnav01 h3{background:url(img/ttl/ttl_smap_car.png) no-repeat 0 0;}
#colophon .site-info>div.fnav02 h3{background:url(img/ttl/ttl_smap_event.png) no-repeat 0 0;}
#colophon .site-info>div.fnav03 h3{background:url(img/ttl/ttl_smap_company.png) no-repeat 0 0;}

#colophon .site-info li a{
	display:inline-block;
	clear:both;
	color:#fff;
	text-decoration:none;}

#colophon .site-info ul{
	margin:10px 0 0 0;
	font-size:12px;
	line-height:1.2em;}
#colophon .site-info ul li{margin:0 0 20px 0;}
#colophon .site-info ul ul{
	margin:0 0 0 1em;
	font-size:10px;
	line-height:1.2em;}
#colophon .site-info ul ul li{margin:0;}
#colophon .site-info ul ul li a{margin:7px 0 0 0;}
#colophon .site-info .fnav03 ul ul li a{margin:0;}
#colophon .site-info ul ul ul{margin:0 0 0 1em;}
#colophon .site-info ul ul ul li{margin:0 0 0 0;}
#colophon .site-info ul ul ul li a{margin:0;}
#colophon .site-info ul li.blank a{
	padding-right:13px;
	background:url(img/icn/icon_blank.png) no-repeat right center;}




#colophon .footerSub{
	width:304px;
	padding:33px 0 0 720px;
	text-align:left;}
#colophon .btnForm{
	display:block;
	margin:0;
	padding:0;}
#colophon .btnForm dt{
	margin:0 0 8px;
	padding:0;
	height:15px;
	text-indent:-9999px;}
#colophon .btnForm dd{
	margin:0 0 25px;
	padding:0;}
#colophon .btnForm dt.iqry{background:url(img/ttl/ttl_foot_inquiry.png) no-repeat 0 0;}
#colophon .btnForm dt.ctlg{background:url(img/ttl/ttl_foot_catalog.png) no-repeat 0 0;}
#colophon .btnForm .iqry a{
	display:block;
	width:304px;
	height:39px;
	background:url(img/btn/btn_inquiry.png) no-repeat 0 0;
	text-indent:-9999px;}
#colophon .btnForm .ctlg a{
	display:block;
	width:304px;
	height:118px;
	background:url(img/btn/btn_catalog.png) no-repeat 0 0;
	text-indent:-9999px;}

#colophon .sns{
	list-style:none;
	margin:0 0 25px;
	padding:0;
	font-size:0;
	line-height:0;}
#colophon .sns li{
	display:inline-block;
	margin:0 3px;}
#colophon .sns li:last-child{margin:0 0 0 10px;}
#colophon .sns li a{
	display:block;
	width:34px;
	height:34px;
	font-size:13px;
	line-height:1.2;
	background:url(img/btn/btn_sns.png) no-repeat 0 0;
	text-indent:-9999px;}
#colophon .sns li.nav01 a{background-position:0 0;}
#colophon .sns li.nav02 a{background-position:-34px 0;}
#colophon .sns li.nav03 a{background-position:-68px 0;}
#colophon .sns li.nav04 a{background-position:-102px 0;}
#colophon .sns li.nav05 a{background-position:-136px 0;
	width:131px;
	height:45px;}
#colophon .logo a{
	display:block;
	width:225px;
	height:69px;
	margin:0 0 30px 76px;
	background:url(img/common/logo_foot.png) no-repeat 0 0;
	text-indent:-9999px;}
#colophon small{
	display:block;
	color:#FFF;
	text-align:right;}
#colophon .pageup{
	display:block;
	width:61px;
	height:61px;
	position:absolute;
	z-index:1;
	top:-25px;
	right:30px;
	background:url(img/btn/btn_pagetop.png) no-repeat 0 0;
	text-indent:-9999px;}


/* =======================================
 * Index
 * ======================================= */
#lineupnav{
	clear:both;
	text-align:center;
	background:#f8f4eb url(img/bg/bg_lineup.png) no-repeat center 10px;
	border-top:1px solid #e60012;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ded6c4;}
#lineupnav h2{
	max-width:480px;
	height:47px;
	margin:40px auto 24px;
	background:url(img/ttl/ttl_lineup.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
#lineupnav p.catch{}
#lineupnav ul{
	list-style:none;
	margin:0;
	padding:30px 0 10px;
	font-size:0;
	line-height:0;}
body#lineup #lineupnav ul{padding:30px 0;}
#lineupnav li{
	margin:0 9px;
	padding:0;
	display:inline-block;}
#lineupnav li a{
	display:block;
	width:186px;
	height:120px;
	font-size:14px;
	line-height:1.2;
	text-indent:-9999px;
	opacity:.7;
	-webkit-transition: all .5s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all .5s ease-out;  /* FF4+ */
	-ms-transition: all .5s ease-out;  /* IE10? */
	-o-transition: all .5s ease-out;  /* Opera 10.5+ */
	transition: all .5s ease-out;}
#lineupnav li a:hover{
	opacity:1;}
#lineupnav li.nav01 a{background:url(img/btn/lineup01.png) no-repeat 0 0;}
#lineupnav li.nav02 a{background:url(img/btn/lineup02.png) no-repeat 0 0;}
#lineupnav li.nav03 a{background:url(img/btn/lineup03.png) no-repeat 0 0;}
#lineupnav li.nav04 a{background:url(img/btn/lineup04.png) no-repeat 0 0;}
#lineupnav li.nav05 a{background:url(img/btn/lineup05.png) no-repeat 0 0;}

#lineupnav p.all{
	padding-bottom:5px;}
#lineupnav p.all a{
	float:right;
	display:block;
	width:228px;
	height:51px;
	background:url(img/btn/btn_all_lineup.png) no-repeat 0 0;
	text-indent:-9999px;}

body#home #used{
	clear:both;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #e5e5e5;}
body#home #used h2{
	max-width:480px;
	height:47px;
	margin:0 auto;
	margin:40px auto 24px;
	background:url(img/ttl/ttl_stock.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
body#home #used p.catch{}
body#home #used p.more{
	padding-bottom:5px;}
body#home #used p.more a{
	float:right;
	display:block;
	width:228px;
	height:51px;
	background:url(img/btn/btn_more_stock.png) no-repeat 0 0;
	text-indent:-9999px;}

body#home #used ul{
	max-width:1024px;
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:20px 0;
	list-style:none;
	font-size:0;
	line-height:0;
	border-top:2px solid #eee;}
body#home #used li{
	display:inline-block;
	margin:0 8px;
	padding:0;}
body#home #used li a{
	display:block;
	font-size:14px;
	line-height:1.2;
	text-indent:-9999px;}
body#home #used li.btnUsed{
	max-width:672px;
    width: 100%;}
body#home #used li.btnUsed a{
    width: 100%;
	padding-top: 18.75%;
	background:url(img/bnr/bnr_car.png) no-repeat 0 0;
	background-size: 100%;}
body#home #used li.btnOutlet{
	max-width:320px;
	width:100%;}
body#home #used li.btnOutlet a{
	width:100%;
	padding-top:39.375%;
	background:url(img/bnr/bnr_outlet.png) no-repeat 0 0;
	background-size: 100%;}

body#home #topStock{}
body#home #topStock .car{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:220px;
	margin:30px 16px 10px;
	border-bottom:1px solid #ccc;}
body#home #topStock span.newcar,
body#home #topStock span.usedcar{
	position:absolute;
	top:3px;
	left:3px;
	z-index:10;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:.2em .7em;
	color:#FFF;
	border-radius:3px;}
body#home #topStock span.newcar{
	background:rgba(255,0,0,.7);}
body#home #topStock span.usedcar{
	background:rgba(0,102,255,.7)}
body#home #topStock .imgcar{
	display:block;
	width:220px;
	height:165px;
	background:#000;}
body#home #topStock .imgcar a{
	font-size:0;
	line-height:0;}
body#home #topStock .dtlcar{
	text-align:left;}
body#home #topStock .dtlcar dt{
	font-size:15px;
	line-height:1.2;
	font-weight:bold;
	width:100%;
	height:2.4em;
	padding:4px 0 2px;
	overflow:hidden;
	word-wrap:break-word;
	border-bottom:1px dotted #ccc;}
body#home #topStock .dtlcar dt a{
	text-decoration:none;}
body#home #topStock .dtlcar dd{
	padding:8px 0 4px;}
body#home #topStock .dtlcar dd.price{
	border-bottom:1px dotted #ccc;}
body#home #topStock .dtlcar dd.dscrpt{
	font-size:12px;
	line-height:1.2;
	width:100%;
x	height:2.4em;
	overflow:hidden;
	word-wrap:break-word;}

body#home #subcontents{
	text-align:center;
	background:#f8f4eb;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ded6c4;}
body#home #subcontents ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
	line-height:0;}
body#home #subcontents li{
	display:inline-block;
	margin:10px 18px;
	padding:0;}
body#home #subcontents li a{
	display:block;
	width:220px;
	height:150px;
	text-indent:-9999px;
	font-size:14px;
	line-height:1em;
	margin:0;
	padding:0 !important;}
body#home #subcontents li.nav01 a{background:url(img/bnr/bnr01.png) no-repeat 0 0;}
body#home #subcontents li.nav02 a{background:url(img/bnr/bnr02.png) no-repeat 0 0;}
body#home #subcontents li.nav03 a{background:url(img/bnr/bnr03.png) no-repeat 0 0;}
body#home #subcontents li.nav04 a{background:url(img/bnr/bnr04.png) no-repeat 0 0;}
body#home #subcontents li.nav05 a{background:url(img/bnr/bnr05.png) no-repeat 0 0;}
body#home #subcontents li.nav06 a{background:url(img/bnr/bnr06.png) no-repeat 0 0;}
body#home #subcontents li.nav07 a{background:url(img/bnr/bnr07.png) no-repeat 0 0;}
body#home #subcontents li.nav08 a{background:url(img/bnr/bnr08.png) no-repeat 0 0;}
body#home #subcontents li.nav09 a{background:url(img/bnr/bnr09.png) no-repeat 0 0;}
body#home #subcontents li.nav10 a{background:url(img/bnr/bnr10.png) no-repeat 0 0;}

body#home #news{
	clear:both;
	padding-bottom:40px;
	text-align:center;
	border-top:1px solid #FFF;
	border-bottom:1px solid #e5e5e5;}
body#home #news>.inner>div{
	display:inline-block;
	vertical-align:top;
	padding:0 11px;}
body#home #news .event{
	max-width:488px;
	width:100%;}
body#home #news .blog{
	max-width:488px;
	width:100%;}
body#home #news h2{
	max-width:480px;
	height:47px;
	margin:40px auto 24px;
	text-indent:-9999px;}
body#home #news .event h2{
	background:url(img/ttl/ttl_event.png) no-repeat 0 0;
	background-size:contain;}
body#home #news .blog h2{
	background:url(img/ttl/ttl_blog.png) no-repeat 0 0;
	background-size:contain;}

.newsframe{
	max-width:488px;
	width:100%;
    min-height:100px;
	box-sizing:border-box;
	margin:0 auto 10px;
	padding:24px 16px 12px;
	border:1px solid #f3eee3;
	background:#faf8f5;
	text-align:left;}
body#home #news .event .newsframe{
	padding:19px 16px 12px;}
.bfshadow{position:relative;}
.bfshadow:before, .bfshadow:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);}
.bfshadow:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;}

body#home #news .event dl.eventtop{
	margin:5px 0 10px;}
body#home #news .event dl.eventtop a{text-decoration:none;}
body#home #news .event dl.eventtop a:hover{ text-decoration:underline;}
body#home #news .event dl.eventtop dt.img{
	clear:both;
	float:left;
	width:122px;
	min-height:90px;
	border:1px solid #d9d9d9;
	box-sizing:border-box;
	font-size:0;}
body#home #news .event dl.eventtop dd{
	font-size:12px;
	line-height:1.2;
	margin-left:130px;
	padding:6px 2px;}
body#home #news .event dl.eventtop dd.name{
	padding:8px 2px;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	border-top:1px solid #dbccac;
	border-bottom:1px solid #dbccac;}
body#home #news .event dl.eventtop dd.date,
body#home #news .event dl.eventtop dd.place,
body#home #news .event dl.eventtop dd.other{
	border-bottom:1px dotted #e3d8c3;}

body#home #news .blog dl{
	font-size:12px;
	line-height:1.4;}
body#home #news .blog dt.date{
	display:block;
	float:left;
	width:80px;
	margin:0;
	padding:6px 0 6px 4px;}
body#home #news .blog dd.title{
	display:block;
	box-sizing:border-box;
	margin:0;
	width:100%;
	padding:6px 0 6px 90px;
	border-bottom:1px dotted #e3d8c3;}
body#home #news .blog dd.title a{text-decoration:none;}
body#home #news .blog dd.title a:hover{text-decoration:underline;}
body#home #news .event p.more{}
body#home #news .blog p.more{}
body#home #news .event p.more a{
	float:right;
	display:block;
	clear:both;
	width:190px;
	height:15px;
	background:url(img/btn/btn_more_event.png) no-repeat 0 0;
	text-indent:-9999px;}
body#home #news .blog p.more a{
	float:right;
	display:block;
	clear:both;
	width:169px;
	height:15px;
	background:url(img/btn/btn_more_blog.png) no-repeat 0 0;
	text-indent:-9999px;}


/* -----------------------------------------------
 * search
 * ----------------------------------------------- */
a.nowdrv{
	display:block;
	width:256px;
	height:146px;
	background:url(img/btn/btn-popup.png) no-repeat 0 0;
	text-indent:-9999px;}

.tblframe{
    width:100%;
    overflow-x:auto;}
table.tblStocklist{
	margin:0 0 12px;
	border:1px solid #CCC;
	border-collapse:collapse;
	box-sizing:border-box;
	min-width:839px;}
table.tblStocklist caption{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:4px 0;
	background:#660000;
	color:#FFF;
	box-sizing:border-box;}
table.tblStocklist caption a{
	display:block;
	padding:0 10px;
	color:#FFF;
	line-height:21px;
	text-decoration:none;}
table.tblStocklist caption a:hover{
	text-decoration:underline;}
table.tblStocklist caption h2 .newcar,
table.tblStocklist caption h2 .usedcar{
	display:inline-block;
	width:40px;
	height:21px;
	margin-right:5px;
	text-indent:-9999px;}
table.tblStocklist caption h2 .newcar{background:url(img/icn/icn_newcar.png) no-repeat 0 0;}
table.tblStocklist caption h2 .usedcar{background:url(img/icn/icn_usedcar.png) no-repeat 0 0;}
table.tblStocklist caption h2 .outleticn{
	display:inline-block;
	width:25px;
	height:21px;
	margin-right:5px;
	text-indent:-9999px;
	background:url(img/icn/icon_outlet.png) no-repeat 0 0;}
table.tblStocklist th{
	font-size:10px;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	border:1px solid #CCC;
	background:#666;
	color:#fff;
	width:170px;
	vertical-align:top;}
table.tblStocklist td{
	border:1px solid #CCC;
	background:#FFF;
	text-align:center;
	height:50px;
	vertical-align:middle;}

table.tblStocklist .thumimg{}
table.tblStocklist .thumimg .imgcar{
	display:block;
	width:170px;
	height:127px;
	background:#000;}
	
table.tblStocklist td.thumimg{}


/* pagenation */
#PagerNavi #content{
	padding-bottom:40px !important;}
#PagerNavi #wp_page_numbers,
#PagerNavi #wp_page_numbers ul{
	text-align:center !important;}

#PagerNavi #wp_page_numbers li,
#PagerNavi #wp_page_numbers li.page_info{
	display:inline-block !important;
	float:none !important;
	text-align:center !important;}
#PagerNavi #wp_page_numbers ul{
	border-radius:2px;
	font-size:0px !important;
	text-align:center !important;
}
#PagerNavi #wp_page_numbers li.page_info{
	padding: 5px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;}
#PagerNavi #wp_page_numbers li,
#PagerNavi #wp_page_numbers a{
	border-radius:2px;
	font-size:14px !important;
	text-align:center !important;}
#PagerNavi #wp_page_numbers a{
	padding: 5px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	border:1px solid #CCC !important;}
#PagerNavi #wp_page_numbers a:hover{
	border:1px solid #d70c0d !important;
	color:#d70c0d !important;}
#PagerNavi #wp_page_numbers li.active_page a{
	border:1px solid #900 !important;
	background:#d70c0d !important;
	color:#FFF;}
#PagerNavi #wp_page_numbers li.active_page a:hover{
	color:#FFF !important;}

/* -----------------------------------------------
 * detail
 * ----------------------------------------------- */
#galleria{
	margin-bottom:16px;
	padding-bottom:2px;
	border-bottom:1px solid #999;}

.carTbl01{
	margin-bottom:16px;}
.carTbl02,
.carTbl03,
.carTbl04,
.carTbl05{
	margin-bottom:24px;}
.other_itm,
.special_itm{
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;}

#zoomimg{
	width: 100%;
	position: relative;
x	-webkit-background-size: 100% auto;
x	-o-background-size: 100% auto;
x	background-size: 100% auto;
	background-color:#000;
	background-image:url(img/img/nowprinting.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
x	margin-bottom:1px;
}
#zoomimg:before {
	content:"";
	display:block;
	padding-top:75%;}

#galleria ul.thumarea{
	list-style:none;
	margin:0;
	padding:0 0 1px;
	font-size:0;
	line-height:0;
	text-align:center;
	background:#222}
#galleria ul.thumarea li{
	display:inline-block;
	width:61px;
	height:46px;
	margin:1px 1px 0 0;
	padding:0;}
#galleria ul.thumarea li .imgcar{
	display:block;
	width:61px;
	height:46px;
	background:#000;}
#galleria ul.thumarea li .imgcar a{
	opacity:.7;}
#galleria ul.thumarea li .imgcar a:hover{
	opacity:1;}

/* secondary */
body#carlistdtl #secondary{}
body#carlistdtl #secondary h3.name{
	margin-top:33px;
	padding:5px 0;
	font-size:18px;
	line-height:1.2;
	border-top:3px solid #CCC;
	border-bottom:1px solid #CCC;}
body#carlistdtl #secondary h3.name span.ttl{
	display:block;
	margin-bottom:5px;
	font-size:16px;}
body#carlistdtl h1.entry-title span.newcar,
body#carlistdtl #secondary h3.name span.newcar{
	display:inline-block;
	padding:1px 7px;
	margin:0 5px 0 0;
	border-radius:3px;
	border:1px solid #890817;
	font-weight:normal;
	color:#FFF;
	background: #ec3c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #ec3c2c 0%, #d72917 26%, #f72a0c 51%, #f16f5c 51%, #ff5837 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec3c2c), color-stop(26%,#d72917), color-stop(51%,#f72a0c), color-stop(51%,#f16f5c), color-stop(100%,#ff5837)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec3c2c 0%,#d72917 26%,#f72a0c 51%,#f16f5c 51%,#ff5837 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec3c2c 0%,#d72917 26%,#f72a0c 51%,#f16f5c 51%,#ff5837 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec3c2c 0%,#d72917 26%,#f72a0c 51%,#f16f5c 51%,#ff5837 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ec3c2c 0%,#d72917 26%,#f72a0c 51%,#f16f5c 51%,#ff5837 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3c2c', endColorstr='#ff5837',GradientType=0 ); /* IE6-9 */}
body#carlistdtl h1.entry-title span.usedcar,
body#carlistdtl #secondary h3.name span.usedcar{
	display:inline-block;
	padding:1px 7px;
	margin:0 5px 0 0;
	border-radius:3px;
	border:1px solid #394877;
	font-weight:normal;
	color:#FFF;
	background: #4178af; /* Old browsers */
	background: -moz-linear-gradient(top, #4178af 0%, #4178af 49%, #5a9bc3 50%, #4178af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4178af), color-stop(49%,#4178af), color-stop(50%,#5a9bc3), color-stop(100%,#4178af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4178af 0%,#4178af 49%,#5a9bc3 50%,#4178af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4178af 0%,#4178af 49%,#5a9bc3 50%,#4178af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4178af 0%,#4178af 49%,#5a9bc3 50%,#4178af 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4178af 0%,#4178af 49%,#5a9bc3 50%,#4178af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4178af', endColorstr='#4178af',GradientType=0 ); /* IE6-9 */}
body#carlistdtl h1.entry-title span.outlettab,
body#carlistdtl #secondary span.outlettab{
	display:inline-block;
	background:#E80000;
	padding:2px 6px;
	border-radius:3px;
	color:#FFF;
	font-size:14px;
	line-height:1;
	font-weight:bold;}
body#carlistdtl h1.entry-title span.newcar,
body#carlistdtl h1.entry-title span.usedcar{
	padding:2px 6px 1px;
	font-size:14px;
	line-height:1;}
body#carlistdtl #secondary h3.name span.newcar,
body#carlistdtl #secondary h3.name span.usedcar{
	font-size:14px;
	line-height:1;}
body#carlistdtl h1.entry-title span.outlettab{
	padding:3px 6px 2px;
	font-size:14px;
	line-height:1;}
body#carlistdtl h1.entry-title span.discussion{
	padding:0;
	font-size:16px;
	line-height:1;
	font-weight:bold;}
body#carlistdtl #secondary p.price{
	padding:14px 0 5px;
	font-size:26px;
	font-weight:bold;
	color:#F00;
	text-align:right;
	border-bottom:1px solid #CCC;}
body#carlistdtl #secondary p.price .ttl{
	display:inline-block;
	width:6em;
	padding-top:12px;
	color:#444;
	font-size:13px;
	font-weight:bold;
	float:left;
	text-align:left;}
body#carlistdtl #secondary p.price .j12{
	font-size:13px !important;
	font-weight:normal !important;}
body#carlistdtl #secondary div.comment{
	line-height: 1.714285714;
	padding:14px 0 5px;
	border-bottom:1px solid #CCC;
	word-break:break-all;}
body#carlistdtl #secondary p.stock{
	text-align:right;
	padding:14px 0 5px;
	border-bottom:1px solid #CCC;}
body#carlistdtl #secondary p.stock .ttl{
	display:inline-block;
	width:6em;
	padding:3px 0 0 0;
	color:#444;
	font-size:13px;
	font-weight:bold;
	float:left;
	text-align:left;}
body#carlistdtl #secondary p.stock .btnmap{
	display:inline-block;
	width:50px;
	height:18px;
	margin:0 0 0 12px;
	background:url(img/btn/btn_map.png) no-repeat 0 0;
	font-size:13px;
	line-height:1.5;
	text-align:left;
	text-indent:-9999px;}
body#carlistdtl #secondary .contact{
	margin:5px 0;
	padding:10px 0;
	border:1px solid #c9c9ad;
	background:#f9f9e2;
	border-radius:2px;
	text-align:center;
	font-size:12px;
	color:#006600;}
body#carlistdtl #secondary .contact .btncontact{
	display:block;
	width:248px;
	height:66px;
	margin:6px auto 0;
	text-indent:-9999px;
	border:none;
	background:url(img/btn/btn_contact.png) no-repeat 0 0;}

/* -----------------------------------------------
 * lineup
 * ----------------------------------------------- */
/* anchor link shift fix */
body#lineup #cpc01,
body#lineup #cpc02,
body#lineup #cpc03,
body#lineup #cpc04,
body#lineup #cpc05{
    margin-top:-200px;
    padding-top:200px;}

body#lineup .site-content{margin:0;}

body#lineup .entry-content h2#cpc01,
body#lineup .entry-content h2#cpc02,
body#lineup .entry-content h2#cpc03,
body#lineup .entry-content h2#cpc04,
body#lineup .entry-content h2#cpc05{
	margin:0;
	padding:0;
	height:42px;
	text-indent:-9999px;}
body#lineup .entry-content h2#cpc01{
    background-image:url(img/ttl/ttl_lineup01.png), url(img/bg/bg_lineup_ttl.gif);
    background-repeat:no-repeat, repeat;
    background-position: center center, left top;}
body#lineup .entry-content h2#cpc02{
    background-image:url(img/ttl/ttl_lineup02.png), url(img/bg/bg_lineup_ttl.gif);
    background-repeat:no-repeat, repeat;
    background-position: center center, left top;}
body#lineup .entry-content h2#cpc03{
    background-image:url(img/ttl/ttl_lineup03.png), url(img/bg/bg_lineup_ttl.gif);
    background-repeat:no-repeat, repeat;
    background-position: center center, left top;}
body#lineup .entry-content h2#cpc04{
    background-image:url(img/ttl/ttl_lineup04.png), url(img/bg/bg_lineup_ttl.gif);
    background-repeat:no-repeat, repeat;
    background-position: center center, left top;}
body#lineup .entry-content h2#cpc05{
    background-image:url(img/ttl/ttl_lineup05.png), url(img/bg/bg_lineup_ttl.gif);
    background-repeat:no-repeat, repeat;
    background-position: center center, left top;}

body#lineup a[id]:not([href]) {
	padding-top: 500px;
	margin-top: -500px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}

#displaced ul.col1,
#displaced ul.col2,
#displaced ul.col3,
#displaced ul.col4,
#displaced ul.col5{
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	list-style:none;
	font-size:0;
	line-height:0;
}
#displaced ul.col1 li,
#displaced ul.col2 li,
#displaced ul.col3 li,
#displaced ul.col4 li,
#displaced ul.col5 li{
	display:inline-block;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1;
}
#displaced ul.col1 li{width:33.33%; min-width:335px;}
#displaced ul.col2 li{width:33.33%; min-width:335px;}
#displaced ul.col3 li{width:33.33%; min-width:335px;}
#displaced ul.col4 li{width:33.33%; min-width:335px;}
#displaced ul.col5 li{width:33.33%; min-width:335px;}
#displaced ul.col1 li a,
#displaced ul.col2 li a,
#displaced ul.col3 li a,
#displaced ul.col4 li a,
#displaced ul.col5 li a{
	display:block;
	width:325px;
	height:414px;
	margin:20px auto;
	padding:0 !important;
	text-indent:-9999px;}
#displaced ul.car01 li.cel1 a{background:url(img/btn/car_dethlefs.jpg) no-repeat bottom center; background-size:cover;}
#displaced ul.car01 li.cel2 a{background:url(img/btn/car_sunlight.jpg) no-repeat bottom center; background-size:cover;}
#displaced ul.car01 li.cel3 a{background:url(img/btn/car_dollyvarden.jpg) no-repeat bottom center;}
#displaced ul.car01 li.cel4 a{background:url(img/btn/car_california.jpg) no-repeat bottom center;}
#displaced ul.car02 li.cel1 a{background:url(img/btn/car_torotter.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel1 a{background:url(img/btn/car_wohn_exc.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel2 a{background:url(img/btn/car_wohn_r2b.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel3 a{background:url(img/btn/car_wohn_dc.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel4 a{background:url(img/btn/car_carbby_r2b.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel5 a{background:url(img/btn/car_carbby_dc.jpg) no-repeat bottom center;}
#displaced ul.car03 li.cel6 a{background:url(img/btn/car_carbby_rwb.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel1 a{background:url(img/btn/car_zelt.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel2 a{background:url(img/btn/car_zelt_cp.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel3 a{background:url(img/btn/car_zelt_wg.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel4 a{background:url(img/btn/car_zelt_350lh.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel5 a{background:url(img/btn/car_zelt_ch.jpg) no-repeat bottom center;}
#displaced ul.car04 li.cel6 a{background:url(img/btn/car_zelt_nv.jpg) no-repeat bottom center;}
#displaced ul.car05 li.cel1 a{background:url(img/btn/car_indy_108.jpg) no-repeat bottom center;}
#displaced ul.car05 li.cel2 a{background:url(img/btn/car_nbox_108.jpg) no-repeat bottom center;}

a.specBtn{
	display:block;
	max-width:100%;
	max-height:94px;
	margin:0 18px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #c9d3e4;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7def2+0,ffffff+100 */
	background: #d7def2; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7def2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7def2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7def2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7def2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7def2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7def2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7def2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
a.specBtn:hover{
	border:1px solid #ccc;
	background:#d6e9ff;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
a.specBtn img{
	width:auto !important;}

/* insidenavi */
#insidenav{
	position:relative;
	clear:both;
	margin:0 0 50px;
	padding:0;
	min-height:70px;
	background:#e2001e url(img/bg/bg_insidenav.gif) repeat-x bottom left;}
#insidenav:after{
	position:absolute;
	bottom:-17px;
	left:0;
	width:100%;
	height:16px;
	display:block;
	content:"";
	clear:both;
	background:url(img/bg/bg_navshadow.png) no-repeat top center;}
#insidenav ul.insidenav{
	display:table;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
	line-height:0;}
#insidenav ul.insidenav.cel2{}
#insidenav ul.insidenav.cel3{}
#insidenav ul.insidenav.cel4{}
#insidenav ul.insidenav.cel5{}
#insidenav ul.insidenav.cel6{}
#insidenav ul.insidenav li{
	display:table-cell;
	width:20%;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1;}
#insidenav ul.insidenav li:hover{background:rgba(0,0,0,.2);}
#insidenav ul.insidenav li.on{background:rgba(0,0,0,.5);}
#insidenav ul.insidenav li a{
	display:block;
	box-sizing:border-box;
	margin:10px 0;
	padding:16px 0 0 0;
	height:50px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-left:1px solid #fff;}
#insidenav ul.insidenav li:last-child a{
	border-right:1px solid #fff;}

#footdtlnav{
	margin-top:50px;
	padding:30px 0 14px;
	border-top:1px solid #f8f4eb;}
#footdtlnav ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;}
#footdtlnav ul li{
	display:inline-block;
	margin:0;
	padding:0 16px;}
#footdtlnav ul li a{
	color:#7f694e;
	display:block;
	text-decoration:none;}
#footdtlnav ul li.on a,
#footdtlnav ul li a:hover{
	color:#a40000;
	text-decoration:none;}

.col2Base,
.col3Base,
.col4Base,
.col4Frame,
.col5Base,
.col2Note,
.col2Lineup{
	text-align:center;
	font-size:0;
	line-height:0;}
.col2Note{
	padding-bottom:30px;
	margin-bottom:30px;}
.col2Base>div,
.col3Base>div,
.col4Base>div,
.col4Frame>div,
.col5Base>div,
.col2Note>div,
.col2Lineup>div{
	text-align:left;
	display:inline-block;
	vertical-align: top;
	font-size:14px;
	line-height:1.2;}
.col2Note>.cel1{
	min-width:310px;
	width:100%;
	max-width:400px;
	margin:0 20px 0 0;
	text-align:center;}
.col2Note>.cel2{
	min-width:310px;
	width:100%;
	max-width:594px;}
.col2Lineup>.cel1,
.col2Lineup>.cel2{
	width:50%;
	box-sizing:border-box;
	max-width:512px;
	padding:0 10px;}
.col2Base>.cel1,
.col2Base>.cel2{
	min-width:260px;
	width:50%;
	box-sizing:border-box;
	max-width:512px;
	padding:0 10px;}
.col3Base>.cel{
	min-width:320px;
	width:33%;
	box-sizing:border-box;
	max-width:341px;
	padding:0 18px;}
.col4Base>.cel{
	min-width:256px;
	width:25%;
	box-sizing:border-box;
	max-width:256px;
	padding:0 18px;}
.col4Frame>.cel{
	min-width:245px;
	box-sizing:border-box;
	max-width:245px;
	margin:0 0 1px 1px;
	padding:0 18px;
	border-radius:8px;}
.col5Base>.cel{
	min-width:204px;
	width:20%;
	box-sizing:border-box;
	max-width:204px;
	padding:0 8px;}
.col2Note table.carTbl{
	width:100%;}

.col2Base>div h4{
	margin:2px 0 5px;
	font-size:14px;
	line-height:1.5;
	color:#000;}
.col2Base>div p{
	font-size:13px;
	line-height:1.5;}
.col3Base>div h4,
.col4Base>div h4,
.col4Frame>div h4,
.col5Base>div h4{
	margin:2px 0 5px;
	font-size:11px;
	line-height:1.5;
	color:#000;}
.col3Base>div p,
.col4Base>div p,
.col4Frame>div p,
.col5Base>div p{
	font-size:11px;
	line-height:1.5;}
.col3Base p.imgcar,
.col4Base p.imgcar,
.col4Frame p.imgcar,
.col5Base p.imgcar{
	margin:0;
	padding:0;}
.col3Base p.imgcar.youtubeplay a:after,
.col4Base p.imgcar.youtubeplay a:after{
	content:"";
	display:block;
	width:50px;
	height:36px;
	margin-left:-25px;
	margin-top:-18px;
	position:absolute;
	top:50%;
	left:50%;
	background:url(img/btn/youtubeplay.png) no-repeat 0 0;
	z-index:2;}
.col3Base p.imgcar img,
.col4Base p.imgcar img,
.col4Frame p.imgcar img,
.col5Base p.imgcar img{
	border-radius:0;
	box-shadow:none;
	max-width:none;}

/* Image Masking */
body[id="dollyvarden_interior"] .imgcar{
	display:block;
	width:220px;
	height:165px;
	background:none;}
body[id="dollyvarden_exterior"] .imgcar,
body[id="torotter_interior"] .imgcar,
body[id="torotter_exterior"] .imgcar,
body[id="nbox_108_interior"] .imgcar,
body[id="nbox_108_exterior"] .imgcar,
body[id="indy_108_interior"] .imgcar,
body[id="indy_108_exterior"] .imgcar,
body[id="wohn_r2b_interior"] .imgcar,
body[id="wohn_r2b_exterior"] .imgcar,
body[id="wohn_dc_interior"] .imgcar,
body[id="wohn_dc_exterior"] .imgcar,
body[id="wohn_sieben"] .imgcar,
body[id="zelt_interior"] .imgcar,
body[id="zelt_exterior"] .imgcar,
body[id="zelt_cp_interior"] .imgcar,
body[id="zelt_cp_exterior"] .imgcar,
body[id="zelt_wg_interior"] .imgcar,
body[id="zelt_wg_exterior"] .imgcar,
body[id="zelt_350lh_interior"] .imgcar,
body[id="zelt_350lh_exterior"] .imgcar,
body[id="carbby_dc_interior"] .imgcar,
body[id="carbby_dc_exterior"] .imgcar,
body[id="carbby_rwb_interior"] .imgcar,
body[id="carbby_rwb_exterior"] .imgcar,
body[id="carbby_r2b_interior"] .imgcar,
body[id="carbby_r2b_exterior"] .imgcar,
body#rental_chiba .imgcar,
body#rental_yokohama .imgcar,
body#rental_iruma .imgcar,
body#rental_tokoro .imgcar,
body#rental_honjyo .imgcar,
body#rental_sapporo .imgcar,
body#parking .imgcar{
	display:block;
	width:305px;
	height:229px;
	background:none;}
body#tcfb .imgcar{
	display:block;
	width:220px;
	height:164px;
	background:none;}
body#mainte .imgcar{
	display:block;
	width:209px;
	height:158px;
	margin-bottom:8px;
	background:none;}
body[id="zelt_wg_exterior"] .col5Base .imgcar{
	display:block;
	width:188px;
	height:130px;
	background:none;}
body[id="dollyvarden_interior"] .imgcar a,
body[id="dollyvarden_exterior"] .imgcar a,
body[id="torotter_interior"] .imgcar a,
body[id="torotter_exterior"] .imgcar a,
body[id="nbox_108_interior"] .imgcar a,
body[id="nbox_108_exterior"] .imgcar a,
body[id="indy_108_interior"] .imgcar a,
body[id="indy_108_exterior"] .imgcar a,
body[id="wohn_r2b_interior"] .imgcar a,
body[id="wohn_r2b_exterior"] .imgcar a,
body[id="wohn_dc_interior"] .imgcar a,
body[id="wohn_dc_exterior"] .imgcar a,
body[id="wohn_sieben"] .imgcar a,
body[id="zelt_interior"] .imgcar a,
body[id="zelt_exterior"] .imgcar a,
body[id="zelt_cp_interior"] .imgcar a,
body[id="zelt_cp_exterior"] .imgcar a,
body[id="zelt_wg_interior"] .imgcar a,
body[id="zelt_wg_exterior"] .imgcar a,
body[id="zelt_350lh_interior"] .imgcar a,
body[id="zelt_350lh_exterior"] .imgcar a,
body[id="carbby_dc_interior"] .imgcar a,
body[id="carbby_dc_exterior"] .imgcar a,
body[id="carbby_rwb_interior"] .imgcar a,
body[id="carbby_rwb_exterior"] .imgcar a,
body[id="carbby_r2b_interior"] .imgcar a,
body[id="carbby_r2b_exterior"] .imgcar a,
body#rental_chiba .imgcar a,
body#rental_yokohama .imgcar a,
body#rental_iruma .imgcar a,
body#rental_tokoro .imgcar a,
body#rental_honjyo .imgcar a,
body#rental_sapporo .imgcar a{
	font-size:0;
	line-height:0;}

/* -----------------------------------------------
 * rental campping car
 * ----------------------------------------------- */
ul.rentallist{
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	text-align:center;
	font-size:0;
	line-height:0;}
ul.rentallist li{
	display:inline-block;
	margin:10px 9px !important;
	padding:0 !important;
	width:100%;
	max-width:311px;}
ul.rentallist li a{
	display:block;
	width:100%;
	height:0;
	padding-top:64.95%;
	text-indent:-9999px;
	font-size:14;
	line-height:1;
	text-align:left;}
ul.rentallist li.nav01 a{background:url(img/btn/rent_chiba.jpg) no-repeat 0 0; background-size:cover;}
ul.rentallist li.nav02 a{background:url(img/btn/rent_yokohama.jpg) no-repeat 0 0; background-size:cover;}
ul.rentallist li.nav03 a{background:url(img/btn/rent_iruma.jpg) no-repeat 0 0; background-size:cover;}
ul.rentallist li.nav04 a{background:url(img/btn/rent_tokorozawa.jpg) no-repeat 0 0; background-size:cover;}
ul.rentallist li.nav05 a{background:url(img/btn/rent_honjyo.jpg) no-repeat 0 0; background-size:cover;}
ul.rentallist li.nav06 a{background:url(img/btn/rent_sapporo.jpg) no-repeat 0 0; background-size:cover;}

.renttel{
	background:#0047b1;
	margin:0 0 5px;
	padding:2px;
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;}
.renttel h3{
	margin:10px 1em !important;
	font-size:16px;
	line-height:1.2em;
	color:#fff;}
.renttelInner{
	padding:10px 0;
	background:#FFF;
	font-size:0;
	line-height:0;
	border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;}
.renttelInner dl{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:33.33%;
	margin:0 0 10px !important;
	padding:4px 10px;
	min-width:260px;
	font-size:14px;
	line-height:1.2;}
.renttelInner dl dt{
	text-align:center;
	border:1px solid #dcdcdc;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,ededed+100 */
	background: #c1c1c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1c1c1 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c1c1 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c1c1 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c1c1 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1c1c1 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */}
.renttelInner dl dd{
	display:inline-block;
	vertical-align:top;
	margin:0 !important;}
.renttelInner dl dd a{text-decoration:none;}
.renttelInner dl>dd:nth-child(2){	/*偶数*/
	padding:5px 20px 0 33px;
	color:#c00;
	background:url(img/icn/icon_tel.png) no-repeat left center;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;}
.renttelInner dl>dd:nth-child(2) a{color:#C00;}
.renttelInner dl>dd:nth-child(3){	/*奇数*/
	padding:5px 0 0 0;}
.renttelInner dl>dd:nth-child(3) a{
	display:block;
	width:73px;
	height:30px;
	background:url(img/btn/btn_map_j.png) no-repeat 0 0;
	text-indent:-9999px;}
.renttelInner p{
	padding:0 10px;
	font-size:14px;
	line-height:1.2;}
.renttelInner span.ctct01,
.renttelInner span.ctct02{
	display:block;
	width:auto;
	min-width:240px;
	max-width:270px;
	height:42px;
	margin:0 !important;}
body#tcfb .renttelInner span.ctct01,
body#tcfb .renttelInner span.ctct02{
	max-width:353px;}
.renttelInner a.ctct01,
.renttelInner a.ctct02{
	display:block;
	width:auto;
	min-width:240px;
	height:auto;}
.renttelInner a{
	display:inline-block !important;}
.renttelInner .cel1{
	border-right:1px dotted #CCC;}
.renttelInner .cel1,
.renttelInner .cel2{
	margin-bottom:20px;}

.catsubnav{
	margin:1em 18px !important;
	padding:2px;
	border:1px solid #093;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005700+0,008a00+100 */
	background: #005700; /* Old browsers */
	background: -moz-linear-gradient(top,  #005700 0%, #008a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005700), color-stop(100%,#008a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005700 0%,#008a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005700 0%,#008a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005700 0%,#008a00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005700 0%,#008a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005700', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */}
.catsubnav li{
	display:inline-block;
	margin:0 2px !important;}
.catsubnav li a,
.catsubnav li a:visited{
	display:block;
	width:200px;
	margin:2px;
	padding:8px 1em;
	border:1px solid #72a081;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-transition: all .2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all .2s ease-out;  /* FF4+ */
	-ms-transition: all .2s ease-out;  /* IE10? */
	-o-transition: all .2s ease-out;  /* Opera 10.5+ */
	transition: all .2s ease-out;}
body#parking .catsubnav li a,
body#parking .catsubnav li a:visited{
	width:150px;}
.catsubnav li a:hover{
	background:#00802b;
	border:1px solid #063;}
.catsubnav li a:before{
	content:"\25B6";
	font-size:10px;
	line-height:18px;
	display:inline;
	margin-right:5px;
	vertical-align:top;}

.gcalnav{
	margin:20px 0 0 20px !important;
	padding:0;}
.gcalnav dt{
	display:inline-block;
	width:234px;
	height:58px;
	margin:0; !important;
	background:url(img/nav/gcalnavi.png) no-repeat 0 0;
	text-indent:-9999px;}
.gcalnav dd{
	margin:6px 0 0 20px !important;
	vertical-align:top;
	font-size:16px;
x	font-weight:bold;
	display:inline-block;}
.dtlrental{
	margin:0 0 8px 0 !important;
	padding:0;
	border-bottom:1px dotted #ccc;}
.dtlrental dt{
	display:inline-block;
	min-width:75%;
	margin:4px 0;
	padding:4px 1em;
	font-size:18px;
	line-height:1.2;
	border-left:5px solid #00804b;}
.dtlrental dd{
	display:inline-block;
	min-width:20%;
	margin:4px 0;
	padding:16px 0;
	vertical-align:top;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;}

.btnrental{
	display:block;
	width:90%;
	height:60px;
	margin:1em auto;
	font-size:16px !important;
	color:#FFF !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17b360+0,0a9a4d+100 */
	background: #17b360 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #17b360 0%, #0a9a4d 100% !important); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17b360), color-stop(100%,#0a9a4d)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #17b360 0%,#0a9a4d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17b360 0%,#0a9a4d 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17b360 0%,#0a9a4d 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #17b360 0%,#0a9a4d 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17b360', endColorstr='#0a9a4d',GradientType=0 ) !important; /* IE6-9 */
	border-radius:8px !important;
}

/* -----------------------------------------------
 * purchase
 * ----------------------------------------------- */
dl.faq{}
dl.faq dt{
	padding:4px 8px 2px;
	background:#f1f1f1;
	border-bottom:1px dotted #ccc;
	color:#00804b;
	font-size:16px;
	border-left:5px solid #00804b;}
dl.faq dd{
	margin:0 0 40px 0;
	padding:5px 8px 0;
	border-left:5px solid #00804b;}

.btnprch{
	display:block;
	width:100%;
	height:0;
	padding-top:13.8%;
	background:url(img/btn/btn_purchase.png) no-repeat 0 0;
	background-size:cover;
	text-indent:-9999px;}


/* =======================================
 * Shop_Holiday
 * ======================================= */
#shop_holiday{}
#holiday_wrap .entry-content table{
}
#holiday_wrap .xo-month{}
#holiday_wrap .xo-month caption{
	margin: .5rem 0 0;
	padding: .315rem;
	background: #f8f4eb;
	border: 1px solid #dcd7cb;
	border-bottom: none;
	font-size: 1.5em;
/*	font-weight: bolder;*/
}
#holiday_wrap .today{}
#holiday_wrap .xo-event-calendar table.xo-month > thead th,
#holiday_wrap .xo-event-calendar table.xo-month .month-dayname td div {
	font-size: 120%;
}
#holiday_wrap .xo-event-calendar table.xo-month .month-dayname-space{
	height: 2em;
}
#holiday_wrap .xo-event-calendar table.xo-month .month-event-title{
	text-align: center;
}
#holiday_wrap .xo-months{
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#holiday_wrap .xo-month-wrap{
	max-width: 100%;
}
@media screen and (min-width: 840px) {
	#holiday_wrap .xo-months{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#holiday_wrap .xo-month-wrap{
		max-width: 48%;
		min-width: 48%;
	}
}
#shop_holiday .holiday_icon{
	margin-top: 1em;
	padding: 0.5rem 0 .613rem;
	border: 1px solid #ccc;
}
#shop_holiday .holiday_icon ul{
	list-style: none;
	margin-bottom: 0;
}
#shop_holiday .holiday_icon ul li{
	display: inline-block;
	line-height: 1.5rem;
}
#shop_holiday .holiday_icon ul li em{
	font-style: normal;
	display: inline-block;
	border-radius: 5px;
	color: #333;
	width: 2rem;
	height: 1.5rem;
	margin-right: 0.315em;
	text-align: center;
	font-size: 0.8em;
	vertical-align: middle;
}
#shop_holiday .holiday_icon ul li.icn01 em{ background: #ff7777; }
#shop_holiday .holiday_icon ul li.icn02 em{ background: #ffe08d; }
#shop_holiday .holiday_icon ul li.icn03 em{ background: #ffb9c5; }
#shop_holiday .holiday_icon ul li.icn04 em{ background: #afd4f0; }



/* -----------------------------------------------
 * shoplist
 * ----------------------------------------------- */
#shoplist{}
#shoplist .iblock{}
#shoplist .iblock h4,
#shoplist .iblock p{margin:0 0 10px 0;}

.shopdtlbtn a:before{
	content:"\25B6";
	font-size:10px;
	line-height:18px;
	display:inline;
	margin-right:5px;
	vertical-align:top;}
.shopdtlbtn a,
.shopdtlbtn a:link,
.shopdtlbtn a:visited{
	display:block;
	max-width:100%;
	max-height:18px;
	margin:0 18px;
	padding:2px 0;
	font-size:13px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	border:1px solid #008740;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17b360+0,0a9a4d+100 */
	background: #17b360; /* Old browsers */
	background: -moz-linear-gradient(top,  #17b360 0%, #0a9a4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17b360), color-stop(100%,#0a9a4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #17b360 0%,#0a9a4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17b360 0%,#0a9a4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17b360 0%,#0a9a4d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #17b360 0%,#0a9a4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17b360', endColorstr='#0a9a4d',GradientType=0 ); /* IE6-9 */}
.shopdtlbtn a:hover{
	border:1px solid #00592a;
	background:#00803c;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}

/* -----------------------------------------------
 * shop
 * ----------------------------------------------- */
.gmap img{
	border-radius:0;
	box-shadow:none;}

.shopdl{
	display:inline-block;
	margin:0 !important;
	padding:0;}
.shopdl dt{
	float:left;
	clear:both;
	display:block;
	width:5em;
	margin: 0 8px 0 0;
	padding:2px 5px;
	background:#eee;
	font-size:14px;
	line-height:1.4;
	border-left:3px solid #DA1518;}
.shopdl dd{
	float:left;
	margin:0 0 10px 0;
	padding:2px 5px;
	display:inline-block;
	font-size:14px;
	line-height:1.4;}

.staffface{
	margin: 0 18px 24px !important;
	margin: 0 18px 1.714285714rem !important;
	padding:0;
	list-style:none;}
.staffface li{
	display:inline-block;
	vertical-align:top;
	width:90px;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:1.2;
	text-align:center;}
.simplemap img{
	box-shadow:none;}


/* -----------------------------------------------
* EVENT & VOICE
 * ----------------------------------------------- */
body#event,
body#voice{}
body#event .evtctt,
body#voice .vicctt{
	margin-bottom:30px;}
body#event .evtctt h3.name,
body#voice .vicctt h3.name{
	margin-bottom:10px;
	margin-top:0 !important;
	padding:0 0 0 8px;
	font-size:18px;
	line-height:1.5em;
	font-weight:bold;
	border-left:5px solid #DA1518;
	color:#000;}
body#event .eventtop,
body#voice .voicetop{
	margin:20px 0;
	padding:0 0 30px 0;
	border-bottom:1px dotted #ccc;}
body#event .eventtop .img,
body#voice .voicetop .img{
	margin-bottom:12px;}
body#event .eventtop .img img,
body#voice .voicetop .img img{
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;}

.eventdl,
.voicedl{
	display:inline-block;
	margin:0 0 8px 5px !important;
	padding:0;}
.eventdl dt,
.voicedl dt{
	float:left;
	clear:both;
	display:block;
	width:6em;
	margin: 0 8px 0 0;
	padding:2px 5px;
	background:#eee;
	font-size:14px;
	line-height:1.4;
	border-left:3px solid #DA1518;}
.eventdl dd,
.voicedl dd{
	float:left;
	margin:0 0 10px 0;
	padding:2px 5px;
	display:inline-block;
	font-size:14px;
	line-height:1.4;}
body#voice .voicedtl{
	max-width:750px;}




/* -----------------------------------------------
* Contact
 * ----------------------------------------------- */
body#contact .formArea dl,
body#detaile_form .formArea dl,
body#reserve .formArea dl,
body#catalog .formArea dl,
body#assessment .formArea dl{
	margin:0 0 40px 0;
	padding:0;}
body#contact .formArea dt,
body#detaile_form .formArea dt,
body#reserve .formArea dt,
body#catalog .formArea dt,
body#assessment .formArea dt{
	display:block;
	width:200px;
	margin:0;
	padding:12px 0;
	float:left;}
body#contact .formArea dd,
body#detaile_form .formArea dd,
body#reserve .formArea dd,
body#catalog .formArea dd,
body#assessment .formArea dd{
	display:block;
	width:800px;
	padding:12px 0 12px 220px;
	margin:0;
	border-bottom:1px dotted #e3d8c3;}
body#catalog .formArea #cleardl dl{}
body#catalog .formArea #cleardl dt{
	width:100%;
	clear:left;}
body#catalog .formArea #cleardl dd{
	width:100%;
	padding:0;}

body#contact #information,
body#detaile_form #information,
body#reserve #information,
body#catalog #information,
body#assessment #information{
	border:1px solid #ccc;
	padding:10px 0 10px 20px;
	width:100%;
	margin: 0 0 10px;
	box-sizing:border-box;}
body#contact #information .viewport,
body#detaile_form #information .viewport,
body#reserve #information .viewport,
body#catalog #information .viewport,
body#assessment #information .viewport{ width:95%; height: 237px; overflow: hidden; position: relative; }
body#contact #information .overview,
body#detaile_form #information .overview,
body#reserve #information .overview,
body#catalog #information .overview,
body#assessment #information .overview{ list-style:none; position:absolute; left:0; top:0; padding:0 0 12px 0; margin:0; }
body#contact #information .scrollbar,
body#detaile_form #information .scrollbar,
body#reserve #information .scrollbar,
body#catalog #information .scrollbar,
body#assessment #information .scrollbar{ background: transparent url(img/common/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 9px; }
body#contact #information .track,
body#detaile_form #information .track,
body#reserve #information .track,
body#catalog #information .track,
body#assessment #information .track{ background:none; height: 100%; width:9px; position: relative; padding: 0 0; }
body#contact #information .thumb,
body#detaile_form #information .thumb,
body#reserve #information .thumb,
body#catalog #information .thumb,
body#assessment #information .thumb{ background: transparent url(img/common/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
body#contact #information .thumb .end,
body#detaile_form #information .thumb .end,
body#reserve #information .thumb .end,
body#catalog #information .thumb .end,
body#assessment #information .thumb .end{ background: transparent url(img/common/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 9px; }
body#contact #information .disable,
body#detaile_form #information .disable,
body#reserve #information .disable,
body#catalog #information .disable,
body#assessment #information .disable{ display: none; }
body#contact #information.noSelect,
body#detaile_form #information.noSelect,
body#reserve #information.noSelect,
body#catalog #information.noSelect,
body#assessment #information .noSelect{ user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

body#contact .rule,
body#detaile_form .rule,
body#reserve .rule,
body#catalog .rule,
body#assessment .rule{
	font-size:85.7%;}
body#contact .rule h3,
body#detaile_form .rule h3,
body#reserve .rule h3,
body#catalog .rule h3,
body#assessment .rule h3,
body#privacy .rule h3{
	margin:0 0 0.5em 0;
	border-bottom:1px solid #333;}
body#contact .rule h4,
body#detaile_form .rule h4,
body#reserve .rule h4,
body#catalog .rule h4,
body#assessment .rule h4
body#privacy .rule h4{
	background:#ccc;
	margin-bottom:0.5em;
	padding:3px 6px;
	font-size:13px;
	line-height:1em;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}
body#contact .rule h5,
body#detaile_form .rule h5,
body#reserve .rule h5,
body#catalog .rule h5,
body#assessment .rule h5
body#privacy .rule h5{
	margin:0;}
body#contact .rule p,
body#detaile_form .rule p,
body#reserve .rule p,
body#catalog .rule p,
body#assessment .rule p
body#privacy .rule p{
	line-height:1.2em;
	margin:0 0 .75em 1em;}

body#contact .formArea label,
body#detaile_form .formArea label,
body#reserve .formArea label,
body#catalog .formArea label,
body#assessment .formArea label{
	display:inline-block;
	margin-right:12px;}

input[type="submit"].wpcf7-confirm{
    border:0px;
    width:140px;
    height:40px;
    background:url(img/btn/btn_confirm.png) no-repeat 0 0;
	text-indent:-9999px;}
input[type="button"].wpcf7-back{
    border:0px;
    width:140px;
    height:40px;
    background:url(img/btn/btn_back.png) no-repeat 0 0;
	text-indent:-9999px;}
input[type="submit"].wpcf7-submit{
    border:0px;
    width:140px;
    height:40px;
    background:url(img/btn/btn_submit.png) no-repeat 0 0;
	text-indent:-9999px;}
body#contact #content input[type="text"],
body#contact #content textarea,
body#detaile_form #content input[type="text"],
body#detaile_form #content textarea{width:500px;}
body#detaile_form #content input[type="text"].corpname,
body#detaile_form #content input[type="text"].department,
body#reserve #content input[type="text"],
body#reserve #content textarea,
body#catalog #content input[type="text"],
body#catalog #content textarea,
body#assessment #content input[type="text"],
body#assessment #content textarea{
	width:400px;}
body#contact #content .zip01 input[type="text"],
body#contact #content .zip02 input[type="text"],
body#detaile_form #content .zip01 input[type="text"],
body#detaile_form #content .zip02 input[type="text"],
body#reserve #content .zip01 input[type="text"],
body#reserve #content .zip02 input[type="text"],
body#catalog #content .zip01 input[type="text"],
body#catalog #content .zip02 input[type="text"],
body#assessment #content .zip01 input[type="text"],
body#assessment #content .zip02 input[type="text"]{
	width:80px;}

body#contact span.required,
body#detaile_form span.required,
body#reserve span.required,
body#catalog span.required,
body#assessment span.required{
	display:inline-block;
	width:40px;
	height:18px;
	margin:0 0 0 5px;
	background:url(img/icn/icn_required.png) no-repeat 0 4px;
	text-indent:-9999px;}

body#catalog span#cartype01>span.wpcf7-list-item{
	display:inline-block;}
body#catalog span#cartype01>span.wpcf7-list-item:nth-of-type(1),
body#catalog span#cartype01>span.wpcf7-list-item:nth-of-type(4){
	display:block;}

img.ajax-loader{
	display:inline-block;
	width:auto !important;}


/* -----------------------------------------------
 * recruit
 * ----------------------------------------------- */
body#recruit table{
	border: 1px solid #999 !important;
	font-size: 1rem;
}
body#recruit table th{
	padding: 5px 10px;
	border: 1px solid #999 !important;
	background: #dadada;
	vertical-align: top;
	font-size: 1rem;}
body#recruit table td{
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #999 !important;}
body#recruit ul.point{
	list-style: none;
}
body#recruit table.noboder,
body#recruit table.noboder td{
	border: none !important;
}
body#recruit ul.point li{
	display: inline-block;
	margin: 2px;
	padding: 2px 8px;
	background: #d70c0d;
	color: #FFF;
	border-radius: 4px;
}


/* -----------------------------------------------
 * kvslider
 * ----------------------------------------------- */
.kvslider {
	padding-bottom:0;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #e60012;
}
.kvslider ul,
.kvslider ul li {
	float: left;
	margin:0;
	padding:0;
	display: inline;
	overflow: hidden;
}
.kvslider ul li img {
	width: 100%;
	display: none;
}
.kvslider_base {
	top: 0;
	position: absolute;
	z-index:1;
}
.kvslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	z-index:1;
}
.slider_prev,
.slider_next {
	top: 0;
x	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.slider_prev {background: rgba(255,255,255,.5);}
.slider_next {background: rgba(255,255,255,.5);}


.slider_prev:after {
	content:"";
	display:block;
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	right:-80px;
	margin:-50px 0 0;
	z-index:1;
	background:url(img/key/prev.png) no-repeat right center;
}
.slider_next:after {
	content:"";
	display:block;
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:-80px;
	margin:-50px 0 0;
	z-index:1;
	background:url(img/key/next.png) no-repeat right center;
}

.pagination {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	text-align:center;
	z-index: 200;
}
.pagination a {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:0 5px;
	background:#FFF;
	border:1px solid #FFF;
	overflow: hidden;
}
/*
.pagination a.pn1 {background: transparent url(img/pn1.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url(img/pn2.jpg) no-repeat left top;}
.pagination a.pn3 {background: transparent url(img/pn3.jpg) no-repeat left top;}
.pagination a.pn4 {background: transparent url(img/pn4.jpg) no-repeat left top;}
.pagination a.pn5 {background: transparent url(img/pn5.jpg) no-repeat left top;}
*/

.pagination a.active {
	background:#e60012;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* -----------------------------------------------
 * BxSlider
 * ----------------------------------------------- */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;}

.bx-wrapper img {
	max-width: 100%;
	display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left:0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);}

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

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

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

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

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

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -16px;
	background: url(img/slide/flink_controls.png) no-repeat 0 0;}

.bx-wrapper .bx-next {
	right: -16px;
	background: url(img/slide/flink_controls.png) no-repeat -15px 0;}

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

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

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

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;}

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;}

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

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

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


/* contactform7 */
.wpcf7c-conf{background:#faffbd;}


/* ====================================
 OTHER
==================================== */
/* margin */
.mrA{margin-left:auto !important; margin-right:auto !important; display:block !important;}
.mr0{margin:0 !important;}
.mr5{margin:5px !important;}
.mr10{margin:10px !important;}
.mrt0{margin-top:0px !important;}
.mrt1{margin-top:1px !important;}
.mrt5{margin-top:5px !important;}
.mrt10{margin-top:10px !important;}
.mrt15{margin-top:15px !important;}
.mrt20{margin-top:20px !important;}
.mrt25{margin-top:25px !important;}
.mrt30{margin-top:30px !important;}
.mrt35{margin-top:35px !important;}
.mrt40{margin-top:40px !important;}
.mrt45{margin-top:45px !important;}
.mrt50{margin-top:50px !important;}
.mrt55{margin-top:55px !important;}
.mrt60{margin-top:60px !important;}
.mrt65{margin-top:65px !important;}
.mrt70{margin-top:75px !important;}
.mrt75{margin-top:75px !important;}
.mrt80{margin-top:80px !important;}
.mrt85{margin-top:85px !important;}
.mrt90{margin-top:90px !important;}
.mrt95{margin-top:95px !important;}
.mrt100{margin-top:100px !important;}
.mrr0{margin-right:0px !important;}
.mrr1{margin-right:1px !important;}
.mrr5{margin-right:5px !important;}
.mrr10{margin-right:10px !important;}
.mrr15{margin-right:15px !important;}
.mrr18{margin-right:18px !important;}
.mrr20{margin-right:20px !important;}
.mrr25{margin-right:25px !important;}
.mrr30{margin-right:30px !important;}
.mrr35{margin-right:35px !important;}
.mrr40{margin-right:40px !important;}
.mrr45{margin-right:45px !important;}
.mrr50{margin-right:50px !important;}
.mrr55{margin-right:55px !important;}
.mrr60{margin-right:60px !important;}
.mrr65{margin-right:65px !important;}
.mrr70{margin-right:75px !important;}
.mrr75{margin-right:75px !important;}
.mrr80{margin-right:80px !important;}
.mrr85{margin-right:85px !important;}
.mrr90{margin-right:90px !important;}
.mrr95{margin-right:95px !important;}
.mrr100{margin-right:100px !important;}
.mrb0{margin-bottom:0px !important;}
.mrb1{margin-bottom:1px !important;}
.mrb5{margin-bottom:5px !important;}
.mrb10{margin-bottom:10px !important;}
.mrb15{margin-bottom:15px !important;}
.mrb20{margin-bottom:20px !important;}
.mrb25{margin-bottom:25px !important;}
.mrb30{margin-bottom:30px !important;}
.mrb35{margin-bottom:35px !important;}
.mrb40{margin-bottom:40px !important;}
.mrb45{margin-bottom:45px !important;}
.mrb50{margin-bottom:50px !important;}
.mrb55{margin-bottom:55px !important;}
.mrb60{margin-bottom:60px !important;}
.mrb65{margin-bottom:65px !important;}
.mrb70{margin-bottom:75px !important;}
.mrb75{margin-bottom:75px !important;}
.mrb80{margin-bottom:80px !important;}
.mrb85{margin-bottom:85px !important;}
.mrb90{margin-bottom:90px !important;}
.mrb95{margin-bottom:95px !important;}
.mrb100{margin-bottom:100px !important;}
.mrl0{margin-left:0px !important;}
.mrl1{margin-left:1px !important;}
.mrl5{margin-left:5px !important;}
.mrl10{margin-left:10px !important;}
.mrl15{margin-left:15px !important;}
.mrl18{margin-left:18px !important;}
.mrl20{margin-left:20px !important;}
.mrl25{margin-left:25px !important;}
.mrl30{margin-left:30px !important;}
.mrl35{margin-left:35px !important;}
.mrl40{margin-left:40px !important;}
.mrl45{margin-left:45px !important;}
.mrl50{margin-left:50px !important;}
.mrl55{margin-left:55px !important;}
.mrl60{margin-left:60px !important;}
.mrl65{margin-left:65px !important;}
.mrl70{margin-left:75px !important;}
.mrl75{margin-left:75px !important;}
.mrl80{margin-left:80px !important;}
.mrl85{margin-left:85px !important;}
.mrl90{margin-left:90px !important;}
.mrl95{margin-left:95px !important;}
.mrl100{margin-left:100px !important;}

/*padding*/
.pda0{padding:0 !important;}
.pda5{padding:5px !important;}
.pda10{padding:10px !important;}
.pdt0{padding-top:0px !important;}
.pdt5{padding-top:5px !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt25{padding-top:25px !important;}
.pdt30{padding-top:30px !important;}
.pdt35{padding-top:35px !important;}
.pdt40{padding-top:40px !important;}
.pdt45{padding-top:45px !important;}
.pdt50{padding-top:50px !important;}
.pdt55{padding-top:55px !important;}
.pdt60{padding-top:60px !important;}
.pdt65{padding-top:65px !important;}
.pdt70{padding-top:75px !important;}
.pdt75{padding-top:75px !important;}
.pdt80{padding-top:80px !important;}
.pdt85{padding-top:85px !important;}
.pdt90{padding-top:90px !important;}
.pdt95{padding-top:95px !important;}
.pdt100{padding-top:100px !important;}
.pdr0{padding-right:0px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr25{padding-right:25px !important;}
.pdr30{padding-right:30px !important;}
.pdr35{padding-right:35px !important;}
.pdr40{padding-right:40px !important;}
.pdr45{padding-right:45px !important;}
.pdr50{padding-right:50px !important;}
.pdr55{padding-right:55px !important;}
.pdr60{padding-right:60px !important;}
.pdr65{padding-right:65px !important;}
.pdr70{padding-right:75px !important;}
.pdr75{padding-right:75px !important;}
.pdr80{padding-right:80px !important;}
.pdr85{padding-right:85px !important;}
.pdr90{padding-right:90px !important;}
.pdr95{padding-right:95px !important;}
.pdr100{padding-right:100px !important;}
.pdb0{padding-bottom:0px !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb35{padding-bottom:35px !important;}
.pdb40{padding-bottom:40px !important;}
.pdb45{padding-bottom:45px !important;}
.pdb50{padding-bottom:50px !important;}
.pdb55{padding-bottom:55px !important;}
.pdb60{padding-bottom:60px !important;}
.pdb65{padding-bottom:65px !important;}
.pdb70{padding-bottom:75px !important;}
.pdb75{padding-bottom:75px !important;}
.pdb80{padding-bottom:80px !important;}
.pdb85{padding-bottom:85px !important;}
.pdb90{padding-bottom:90px !important;}
.pdb95{padding-bottom:95px !important;}
.pdb100{padding-bottom:100px !important;}
.pdl0{padding-left:0px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl15{padding-left:15px !important;}
.pdl20{padding-left:20px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}
.pdl35{padding-left:35px !important;}
.pdl40{padding-left:40px !important;}
.pdl45{padding-left:45px !important;}
.pdl50{padding-left:50px !important;}
.pdl55{padding-left:55px !important;}
.pdl60{padding-left:60px !important;}
.pdl65{padding-left:65px !important;}
.pdl70{padding-left:75px !important;}
.pdl75{padding-left:75px !important;}
.pdl80{padding-left:80px !important;}
.pdl85{padding-left:85px !important;}
.pdl90{padding-left:90px !important;}
.pdl95{padding-left:95px !important;}
.pdl100{padding-left:100px !important;}

/*width*/
.wA{width:auto !important;}
.w10{width:10px !important;}
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w60{width:60px !important;}
.w70{width:70px !important;}
.w80{width:80px !important;}
.w85{width:85px !important;}
.w90{width:90px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w115{width:115px !important;}
.w120{width:120px !important;}
.w130{width:130px !important;}
.w140{width:140px !important;}
.w150{width:150px !important;}
.w160{width:160px !important;}
.w170{width:170px !important;}
.w180{width:180px !important;}
.w190{width:190px !important;}
.w200{width:200px !important;}
.w210{width:210px !important;}
.w220{width:220px !important;}
.w230{width:230px !important;}
.w240{width:240px !important;}
.w250{width:250px !important;}
.w260{width:260px !important;}
.w270{width:270px !important;}
.w280{width:280px !important;}
.w290{width:290px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w330{width:330px !important;}
.w340{width:340px !important;}
.w350{width:350px !important;}
.w360{width:360px !important;}
.w370{width:370px !important;}
.w380{width:380px !important;}
.w390{width:390px !important;}
.w400{width:400px !important;}
.w410{width:410px !important;}
.w420{width:420px !important;}
.w430{width:430px !important;}
.w440{width:440px !important;}
.w450{width:450px !important;}
.w460{width:460px !important;}
.w470{width:470px !important;}
.w480{width:480px !important;}
.w490{width:490px !important;}
.w500{width:500px !important;}
.w510{width:510px !important;}
.w520{width:520px !important;}
.w530{width:530px !important;}
.w540{width:540px !important;}
.w550{width:550px !important;}
.w560{width:560px !important;}
.w570{width:570px !important;}
.w580{width:580px !important;}
.w590{width:590px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w5P{width:5% !important;}
.w10P{width:10% !important;}
.w15P{width:15% !important;}
.w23P{width:23% !important;}
.w20P{width:20% !important;}
.w25P{width:25% !important;}
.w30P{width:30% !important;}
.w33P{width:33% !important;}
.w35P{width:35% !important;}
.w40P{width:40% !important;}
.w45P{width:45% !important;}
.w50P{width:50% !important;}
.w75P{width:75% !important;}
.w80P{width:80% !important;}
.w85P{width:85% !important;}
.w90P{width:90% !important;}
.w95P{width:95% !important;}
.w100P{width:100% !important;}
.mw50P{min-width:50% !important;}

/*block*/
.iblock{
	display:inline-block;
	vertical-align:top;}
.bs{box-sizing:border-box;}

/*postion*/
.posPrt{position:relative;}
.posR0T0{position:absolute; right:0; top:0;}
.posL0T0{position:absolute; left:0; top:0;}
.posR0B0{position:absolute; right:0; bottom:0;}
.posL0B0{position:absolute; left:0; bottom:0;}

/* font */
.j10{font-size:71.4%; line-height:1.5 !important;}
.j12{font-size:85.7%; line-height:1.5 !important;}
.j13{font-size:92.9%; line-height:1.5 !important;}
.j14{font-size:100%; line-height:1.5 !important;}
.j16{font-size:114.3%; line-height:1.5 !important;}
.j18{font-size:128.6%; line-height:1.5 !important;}
.j20{font-size:142.9%; line-height:1.5 !important;}

.tR{text-align:right !important;}
.tL{text-align:left !important;}
.tC{text-align:center !important;}
.tB{font-weight:bold !important;}
.tN{ font-weight:normal !important;}

/* color */
.colRed{color:#e60012;}
.colBordeaux{color:#b10035;}
.colNavy{color:#002e54;}
.colBlue{color:#1071a7;}
.colGreen{color:#006600;}
.colBlack{color:#333333;}
.colWine{color:#5f2131;}
.colYellow{color:#b9d300;}
.colGray{color:#9ca696;}
.bgRed{background-color:#e80000;}
.bgBordeaux{background-color:#b10035;}
.bgNavy{background-color:#002e54;}
.bgBlue{background-color:#1071a7;}
.bgGreen{background-color:#006600;}
.bgBlack{background-color:#333333;}
.bgWine{background-color:#5f2131;}
.bgYellow{background-color:#b9d300;}
.bgGray{background-color:#9ca696;}
.backwh{background:#fff;}
.bgBeige{background:#F1EDE8;}

/* list */
ul.none{
	margin:0;
	padding:0;
	list-style:none;}
ul.none li{
	line-height:1.4em;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	list-style:none;}
ul.kome{
	margin:0;
	padding:0;
	list-style:none;}
ul.kome li{
	background:url(img/common/kome13.png) no-repeat 0 0.22em;
	font-size:13px;
	line-height:1.4em;
	margin:0 0 5px 1em;
	padding:0 0 0 15px;
	list-style:none;}
ul.kome.colRed li{background:url(img/common/kome13red.png) no-repeat 0 0.22em;}
ul.check{
	margin:0;
	padding:0;
	list-style:none;}
ul.float{
	margin:0;
	padding:0;
	list-style:none;}
ul.float li{
	margin:0 10px 0 0;
	padding:0;
	float:left;}

/* image */
.fL{float:left; margin:0 1em 1em 0;}
.fR{float:right; margin:0 0 1em 1em;}
img.noshade{
	border-radius:0 !important;
	box-shadow:none !important;}

hr.no_line {
	margin:15px 0;
	background:none;
}
hr.margin{margin: 25px 0 20px;}
div.dot{
	margin:1em 0 1em;
	padding:0 0 15px;
	background:url(img/common/hr_dot.png) no-repeat left bottom;
	border:0px none;}

.noline{border:none !important;}

/* Table */
table.defTable{
	border:1px solid #CCC;
	border-collapse:separate;
	border-spacing:1px;}
table.defTable caption{}
table.defTable th{
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	background:#DDD;}
table.defTable td{
	padding-left:12px;
	padding-right:12px;
	border:1px solid #DDD;}

/* bottun */
a.defbtn{
	display:inline-block;
	color:#063 !important;
	margin:5px 8px;
	padding:3px 1em;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8f9e6+0,cfedc7+100 */
	background: #e8f9e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8f9e6 0%, #cfedc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f9e6), color-stop(100%,#cfedc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8f9e6 0%,#cfedc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8f9e6 0%,#cfedc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8f9e6 0%,#cfedc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8f9e6 0%,#cfedc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f9e6', endColorstr='#cfedc7',GradientType=0 ); /* IE6-9 */
	border:1px solid #87a983;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);}
a.defbtn:before{
	content:"\25B6";
	font-size:10px;
	line-height:18px;
	display:inline;
	margin-right:5px;
	vertical-align:top;}
#main a[target="_blank"]{
	display:inline-block;
	padding-right:14px;
	margin-right:3px;
	background:url(img/icn/icon_blank_blue.png) no-repeat right 8px;}
#main .catsubnav a[target="_blank"],
#main #keyvisual a[target="_blank"] {
	padding-right:0;
	margin-right:0;
	background-image:none;
}

/* tab */
.redTab{
	display:inline-block;
	margin:0 !important;
	padding:4px 2em !important;
	font-size:14px !important;
	line-height:1em !important;
	background:#ffa8a8;
	border:1px solid #ed0000;
	color:#900;}

/* Over Frow */
.ofX{
	width:100%;
	margin:inherit auto;
	overflow-x:auto;}

/* clearfix */
.cf:before, .cf:after{content:" "; display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}


/* Other */
.carTbl01 th,
.carTbl02 th,
.carTbl03 th,
.carTbl04 th,
.carTbl05 th{
	word-break:keep-all;}
.carTbl01 td.w100,
.carTbl02 td.w100,
.carTbl03 td.w100,
.carTbl04 td.w100,
.carTbl05 td.w100{
	width:auto !important;
	min-width:100px;}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (max-width: 1023px) {
	#colophon .site-info{
		float:none;
		text-align:left;
		max-width:697px;}
	#colophon .footerSub{
		width:304px;
		padding:33px 0 0 0px;
		text-align:left;}

	.bx-wrapper .bx-controls-direction a{
		top:auto;
		bottom:-16px;}
	.bx-wrapper .bx-prev{left:0;}
	.bx-wrapper .bx-next{right:0;}
	
	/* search */
	#feas-0 .btnsmt{
		position:static;
		clear:both;
		width:230px;
		margin:20px auto 0;}
	
	body#mainte .entry-content .w650,
	body#parking .entry-content .w650{width:100% !important;}
}

@media screen and (max-width: 1003px) {
	#header{height:160px;}
	.wrapper{
x		margin-top:160px;
		margin-top:0px;
		padding-top:160px;}
	.site-header{padding:10px 0 10px;}
	body#contact .formArea dt,
	body#detaile_form .formArea dt,
	body#reserve .formArea dt,
	body#catalog .formArea dt,
	body#assessment .formArea dt{
		float:none;
		padding-bottom:0;}
	body#contact .formArea dd,
	body#detaile_form .formArea dd,
	body#reserve .formArea dd,
	body#catalog .formArea dd,
	body#assessment .formArea dd{
		width:100%;
		padding-left:10px;
		padding-top:0;}
}
@media screen and (max-width: 839px) {
	#headrest .inner{display:none;}
	#header{height:100px;}
	.wrapper{
x		margin-top:100px;
		margin-top:0px;
		padding-top:100px;}
	.site-header{padding:10px 0 10px;}
	
	/* global navi (mobile) */
	.main-navigation{
		float:none;
		position:absolute;
		top:47px;
		right:10px;}
	.nav-menu{
		background:rgba(250,250,250,.9);
		box-shadow:2px 2px 4px #999;}

	/* br */
	.br{display:block;}

	/* campaign */	
	#campaign .campaignDl{
		margin-bottom:1.4em;}
	#campaign .campaignDl dt{
		clear:both;
		display:block;
		width:12em;
		font-weight: bold;}
	#campaign .campaignDl dd{
		clear:both;
		margin: 0 0 0 1em;}
}
@media screen and (min-width: 840px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
x		margin: 0 40px 0 0;
x		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	/*  */
	.inner{
		box-sizing:border-box;
		padding:0 5px;}

	#colophon .site-info>div{
		display:block;
		clear:both;
		width:95%;
		box-sizing:border-box;}
	body#home #used li{margin:0;}
	body#home #news>.inner>div{padding:0;}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 1024px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.inner{
		max-width:1024px;
		margin:0 auto;
	}
	.site-content {
		float: left;
x		width: 65.104166667%;
		width:750px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	body#lineup .site-content,
	body.page-template-lineup-inside .site-content{
		width: 100%;
	}
	.widget-area {
		float: right;
x		width: 26.041666667%;
		width:256px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #FFF;
	}
	body .site {
		padding:0;
		margin-top:0;
		margin-top:0;
		margin-bottom:0;
		margin-bottom:0;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

@media screen and (max-width: 530px) {
	/* other */
	.fL{float:none; margin:1em 0 1em 0;}
	.fR{float:none; margin:1em 0 1em 0;}
	
	body#mainte .entry-content .w300,
	body#parking .entry-content .w300{width:100% !important;}
	
	#carlistPader #feas-result-0{float:none;}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
