@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */
/*nav#nav:not(.mm-menu)
{
	display: none;
}*/
section#main dd.naiyo li {
	list-style-type: disc;
	margin-left: 20px;
}

/* ##### レイアウト共通 ##### */


/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* #### ribon ####*/
#ribon {
	width: 100%;
	position: relative;
}
#ribon:before {
	width: 100%;
	content:"";
	display: block;
	padding-top: 28.5%;
}
#ribon .conBack {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

/* ## contents ## */
#contents {
}
/* ## wrapper ## */
#wrapper {
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}

/* ## side ## */
aside#side {
	padding-bottom: 24px;
}

/* ## side ## */
aside#side ul#con_list li a {
	display: block;
	padding: 8px 0;
}

aside#side ul#con_list li a i.right {
	color: #dcdcdc;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	margin-top: 4px;
	float: right;
}
aside#side ul#con_list li a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
aside#side ul#con_list li a:hover i {
	color: #1c84ef;
}
/* bans */
aside#side ul.bans {
	padding-bottom: 24px;
	overflow: hidden;
}
aside#side ul.bans img {
	width: 100%;
}

/* ## main ## */
section#main {
}

/* scroll down */
#sDown {
	overflow: hidden;
}
ul#sDown li a {
	width: 33%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	padding: 10px 0;
	float: left;
}
ul#sDown li a {
}
ul#sDown li:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul#sDown li:nth-child(3) a {
	border-right: solid 1px #e4e4e4;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul#sDown li a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

/* ## footer ## */
#footer {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 24px;
	z-index: 100;
}
#back-top img {
	opacity: 0.8;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	color: #696969;
	background-color: #cccccc;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	border-right: solid 1px #696969;
	margin-right: 24px;
	padding-right: 24px;
	float: left;
}
#footer .boxT li:last-child {
	border-right: none;
}
#footer .boxT a {
	color: #696969;
}
#footer .boxT a:hover {
	color: #e9545d;
	text-decoration: none;
}
#footer .boxB {
	color: #696969;
	background-color: #242424;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}


/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {

input[type="text"], input[type="password"]  {
	padding: 4px 5px 4px 5px;
}

/* #### header #### */
#header h1 {
	width: 100%;
	height: auto;
}
#header h1 #hLogo {
}
#header .boxR {
	width: 40%;
	font-size: 11px;
	padding-top: 4px;
}

/* #### nav #### */
nav {
}

/* ## menu button ## */
#menubtn {
}

/* ## main ## */

/* 検索設定 */
/*絞り込み*/
.sOption {
}
.sOption .kensu {
	width: 100%;
	text-align: left;
	margin: 10px 0;
}
.sOption .kensu .kNum {
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* #### header #### */
#header h1 {
	width: 100%;
	height: auto;
}
#header h1 #hLogo {
}
#header .boxR {
	width: 60%;
	font-size: 11px;
	padding-top: 4px;
}

/* ## nav ## */
nav {
}
/* toggle button */
#menubtn {
}

/* ## main ## */

/* 検索設定 */
/*絞り込み*/
.sOption {
}
.sOption .kensu {
	width: 100%;
	text-align: left;
	margin: 10px 0;
}
.sOption .kensu .kNum {
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* #### header #### */
#header h1 {
}
#header h1 #hLogo {
}
#header .boxR {
	width: 70%;
	font-size: 11px;
	margin-top: 4px;
}
#header .boxR ul li {
	margin-left: 24px;
	float: right;
}

/* ## main ## */


}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

body {
	font-size: 12px;
	background-color: #ffffff;
}

/* h2 */
aside#side h3.title, #main h3.title {
	font-size: 10px;
	text-align: center;
	margin-bottom: 14px;
	padding: 8px 0;
}
aside#side h3.title:before, #main h3.title:before {
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #e2eaf0;
}

/* ## header ## */
#header {
	height: 50px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.84);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 8px 0 8px;
}
#header .inner {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
#header h1 {
	text-align: center;
}
#header h1 #hLogo {
	width: 134px;
	height: auto;
	margin-top: 8px;
	padding-right: 10%;
}

/* tel, facebook */
#header #gnSubnav {
	width: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 12px;
	right: 8px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header #gnSubnav li#fbIco {
	display: none;
}
#header #gnSubnav li#phIco a {
	display: block;
}
#header #gnSubnav li#phIco a i {
	font-size: 28px;
}
#header #gnSubnav li#phIco .telno {
	display: none;
}

/* ## header fix ## */
#header.headFix {
	background-color: rgba(255,255,255,0.84);
	opacity: 0.94;
}

/* toggle button */
#menubtn {
	color: #e9545d;
	margin: 12px 14px 0 0;
	padding: 4px 6px;
	float: left;
	cursor: pointer;
}
#menubtn.active {
	color: #ffffff;
	background-color: #e9545d;
	border-radius: 4px;
}
#menbtn:focus {
	outline: none;
}
#menubtn i {
	font-size: 22px;
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px;
}

/* globalnav */
#dropmenu {
	width: 100%;
	box-shadow: 1px 1px 1px #cccccc;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}
#dropmenu li a {
	width: 100%;
	text-align: left;
	border-top: solid 1px #f4f4f4;
	background-color: #ffffff;
	padding: 10px 8px 10px 14px;
	display: block;
	opacity: 0.94;
}
#dropmenu li a:active {
	color: #ffffff;
	background-color: #e9545d;
}
#dropmenu li a:hover {
	text-decoration: none;
}

#menu {
	padding: 20px;
}


/* ## contests ## */
#contents {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

/* ## root ## */
#root {
	display: none;
}

/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

/* scroll down */
#sDown {
	font-size: 10px;
}
ul#sDown li a {
	padding: 4px 0;
}

section#main {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}
/* SNS*/
ul#sns {
	margin-bottom: 0;
}

/* ## footer ## */
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .boxT li {
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 0 14px 0 0;
}
#footer .boxB {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* h3 */
aside#side h3.title, #main h3.title {
	font-size: 14px;
	padding: 8px 14px;
}
aside#side h3.title:before, #main h3.title:before {
}

/* ## header ## */
#header {
	height: 74px;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 14px 0 14px;
}
#header .inner {
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	margin-top: 10px;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header h1 #hLogo {
	width: 214px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* tel, facebook */
#header #gnSubnav {
	width: 25%;
	box-sizing: border-box;
	margin-top: 24px;
	float: right;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header #gnSubnav li {
	box-sizing: border-box;
	padding: 0 0 0 10px;
	float: right;
}
#header #gnSubnav li#fbIco {
	width: 15%;
}
#header #gnSubnav li#phIco {
	width: 53%;
}
#header #gnSubnav li a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: block;
}
#header #gnSubnav li#fbIco a {
	
}
#header #gnSubnav li#fbIco.fb a {
		color: #1877f2;
	}	
#header #gnSubnav li#fbIco.line a {
		color: #00B900;
	}	
#header #gnSubnav li#fbIco.insta a {
		color: #CF2E92;
	}	
	
	
#header #gnSubnav li#fbIco a i {
	font-size: 33px;
}
#header #gnSubnav li#fbIco a:hover {
	opacity: 0.74;
}
#header #gnSubnav li#phIco a {
	color: #e9545d;
	font-size: 14px;
	height: 30px;
	line-height: 0.9;
	background-color: rgba(255,255,255,0.84);
	text-decoration: none;
	padding: 8px 0 0 0;
}
#header #gnSubnav li#phIco a:hover {
	color: #ffffff;
	background-color: #e9545d;
}


/* ## header fix ## */
#header.headFix {
	height: 50px;
	background: none;
	background-color: rgba(255,255,255,0.84);
}
#header.headFix h1 {
	margin-top: 4px;
}
#header.headFix h1 #hLogo {
	width: 144px;
}
#header.headFix #gnSubnav {
	margin-top: 9px;
}
#header.headFix #dropmenu {
	margin-top: 9px;
}
.Fixed {
}

/* #### nav #### */
nav#globalnav {
	width: 100%;
	box-sizing: border-box;
}

/* menu button */
#menubtn {
	display: none;
}

/* 検索ボックス */
#gnSearch {
	padding-top: 6px;
	padding-left: 4px;
}

/* ## dropdown menu ## */
#dropmenu {
	width: 50%;
	box-sizing: border-box;
	margin: 24px 0 0 0;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#dropmenu > li {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
}
#dropmenu > li#gnFb {
	display: none;
}
#dropmenu > li a {
	color: #333333;
	font-size: 10px;
	height: 30px;
	line-height: 0.9;
	background-color: rgba(255,255,255,0.84);
	text-decoration: none;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 0 0 0;
	display: block;
}
#dropmenu > li#gnOnline a {
	color: #ffffff;
	background-color: rgba(233,84,93,0.78);
}
#dropmenu > li#gnOnline a:hover {
	color: #e9545d;
	background-color: #ffffff;
}
#dropmenu > li a span.kana {
	display: inline-block;

}
#dropmenu > li a span.eiji {
	display: none;
}
#dropmenu li.pCurrent a {
	background-color: #d4d4d4;
}
#dropmenu > li a:hover {
	color: #ffffff;
	background-color: #242424;
}
#dropmenu > li a:hover span.eiji {
	display: inline-block;
}
#dropmenu > li a:hover span.kana {
	display: none;
}
#dropmenu > li:hover > a {
	color: #ffffff;
}
#dropmenu li ul.menu_second-level {
	width: 100%;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99998;
}
#dropmenu li ul.menu_second-level li {
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#dropmenu li ul.menu_second-level li a {
	color: #ffffff;
	height: 40px;
	padding: 14px 14px;
	background: #242424;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu .menu_second-level li a:hover {
}
#dropmenu li:hover ul.menu_second-level li {
  overflow: visible;
  border-top: 1px solid #333333;
  height: 40px;
}
#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}

#dropmenu .init-bottom:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 5px 14px;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#dropmenu .dropmenu:before,
#dropmenu .dropmenu:after {
	content: " ";
	display: table;
}
#dropmenu .dropmenu:after {
	clear: both;
}
#dropmenu .dropmenu {
	*zoom: 1;
}

/* ---- single menu ---- */
#dropmenu > li.menu_single {
	position: relative;
}
#dropmenu li.menu_single ul.menu_second-level {
	position: absolute;
	top: 40px;
	opacity: 0;
	width: 100%;
	background: #44444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
#dropmenu > li:hover {
	background: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* ---- mega menu ---- */
#dropmenu li.menu_mega ul.menu_second-level {
	width: 100%;
	box-sizing: border-box;
	background: #242424;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 20px 2%;
	position: absolute;
	opacity: 0;
	top: 40px;
	left: 0;
}
#dropmenu li.menu_mega ul.menu_second-level li a {
	font-size: 14px;
	background: #333333;
}
#dropmenu li.menu_mega ul.menu_second-level li a:hover {
	background: #444444;
}
#dropmenu li.menu_mega:hover ul.menu_second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
#dropmenu li.menu_mega ul.menu_second-level > li {
	float: left;
	width: 32%;
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
}
#dropmenu li.menu_mega ul.menu_second-level > li:nth-child(3n+2) {
	margin-right:1%;
	margin-left:1%;
}
 
/* ## contests ## */
#contents {
	width: 100%;
}

/* ## category title ## */
#h2.cTitle {
}

/* ## wrapper ## */
#wrapper {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 14px auto 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	clear: both;
}

/* ## menu ## */
aside#menu {
	width: 28%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 34px;
	float: right;
}

/* ## main ## */
section#main {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 24px;
}

/* 検索設定 */
/*絞り込み*/
.sOption {
	font-size: 12px;
	position: relative;
}
.sOption .kensu {
	position: absolute;
	top: 50%;
	right: 1.4%;
}
.sOption .kensu .kNum {
}

/* ## side ## */
aside#side {
	width: 28%;
	box-sizing: border-box;
	padding-left: 34px;
	float: right;
}
aside#side .inner {
	margin-bottom: 24px;
}
aside#side ul#con_list {
	border-top: dotted 1px #cccccc;
}
aside#side ul#con_list li a {
	font-size: 12px;
	border-bottom: dotted 1px #cccccc;
	padding: 8px 4px 8px 14px;
}
aside#side ul#con_list li.curre a {
	background-color: #f9f9f9;
}
aside#side ul#con_list li.curre a i {
	color: #1c84ef;
}
aside#side #sidebar #con_btn  {
	display: none;
}


/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	width: 100%;
	padding: 10px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 10px 0;
}

/* ## root ## */
#root {
	width: 100%;
	background-color: #999999;
	box-sizing: border-box;
	padding: 0 14px;
	overflow: hidden;
}
#root p {
	width: 100%;
	max-width: 1200px;
	color: #f9f9f9;
	box-sizing: border-box;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#root .fa.fa-home {
	font-size: 15px;
}
#root i {
	font-size: 11px;
}
#root a {
	color: #fafafa;
}
#root a:hover {
	color: #3d85cc;
	text-decoration: none;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	margin-right: 24px;
	padding-right: 24px;
	float: left;
}
#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}

#back-top {
	position: fixed;
	bottom: 48px;
	right: 24px;
	z-index: 100;
}
#back-top i {
	color: #e9545d;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top i:hover {
	opacity: 1;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {


#header #gnSubnav li#phIco a {
	font-size: 14px;
}
#header #gnSubnav li#fbIco {
	width: 14%;
}
#header #gnSubnav li#phIco {
	width: 47%;
}

/* ## dropdown menu ## */
#dropmenu > li a {
	font-size: 12px;
}

}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1220px) {

/* inner box設定 */
#header .inner, #wrapper, #root .inner, #footer .boxT .inner, #footer .boxB .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

/* ## header ## */
#header #gnSubnav li#phIco a {
	font-size: 14px;
}

#header #gnSubnav li#fbIco {
	width: 13%;
}
#header #gnSubnav li#phIco {
	width: 47%;
}


/* ## 検索ボックス ## */
#searchform {  
	margin-bottom: 20px;
}
#keywords {  
}  
button#searchBtn {
}
button#searchBtn:hover {
}

/* ## dropdown menu ## */
#dropmenu > li a {
	font-size: 12px;
}
#dropmenu > li a > h2 .tBot {
	font-size: 11px;
}

/* ## バイク検索 ## */
.mBox h4 {
	font-size: 11px;
	line-height: 1.4;
}

/* ## タイプ別検索 ## */
.btBox .btbR h4 {
	font-size: 12px;
}

/* 店舗検索 */
.sBox h4 {
	font-size: 10px;
	line-height: 1.2;
}
.sBox a {
	height: 108px;
}


/* ## menu ## */
aside#menu {
	padding-left: 54px;
}

/* ## side ## */
aside#side {
	padding-left: 54px;
}
aside#side #sidebar ul#con_list li a {
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	width: 22%;
	height: 29px;
	padding: 24px 0 10px 0;
}
section#main dd {
	min-height: 28px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -38px 0 0 0 ;
	padding: 0 0 10px 26%;
}

}

/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {


}