@charset "euc-jp";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background: rgb(254,217,64); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDk0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,217,64,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,217,64,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,217,64,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,217,64,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,217,64,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,217,64,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed940', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	background: repeat-y center top;
}
h1 {
	margin: 0px;
}


p, img, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a, a:hover {
	color: #336600;
}



/*************************************/
/*バイクブロスロゴ*/
/*************************************/
#logo, #header_in {
	height: 90px !important;
}



/*************************************/
/*パンくず*/
/*************************************/

#topicpath {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}

#topicpath a, #topicpath a:hover {
	color: #333;
}

/*************************************/
/*新規デザイン項目*/
/*************************************/

#wrapper {
	width: 100%;
	zoom: 100%;
	clear: both;
}
#ladies #wrap {
}


#wrapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#container {
	width: 950px !important;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	margin-bottom: 3em;
	background: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}

#container:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/*************************************/
/*コレ以降に追記*/
/*************************************/

.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main {
	margin-bottom: 10px;
}


.mybike {
	border: 1px solid #F60;
	margin-bottom: 15px;
	padding: 14px;
	font-size: 13px;
}

.mybike > ul {zoom: 100%;}


.mybike > ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



.mybike > ul > li {

}

.mybike > ul > li.left {
	float: left;
	width: 410px;
}

.mybike > ul > li.right {
	float: right;
	width: 510px;
}


.align-left {
	float: left;
}
.align-right {
	float: right;
}

.align-center {
	margin: 0px auto;
}

.btn {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.btn a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 10px;
	display: block;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	width: 440px;
	border-radius:4px;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );

}


.btn img {
	margin: 0px 5px;
}




#ladies #wrap #container .midashi {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	font-weight: bold;
	font-size: 16px;
	padding: 15px 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #F60;
	line-height: 1;
	margin: 0px 0px 10px;
}



/*************************/


dl {
	zoom: 100%;
	font: 14px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

dl > dt {
	width: 13em;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 0px;
	clear: both;
}

dl > dd {
	border-top: 1px solid #CCC;
	padding: 10px 0px 10px 13em;
	margin: 0px;
	display: block;
	position: relative;
}

dl > dd > p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
 
dl dd .kakomi {
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: 320px;
	padding: 10px;
	border: 2px solid #09C;
	font-size: 12px;
	display: none;
}

.bx-wrapper .bx-caption {
	background: #000000 url(none) repeat scroll 0% 0%;
	text-align: center;


}

.bx-wrapper .bx-caption span {font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.bx-wrapper .bx-viewport {
	box-shadow:none;
    border: none;
	left: 0px;
}

.info {
	background: #FED940;
	padding: 10px;
	margin: 1em 0px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}
