@charset "utf-8";



/*categories*/
.titlewrap {
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 30px 0 30px;
	text-align: center;
	min-width: 980px;
	position: relative;
}
.titlewrap .titleinner {
	margin: auto;
	padding: 0 30px;
	width: auto;
}
.titlewrap img {
	width: 60px;
	/*float: left;*/
	height: 60px;
	margin: 0 0 10px;
}
.titlewrap .pagetitle {
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.titlewrap .readcopy {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 30px;
}
.titlewrap.line {
	background: none;
	margin: -180px 0 50px;
	padding: 30px 0 0px;
	z-index: 9999;
}
.titlewrap.line .pagetitle {
	font-size: 40px;
}
.titlewrap.line, .titlewrap.line a {
	color: #FFF;
}
.titlewrap .pagetitle a {
	text-decoration: none;
}
.titlewrap .blist {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.subtitle  {
	margin: 0px;
	padding: 10px 30px 0px;
	font-size: 18px;
	line-height: 24px;
}

.titlewrap ul  {
	margin: 0px;
	padding: 20px 30px 10px;
	list-style-type: none;
}
.titlewrap ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0px;
}
.titlewrap ul li a {
	padding: 5px 10px;
	margin: 0px;
	border-radius: 15px;
}
.titlewrap ul li a:hover {
	background: #000;
	color: #FFF;
}
.titlewrap a {
	color: #000;
}
.titlewrap .tagfilter li {
	padding: 5px 10px;
	margin: 0px;
	border-radius: 15px;
}
.titlewrap .tagfilter li:hover {
	background: #000;
	color: #FFF;
}


/* index */
#contents .indexlist {
	overflow: hidden;
}
#contents .indexlist li {
	margin: 0 0 20px 0;
}
#contents .indexlist li a {
	display: block;
}
#contents .indexlist li dl {
	display: table;
	width: 100%;
	height: 180px;
	background: #f2f2f2;
}
#contents .table li dl {
	height: 100px;
}
#contents .table li dl dd {
	background: url(/static/full/motorcycle/images/function/icon_pdf.png) no-repeat left;
	padding-left: 60px;
}
#contents .indexlist li dl dt,
#contents .indexlist li dl dd {
	display: table-cell;
	vertical-align: middle;
}
#contents .indexlist li dl dt {
	width: 390px;
	padding: 0 50px;
	font-size: 30px;
	font-weight: bold;
}
#contents .indexlist li dl dd {
	font-size: 18px;
}
#contents .table li dl dt {
	font-size: 20px!important;
}


/*faq*/
.col .cscall {
	text-align: center;
	padding: 20px;
	background-color: #EEE;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 0 40px;
}
.col .cscall span {
	font-size: 14px;
	display: block;
	line-height: 18px;
	margin: 10px 20px 0;
	border-top: 1px solid #AAA;
	padding: 10px 0 0;
	font-weight: normal;
}
.col .faqh2 {
	font-size: 24px;
	margin: 30px 0 10px;
	font-weight: bold;
}
.faqcol {
	margin-bottom: 60px;
}
.faqcol h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px;
	background-image: url(/static/full/motorcycle/images/function/faqh3bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}
.faqcol h4.accordion{
	border-top: 1px solid #CCC;
	font-size: 16px;
	margin: 0px;
	padding: 10px 70px 10px 0;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	background-image: url(/static/full/motorcycle/images/function/faqopen.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.faqcol  h4.accordion.faqselected{
	background-image: url(/static/full/motorcycle/images/function/faqclose.png);
	color: #666;
}
.faqcol .faq-contents {
	margin: 0 0 30px;
}
.faqcol .faq-contents h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 3px;
}
.faqcol .faq-contents table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.faqcol .faq-contents table tr th {
	padding: 7px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	background: #EEE;
}
.faqcol .faq-contents table tr td {
	padding: 7px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
.faqcol .faq-contents p {
	margin: 1em 0;
  font-size: 14px;
}
.faqcol .faq-contents strong {
	font-weight: bold;
}



/*contact*/
#contents .contact {
	margin:0 auto 60px;
	border-top: 1px solid #CCC;
	padding: 20px 0px 0;
}
#contents .contact h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0 50px;
	padding: 0px;
}
#contents .contact div {
	font-weight: bold;
	color: #666;
	font-size: 30px;
	line-height: 38px;
	margin: 20px 0 10px;
}
#contents .contact p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
}
#contents .contact img {
	margin: 5px 0;
	padding: 0px;
	width: 460px;
}
#contents .contact .gwfree {
	float:left;
}
#contents .contact .gwtel {
	width: 400px;
	padding: 20px 0 15px 20px;
}
#contents .col.contact dl {
	clear: left;
	margin: 10px 0 40px;
	padding: 0 0 60px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #CCC;
}
#contents .col.contact dl dt {
	clear: left;
	float: left;
}
#contents .col.contact dl dd {
	margin: 0 0 5px 70px;
}



/*news*/
.newscol div {
	overflow: auto;
}
.newscol img {
	width: initial;
	max-width: 100%;
}
.newscol {
	margin: -60px 0 40px;
	padding: 70px 0 30px;
	border-bottom:1px solid #CCC;
	overflow: auto;
	line-height: 1.5;
}
.newscol p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
}
#contents .newscol h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 30px;
}
#contents .newscol h3 span {
	font-size: 14px;
	margin: 0 0 0 10px;
}
#contents .newscol span.noticeDate {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.newscol h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}
#contents .newscol .seigo {
	margin: 0 0 20px;
	padding: 0px;
	border-top: 1px solid #999;
}
#contents .newscol .seigo tr td, #contents .newscol .seigo tr th{
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
	vertical-align: middle;
}
#contents .newscol .seigo tr th {
	background-color: #999;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
#contents .newscol .seigo tr:nth-child(2n+1) {
	background-color: #EEE;
}


/* size chart */
#contents .sizechart img {
	width: auto;
	max-width: 100%;
}
#contents .sizechart .section {
	padding: 50px 0;
	font-size: 16px;
}
#contents .sizechart h1 {
	margin: 0 0 50px 0;
	padding: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #595757;
}
#contents .sizechart h2 {
	margin: 0 0 35px 0;
	padding: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #595757;
}
#contents .sizechart h2.red {
	background: #e60012;
}
#contents .sizechart h2 + p {
	margin: 0 0 20px 0;
}
#contents .sizechart .sctable {
	margin: 0 0 30px 0;
	text-align: center;
}
#contents .sizechart .scpants {
	text-align: center;
}
#contents .sizechart .scpants img {
	margin: 0 19px;
	vertical-align: top;
}
#contents .sizechart .scglove {
	text-align: center;
}
#contents .sizechart .scglove img {
	margin: 0 15px;
	vertical-align: middle;
}
#contents .sizechart .note li {
	margin: 0 0 5px 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}
#contents .sizechart .note li .color {
	color: #e60012;
}
#contents .sizechart .list li {
	margin: 0 0 15px 0;
	padding-left: 1em;
	text-indent: -1em;
}




/*textbot*/
.textbot {
	clear: both;
}
.textbot a {
	display: inline;
	font-size: 14px;
	background-color: #EEE;
	padding: 6px 14px;
	border: 1px solid #CCC;
	line-height: 30px;
	margin: 10px 0;
	border-radius: 3px;
}
.textbot figure {
	margin: 0;
}
.textbot a:hover {
	background-color: #DDD;
}


/*img*/
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}




.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.pchidden {
	display: none;
}
.hidden {
	display: none;
}
