@charset "UTF-8";
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #000;
	text-align: left;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
a img {
	border: none;
}
hr.dot_border {
	border-top: 2px dotted #b3b3b3;
	margin: 0;
}
br.pc {
	display: block;
}
br.sp {
	display: none;
}

@media screen and (max-width: 768px) {
br.pc {
	display: none;
}
}

@media screen and (max-width: 414px) {
br.sp {
	display: block;
}
}
/* ------------------------------------ clearfix ------------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.cf {
	display: inline-block;
}
/* \*/
.cf {
	display: block;
}
/* */

/* --------------------------- link --------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: 0.65;
	text-decoration: underline;
}
a.textlinkUl {
	text-decoration: underline;
}
a img {
	border: none;
	border: 0
}
a:hover img.link {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/* --------------------------- フォント --------------------------- */

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* --------------------------- 画像 --------------------------- */
@media screen and (max-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
}
.photo-type01 {
	border: 10px solid #FFF;
	box-shadow: 2px 2px 5px 3px #b9b9d2;
	-moz-box-shadow: 2px 2px 5px 3px #b9b9d2;
	-webkit-box-shadow: 2px 2px 5px 3px #b9b9d2;
}
/* settings 
------------------------------------------------------------------ */
.important {
	font-weight: bold;
}
.mar_r0 {
	margin-right: 0px !important;
}
.mar_b0 {
	margin-bottom: 0px !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}
.mar_b55 {
	margin-bottom: 55px !important;
}
.mar_b60 {
	margin-bottom: 60px !important;
}
.mar_b65 {
	margin-bottom: 65px !important;
}
.mar_b70 {
	margin-bottom: 70px !important;
}
.mar_b75 {
	margin-bottom: 75px !important;
}
.mar_b80 {
	margin-bottom: 80px !important;
}
.mar_b85 {
	margin-bottom: 85px !important;
}
.mar_b90 {
	margin-bottom: 90px !important;
}
.mar_b95 {
	margin-bottom: 95px !important;
}
.mar_b100 {
	margin-bottom: 100px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
br.sp {
	display: none;
}
.textL {
	text-align: left;
}
.bold {
	font: bold;
}
.red {
	color: #C1272D;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc_block {
	display:block;
}
.sp_block {
	display:none;
}
br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 768px){
  br.pc {
		display: none;
	}
}
@media screen and (max-width: 414px){
  .pc_block {
		display:none;
	}
	br.sp {
		display: block;
	}
	.sp_block {
		display: block;
	}
}
/* ボディ 
------------------------------------------------------------------ */

body {
	position: relative;
}

/* ヘッダー上部のイントロ
------------------------------------------------------------------ */

.intro {
	background: #000;
	line-height: 25px;
	margin-bottom: 20px;
}
.intro span {
	max-width: 960px;
	width: 96%;
	margin: auto;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: -1px;
}

/*@media screen and (max-width: 640px) {
	.intro {
		line-height: normal;
		padding: 5px 0;
	}
	.intro span {
		font-size: 1.3rem;
	}
}*/

/* ヘッダー
------------------------------------------------------------------ */
.header.wrapper header {
	width: 100%;
	top: 0;
	background-color: #FFF;
}
.header.wrapper header h1 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.header.wrapper header .left{
	width: 400px;
}
.header.wrapper header .right {
	width: 560px;
}
.header.wrapper header .left .header_bnr {
	overflow: hidden;
}
.header.wrapper header .left .header_bnr ul {
	overflow: hidden;
	display: inline-block;
	padding-left: 0px;
}
.header.wrapper header .left .header_bnr ul li {
	width: 185px;
	float: left;
}
.header.wrapper header .left .header_bnr ul li img {
	width: 100%;
}
.header.wrapper header .left .header_bnr ul li:first-child {
	margin-right: 10px;
}
/*@media screen and (max-width: 980px) {
	header .left .header_bnr {
		text-align: center;
	}
}
@media screen and (max-width: 378px) {
	header .left .header_bnr ul li {
		width: 165px;
	}
}
@media screen and (max-width: 320px) {
	header .left .header_bnr ul li {
		width: 140px;
	}
}*/
header ul.ec_list {
    margin: 0px 0 15px;
    overflow: hidden;
}
.header.wrapper header ul.ec_list li {
	width: 167px;
	text-align: center;
	float: left;
	font-size: 1.4rem;
	border: 1px solid;
	margin-right: 10px;
	padding: 5px;
	letter-spacing: -1px;
	font-weight: bold;
}
.header.wrapper header ul.ec_list li:nth-child(3n) {
	margin-right: 0px;
}
.header.wrapper header ul.ec_list li:nth-child(1),
.header.wrapper header ul.ec_list li:nth-child(2),
.header.wrapper header ul.ec_list li:nth-child(3) {
	margin-bottom: 7px;
}
.header.wrapper header ul.ec_list li {
	background-size: 22px !important;
	display: inline-block;
	background-position: center left 3px !important;
}
.header.wrapper header ul.ec_list li.company {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-home.png) no-repeat;
}
.header.wrapper header ul.ec_list li.guide {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-guide.png) no-repeat;
}
.header.wrapper header ul.ec_list li.cart {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-cart.png) no-repeat;
}
.header.wrapper header ul.ec_list li.rakuten {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-rakuten.png) no-repeat;
}
.header.wrapper header ul.ec_list li.account {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-account.png) no-repeat;
}
.header.wrapper header ul.ec_list li.login {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/head_icon-login.png) no-repeat;
}
.header.wrapper header .contact_ec,
.header.wrapper header .contact_repair {
	width: 48.9%;
	text-align: center;
}
.header.wrapper header .contact_ec {
	margin-right: 10px;
}
.header.wrapper header .contact_ec p.title,
.header.wrapper header .contact_repair p.title {
	background: #000;
	color: #fff;
	font: 1.5rem bold;
	padding: 3px 5px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 33px;
	text-align: left;
}
.header.wrapper header .contact_ec p.title span,
.header.wrapper header .contact_repair p.title span {
	float: right;
	display: block;
	height: 33px;
}
.header.wrapper header .contact_ec p.title span img,
.header.wrapper header .contact_repair p.title span img {
	width: 116px;
	height: 100%;
}
.header.wrapper header .contact_ec p.shop_name,
.header.wrapper header .contact_repair p.shop_name {
	margin-bottom: 8px;
	background-color: #dadada;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
	clear: both;
}
.header.wrapper header ul.contact_list li {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.header.wrapper header ul.contact_list li.tel {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/contact_icon-tel.png) no-repeat;
	background-size: 30px;
}
.header.wrapper header ul.contact_list li.mail {
	background: url(http://www.rakuten.ne.jp/gold/speed-addict/images/contact_icon-mail.png) no-repeat;
	text-align: left;
	padding-left: 40px;
}
.header.wrapper header ul.contact_list li.tel img {
	width: 200px;
	height: auto;
}

/*/*@media screen and (max-width: 980px) {
	header {
		width: 100%;
		z-index: 3;
	}
	header h1 {
		text-align: center;
		margin-top: 20px;
	}
	header .left,
	header .right {
		width: 100%;
	}
	.header.wrapper header .left {
		margin-bottom: 60px;
	}
	.header.wrapper header .right {
		float: none;
	}
	.header.wrapper header .contact_ec, .header.wrapper header .contact_repair {
		width: 48.9%;
		text-align: center;
		margin-bottom: 0px;
	}
	.header.wrapper header ul.contact_list li.tel {
		text-align: left;
		padding-left: 40px;
	}
	.header.wrapper header ul.ec_list {
		width: 480px;
		margin: 0 auto 20px;
	}
	.header.wrapper header ul.ec_list li {
		width: 140px;
	}
}

@media screen and (max-width: 700px) {
	.header.wrapper header ul.ec_list li {
		margin-right: 4px;
	}
	.header.wrapper header nav.gnav ul li {
		width: 31%;
	}
	.header.wrapper header ul.contact_list li {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 480px) {
	.header.wrapper header ul.ec_list li:nth-child(1),
	.header.wrapper header ul.ec_list li:nth-child(2),
	.header.wrapper header ul.ec_list li:nth-child(3) {
		margin-bottom: 0px;
	}
	.header.wrapper header ul.ec_list {
		width: 100%;
		margin: 0 auto 20px;
	}
	.header.wrapper header ul.ec_list li {
		width: 46%;
		margin-right: 0px;
		margin-bottom: 7px !important;
	}
	.header.wrapper header ul.ec_list li:nth-child(odd) {
		float: left;
	}
	.header.wrapper header ul.ec_list li:nth-child(even) {
		float: right;
	}
	.header.wrapper header .contact_ec,
	.header.wrapper header .contact_repair {
		width: 48%;
	}
	.header.wrapper header ul.contact_list li.mail {
		background-size: contain;
		padding-left: 25px;
		font-size: 1.4rem;
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 414px) {
	.header.wrapper header .contact_ec,  .header.wrapper header .contact_repair {
		width: 100%;
	}
	.header.wrapper header .contact_ec {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.header.wrapper header ul.contact_list li {
		width: 80%;
		margin: auto;
	}
	.header.wrapper header ul.contact_list li.tel {
		text-align: center;
		padding-left: 20px;
	}
	.header.wrapper header ul.contact_list li.mail {
		text-align: center;
		background-size: contain;
		padding-left: 25px;
		font-size: 2rem;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 414px) {
	.tel {
		font-size: 20px;
	}
	.tel .title {
		font-size: 14px;
	}
	.tel .time {
		font-size: 14px;
	}
}

@media screen and (max-width: 320px) {
	.header.wrapper header ul.ec_list li {
		width: 45%;
	}
}
*/
/* タイトル */
/*@media screen and (max-width: 640px) {
	h2 img {
		width: 230px;
		height: 100%;
	}
}*/

/* 検索 */
.search-box {
  margin: 15px auto 45px;
	height: 32px;
	position: relative;
	width: 300px;
	float: left;
}
.search-box img {
	width: 227px;
}
.search-box input.textArea {
	box-sizing: border-box;
	color: #111111;
	width: 280px;
	height: 32px;
	border: 1px #848484 solid;
	padding-left: 0.5em;
	padding-top: 1px;
	position: relative;
}
.search-box .search-btn {
	position: absolute;
	top: 33px !important;
	z-index: 3;
	background-color: #b3b3b3;
	height: 32px !important;
	margin-left: 5px;
}

/*@media screen and (max-width: 980px) {
	.search-box {
		float: none;
	}
	.cell_text {
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	#page_top {
	/*    padding: 5px;
    width: 6%;
		font-size: 13px;
	}
}*/

/*@media screen and (max-width: 320px) {
	.search-box input.textArea {
		width: 260px;
	}
}*/

/* ロゴ */
header .header.wrapper header h1 {
	float: left;
}
.header.wrapper header .header.wrapper header h1 span {
	padding-left: 7px;
}
.header.wrapper header .header.wrapper header h1 img {
	vertical-align: top;
	width: 100%;
	text-align: center;
}
/* tel */
.header.wrapper header .header.wrapper header__heading .tel {
	margin-bottom: 10px;
	float: right;
}

/*@media screen and (max-width: 1300px) {
	body > header nav {
		margin-left: 380px;
	}
}*/

/*@media screen and (max-width: 1060px) {
	body > header nav {
		margin-left: 360px;
	}
}*/

/*@media screen and (max-width: 768px) {
	.header.wrapper header .header.wrapper header__heading .tel {
		margin-bottom: 0px;
		float: none;
	}
}
*/
/*@media screen and (max-width: 640px) {
	.header.wrapper header .header.wrapper header h1 {
		width: 55%;
		margin: auto;
		display: block;
		float: none;
		padding: 5px 0;
	}
	.header.wrapper header .header.wrapper header__heading .tel {
		display: inline-block;
		float: none;
		margin-top: 0px;
	}
}*/

/*@media screen and (max-width: 414px) {
	.header.wrapper header .header.wrapper header h1 {
		width: 70%;
	}
}*/

/* グローバルナビの位置調整 */
header nav.gnav {
    width: 100%;
    margin: 0px auto 40px;
    clear: both;
    display: inline-block;
}
.header.wrapper header nav.gnav ul {
	overflow: hidden;
}
.header.wrapper header nav.gnav ul li {
	width: 192px;
	float: left;
	text-align: center;
}
.header.wrapper header nav.gnav ul li img {
	width: 182px;
}
.header.wrapper header nav.gnav ul li:nth-child(1),
.header.wrapper header nav.gnav ul li:nth-child(6) {
	text-align: left;
}
.header.wrapper header nav.gnav ul li:nth-child(5),
.header.wrapper header nav.gnav ul li:nth-child(10) {
	text-align: right;
}

/*@media screen and (max-width: 980px) {
	.header.wrapper header nav.gnav ul li {
		width: 20%;
	}
	.header.wrapper header nav.gnav ul li img {
		width: 97%;
	}
}*/

/*@media screen and (max-width: 640px) {
	.header.wrapper header nav.gnav ul li {
		width: 48%;
		float: none;
		display: inline-block;
	}
	.header.wrapper header nav.gnav ul li:nth-child(odd) {
		float: left;
	}
	.header.wrapper header nav.gnav ul li:nth-child(even) {
		float: right;
	}
	.header.wrapper header nav.gnav ul li:nth-child(6),  
	.header.wrapper header nav.gnav ul li:nth-child(5),  
	.header.wrapper header nav.gnav ul li:nth-child(10) {
		text-align: center;
	}
}*/

/*　set_text　*/
.set_text ul li {
	width: 24%;
	float: left;
	font: 1.6rem bold;
	margin-bottom: 15px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.set_text ul li a:before {
	content: '>';
  font-size: 14px;
  vertical-align: top;
	text-decoration: none;
	
}
/*  トップページ ヘルメットリスト */
.helmet_list > div {
	width: 310px;
	float: left;
	margin-bottom: 8px;
}
.helmet_list > div img {
	width: 100%;
}
.helmet_list > div.center {
	margin: 0 10px;
	width: 320px;
}
.helmet_list > div.center ul li {
	float: left;
}
.helmet_list > div.center ul li:nth-child(odd) {
	margin-right: 5px;
}
.helmet_list > div.center ul li.top {
	margin-bottom: 8px;
}
.helmet_list > div.full {
	max-width: 960px;
	clear: both;
}
.helmet_list > div.full ul li {
  width: 153px;
	display: inline-block;
	margin-right: 5px;
}
.helmet_list > div.full ul li:last-child {
	margin-right: 0px;
}


/*  トップページ what's Newリスト */
h2 {
 border-bottom: 2px solid #000 !important;
 margin-bottom: 20px !important;
 padding-bottom: 3px !important;
 display: block !important;
}
h2 > img {
 width: 260px;
 display: block;
}
.new {
	margin: 0 auto 30px;
	overflow: hidden;
	max-width: 960px;
  width: 100%;
}
/*　set_text　*/
.set_text ul li {
	width: 24%;
	float: left;
	font: 1.6rem bold;
	margin-bottom: 15px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
	list-style:none;
}
.set_text ul li a:before {
	content: '>';
  font-size: 14px;
  vertical-align: top;
	text-decoration: none;
	
}
/*@media screen and (max-width: 768px) {
	.bnr {		
		text-align: center;
	}
	.set,.set_color,.set_text {
		float: none;
		display: block;
		overflow: hidden;
	}
	.set_text ul li {
		font-size: 1.6rem !important;
		width: 33%;
	}
}*/
/*@media screen and (max-width: 480px) {
	.set_text ul li {
    width: 100%;
	}
}*/
/*@media screen and (max-width: 414px) {
	.set_text ul li {
    width: 100%;
	}
	.new_list li,
	.bnr div {
    width: 48%;
		text-align: center;
		margin-right: 3%;
	}	
}*/

/*　本店用ＳＮＳアイコン周り　*/
header .left .header_sns {
	clear: both;
	overflow: hidden;
	margin: 10px auto;
	width: 292px;
}
header .left .header_sns ul {
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}
header .left .header_sns ul li {
	width: 30px;
	float: left;
	margin-right: 20px;
}
header .left .header_sns ul li:last-child {
	margin-right: 0px;
}
header .left .header_sns ul li img {
	width: 100%;
}

.snapwidget-widget {
  max-width: 960px !important;
  width: 100% !important;
}
