@charset "utf-8";
/* CSS Document */


/* 共通要素
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}


a {
	outline:none;
	color: #00F;
}

a:hover {
	color:#F00;
}

img {
	border: 0;
}

a:hover img {
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}


b {
	font-weight: bold;
	color: #F00;
}


/* clearfix要素
----------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* topページ各コンテンツタイトル用_201605
----------------------------------------------------------- */

.titlebox {
	width: 760px;
	height: 30px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 20px;
}

.titlebox img {
	float: left;
	width: 28px;
	height: 28px;
}

.titlebox h1 {
	margin: 0 20px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #525050;
	line-height: 1.6;
}

.titlebox p {
	float: left;
	font-size: 12px;
	color: #525050;
	line-height: 3.4;
}

.titleboxmini {
	width: 760px;
	height: 30px;
	margin-bottom: 5px;
}

.titleboxmini img {
	float: left;
	width: 28px;
	height: 28px;
}

.titleboxmini h1 {
	margin: 0 20px 0 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #525050;

}

.titleboxmini p {
	float: left;
	font-size: 12px;
	color: #525050;
	line-height: 2.1;
}

/* メインコンテンツ ライト ニュース要素760_201605
------------------------------------------------------------- */

.main_news760 {
	width: 760px;
	height: 95px;
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom: 0px;
	background-color:#F2F2F2;
}


.news_katamari760 {
	width: 740px;
	font-size: 12px;

}

.news_katamari760 .news_date {
	width: 60px;
	float: left;
	margin-bottom: 10px;
	font-size: 10px;
	color: #666;
	position: relative;
    top: 3px;
}

.news_katamari760 .news_text {
	width: 600px;
	float: left;
	margin-bottom: 10px;
	line-height: 1.5;
}

.news_katamari760 .news_text a {
	color:#800080;
}

.news_katamari760 .news_text a:hover {
	color:#ff8400;
}












/* スマホ 共通 
----------------------------------------------------------- */

b.line {
	font-weight: normal;
	background-color: #ffff8e;
}

.logo_wrapper {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eff2f5;
	margin-bottom: 12px;
}

.logo_wrapper2 {
}

.logo_wrapper2 img {
	width: 100%;
	margin-bottom: 12px;
	margin-top: 58px;
}

.logo_wrapper img {
	height: 40px;
}


.top_info .category_list {
	hei ght: 72px;
}


.sp_titlebar {
	width: 100%;
	padding-top: 50px;
	margin-top: -50px;
	margin-bottom: 12px;
	
}

.sp_titlebar p {
	width: 100%;
	padding: 6px;
	border-bottom: 1px solid #e2e6ea;
	background: #eff2f5;
	text-indent: 5px;
	font-size: 1.6rem;
	color: #222;
	font-weight: bold;
}

.sp_titlebar a {
	color: #222;
	text-decoration: none;
}


.sp_wrapper414 {
	margin-left: auto;
    margin-right: auto;
	background: #fff;
	max-width: 414px;
	overflow: hidden !important;
}

.flexbox {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	width: 100%;
}

.pad12 {
	padding: 0 12px 12px;
	position: relative;
}

.text_s {
	color: #777;
	font-size: 1.1rem;
    line-height: 1.2;
}

.new_icon {
	font-size: 1.1rem;
	background: #f00;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 45px;
	text-align: center;
	margin-bottom: 5px;
}

.new_arr {
	font-size: 1.1rem;
	background: #f00;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 45px;
	text-align: center;
	margin-bottom: 5px;
}

.re_arr {
	font-size: 1.1rem;
	background: #577fff;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 45px;
	text-align: center;
	margin-bottom: 5px;
}

.sp_wrapper414 .sp_maximg img {
	width: 100%;
	margin-bottom: 12px;
}

.sp_wrapper414 .sp_maximg {
	border-bottom: 1px solid #eff2f5;
    padding-bottom: 12px;
	margin-bottom: 15px;
}


/* スマホ ヘッダー固定ボックス
----------------------------------------------------------- */

.hd_fixbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.hd_fixbox li {
	width: 33.3333%;
	padding: 8px 0 6px;
	border-right: 1px solid #d9dfdf;
	border-bottom: 1px solid #d9dfdf;
	background: #f6f7f7;
	font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.hd_fixbox li.last {
	border-right: 0 !important;
}


.hd_fixbox a {
    color: #383635;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    width: 100%;
}



.hd_fixbox img {
    height: 20px;
    margin-bottom: 2px;
    width: 20px;
}



/* スマホ ヘッダー移動してから固定ボックス
----------------------------------------------------------- */

.hd_fixbox2 {
	margin-bottom: 15px;
}

.hd_fixbox2 li {
	width: 33.3333%;
	padding: 5px 0 3px;
	border-right: 4px solid #fff;
	background: #f1f3f3;
	font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.hd_fixbox2 li.last {
	border-right: 0 !important;
}


.hd_fixbox2 a {
    color: #383635;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    width: 100%;
}



.hd_fixbox2 img {
    height: 20px;
    margin-bottom: 2px;
    width: 20px;
}

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}




/* スマホ カテゴリリスト
----------------------------------------------------------- */

.category_list_wrapper {
	width: 100%;
	margin-bottom: 12px;
	background: #ced0 d4;
	padding-bottom: 1px;
}

.category_list {
	width: 25%;
	height: 70px;
	text-align: center;
	padding: 10px 0 6px;
	background: #fff;
	border-top: 1px solid #ced0d4;
	border-right: 1px solid #ced0d4;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	font-size: 0.9rem;
	font-weight: 700;
	float: left;
}

.category_list a {
	text-decoration: none;
	color: #777;
	display: block;
	width: 100%;
	line-height: 1.2;
}

.category_list img {
	width: 29px;
	height: 29px;

	margin-bottom: 4px;
}


/* スマホ 正方形イメージ＆テキスト 共通
----------------------------------------------------------- */

a.block_link {
	display: block;
	text-decoration: none;
	color: #444;
}

.flex_ph { margin-right: 12px;}

.flex_tex {
	overflow: hidden !important;
	-webkit-box-flex:1; /* 超大事な記述！消さない！ */
	-webkit-flex:1; /* 超大事な記述！消さない！ */
	flex:1; /* 超大事な記述！消さない！ */
}



h1.title {
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

h3.title {
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}



/* スマホ 正方形イメージ＆テキスト 96px
----------------------------------------------------------- */

.flexbox96px {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eff2f5;
}

.flex_96ph {
	width: 96px;
}

.flex_96ph img {
	width: 96px;
}

.flex_96tex {
}


/* スマホ 入荷情報
----------------------------------------------------------- */

.sp_wrapper414 .item_list {
	padding: 12px;
}

.sp_wrapper414 .day {
	display: none;
}




.item_list_in img {
	width: 96px;
}

.item_list_in .images {
	width: 96px;
	margin-right: 10px;
	float: left;
}

.item_list_in .text {
	float: left;
	width: 190px;
}



/* スマホ お勧めブランド
----------------------------------------------------------- */

.fav_bland .text_s {
	text-align: center;
}

.fav_bland .sp_maximg {
	border-bottom: none;
}

.fav_bland .sp_maximg img {
	margin-bottom: 6px !important;
}


/* スマホ ブランド紹介ページ
----------------------------------------------------------- */

.bra_logo {
	padding-left: 12px;
	width: 100%;
}


.bra_logo img {
	width: 25%;
}

.bra_logo_img,
.bra_logo_txt {
	float: left;
}

.bra_logo_img {
	margin-right: 12px;
}

.bra_logo_txt {
}

/* スマホ 入荷情報ページ
----------------------------------------------------------- */

.arrival_wapper .pick_cont {
	width: 50%;
	float: left;
	height: 160px;
}

.arrival_wapper .flex_96ph img {
	width: 120px;
}

.arrival_wapper .flexbox96px {
	border: none;
}

.arrival_wapper .flex_96ph {
	margin: 0 auto 5px;
	width: 120px;
}

.arrival_wapper .flex_96tex {
	padding: 0 12px;
}

/* timesaleparts590s
----------------------------------------------------------- */

.timesaleparts590s {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.timesaleparts590s_1 {
	margin: 00px -2% 0px 0px;
	overflow: hidden;
	_zoom: 1;
}

.timesaleparts590s_2 {
	display: inline;
	position: relative;
	width: 45%;
	height: auto;
	float: left;
	margin: 6px 1% 6px 2%;
	border: 1px solid rgb(195, 195, 195);
}

.timesaleparts590s_2 img{
	margin: 0 2%;
}

.timesaleparts590s_2 .text {
	text-align: center;
	font-size: 15px;
	color: #0404B4;
	font-weight: bold;
	margin: 5px 0;
}

.timesaleparts590s_3 {
	font-size: 11px;
	height: 38px;
	text-align: center;
	margin-bottom: 10px;
}

.timesaleparts590s_4 {
	width: 95%;
	height: auto;
	margin: 0 auto 5px;
}

.timesaleparts590s_5 img {
	width: 22%;
	height: auto;
	text-align: left;
}

.timesaleparts590s_6 {
	margin: 0 auto;
	text-align: right;
}



.timesaleparts590s_6 .price {
	color: #EC0303;
	font-size: 19px;
	font-weight: bold;
}

.timesaleparts590s_6 .tax {
	color: #EC0303;
	font-size: 10px;
}


