﻿/************************************

	recycle_details.css

*************************************/
ul.header_link{
	/*margin					: 10px 0 0 0;*/
}


div.item_list_box{
	padding					: 12px 0 0 0;
	/*width					: 686px;*/
}


p.head_text{
	font-size				: 12px;
	line-height				: 2em;
	color					: #595757;
	margin					: 0 0 50px 23px;
}


div.h2_box{
	width					: 685px;
	background-color		: #54c3f1;
	margin-left				: 22px;
}

h2.item_t{
	border-left				: 5px solid #fff;
	color					: #fff;
}

div#recycle_item{
	width					: 332px;
	float					: left;
	margin					: 0 2px 20px 22px;
}

div#left_spec{
	padding-top				: 25px;
	font-size				: 12px;
	line-height				: 25px;
	color					: #595757;
	width: 100%;
	/*width					: 411px;
	float					: left;*/
	order: 2;
}

.out_img_box{
	margin-top				: 15px;
}

a.list_d_link{
	margin-top				: -10px;
}

ul#side_one{
    margin-bottom: 41px!important;
}

ul{
	/*margin					: 20px 0;*/
	margin-top: 0;
}

li{
	font-size				: 12px;
}

li.text{
	color					: #595757;	/*K80*/
}

li.price{
	color					: #e50012; /*M100 Y100*/
	font-weight				: bold;
}

span.btn_txt{
	font-weight				: normal;
}

.title_box_h1{
	border-top				: solid 1px #00aad9;
	border-bottom			: solid 1px #00aad9;
	padding					: 15px 0 13px 0px;
	text-align				: right;
	margin: 0;
	justify-content: space-between;
	align-items: center;
}

h1.title{
	font-size				: 14px;
	font-weight				: normal;
	line-height				: 15px;
	color					: #00aad9;
	float					: left;
	padding-top				: 5px;
}

span.stock{
	font-size				: 14px;
	line-height				: 15px;
	color					: #00aad9;
	text-align				: right;
	padding-right			: 10px;
}

div.note_box{
	/*border					: solid 1px #c9cacb;
	border-radius			: 4px;*/
	padding					: 10px 0px 20px 0px;
	/*width					: 360px;*/
	margin-top				: 0px;
}

div.right_img{
	width: 100%;
	/*width					: 248px;
	float					: right;*/
	padding-top				: 25px;
	order: 1;
}

.out_img_box{
	width					: 100%;
	text-align				: center;
	vertical-align			: middle;
	position				: relative;
	/*border					: solid 1px #c9cacb;*/
}

.just_img{
	max-width				: 100%;
	max-height				: 100%;
	vertical-align			: bottom;
	display					: block;
	position				: relative;
	top						: 0;
	right					: 0;
	bottom					: 0;
	left					: 0;
	margin					: auto;
	z-index					: 1;
}

/*img.mushi_icon{
	position				: absolute;
	z-index					: 10;
	bottom					: 5px;
	right					: 5px;
}

img.mushi_icon:hover{
	-webkit-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	}
}*/


/*************ここまで*****************/

/************************************
　数量入力テーブル
************************************/

form#product_form{
}

table.item_list_txt{
	margin-top				: 30px;
	width					: 100%;
	text-align				: center;
	font-size				: 12px;
	line-height				: 20px;
	color					: #595757;
	border-top				: solid 1px #c9cacb;
}

tr.border_bottom{
	border-bottom			: solid 1px #c9cacb;
}

th{
	background-color		: #e6e6e7;
	border-right			: solid 1px #c9cacb;
	line-height				: 40px;
}

th.no_line{
	border-right			: none;
}

td.type_cell,td.number_cell,
td.price_cell{
	border-right			: solid 1px #c9cacb;
	padding					: 15px 0 12px 0;
}

td.type_cell{
	/*width					: 375px;*/
	width: 58.5%;
	text-align				: left;
}

td.size_cell{
	
}

td.color_cell,td.number_cell{
	/*width					: 90px;*/
	width: 20.5%;
}

td.price_cell{
	/*width					: 100px;*/
	font-size				: 12px;
	font-weight				: bold;
	color					: #e60012;
	width: 20.5%;
	border-right: none;
}

td.link_cell{
	/*width					: 130px;
	width					: 20.5%;*/	
}

input.product_amount{
	width					: 40px;
	text-align				: right;
}

input.cart_button{
	margin-top				: 8px;
}


input.cart_button:hover{
	opacity					: 0.7;
}

a.list_d_link{
	background				: url(../images/products_list_lk_off.jpg) no-repeat;
	background-position		: 5px 0px;
	background-size			: 78px 19px;
	text-align				: center;
	font-size				: 10px;
	line-height				: 18px;
	color					: #595757;
	padding					: 0 0 0 5px;
	display					: block;
	width					: 78px;
	height					: 19px;
	margin					: 0 auto;
}

a.list_d_link:hover{
	background				: url(../images/products_list_lk_on.jpg) no-repeat;
	background-position		: 5px 0px;
}

span.btn_txt{
	font-family				: 'Hiragino Mincho ProN','HGS明朝E';
	margin-left				: 10px;
}

div.spec_txt{
	width					: 662px;
	border-radius			: 3px;
	border					: solid 1px #c9cacb;
	font-size				: 11px;
	line-height				: 22px;
	color					: #595757;
	margin-bottom			: 50px;
	padding					: 12px;
}

.mitsumori_cau{
	font-size				: 11px;
	line-height				: 21px;
	color					: #595757;
	margin-top				: 15px;
	margin-bottom			: 20px;
	box-sizing: border-box;
    padding-left: 11px;
    text-indent: -11px;
}

.o-detail-ob{
	margin: 0;
	justify-content: space-between;
}

/***swiper***/

.swiper{
	box-sizing: border-box;
	padding:0 50px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swiper-wrapper{
     align-items: center;
}

.swiper--wrapper{
  width: 100%;
  height: 300px;
}

.swiper-slide{
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child{
  margin: 0 !important;
}

.swiper-pagination{
    position: relative;
	margin-top: 15px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
	color: #333;
}

/*sp-box*/
.o-sp-spob,.o-sp-spb{
	margin: 0;
	flex-wrap: wrap;
}

.o-sp-spob{
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #e5e6e6;
}

.o-sp-spb{
	margin-bottom: 10px;
}

.o-sp-spe-ti{
	min-width: 75px;
	border: solid 1px #e5e6e6;
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size				: 13px;
	line-height				: 22px;
}

.o-sp-type,.o-sp-size,.o-sp-color,.o-sp-price{
	font-size: 13px;
	line-height: 22px;
}

.o-sp-price-tax{
	font-size: 16px;
	line-height: 22px;
	color: #e50011;
	font-weight: bold;
}

.o-sp-type,.o-sp-size,
.o-sp-color,.o-sp-price,
.o-sp-price-tax{
	width: 72%;
}

.o-sp-tax{
	font-size: 12px;
}

.o-sp-size{
	word-wrap: break-word;
}

.o-sp-ct-btn{
	border: solid 1px #e50011;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e50011;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	width: 250px;
	height: 35px;
	margin: 0 auto;
	transition: .3s;
	box-sizing: border-box;
	border-radius: 5px;
}

.o-ct-mr1{
	margin-right: 10px;
}

.o-sp-ct-btn:active{
	border: solid 1px #e50011;
	background: #fff;
	color: #E50011;
}

.main_menu{
    width: 100%;
}



@media (min-width: 576px){

}

@media (min-width: 768px){
div#left_spec{
	width: 55%;
	order: 1;
}

div.right_img{
	width: 32%;
	padding-top				: 25px;
	order: 2;
}

.out_img_box{
	width: 100%;
	box-sizing: border-box;
	padding-top: 75%;
	/*width					: 248px;
	height					: 186px;*/
	text-align				: center;
	vertical-align			: middle;
	position				: relative;
	/*border					: solid 1px #c9cacb;*/
}

.just_img{
	max-width				: 100%;
	max-height				: 100%;
	vertical-align			: bottom;
	display					: block;
	position				: absolute;
	top						: 0;
	right					: 0;
	bottom					: 0;
	left					: 0;
	margin					: auto;
	z-index					: 1;
}
}

@media (orientation: landscape) and (max-width: 940px){
	
}

@media (min-width: 992px){
.o-sp-ct-btn:hover{
    border: solid 1px #e50011;
    background: #fff;
    color: #E50011;
}
}


@media (min-width: 1025px){
	
}

@media (min-width: 1100px){
	
}


