@charset "utf-8";
@import url("/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

/* 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%;
		font: inherit;
		vertical-align: baseline;
	}

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

	body {
		line-height: 1;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	ol, ul {
		list-style: none;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	background-color: transparent;
}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

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

	body {
		-webkit-text-size-adjust: none;
	}
.text90 {
	font-size: 90%;		
			}
/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
/* Container */
	.container {
		margin: 0 auto 30px auto;
	}
	
/* Basic */

	body {
		background: #f7f7f7 url("images/bg01.png");
	}

	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body, input, select, textarea {
	color: #3D3D3D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	}

	a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	color: #0159B5;
	text-decoration: none;
	}

	a:hover {
	color: #686868;
	border-bottom-color: transparent;
		}
.blinking{
    -webkit-animation:blink 2s ease-in-out infinite alternate;
    -moz-animation:blink 2s ease-in-out infinite alternate;
    animation:blink 2s ease-in-out infinite alternate;
	}
@-webkit-keyframes blink{
    0%{background-color: #F39620;}
	100%{background-color: #FF0004;}
/*	0% {opacity:0;}
    100% {opacity:1;}*/
	}
@-moz-keyframes blink{
    0%{background-color: #F39620;}
	100%{background-color: #FF0004;}
	}
@keyframes blink{
   0%{background-color: #F39620;}
   100%{background-color: #FF0004;}
	}
	
	
	.blinking2{
    -webkit-animation:blink2 2s ease-in-out infinite alternate;
    -moz-animation:blink2 2s ease-in-out infinite alternate;
    animation:blink2 2s ease-in-out infinite alternate;
	}
@-webkit-keyframes blink2{
    0%{background-color: #399;}
	100%{background-color: #39F;}
/*	0% {opacity:0;}
    100% {opacity:1;}*/
	}
@-moz-keyframes blink2{
    0%{background-color: #399;}
	100%{background-color: #39F;}
	}
@keyframes blink2{
   0%{background-color: #399;}
   100%{background-color: #39F;}
	}
	
	
	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 1em 0;
	}
	
	img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.red{
	color:red;
}
.red_bold{
	color:red;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.b110{
	font-size: 110%;
	font-weight: bold;
}
.center {
	text-align: center;
}
	
	.resizeimage img {
	width: 100%;
	margin: 0px 0px 1em;
	padding: 0px;
}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.6em;
		margin-bottom: 0.5em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
			font-style: normal;
			font-weight: 300;
		}

	h2 {
		font-size: 125%;

	}
	h2.type1 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	}
	h2.inrtitle {
	font-size: 125%;
	background-color: #006699;     /* ハックなし */
/*	background: -moz-linear-gradient(top,#708090 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;*/
    color:#FFF;
    width: 100%;
    padding: 0.5em;
	margin: 0;
	clear:both;
	}
	h2.inrtitle a,h2.inrtitle a:hover {
	color: #FFF;
	text-decoration: none;
	}
	h3 {
	font-size: 115%;
	letter-spacing: -0.025em;
	}
	h3.inrtitleh3 {
	border-left: 8px solid #369;
	padding-left: 5px;
	margin: 0.5em 1em 0em;
	}
h3.inrtype1 {
	font-size: 115%;
	letter-spacing: -0.025em;
	border-bottom: 5px solid #728EAA;
	padding-left: 0.5em;
	padding-top: 7px;
	font-weight: bold;
	background-color: #E7ECF1;
	}
h3.inrtype2 {
	width: 98%;
	font-size: 115%;
	letter-spacing: -0.025em;
	border-bottom: 5px solid #728EAA;
	padding-left: 0.5em;
	padding-top: 7px;
	font-weight: bold;
	background-color: #E7ECF1;
	margin: 20px auto 10px ;
	}
h4.inrtype1 {
	font-size: 105%;
	letter-spacing: -0.025em;
	margin: 0em 0.5em 0.5em 0.5em;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #D5E7EF;
	display: block;
	}
h5.inrtype1 {
	font-size: 100%;
	letter-spacing: -0.025em;
	border-left: 5px solid #728EAA;
	padding-left: 0.5em;
	font-weight: bold;
	margin-left: 1.5em;
	}

p.inrtype1 {
	font-size: 100%;
	letter-spacing: -0.025em;
	border-left: 5px solid #728EAA;
	padding-left: 0.5em;
	font-weight: bold;
	margin-left: 1.5em;
	}
h2.sidebigcategory {
	font-size: 115%;
	background-color: #000000;     /* ハックなし */
    border: 1px solid #DDD;
    color:#FFF;
    width: 100%;
    padding: 5px 5px 5px 10px;
	margin: 0;
	}
h3.sidecategory, h3.sidecategory a:visited {
	font-size: 115%;
	background-color: #006699;      /* ハックなし */
/*	background: -moz-linear-gradient(top,#708090 0%,#808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#708090), to(#808080));
    border: 1px solid #DDD;*/
    color:#FFF;
    width: 100%;
    padding: 5px 5px 5px 10px;
	margin: 0;
	}
h3.sidecategory a:hover {
	color: #FFC;
	}
	.pageread {
	padding: 10px;
	}
	.pageread_bold {
		padding: 10px;
		font-weight: bold;
	}
	.pageread_boldredc {
		padding: 10px;
		font-weight: bold;
		color:#F00;
		text-align: center;
	}
	].pageread_boldred {
		padding: 10px;
		font-weight: bold;
		color:#F00;
	}
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #e0e0e0;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #e0e0e0;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}
	footer {
	margin: 0 0 3em;
	clear: both;
	}

		footer > :last-child {
			margin-bottom: 0;
		}

		footer.major {
			padding-top: 3em;
		}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: #fff;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0.75em;
	text-decoration: none;
	width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #37c0fb;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	label {
		display: block;
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0.5em;
	}

	::-webkit-input-placeholder {
		color: #999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	:-ms-input-placeholder {
		color: #999;
	}

	.formerize-placeholder {
		color: #999;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
		border-radius: 5px;
	}

		.image img {
			display: block;
			border-radius: 5px;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
			position: relative;
			top: 0.25em;
		}

			.image.left img {
				display: block;
				width: 100%;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}
			.image1 {
	margin: 0 auto 10px;
	display: block;
	}
			.image2 {
	margin: 10px auto;
	display: block;
	}
	.image3 {
	margin: 0 auto 20px;
	display: block;
	clear: both;
	}
	.image4 {
	margin: 0 auto;
	display: block;
	clear: both;
	}

/* ページネーション */
.pagenation	{
	text-align: center;
	width: 80%;
	margin: 30px auto ;
	}

.pagenation ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagenation li a	{display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	border: solid 1px #aaaaaa;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pagenation li a.active	{background-color: #cccccc}

.pagenation li a:hover	{background-color: #eeeeee}

.pagenation ul:after	{content: "";
	display: block;
	clear: both}

.pagenation li	{float: left;
	width: auto}

ninja_onebutton	{
	margin: 2em 0px 2em auto;
	clear: both;
	}


/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			cursor: default;
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 0 0 2em 0;
		}

			.icon.major:before {
				font-size: 36px;
			}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.links li {
	line-height: 1.5em;
	padding: 10px;
	font-weight: bold;
	}
ul.links li a:link, ul.links li a:visited {
	color: #4B4B4B;
	}
	ul.links li a:hover {
	color: #a9a9a9;
	}
ul.links li:before {    
    font-family: 'FontAwesome';
    content: '\f0a9';
	padding-right: 5px;
}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}
		h3.sitemap_t {
	font-size: 120%;
	background-color: #006699;     /* ハックなし */
	background: -moz-linear-gradient(top,#708090 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
    color:#FFF;
    width: 95%;
    padding: 0.5em;
	margin: 0;
	}
		ul.sitemap li {
	line-height: 1.5em;
	padding: 10px;
	font-weight: bold;
	}
ul.sitemap li a:link, ul.sitemap li a:visited {
	color: #4B4B4B;
	}
	ul.sitemap li a:hover {
	color: #a9a9a9;
	}
ul.sitemap li:before {    
    font-family: 'FontAwesome';
    content: '\f0a9';
	padding-right: 5px;
}

	ul.sitemap2 li {
	font-size: 95%;
	line-height: 1em;
	padding: 10px 5px 5px 15px;
	font-weight: normal;
	}
	ul.sitemap2 li a:link, ul.sitemap2 li a:visited {
	color: #4B4B4B;
	}
	ul.sitemap2 li a:hover {
	color: #a9a9a9;
	}
	ul.sitemap2 li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
	padding-right: 5px;
}
/* Tables */

	table {
	width: 100%;
	}

	table.default {
	width: 100%;
	}
	table.default tbody tr {
	border-bottom: solid 1px #e0e0e0;
	}
	table.default td {
	padding: 0.5em 1em 0.5em 1em;
	}
	table.default th {
	font-weight: 600;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
	}
	table.default thead {
	background-color: #555555;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
	color: #fff;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.ｖ {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-color: #37c0fb;
		border-radius: 5px;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		padding: 0 1.5em;
		line-height: 2.75em;
		min-width: 9em;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		letter-spacing: -0.025em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #50c8fb;
			color: #fff !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: #fff;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #555555;
			color: #fff;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #626262;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #484848;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}
	/* ニュース一覧  */
	.newslistlink a:hover {
		background-color: #eeeeee；
	}
	.newslist {
		font-size: 0.9em;
		position: relative;
		margin: 20px 10px;
		display: block;

	}

		.newslist:after {
			content: '';
			display: block;
			clear: both;
		}

		.newslist .inner {
			margin-left: calc(30% + 2em);
			margin-top: 10px;
		}

			.newslist .inner > :last-child {
				margin-bottom: 0;
			}
		.newslist .image {
			width: 30%;
			margin: 0;
		}
		.newslist h3 {
				padding-top: 5px;
			}
		.newslist p {
	margin: 5px 0;
			}
		.newslist time {
				color: #474747;
				width: 100%;
				display: block;
				text-align: right;
				padding-top: 1em;
			}
	/* 協会新着情報  */
	.whatsnew {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.whatsnew:after {
			content: '';
			display: block;
			clear: both;
		}

		.whatsnew .inner {
			margin-left: calc(15% + 1em);
			margin-top: 10px;
		}
		.whatsnew p.date {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-weight: bold;
		}
		.whatsnew p.company {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #58D3E2;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
}
.whatsnew p.company a:hover {
	background-color: #84A6AA;
}

		.whatsnew .image {
			width: 15%;
			margin: 0;
		}
		.whatsnew h3 {
	padding-top: 5px;
	font-size: 130%;
	margin: 0;
			}
		.whatsnew p.read {
	color: #3D3D3D;
	clear: both;
	margin: 5px;
	padding: 20px auto 0px auto;
	display: block;
			}
		.whatsnew time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-bottom: 10px;
	font-size: 90%;		
			}
/* 盗難車情報 */
.stole {
	margin: 10px;
	}
.stole p.stolepoint {
	font-weight: bold;
	}
.stole ol li {
	list-style-type: disc;
	margin:5px 5px 5px 15px;
	}
.stolelist {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.stolelist:after {
			content: "";
			display: block;
			clear: both;
		}
.stolelist h3 {
background-color: #000;
	color: #FFF;
	padding: 3px 10px;
	}
		.stolelist .inner {
			margin: auto;
		}
		.stolelist p.read {
	font-size: 0.9em;
	padding: 5px 5px 5px 0px;
	margin: 0;
		}
		.stolelist p.company {
	display: block;
	padding: 5px;
	border-radius: 2px;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
	background: #F00;
}
		.stolelist .image {
			width: 100%;
			margin: 5px 0px 5px 0px;
		}
		.stolelist h3 {
	padding-top: 5px;
	font-size: 110%;
	margin: 0;
			}
		.stolelist p.buildsell {
	margin: 5px auto 5px auto ;
	padding: 10px;
	background-color: #E9E9E9;
	display: block;
	font-size: 0.9em;
			}
		.stolelist time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-bottom: 20px;
	font-size: 0.8em;		
			}
		.stolelist .syogen {	
		font-size: 0.9em;
		border-collapse:collapse;
		margin: 10px auto;
		width: 100%;
		border: 1px solid #C0C0C0;
		clear: both;
			}
		.stolelist .syogen th {	
		padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 30%;
	background: #DDD;
	border: 1px solid #CCC;
			}
		.stolelist .syogen td {	
		padding: 3px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
			}
/* 広報誌ページ  */
	.kohomagazine a:link,.kohomagazine a:visited {
	color: #0159B5;
	}
	.kohomagazine a:hover {
	color: #666;
	}
	.kohomagazine {
	font-size: 0.9em;
	position: relative;
	margin: 20px 10px;
	display: block;
	border-bottom: 3px dotted #CCC;
	padding: 0px 0px 25px;
	}
		.kohomagazine:after {
			content: '';
			display: block;
			clear: both;
		}
		.kohomagazine .inner {
			margin-left: calc(20% + 1em);
			margin-top: 5px;
		}
		.kohomagazine .inner > :last-child {
				margin-bottom: 0;
			}
		.kohomagazine .image {
			width: 20%;
			margin: 0;
		}
		.kohomagazine h3 {
	padding-top: 5px;
	border-bottom: 2px solid #E3E3E3;
			}
		.kohomagazine p {
		margin: 0px;
		padding-left:1.5em;
		text-indent:-1.9em;
		}
		.kohomagazine p:before {
	font-family: 'FontAwesome';
	content: '\f1c1';
	padding: 0 0.5em;
			}
/* Header */

	#nav {
		cursor: default;
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		padding: 0;
		clear:both;
	}

		#nav:after {
			content: '';
			display: block;
			width: 100%;
			height: 0.8em;
			background-color: #1686E3;　/* バーの色変更 */
			background-image: url("images/bg01.png");
		}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				position: relative;
				display: inline-block;
				margin-left: 1em;
				color: #c0c0c0;
			}

				#nav > ul > li a {
					color: #c0c0c0;
					text-decoration: none;
					border: 0;
					display: block;
					padding: 1.2em 0.5em 1.2em 0.5em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li:hover a {
					color: #fff;
				}

				#nav > ul > li.current {
					font-weight: bold;
				}

					#nav > ul > li.current:before {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 0.75em;
	height: 0.75em;
	content: '';
	display: block;
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	margin-left: -0.375em;
	background-color: #1686E3;　/* バーのポインター色変更 */
	background-image: url("images/bg01.png");
					}

					#nav > ul > li.current a {
						color: #fff;
					}

				#nav > ul > li.active a {
					color: #fff;
				}

				#nav > ul > li.active.current:before {
					opacity: 0;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		border-radius: 5px;
		color: #fff;
		min-width: 10em;
		padding: 1em 0;
		text-align: center;
		box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
	}

		.dropotron > li {
			line-height: 2.5em;
			padding: 0 1.1em 0 1em;
		}

			.dropotron > li > a {
				color: #c0c0c0;
				text-decoration: none;
				border: 0;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: #fff;
			}

		.dropotron.level-0 {
			border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding-top: 0;
			margin-top: -1px;
		}


/* Wrapper */

	.wrapper {
		padding: 0.5em 0 1em 0;
	}

		.wrapper.style1 {
			background: #fff;
		}

		.wrapper.style2 {
			background-color: #fff;
			background-image: url("images/bg02.png"), url("images/bg03.png"), url("images/bg01.png");
			background-position: top left,						bottom left,					top left;
			background-size: 100% 6em,						100% 6em,						auto;
			background-repeat: no-repeat,						no-repeat,						repeat;
		}

		.wrapper.style3 {
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
		}

			.wrapper.style3 .button {
				background: #fff;
				color: #474747;
			}

				.wrapper.style3 .button:hover {
					color: #37c0fb !important;
				}

/* CTA */

	#cta {
		text-align: center;
		padding: 3.5em 0;
	}

		#cta header h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

		#cta header .button {
			vertical-align: middle;
			margin-left: 1em;
		}

/* Footer */

	#footer {
		padding: 0;
	}
#footer section {
	padding-bottom: 0;
	}
	#footer h3 {
		padding: 1em 0 0 1em;
		font-size: 110%;
		
	}

		#footer a {
			color: inherit;
			border-bottom-color: rgba(71, 71, 71, 0.25);
		}

			#footer a:hover {
				color: #a9a9a9;
			}

		#footer .container {
			margin-bottom: 1em;
		}


		#footer .copyright {
			color: #999;
			margin-top: 1em;
			text-align: center;
			font-size: 0.9em;
		}
		#footer ul.links li {
	line-height: 2em;
	padding: 0em  0.3em 0em 2em;
	}
#footer ul.links li a:link, #footer ul.links li a:visited {
	color: #636363;
	}
	#footer ul.links li a:hover {
	color: #a9a9a9;
	}
#footer ul.links li:before {    
    font-family: 'FontAwesome';
    content: '\f0a9';
	padding-right: 5px;
}
	/* Narrower */

	#navPanel, #titleBar {
		display: none;
	}
/* アンケート */
	#researchmain {
	width:100%;
	margin:auto ;
	padding: 10px;
	}
	#researchmain h2 {
	}
	#researchmain p.read {
	font-weight: bold;
	}
	#researchmain p.result {
	width: 100%;
	text-align: right;
	padding-top: 10px;
	margin: 5px auto ;
	}
	.researchbox {
	margin-bottom: 2em;
	}
	.researchbox h3 {
	font-size: 100%;
	}
	.researchbox p.question {
	padding: 5px 0;
	margin: 0 ;
	}
	.researchon {
	text-align: center;
	padding-top: 5px;
	}
	.researchon p {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	}
	p.researchdv {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	padding-top: 10px;
	clear: both
	}
	
	.researchform {
	width: 95%;
	margin: 0px auto 10px auto ;
	}
	.researchform h3 {
	font-size: 100%;
	background-color: #D4EFFB;
	margin: 0px auto 10px auto ;
	padding: 5px ;
	}
	.researchform p {
	width: 95%;
	padding: 5px 0 30px 0;
	margin: auto ;
	}
.researchtable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px auto 30px;
	background: #FFF;
	width: 100%;
	font-size: 100%;
	border: 1px solid #CCC;
}
.researchtable th {
	padding: 5px;
	text-align: left;
	width: 30%;
	border: 1px solid #CCC;
	background: #E8F1F7;
	font-weight: bold;
	vertical-align: middle;
}
.researchtable td {
	padding: 20px;
	border: 1px solid #CCC;
	text-align: left;
}

.customresearch {
	padding: 1.5em;
}
.customresearch .inrtype1 {
	font-size: 120%;
	letter-spacing: -0.025em;
	border-left: 5px solid #728EAA;
	padding-left: 0.5em;
	font-weight: bold;
	margin-left: 1.5em;
	}
.customresearch .inrtype1 span {
	font-weight: normal;
	font-size: 80%;
	padding: 10px 0 0 0;
	}
p.customresult {
	padding: 1em 3em 3em 3em;
	}
.customresearch .inrtype3 {
	font-size: 105%;
	letter-spacing: -0.025em;
	margin: 0em 0.5em 0.5em 0.5em;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #D5E7EF;
	display: block;
	}
researchmain .inrtype2 {
	font-size: 100%;
	letter-spacing: -0.025em;
	border-left: 5px solid #728EAA;
	padding-left: 0.5em;
	font-weight: bold;
	margin-left: 1.5em;
	}
.customresearch .inrtype4 {
	font-size: 100%;
	letter-spacing: -0.025em;
	border-left: 5px solid #728EAA;
	padding-left: 0.5em;
	font-weight: bold;
	margin-left: 1.5em;
	}

/* 一覧記事タグ（カテゴリー */
.kijicat	{
	display: block;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px dotted #B7B7B7;
}

.kijicat ul	{margin: 0;
	padding: 0;
	list-style: none;
}

.kijicat li a	{display: block;
	margin: 0px 10px 10px 0px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.kijicat li a:hover	{background-color: #C0C0C0;
}

.kijicat ul:after	{content: "";
	display: block;
	clear: both;
}

.kijicat li	{float: left;
	width: auto;
}


/* キャンピングカーを知る（カテゴリー） */
.kiso {
	padding: 1.5em;
}
.kiso p.ptype1 {
	padding: 10px;
}
.kiso p.ptype2{
	padding: 5px 15px 15px 20px;
}
.kiso p.ptype3{
	padding: 5px 15px 15px 40px;
}
.kiso:after {
			content: '';
			display: block;
			clear: both;
		}
.camsiru	{
	display: block;
	padding: 10px;
}

.camsiru ul	{margin: 0;
	padding: 0;
	list-style: none;
}

.camsiru li a	{
	display: block;
	margin: 0px 10px 10px 0px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background: #21BBD1;
}

.camsiru li a:hover	{
	background: #C0C0C0;
}

.camsiru ul:after {
	content: "";
	display: block;
	clear: both;
}
.camsiru li	{float: left;
	width: auto;
}
	.manner10t {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background: #FF4F00;
	text-align: center;
	}
.manner10b {
	padding: 5px 15px;
	font-weight: bold;
	color: #FFF;
	background: #FF4F00;
	text-align: left;
	}
	.manner10 {
	margin: 10px;
	display: block;
	padding: 10px;
	border-bottom: 2px dotted #B7B7B7;
	}
	.manner10:after {
	content: '';
	display: block;
	clear: both;
		}
	.manner10 .inner {
	margin-left: calc(20% + 10px);
	margin-top: 0;
		}
	.manner10 p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
	}
	.manner10 img {
	width: 20%;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
		}
	.manner10 h2 {
	padding-top: 5px;
	font-size: 100%;
	margin: 0;
	color: #FF4F00;
			}
.reportcat1	{
	display: block;
	padding: 10px;
	margin-bottom:2em;
}
.reportcat1 ul	{
	margin: 0.5em 0em ;
	padding: 0;
	list-style: none;
	font-size:110%;
}
.reportcat1 li {
	float: left;
	width:49%;
}
.reportcat1 li a {
	display: block;
	margin: 0.5em 1em ;
	padding: 5px 10px;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	background: #21BBD1;
}

.reportcat1 li a:hover	{
	background: #C0C0C0;
}

.reportcat1 ul:after, .reportcat1:after {
	content: "";
	display: block;
	clear: both;
}
.reportform {
	width:95%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 1em auto 2em;
}
.reportform th {
	width:100%;
	display:block;
	margin: 0.5em auto 0em;
	border:none;
	border-radius: 3px;
	background: #333;
	padding: 0.5em;
	color: #FFF;
}
.reportform td {
	display: list-item;
	width: 100%;
	border-top: none !important;
	padding: 1em 0.5em;
	background: #E1E1E1;
	margin-bottom: 1px;
}
.reportlist a:hover {
	background-color: #eeeeee；
}
.reportlist {
	font-size: 0.9em;
	position: relative;
	margin: 20px 10px;
	display: block;
	border-bottom: 2px dotted #CCC;
}
.reportlist:after {
	content: '';
	display: block;
	clear: both;
}
.reportlist .inner {
	margin-left: calc(20% + 1em);
	margin-top: 10px;
}
.reportlist .inner > :last-child {
	margin-bottom: 0;
}
.reportlist .image {
	width: 20%;
	margin: 0;
}
.reportlist h3 {
	padding-top: 5px;
}
.reportlist p {
	margin: 5px 0;
	color: #333;
}
.reportlist time {
	color: #474747;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 1em;
}
/*ニュースページ詳細 */
#newsdetail {
		}
#newsdetail h2 {
	background-color: #1686E3;
	border-radius: 5px;
	position: relative;
	color: #FFFFFF;
	padding: 0.5em;
	margin: 3em 0 1em 0;
	font-size: 130%;
}
#newsdetail h2:after {
border:10px solid transparent;
border-top-color:#1686E3;
border-bottom-width:0;
bottom:-10px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}
#newsdetail h2#maintitle {
	padding: 10px;
	border-bottom: 10px solid #1686E3;
	border-top: 10px solid #1686E3;
	border-radius: 0px;
	font-size: 130%;
	background-color: #FFFFFF;
	color: #3D3D3D;
	margin:0 0 10px 0;
		}
#newsdetail h3 {
	font-size: 110%;
	font-weight: bold;
		}
h3#connectnews {
	font-size: 120%;
	background: -moz-linear-gradient(top,#708090 0%,#808080);
    background: -webkit-gradient(linear, left top, left bottom, from(#708090), to(#808080));
    border: 1px solid #DDD;
    color:#FFF;
    width: 100%;
    padding: 5px 5px 5px 10px;
	margin: 2em 0 1em;
		}		
#newsdetail h4 {
	font-size: 100%;
	font-weight: bold;
		}
#newsdetail time {
	padding: 10px 10px 10px 10px;
		}
.newsdetailcat {
	display: block;
	padding: 10px 10px 20px 10px;
}

.newsdetailcat ul {margin: 0;
	padding: 0;
	list-style: none;
}

.newsdetailcat li a	{display: block;
	margin: 0 10px 10px 0;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #75dbe7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.newsdetailcat li a:hover	{background-color: #94ecf6;
}

.newsdetailcat ul:after	{content: "";
	display: block;
	clear: both;
}

.newsdetailcat li {float: left;
	width: auto;
}
p#newswriter {
	text-align: right;
	font-weight: bold;
	background: #E8E8E8;
	margin: 1em auto;
	padding: 10px;
}
ul.derailpagelink {
	margin: 1px 0px 1em auto;
	width: 16em;
	font-weight: bold;
}
ul.derailpagelink li {
	padding: 1em 0em 1em 3em;
	float: right;
	width: 8em;
}
.derailpagelink:after {
	content: '';
	display: block;
	clear: both;
}
/* ライター紹介 */
	a.columnwriter {
	/*color: #000000;*/
	}
	a:hover.boxlink {
	/*color: #37c0fb;*/
	}
	.columnwriter.highlight {
		text-align: center;
	}

	.columnwriter {
	font-size: 0.9em;
	position: relative;
	margin: 4em 0 2em 0 ;
	display: block;
	background: #E8E8E8;
	padding: 1em;
	}

		.columnwriter:after {
			content: '';
			display: block;
			clear: both;
		}

		.columnwriter .inner {
	margin-left: calc(20% + 1em);
	font-size: 120%;
	padding: 0 5px 0 0;
		}

			.columnwriter .inner > :last-child {
				margin-bottom: 0;
			}

		.columnwriter .image {
			width: 20%;
			margin: 0;
		}
		.columnwriter p {
				margin: 0px;
				font-size: 90%;
				padding: 0 10px 0 0;
			}
		.columnwriter time {
				width: 100%;
				display: block;
				text-align: right;
				padding: 10px;
			}
	/* 関連ニュース */
	#connectcolumn {
	font-size: 115;
	background-color: #006699;     /* ハックなし */
	background: -moz-linear-gradient(top,#708090 0%,#808080);
	background: -webkit-gradient(linear, left top, left bottom, from(#708090), to(#808080));
	border: 1px solid #DDD;
	color:#FFF;
	width: 100%;
	padding: 5px 5px 5px 10px;
	margin: 2em 0 1em 0 ;
	}
	a.relevant {
	/*color: #000000;*/
	}
	a:hover.boxlink {
	/*color: #37c0fb;*/
	}
	.relevant.highlight {
		text-align: center;
	}

	.relevant {
	font-size: 0.9em;
	position: relative;
	margin: 0 0 1em;
	display: block;
	border-bottom: 5px dotted #DDD;
	padding-bottom: 1.5em;
	}

		.relevant:after {
			content: '';
			display: block;
			clear: both;
		}

		.relevant .inner {
	margin-left: calc(20% + 1em);
	font-size: 120%;
	padding: 0 5px 0 0;
		}

			.relevant .inner > :last-child {
				margin-bottom: 0;
			}

		.relevant .image {
			width: 20%;
			margin: 0;
		}
		.relevant p {
				margin: 0px;
				font-size: 90%;
				padding: 0 10px 0 0;
			}
		.relevant time {
				width: 100%;
				display: block;
				text-align: right;
				padding: 10px;
			}
			/* english */

.enevent {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 2px dotted #999;
}
#driverl {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#driverl p {
	margin: 1em auto;
	font-weight: bold;
}
/* 協会概要 */
.staker  {
	padding: 1.5em;
}
.staker .stakertype {
	float: left;
	width: 45%;
	padding: 0px;
	margin: 10px;
		}
.staker .stakertype h3 {
	width: 100%;
	background-color: #363636;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
		}
.staker .stakertype img {
	margin: 10px auto;
	text-align: center;
	display: block;
		}
.staker .stakertype p.copy {
	padding: 10px;
	margin-bottom: 2em;
		}
.staker div.stakertype:after {
	content: "";
	display: block;
	clear: both
}
/* 協会概要 */
.assoc, .assoc2 {
	padding: 1.5em;
}
.assoc p, .assoc2 p {
}
.assoc:after, .assoc2:after {
			content: '';
			display: block;
			clear: both;
		}
.keyfacts {
	margin-bottom: 1em;
	padding: 1em;
}
.keyfacts ul {
	margin: auto 1% auto auto;
	width: 94%;
}
.keyfacts ul li {
	list-style: square;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
.keyfacts p {
	padding-bottom: 0.5em;
}
.keyfacts img {
	padding-bottom: 0.5em;
}
/* 協会概要 */
.linkpaget {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background: #FF4F00;
	text-align: center;
	}
.linkpage10 {
	margin: 10px;
	display: block;
	padding: 10px;
	border-bottom: 2px dotted #B7B7B7;
	}
.linkpage10:after {
	content: '';
	display: block;
	clear: both;
		}
.linkpage10 .inner {
	margin-left: calc(20% + 10px);
	margin-top: 0;
		}
.linkpage10 p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
	}
.linkpage10 img {
	width: 20%;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
		}
.linkpage10 h2 {
	padding-top: 5px;
	font-size: 100%;
	margin: 0;
	color: #FF4F00;
			}
/* ########### 1080px以上 ########### */
	@media screen and (min-width: 1080px) {

#header2 {
		background-color: #fff;
		width: 1080px;
	margin: 0px auto;
		}
}
/* ########### 841px以上1080以下 ########### */
@media screen and (min-width: 841px) and (max-width: 1080px) {
		#header2 {
		background-color: #fff;
		width: 100%;
	margin: 0px auto;
		}
}
/* ########### 841px以上 ########### */
	@media screen and (min-width: 841px) {

		/* Basic */

			body, input, select, textarea {
			/*	font-size: 13pt;
				line-height: 1.5em;*/
			}

		/* Lists */

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}


		/* Header */
		#header h1.widemb {
				display: none;
		}
		#header {
	background-color: #fff;
		}

		#headerlogo {
		float:left;
		width: 55%;
		}
		#headerlogo h1 {
	color: #828282;
	font-size: 70%;
	margin: 3px 0px 0px 5px;
		}
		#headerlogo p {
		margin: 0px;
		}
		#headersite {
	width: 40%;
	float:right;
		}
		#headersiteen {
	width: 120px;
	float:right;
		}
		#headersite p, #headersiteen p {
		float:left;
		margin: 0px 0px 0px 2px;
		}
		#nav > ul {
		width: 1080px;
		margin: auto;
		}
/* パンくずリスト */
.bread	{
	width: 1080px;
	margin: 5px auto;
	padding: 0;
	font-size: 14px;
	}

.bread ol	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.bread li a	{display: inline-block;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	}

.bread li a:hover	{
	background-color: #eeeeee;
}

.bread ol:after	{content: "";
	display: block;
	clear: both;
	}

.bread li	{
	float: left;
	width: auto;
	margin: 0;
	}

.bread li.current {
	content: "";
	margin-right: 10px;
	padding: 3px;
	}

.bread li a:after	{content: '\003e';
	margin-left: 10px;
	color: #888888;
	}
		/* Wrapper */

			.wrapper {

			}

		/* CTA */

			#cta {
				padding: 2em 0;
			}

		/* Footer */

			#footer {
				padding: 1em 0 1em 0;
			}

				#footer .container {
					margin-bottom: 1em;
				}


	.researchbox {
	width:230px;
	background-color: #D4EFFB;
	margin: 0px 10px 20px 15px ;
	padding: 10px ;
	float:left
	}
		.center840 {
	display: none;
}
	/*キャンピングカーを知る*/
	.camping {
		width:44%;
		margin: 2em 3% 2em 3%;
		display: block;
		padding: 10px;
		border-bottom: 2px dotted #B7B7B7;
		float:left;

	}
	.camping:after {
			content: "";
			display: block;
			clear: both;
	}
	.camping .inner {
			margin-left: calc(30% + 10px);
			margin-top: 0;
	}
	.camping p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
	}
	.camping img {
			width: 30%;
			margin: 0px 10px 10px 0px;
			padding: 5px;
			border: 1px solid #ccc;
			float: left;
	}
	.camping h2 {
	padding-top: 5px;
	font-size: 110%;
	margin: 0;
	color: #0159B5;
	}

	}
/* ########### 701px以上 ########### */
	@media screen and (min-width: 701px) {
/* 基礎知識 */	
			
.campingtype {
	width:100%;
	border: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 10px auto 20px;
}
.campingtype a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.campingtype a:hover{
	text-decoration: none;
}
.campingtype th{
	padding: 10px;
	border-top: solid 1px #ffffff;
	overflow: hidden;
	color: #13131e;
	font-weight: bold;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	background: #CCC;
	width:auto;
}
 
.campingtype td{
	padding: 20px 10px 15px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-right: 1px dotted #CCC;
}
.campingtype p{
	padding-bottom: 5px;
}
.campingtype p.tsusho{
	color: #900;
}	
.campingtype .type1{
	width:20%;
	font-weight: bold;
}
.campingtype .type2 {
	width:30%;
	min-width: 250px;
	font-size: 90%;
	text-align: center;
}
.campingtype .type3 {
	width:15%;
}
.campingtype .type4 {
	width:auto;
}
.dataroom, .chassis {
  border-collapse: collapse;
  width: 100%;
  margin: 1em auto 3em auto;
}
.dataroom th{
	padding: 10px;
	border: 1px solid #999;
	font-weight: bold;
	text-align: left;
	width: 40%;
	background-color: #eee;
}
.chassis th{
	padding: 10px;
	border: 1px solid #999;
	font-weight: bold;
	text-align: left;
	width: 60%;
	background-color: #eee;
}
.dataroom td, .chassis td {
  padding: 10px;
  border: 1px solid #999;
}
.chassis2, .chassis3, .magazine {
	width:100%;
	border: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 1em auto 3em;
}
.chassis2 th, .chassis3 th, .magazine th {
	padding: 10px;
	border-top: solid 1px #ffffff;
	overflow: hidden;
	color: #13131e;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	background: #CCC;
	width:auto;
}
 
.chassis2 td, .chassis3 td, .magazine td {
	padding: 20px 10px 15px 10px;
	text-align: center;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-right: 1px dotted #CCC;
}
.magazine td:nth-of-type(2) { text-align: left;}
.tablewide40 {
	width:40%;
}
.tablewide30 {
	width:30%;
}
.tablewide25 {
	width:25%;
}
.tablewide20 {
	width:20%;
}
.tablewide15 {
	width:15%;
}
.tablewide10 {
	width:10%;
}
/* 会員名簿 */	
			
.jrvamembers {
	width:100%;
	border: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 10px auto 20px;
}
.jrvamembers a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.jrvamembers a:hover{
	text-decoration: none;
}
.jrvamembers th {
	padding: 10px;
	border-top: solid 1px #ffffff;
	overflow: hidden;
	color: #13131e;
	font-weight: bold;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	background: #CCC;
	width:auto;
}
 
.jrvamembers td {
	padding: 20px 10px 15px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-right: 1px dotted #CCC;
}
.shopname{
	width:35%;
}
.shopadd {
	width:20%;
}
.shoptel {
	width:10%;
}

/* 会員名簿アイコン */
.jrvamembers td p {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.jrvamembers td p :after {
	content: "";
	display: block;
	clear: both;
}
.jrvamembers td p.typeico {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.jrvamembers td p.typeico :after {
	content: "";
	display: block;
	clear: both;
}
.jrvamembers td p.jrvasvico {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #CC4477;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.jrvamembers td p.jrvasvico :after {
	content: "";
	display: block;
	clear: both;
}

/* リンク会員 */	
			
.linkmembers {
	width:100%;
	border: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 10px auto 20px;
}
.linkmembers a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.linkmembers a:hover{
	text-decoration: none;
}
.linkmembers th{
	padding: 10px;
	border-top: solid 1px #ffffff;
	overflow: hidden;
	color: #13131e;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	background: #CCC;
	width:auto;
}
 
.linkmembers td{
	padding: 20px 10px 15px 10px;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: 1px solid #CCC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-right: 1px dotted #CCC;
}	
.linkname{
	width:20%;
	text-align: center;
}
.linkadd {
	width:13%;
}
.linkpr {
	width:32%;
	text-align: left;
}
/* 会員名簿アイコン */
.linkmembers td p {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.linkmembers td p :after {
	content: "";
	display: block;
	clear: both;
}
}
/* ########### 481px以上 ########### */
	@media screen and (min-width: 481px) {

		
ul.linkmembnr {
	font-size: 85%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	}
	ul.linkmembnr li {
	width: 140px;
	height:100px;
	margin: 0px 0px 0px auto;
	padding: 5px;
	text-align: center;
	float:left;
	}
	ul.linkmembnr li img {
	width: 90%;
	height:auto;
	padding: 0;
	margin: 0;
	}
	ul.linkmembnr:after {
			content: '';
			display: block;
			clear: both;
		}
	.prodacts {
		margin: 10px;
		display: block;
		padding: 10px;
		border-bottom: 2px dotted #B7B7B7;

	}
		.prodacts:after {
			content: '';
			display: block;
			clear: both;
		}

		.prodacts .inner {
			margin-left: calc(20% + 5px);
			margin-top: 0;
		}
		.prodacts p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
		}
		.prodacts img {
			width: 20%;
			margin: 0;
			padding: 5px;
			border: 1px solid #ccc;
			float: left;
		}
		.prodacts h2 {
	padding-top: 5px;
	font-size: 110%;
	margin: 0;
	color: #0159B5;
			}
		.prodactslist {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.prodactslist:after {
			content: '';
			display: block;
			clear: both;
		}

		.prodactslist .inner {
			margin-left: calc(35% + 1em);
			margin: auto;
		}
		.prodactslist p.read {
	padding: 5px 5px 5px 0px;
	margin: 0;
		}
		.prodactslist p.company {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #58D3E2;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
}
		.prodactslist .image {
	width: 35%;
	margin: 0px 10px 5px 0px;
	padding-bottom: 10px;
		}
		.prodactslist h3 {
	padding-top: 5px;
	font-size: 130%;
	margin: 0;
			}
		.prodactslist p.buildsell {
	margin: 0 auto ;
	padding: 3px 5px;
	background-color: #E9E9E9;
	display: block;
	font-size: 0.9em;
			}
		.prodactslist time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 90%;		
			}
		.prodactslist .syogen {	
		border-collapse:collapse;
		margin: 10px auto;
		width: 100%;
		border: 1px solid #C0C0C0;
		clear: both;
			}
		.prodactslist .syogen th {	
		padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 20%;
	background: #FEE1B6;
	border: 1px solid #CCC;
			}
		.prodactslist .syogen td {	
		padding: 3px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
			}
		.columimg {
	margin: 10px auto;
	clear: both;
	width: 100%;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
			}
		.columimg p {
	padding: 5px 0px 5px 0px ;
			}
		.columimgleft {
	text-align: left;
	float: left;
	width: 49%;
	padding-right: 1%;
	display: block;
			}
		.columimgright {
	text-align: left;
	float: right;
	width: 49%;
	padding-left: 1%;
	display: block;
			}
			
			.rentallist {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.rentallist:after {
			content: '';
			display: block;
			clear: both;
		}

		.rentallist .inner {
			margin-left: calc(35% + 1em);
			margin: auto;
		}
		.rentallist p.read {
	padding: 5px 5px 5px 0px;
	margin: 0;
		}
		.rentallist p.company {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #58D3E2;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
}
		.rentallist .image {
			width: 35%;
			margin: 0px 10px 5px 0px;
		}
		.rentallist h3 {
	padding-top: 5px;
	font-size: 130%;
	margin: 0;
			}
		.rentallist p.rentalshop {
	margin: 5px auto 5px auto;
	padding: 10px;
	background-color: #E9E9E9;
	display: block;
	font-weight: bold;
			}
		.rentallist time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-bottom: 20px;
	font-size: 90%;		
			}
		.rentallist .naiyou {	
		border-collapse:collapse;
		margin: 10px auto;
		width: 100%;
		border: 1px solid #C0C0C0;
		clear: both;
			}
		.rentallist .naiyou p {	
		padding: 0 0 5px 0;
			}
		.rentallist .naiyou th {	
		padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 20%;
	background: #FEE1B6;
	border: 1px solid #CCC;
			}
		.rentallist .naiyou td {	
		padding: 3px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
			}
			
		
/* 協会概要 */
.assoc img {
	margin-left: 1em;
	float: right;
}

.assocmembers , .outline {
	width:95%;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 10px auto 20px;
}
 
.assocmembers th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 65%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background: #E4E4E4;
}
 
.assocmembers td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.outline th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background: #E4E4E4;
}
 
.outline td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.inquiry, .reportform1 {
	width:95%;
	border: 3px solid #E4E4E4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 10px auto 20px;
}
 
.inquiry th{
	padding: 6px 8px 5px;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background: #E4E4E4;
	border: 2px solid #FFF;
}
.reportform1 th{
	padding: 6px 8px 5px;
	width: 20%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background: #E4E4E4;
	border: 2px solid #FFF;
}
 
.inquiry td,  .reportform1 td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	color: #595960;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	background: #E4E4E4;
	border: 2px solid #FFF;
}
p.inqer {
	font-weight: bold;
	padding: 1em;
}
.reportdetail {
}
.reportdetail h2#maintitle {
	padding: 10px;
	font-size: 160%;
	color: #333;
	margin:10px auto 10px;
}
.reporthonbun {
	width:95%;
	clear: both;
	margin: 1em 0px 1em 0px ;
}
.reporthonbun2 {
	width:95%;
	clear: both;
	margin: 1em 0px 1em 0px ;
	
}
.reportphoto {
	width:30%;
	float:right;
	margin: 0px 0px 0px 1em;
}
.reportphoto img {
	margin:0px;
	padding:0px;
}
.reportphoto p {
	font-size:90%;
	text-align: left;	
	margin-bottom:10px;
	padding:2px;
}
.reportphoto p:before {
	content: "■";
}
.reportimg1 {
	width:100%;
	text-align: center;	
}
.ownerreport {
	font-size: 100%;
	width:100%;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 0px auto 20px;
}
.ownerreport th{
	padding: 5px;
	border: 1px solid #C7EAFC;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background: #C7EAFC;
}
.ownerreport td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border: 1px solid #C7EAFC;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.ownerreport:after {
	content: '';
	display: block;
	clear: both;
	}
	}


/* ########### 840px以下 ########### */
	@media screen and (max-width: 840px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				/*font-size: 13pt;*/
			}

			h1, h2, h3, h4, h5, h6 {
				margin-bottom: 0.5em;
			}

		/* Box */

			.box.highlight {
				text-align: left;
				position: relative;
				padding-left: 7em;
			}

				.box.highlight i {
					position: absolute;
					margin: 0;
					left: 0;
					top: 0.25em;
				}

			.box.post .inner {
				margin-left: calc(20% + 2em);
			}

			.box.post .image {
				width: 20%;
			}
/* Box */

			.columnwriter.highlight {
				text-align: left;
				position: relative;
				padding-left: 7em;
			}

				.columnwriter.highlight i {
					position: absolute;
					margin: 0;
					left: 0;
					top: 0.25em;
				}

			.columnwriter .inner {
				margin-left: calc(20% + 2em);
			}

			.columnwriter .image {
				width: 20%;
			}


		/* Header */

		#header {
				display: none;
			}
		#header h1.widemb {
			padding: 0 0 2.75em 0;
			margin: 0;
		}
		
.bread	{
	display: none;
	}

		/* CTA */

			#cta {
				padding: 1.5em 0;
			}

				#cta header h2 {
					display: block;
				}

				#cta header .button {
					margin: 1em 0 0 0;
				}

		/* Footer */

			#footer {
				text-align: left;
			}

				#footer .container {
					margin-bottom: 1em;
				}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background-color: #333;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
				background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
				height: 44px;
				line-height: 44px;
				box-shadow: 0 4px 0 0 #37c0fb;
			}

				#titleBar .title {
					display: block;
					position: relative;
					font-weight: 600;
					text-align: center;
					color: #fff;
					z-index: 1;
				}

					#titleBar .title em {
						font-style: normal;
						font-weight: 300;
					}

				#titleBar .toggle {
					text-decoration: none;
					border: 0;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 80px;
					z-index: 2;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#titleBar .toggle:before {
						content: '\f0c9';
						display: block;
						height: 44px;
						text-align: center;
						width: 44px;
						color: #fff;
						opacity: 0.5;
					}

					#titleBar .toggle:active:before {
						opacity: 0.75;
					}

			#navPanel {
				background-color: #1f1f1f;
				box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);
				background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
			}

				#navPanel .link {
					border-bottom: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: #888;
					display: block;
					height: 48px;
					line-height: 48px;
					padding: 0 1em 0 1em;
					text-decoration: none;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #fff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 4em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 5em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
	.researchbox {
	width:95%;
	background-color: #D4EFFB;
	margin: 0px auto 10px auto ;
	padding: 10px ;
	}
	.center840 {
	text-align: center;
}
#headersiteen {
		display: none;
		}
		#headersite p, #headersiteen p {
		display: none;
		}
		/* キャンピングカーを知る */
	.camping {
		margin: 10px;
		display: block;
		padding: 10px;
		border-bottom: 2px dotted #B7B7B7;

	}
	.camping:after {
		content: '';
		display: block;
		clear: both;
	}
	.camping .inner {
	margin-left: calc(20% + 10px);
	margin-top: 0;
	}
	.camping p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
		}
	.camping img {
			width: 20%;
			margin: 0px 10px 10px 0px;
			padding: 5px;
			border: 1px solid #ccc;
			float: left;
	}
	.camping h2 {
	padding-top: 5px;
	font-size: 100%;
	margin: 0;
	color: #0159B5;
	}
	}
/* ########### 700px以下 ########### */

	@media screen and (max-width: 700px) {
/* 基礎知識 */
.campingtype {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto ;
	border:none;
}

.campingtype thead {
	display: none;
}
.campingtype tr {
	display: block;
	margin-bottom: 1.5em;
	border: 1px solid #999;
}
.campingtype td {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
}
.campingtype td:nth-of-type(1) {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #333;
}
.campingtype td:last-child { 
	border:none;
}
.campingtype td:before {
	display: block;
	background: #D9D9D9;
	font-size: 90%;
	margin-bottom:5px;
}
.campingtype td:nth-of-type(2):before { content: "参考ボディ形状";}
.campingtype td:nth-of-type(3):before { content: "その他の呼称（参考）";}
.campingtype td:nth-of-type(4):before { content: "定義";
}
.campingtype .type1{
	font-weight: bold;
}
.campingtype .type4{
	text-align: left;
}
.dataroom {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto 2em auto;
	border:none;
}

.dataroom thead {
	display: none;
}
.dataroom tr {
	display: block;
	margin-bottom: 2em;
	border: 1px solid #999;
}
.dataroom th {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
	background: #333;
	color: #fff;
}
.dataroom td {
	display: block;
	text-align: left;
	border:none;
	padding: 5px;
	clear: both;
}
.chassis {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto 2em auto;
	border:none;
}

.chassis thead {
	display: none;
}
.chassis tr {
	display: block;
	margin-bottom: 1em;
	border: 1px solid #999;
}
.chassis th {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
	background: #333;
	color: #fff;
}
.chassis td {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
}
.chassis2, .chassis3, .magazine {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto ;
	border:none;
}
.chassis2 thead, .chassis3 thead, .magazine thead {
	display: none;
}
.chassis2 tr, .chassis3 tr, .magazine tr {
	display: block;
	margin-bottom: 1.5em;
	border: 1px solid #999;
}
.chassis2 td, .chassis3 td, .magazine td {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
}
.chassis2 td:nth-of-type(1), .chassis3 td:nth-of-type(1), .magazine td:nth-of-type(1) {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #333;
}
.chassis2 td:last-child, .chassis3 td:last-child, .magazine td:last-child { 
	border:none;
}
.chassis2 td:before, .chassis3 td:before, .magazine td:before {
	display: block;
	background: #D9D9D9;
	font-size: 90%;
	margin-bottom:5px;
	font-weight: bold;
}
.chassis2 td:nth-of-type(2):before { content: "全長×全幅×全高（mm）";}
.chassis2 td:nth-of-type(3):before { content: "ホイールベース（mm）";}
.chassis2 td:nth-of-type(4):before { content: "フロントトレッド×リヤトレッド（mm）";}
.chassis2 td:nth-of-type(5):before { content: "トランスミッション";}
.chassis2 td:nth-of-type(6):before { content: "燃料タンク容量";}
		
.chassis3 td:nth-of-type(2):before { content: "型式";}
.chassis3 td:nth-of-type(3):before { content: "駆動方式";}
.chassis3 td:nth-of-type(4):before { content: "排気量";}
.chassis3 td:nth-of-type(5):before { content: "最高出力";}
.chassis3 td:nth-of-type(6):before { content: "最大トルク";}

.magazine td:nth-of-type(2) { text-align: left;}
.magazine td:nth-of-type(2):before { content: "タイトル";
		text-align: center;
		}
.magazine td:nth-of-type(3):before { content: "出版社";}
.magazine td:nth-of-type(4):before { content: "発売日";}
.magazine td:nth-of-type(5):before { content: "定価（税込）";}

/* 会員名簿 */
.jrvamembers {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto ;
	border:none;
}
.jrvamembers td.shopname a:link, .jrvamembers td.shopname a:visited {
	color: #FFF;
	text-decoration: underline;
}
.jrvamembers td.shopname a:hover {
	color: #FFC;
	text-decoration: underline;
}
.jrvamembers td.shoptel a:link, .jrvamembers td.shoptel a:visited {
	color: #06C;
	text-decoration: underline;
}
.jrvamembers td.shoptel a:hover {
	color: #999;
	text-decoration: underline;
}
.jrvamembers thead {
	display: none;
}
.jrvamembers tr {
	display: block;
	margin-bottom: 1.5em;
	border: 1px solid #999;
}
.jrvamembers td {
	display: block;
	text-align: center;
	border:none;
	padding: 5px;
	clear: both;
}
.jrvamembers td:nth-of-type(1) {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #333;
}
.jrvamembers td:last-child { 
	border:none;
}
.jrvamembers td:before {
	display: block;
	background: #D9D9D9;
	font-size: 90%;
	margin-bottom:5px;
}
.jrvamembers td:nth-of-type(2):before { content: "取扱内容";}
.jrvamembers td:nth-of-type(3):before { content: "住所";}
.jrvamembers td:nth-of-type(4):before { content: "電話番号";
}
/* 会員名簿アイコン */
.jrvamembers td p {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 5px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.jrvamembers td p :after {
	content: "";
	display: block;
	clear: both;
}

/* リンク会員 */
.linkmembers {
	width:100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin: 1em auto ;
	border:none;
}
.linkmembers td.linkname a:link, .linkmembers td.linkname a:visited {
	text-decoration: underline;
}
.linkmembers td.linkname a:hover {
	text-decoration: underline;
}
.linkmembers thead {
	display: none;
}
.linkmembers tr {
	display: block;
	margin-bottom: 1.5em;
	border: 1px solid #999;
}
.linkmembers td {
	display: block;
	border:none;
	padding: 5px;
	clear: both;
}
.linkmembers td:nth-of-type(1) {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.linkmembers td img{
	border: 1px solid #FFF;
}
.linkmembers td:last-child { 
	border:none;
}
.linkmembers td:before {
	display: block;
	background: #D9D9D9;
	font-size: 90%;
	margin-bottom:5px;
	text-align: center;
}
.linkmembers td:nth-of-type(2):before { content: "お店のご案内";}
.linkmembers td:nth-of-type(3):before { content: "店舗所在地";
}
/* リンク会員 */
.linkmembers td p {
	float: left;
	width: auto;
	display: block;
	margin: 0px 5px 5px 5px;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #21BBD1;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.linkmembers td p:after {
	content: "";
	display: block;
	clear: both;
}
.linkadd {
	min-height:80px;
	height:auto !important;
	overflow: auto;
}
.linkpr {
	text-align: left;
}
}
/* ########### 480px以下 ########### */

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

/* 新車情報リンクバナー */
.prodacts {
		margin: 10px;
		display: block;
		padding: 10px;
		border-bottom: 2px dotted #B7B7B7;

	}
		.prodacts:after {
			content: "";
			display: block;
			clear: both;
		}

		.prodacts .inner {
			margin-left: calc(20% + 5px);
			margin-top: 0;
		}
		.prodacts p {
	padding: 5px auto;
	color: #3D3D3D;
	margin: 0;
	font-size: 90%;
		}
		.prodacts img {
			width: 20%;
			margin: 0;
			padding: 5px;
			border: 1px solid #ccc;
			float: left;
		}
		.prodacts h2 {
	padding-top: 5px;
	font-size: 100%;
	margin: 0;
	color: #0159B5;
			}
			/* 新着情報リンクバナー */
ul.linkmembnr {
		display: none;*/
		}
		/* 新車・新製品情報 */
.prodactslist {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.prodactslist:after {
			content: "";
			display: block;
			clear: both;
		}

		.prodactslist .inner {
			margin: auto;
		}
		.prodactslist p.read {
	font-size: 0.9em;
	padding: 5px 5px 5px 0px;
	margin: 0;
		}
		.prodactslist p.company {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #58D3E2;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
}
		.prodactslist .image {
			width: 100%;
			margin: 5px 0px 5px 0px;
		}
		.prodactslist h3 {
	padding-top: 5px;
	font-size: 110%;
	margin: 0;
			}
		.prodactslist p.buildsell {
	margin: 0 auto ;
	padding: 3px 5px;
	background-color: #E9E9E9;
	display: block;
	font-size: 0.9em;
			}
		.prodactslist time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 0.8em;		
			}
		.prodactslist .syogen {	
		font-size: 0.9em;
		border-collapse:collapse;
		margin: 10px auto;
		width: 100%;
		border: 1px solid #C0C0C0;
		clear: both;
			}
		.prodactslist .syogen th {	
		padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 20%;
	background: #FEE1B6;
	border: 1px solid #CCC;
			}
		.prodactslist .syogen td {	
		padding: 3px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
			}
			/* レンタル情報 */
.rentallist {
		margin: 20px 10px;
		display: block;
		padding: 20px auto;
		border-bottom: 2px dotted #B7B7B7;

	}
		.rentallist:after {
			content: "";
			display: block;
			clear: both;
		}

		.rentallist .inner {
			margin: auto;
		}
		.rentallist p.read {
	font-size: 0.9em;
	padding: 5px 5px 5px 0px;
	margin: 0;
		}
		.rentallist p.company {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #58D3E2;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0;
}
		.rentallist .image {
			width: 100%;
			margin: 5px 0px 5px 0px;
		}
		.rentallist h3 {
	padding-top: 5px;
	font-size: 110%;
	margin: 0;
			}
		.rentallist p.rentalshop {
	margin: 5px auto 5px auto;
	padding: 10px;
	background-color: #E9E9E9;
	display: block;
	font-weight: bold;
			}
		.rentallist time {
	color: #828181;
	width: 100%;
	display: block;
	text-align: right;
	padding-bottom: 20px;
	font-size: 0.8em;		
			}
		.rentallist .naiyou {	
		font-size: 0.9em;
		border-collapse:collapse;
		margin: 10px auto;
		width: 100%;
		border: 1px solid #C0C0C0;
		clear: both;
			}
		.rentallist .naiyou th {	
		padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 20%;
	background: #FEE1B6;
	border: 1px solid #CCC;
			}
		.rentallist .naiyou td {	
		padding: 3px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
			}
			
		/* Lists */

			ul.actions li {
				display: block;
				padding: 1.5em 0 0 0;
			}

				ul.actions li:first-child {
					padding: 0;
				}

		/* Icon */

			.icon.major {
				width: 4em;
				height: 4em;
				line-height: 4em;
				box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			}

				.icon.major:before {
					font-size: 24px;
				}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				width: 100%;
				display: block;
			}

		/* Box */

			.box.highlight {
				padding-left: calc(4em + 30px);
			}

			.box.post .inner {
				margin-left: calc(30% + 20px);
			}

			.box.post .image {
				width: 30%;
			}

/* Box */

			.columnwriter.highlight {
				padding-left: calc(4em + 30px);
			}

			.columnwriter .inner {
				margin-left: calc(30% + 20px);
			}

			.columnwritert .image {
				width: 30%;
			}


		/* Wrapper */

			.wrapper {
				padding: 2em 20px 1px 20px;
			}

		/* CTA */

			#cta {
				padding: 20px;
			}

		/* Footer */

			#footer {
				padding: 1em 0.5em;
				text-align: left;
			}
		/* ライターコラム */
	.columimg {
	margin: 1em auto;
	clear: both;
	width: 95%;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
			}
		.columimgleft {
	text-align: left;
	display: block;
	width: 100%;
	margin: 1em auto 1em auto;
			}
		.columimgright {
	text-align: left;
	width: 100%;
	display: block;
	margin: 1em auto 1em auto;
			}

/* 協会概要 */
.staker .stakertype {
	width: 95%;
	padding: 0px;
	margin: 10px;
		}
.assoc img, .assoc2 img .staker img {
	margin-bottom: 0.5em;
}
.assocmembers, .outline {
	width:95%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 1em auto 2em;
}
.assocmembers th, .outline th {
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
	background: #505050;
	padding: 0.5em;
	color: #FFF;
}
.assocmembers td, .outline td{
	display: list-item;
	width: 100%;
	border-top: none !important;
	padding: 0.5em;
	background: #E6E6E6;
	margin-bottom: 0.5em;
}

.inquiry, .reportform1 {
	width:95%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 1em auto 2em;
}
.inquiry th, .reportform1 th {
	width:100%;
	display:block;
	margin: 0.5em auto;
	border:none;
	border-radius: 3px;
	background: #333;
	padding: 0.5em;
	color: #FFF;
}
.inquiry td, .reportform1 td {
	display: list-item;
	width: 100%;
	border-top: none !important;
	padding: 0.1em 0.5em 1em;
}
p.inqer{
	font-weight: bold;
	padding: 1em;
}
.ownerreport {
	width:95%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin: 1em auto 2em;
	border: 1px solid #C7EAFC;
}
.ownerreport th {
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
	background: #C7EAFC;
	padding: 0.5em;
	border: 1px solid #C7EAFC;
}
.ownerreport td{
	display: list-item;
	width: 100%;
	padding: 0.5em;
	background: #E6E6E6;
	margin-bottom: 0.5em;
	border: 1px solid #C7EAFC;
}
	}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }
