@charset "utf-8";

/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{
	vertical-align: middle;
}
/*--- default */
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	background: url(../images/header_bg.jpg) repeat-x scroll center top rgba(0, 0, 0, 0);
}

body td,body th{
	font-size: 13px;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

/* 文字の設定 ---------------- */
a {
	text-decoration: none;
	color: #317bc9;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff6b85;
}

a:active {
	text-decoration: none;
}

dl,dt,dd,p {
	font-size: 13px;
	color: #666666;
	line-height: 160%;
}
b {
	font-size: 13px;
	color: #666666;
	line-height: 160%;
}

h1 {
	font-size: 14px;
    color: #ffffff;
    margin-top: 3px;
    overflow: hidden;
    max-height: 17px;
}
h2 {
	font-size: 19px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
}
h3 {
	font-size: 17px;
	color: #317bc9;
	font-weight: bold;
	line-height: 150%;
}
h4 {
	font-size: 15px;
	color: #317bc9;
	font-weight: bold;
	line-height: 150%;
}
h5 {
	font-size: 14px;
	color: #666666;
	line-height: 140%;
	font-weight: bold;
	line-height: 150%;
}
h6 {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
}
.blue{
	color: #317bc9;
}
.pink{
	color: #ff6b85;
}
.glay{
	color: #666666;
}
.white{
	color: #ffffff;
}
.font11{
	font-size: 11px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.font18{
	font-size: 18px;
}
.font19{
	font-size: 19px;
}
.font20{
	font-size: 20px;
}
.font21{
	font-size: 21px;
}
.font22{
	font-size: 22px;
}
.font25{
	font-size: 25px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.bold{
	font-weight: bold;
}


/* その他の設定　---------------- */
.t_l{
	text-align: left;
}
.t_c {
	text-align: center;
}
.t_r{
	text-align: right;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.ml_5{
	margin-left: 5px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}
.mt_50{
	margin-top: 50px;
}
.mt_60{
	margin-top: 60px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 80px;
}
.mt_90{
	margin-top: 90px;
}
.mt_100{
	margin-top: 100px;
}
.mb_5{
	margin-bottom: 5px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_60{
	margin-bottom: 60px;
}
.mb_70{
	margin-bottom: 70px;
}
.mb_80{
	margin-bottom: 80px;
}
.mb_90{
	margin-bottom: 90px;
}
.mb_100{
	margin-bottom: 100px;
}
.mr_130{
	margin-right: 130px;
}
.dis_non {
    display: none;
}
.clearfix {
	display: block;
	clear: both;
}

/* レイアウト ---------------- */

#wrapper {
	height: auto;
}
#header {
	height: 160px;
	margin: 0 auto;
	width: 970px;
}
#visual{
	height: 530px;
	width: 970px;
	margin: 0 auto;
}

.bx-wrapper img {
    margin: 0 auto;
}

#visual02{
	width: 970px;
	height: 145px;
	margin: 0 auto;
}
#breadcrumbs{
	width: 954px;
	text-align: right;
    margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page_body {
	width: 970px;
	height: auto;
	position: relative;
	margin-top: -60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page_body02 {
	width: 970px;
	height: auto;
	margin-bottom: 0;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 36px;
}
#page_body03 {
	height: auto;
	margin-top: 74px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#left_section {
	float: left;
    margin-top: 21px;
	height: auto;
	width: 260px;
	margin-right: 40px;
}
#center_section {
	float: right;
	height: auto;
	width: 670px;
}
#page_body02 #page_body #center_section {
    margin-top: 22px;
}
#center_section_02 {
	float: right;
	height: auto;
	width: 670px;
	margin-top: 20px;
}
#footer {
	float: left;
	width: 100%;
	height: 166px;
	background-repeat: repeat-x;
	margin-top: 40px;
	background-color: #595758;
	padding-bottom: 107px;
}
.brand_section {
	height: auto;
	width: 670px;
}
#front_page {
	float: right;
	height: auto;
	width: 670px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}

/* 左コンテンツ　---------------- */
#lp_left_section {
	float: left;
	width: 795px;
}
#lp_right_section {
	float: right;
	height: auto;
	width: 111px;
	position: fixed;
	margin-left: 1185px;
	margin-top: 5px;
}

/** 記事ページ自転車情報 **/


.cycle_info {
    margin: 2em;
}

.cycle_info h3 {
    border-left: solid 4px;
    padding-left: 6px;
    color: #4e4f55;
}

.cycle_info table {
    border: solid 1px;
    width: 100%;
}

.cycle_info table tr {
    display: flex;
    border-bottom: solid 2px;
}
.cycle_info table tr:last-child {
    border: none;
}

.cycle_info table td, .cycle_info table th {
    padding: 1em;
}

.cycle_info table td {
    flex: 1;
}


.cycle_info table th {
    width: 140px;
    border-right: solid 1px;
    text-align: center;
    background: #eeeeee;
}



.cycle_info table, .cycle_info table tr, .cycle_info table th {
    border-color: #cccccc;
}

@media screen and (max-width: 640px){	
.cycle_info h3 {
    font-size:.95rem;
}
.cycle_info {
    margin: 1em 0 0;
}    
.cycle_info table tr ,.cycle_info table td, .cycle_info table th {
    display:block;
    text-align:center;
}
.cycle_info table th {
    width: 100%;
    border-right:none;
}  
}




/** footer kaitori **/


.footer_kaitori h3 span {
    font-size: 15px;
    margin-top: 8px;
}

.footer_kaitori h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1em;
}

.footer_kaitori ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer_kaitori ul li {
    width: 10%;
    padding: .5em
}

.footer_kaitori {
    margin: auto;
    padding: 2.5em 0 1em;
    border-top: solid 1px #ccc;
    clear: both;
}



.footer_kaitori img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .footer_kaitori {
        border-top:solid 1px #ccc
    }

    .footer_kaitori h3 {
        font-size: 26px
    }

    .footer_kaitori h3 span {
        font-size: 12px
    }

    .footer_kaitori ul li {
        width: 46%;
        text-align: center
    }

}


