@charset "UTF-8";

#head {
	position:relative;
}
#header {
	height:auto;
	padding-bottom:120px;
}
#mainbg {
	display:block;
	position:absolute;
	top:50px;
	left:0;
	z-index:1;
	width:100%;
	height:450px;
	margin-bottom:-440px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0070b8+0,55b8ff+50,0070b8+100 */
	background: #0070b8; /* Old browsers */
	background: -moz-linear-gradient(left,  #0070b8 0%, #55b8ff 50%, #0070b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0070b8 0%,#55b8ff 50%,#0070b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0070b8 0%,#55b8ff 50%,#0070b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070b8', endColorstr='#0070b8',GradientType=1 ); /* IE6-9 */
}
#mainbg::before {
	content:'';
	height:450px;
	background-image:url(/fixmoter/wp-content/themes/fixmotor/img/top/mainbg.png);
	background-repeat:no-repeat;
	background-position: right 400px top;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	width:50%;
}
#mainbg::after {
	content:'';
	height:450px;
	background:url(/fixmoter/wp-content/themes/fixmotor/img/top/mainbg.png);
	background-repeat:no-repeat;
	background-position: left 300px top;
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	width:50%;
}
#mainimg {
	position:relative;
	z-index:2;
	padding-top:10px;
	width:64.5%;
	margin:0 auto;
}
#mainimg .leftarrow {
	position:absolute;
	font-size:60px;
	top:calc(50% - 30px);
	left:10px;
	color:rgba(255,255,255,0.8);
	cursor:pointer;
	transition:0.3s;
}
#mainimg .rightarrow {
	position:absolute;
	font-size:60px;
	top:calc(50% - 30px);
	right:10px;
	color:rgba(255,255,255,0.8);
	cursor:pointer;
	transition:0.3s;
}
#mainimg .leftarrow:hover {
	transform:scale(1.1);
}
#mainimg .rightarrow:hover {
	transform:scale(1.1);
}
#main {
	width:100%;
	margin:0;
	padding:0;
	background:url(/fixmoter/wp-content/themes/fixmotor/img/top/title_bg.jpg) repeat-x;
	background-size:auto 420px;
	/*background-attachment: fixed;*/
	background-position:center 0;
}
#contents h1 {
	height:30px;
	line-height:30px;
	padding-left:2em;
	font-size:18px;
	margin-bottom:15px;
	color:#0070b8;
	background:url(/fixmoter/wp-content/themes/fixmotor/img/common/titbg_l.png) no-repeat left top,url(/fixmoter/wp-content/themes/fixmotor/img/common/titbg_r.png) no-repeat right top;
	background-size:contain;
	background-color:#eeefef;
}
.contents {
	letter-spacing:-0.3em;
	margin-bottom:20px;
	padding:0 5px 10px 5px;
	background:url(/fixmoter/wp-content/themes/fixmotor/img/common/bg_dot.jpg) repeat-x center bottom #FFF;
	background-size:auto 10px;
}
.contents #news {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:calc(68% - 25px);
	margin-right:23px;
}
.contents .event {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:calc(32%);
}
.contents dl {
	height:160px;
	display:inline-block;
	letter-spacing:-0.3em;
	box-sizing:border-box;
	border:1px solid #666;
	padding:10px;
	margin-bottom:20px;
	overflow-y:scroll;
}
.contents dl dt {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	font-size:14px;
	line-height:1.5;
	color:#000;
	width:6em;
	margin-bottom:5px;
}
.contents dl dd {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	font-size:14px;
	line-height:1.5;
	color:#000;
	width:calc(100% - 6em);
	margin-bottom:5px;
}
.contents dl dd a,
.contents dl dd a:link,
.contents dl dd a:visited {
	font-size:14px;
	line-height:1.5;
	color:#000;
	text-decoration:none;
}
.contents dl dd a:hover {
	text-decoration:underline;
}

ul.bikelist {
	letter-spacing:-0.3em;
	margin:0 -3px 30px;
}
ul.bikelist li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:calc((100% / 6) - 6px);
	max-width:160px;
	margin:0 3px;
}


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

#header {
	height:auto;
	padding-bottom:100px;
}
#mainbg {
	top:30px;
	height:60%;
}
#mainbg::before,
#mainbg::after {
	content:none;
}
	
}

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

#head {
	margin-bottom:0;
}
#header {
	padding-bottom:0px;
}
#header p {
	position: fixed;
   top: 0;
   left: 0;
   z-index: 99;
   background: #FFF;
   padding: 5px 1%;
	width:100%;
	box-sizing:border-box;
}
#header #logo {
	position: fixed;
   top: 30px;
   left: 0;
   z-index: 99;
   width: 100%;
   height: 70px;
   background: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,d1d4d4+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #d1d4d4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 45%,#d1d4d4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 45%,#d1d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d4d4',GradientType=0 ); /* IE6-9 */
}
#header #logo::after {
	content:'';
	display:block;
	width:100%;
	height:5px;
	background-color:#0070b8;
	position:absolute;
	left:0;
	bottom:-8px;
}
#header #logo::before {
	content:'';
	display:block;
	width:100%;
	height:3px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:-3px;
}
#header #logo img {
	width:120px;
}
#mainbg {
	display:none;
}
#mainimg {
	padding-top:0px;
	margin:0 -2%;
	width:104%;
}
#contents h1 {
	font-size:16px;
	background:url(/fixmoter/wp-content/themes/fixmotor/img/common/titbg_l.png) no-repeat left top;
	background-size:contain;
	background-color:#eeefef;
	padding-left:2.5em;
}
#contents {
	padding-top:20px;
}
.contents #news {
	display:block;
	width:100%;
	margin-right:0;
}
.contents .event {
	display:block;
	width:100%;
	margin-bottom:20px;
}
.contents .event .calendar {
	width:100%;
	max-width:300px;
	margin:0 auto;
}

ul.bikelist li {
	width:calc((100% / 4) - 6px);
}

	
}

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

.contents dl {
	height:120px;
}
.contents dl dt {
	font-size:13px;
}
.contents dl dd {
	font-size:13px;
}
.contents dl dd a,
.contents dl dd a:link,
.contents dl dd a:visited {
	font-size:13px;
}
ul.bikelist li {
	width:calc((100% / 3) - 6px);
}
	
}

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

}