@charset "UTF-8";
/* ==============================================================================

CSS Information

 File name:	product.css

 Style Info:	商品ページ設定 : モールのデザイン部分に挿入

============================================================================== */

/*-------------------------------------------------------------------------------

 商品ページ上部

-------------------------------------------------------------------------------*/


/* 初期化
-----------------------------------------------------------*/

.orco_wrapper * {
	margin: 0px;
	padding: 0px;
}

.orco_wrapper iframe {
	overflow: hidden;
	margin: 0px;
	border: 0px;
}

.orco_wrapper table ,
.orco_wrapper pre ,
.orco_wrapper code ,
.orco_wrapper select ,
.orco_wrapper input ,
.orco_wrapper textarea ,
.orco_wrapper kbd ,
.orco_wrapper var ,
.orco_wrapper ins ,
.orco_wrapper del ,
.orco_wrapper samp ,
.orco_wrapper h1 ,
.orco_wrapper h2 ,
.orco_wrapper h3 ,
.orco_wrapper h4 ,
.orco_wrapper h5 ,
.orco_wrapper h6 {
	font-size:100%;
}

.orco_wrapper address ,
.orco_wrapper cite ,
.orco_wrapper dfn ,
.orco_wrapper em ,
.orco_wrapper var {
	font-style: normal;
}

.orco_wrapper img{
	border: none;
	vertical-align: bottom;
	line-height: 1;
	-ms-interpolation-mode: bicubic; /* 大きい画像縮小してもキレイ */
}

.orco_wrapper table {
	border-spacing: 0;
	border-collapse: collapse;
}

.orco_wrapper ul ,
.orco_wrapper ol ,
.orco_wrapper li {
	list-style: none;
}

.orco_wrapper form label {
	cursor : pointer;
}

.orco_wrapper select option {
	padding : 0 5px;
}

.orco_wrapper input ,
.orco_wrapper textarea {
	margin:1px;
	padding:2px;
	line-height:1;
}

.orco_wrapper textarea {
	overflow:auto;
}



/* 全体 wrapper
-----------------------------------------------------------*/

.orco_wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
}


/* パーツ
-----------------------------------------------------------*/

/* title */

.orco_title1 {
	clear: both;
	margin: 20px 0 20px;
	font-size: 120%;
}

.orco_title1 em {
	padding-left: 8px;
	color: #666;
	font-weight: bold;
}


/* title */

.orco_presen_txt {
	margin: 20px 0 40px;
}


/* contents */

.orco_contents_block {
	clear: both;
	/zoom : 1; /* IE6-7 */
	margin: -20px 0 40px;
}
.orco_contents_block:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.orco_contents_block img {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
	padding: 8px;
	border: 1px solid #CCC;
}

.orco_contents_block em {
	display: block;
	padding-top: 10px;
	margin-bottom: 15px;
	color: #967b41;
	font-size: 120%;
	font-weight: bold;
}

.orco_contents_block p {
	overflow: hidden;
}



/* リスト 分割 list //////////////////////////////////////// */

.orco_wrapper .list_separate02 li {
	width: 50%;
}
.orco_wrapper .list_separate03 li {
	width: 33%;
}
.orco_wrapper .list_separate04 li {
	width: 25%;
}
.orco_wrapper .list_separate05 li {
	width: 20%;
}


/* バリエーション list //////////////////////////////////////// */

.orco_color_contents ,
.orco_size_contents {
	clear: both;
}
.orco_color_contents h5 ,
.orco_size_contents h5 {
	margin: 20px 0 20px;
	padding-left: 8px;
	color: #967b41;
	font-size: 120%;
}

/* color */

.orco_color_list {
	margin: 0 0px 40px;
}

.orco_color_list li {
	float: left;
	text-align: center;
}

.orco_color_list li div {
	padding: 10px;
}

.orco_color_list img {
	width: 100%;
	height: auto;
}

.orco_color_list span {
	display: block;
	margin-top: 8px;
}

.orco_color_list.list_separate02 {
	margin: 0 20px 40px;	
}
.orco_color_list.list_separate02 li div {
	padding: 10px 30px;
}
.orco_color_list.list_separate02 span {
	font-size: 124%;
}

.orco_color_list.list_separate03 {
	margin: 0 10px 40px;	
}
.orco_color_list.list_separate03 li div {
	padding: 10px 15px;
}
.orco_color_list.list_separate03 span {
	font-size: 116%;
}

/* size */

.orco_size_list {
	margin: 0 0px 40px;
}

.orco_size_list li {
	float: left;
	text-align: center;
}

.orco_size_list li div {
	padding: 0 5px 10px;
}

.orco_size_list img {
	width: 100%;
	height: auto;
}

.orco_collor_list a:hover img ,
.orco_size_list a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); 
}


/* リンク list //////////////////////////////////////// */

.orco_link_contents {
	clear: both;
}

/* link */

.orco_howto_link_list {
	margin: 0 0 40px;
}

.orco_howto_link_list li {
	float: left;
	text-align: center;
}

.orco_howto_link_list li div {
	padding: 0 5px 10px;
}

.orco_howto_link_list a {
	display: block;
	padding: 20px 8px;
	border: 1px solid #999;
	border-radius: 4px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.orco_howto_link_list a:hover {
	background: #F2F2F2;
}



/* 商品詳細情報 ////////////////////////////////////////////// */

.orco_detail_contents {
	clear: both;
	margin-bottom: 20px;
}

.orco_detail_contents h5 {
	margin: 20px 0 20px;
	padding-left: 8px;
	color: #967b41;
	font-size: 116%;
}


/* 詳細 table */

.orco_item_tbl {
	width: 100%;
	margin: 20px 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 96%;
}
.orco_item_tbl th {
	width: 20%;
	padding: 12px;
	background: #F8F5EE;
	border: #ccc 1px solid;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.orco_item_tbl td {
	padding: 12px;
	border: #ccc 1px solid;
	vertical-align: top;
}


/* 機能 */

.orco_item_kinou {
	margin: 0 auto 40px;
}

.orco_item_kinou li {
	float: left;
	width: 50%;
}

.orco_item_kinou div {
	padding: 0 5px 10px;
}

.orco_item_kinou div span {
	display: block;
	float: left;
	width: 60px;
	margin-right: 5px;
}
.orco_item_kinou div span img {
	width: 100%;
	height: auto;
}

.orco_item_kinou div p {
	overflow: hidden;
	height: 6.5em;
	font-size: 86%;
	line-height: 1.4;
}



/* 商品配送情報 ////////////////////////////////////////////// */

/* 紹介テキスト ----------------- */

.orco_intro_txt {
	margin: 0 auto 20px;
}


/* アイコン --------------------- */

.orco_icon_list {
	/zoom : 1; /* IE6-7 */
	margin: 0;
	padding: 0;
}
.orco_icon_list:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}
.orco_icon_list li {
	display: inline-block;
	margin: 0 6px 8px 0;
	padding: 6px 8px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.2;
}
.orco_icon_list .asu {
	background: #dd3e53;
	color: #FFFFFF;
}
.orco_icon_list .red {
	background: #dd3e53;
	color: #FFFFFF;
}
.orco_icon_list .blue {
	background: #0168b7;
	color: #FFFFFF;
}
.orco_icon_list .orange {
	background: #f79e47;
	color: #FFFFFF;
}
.orco_icon_list .green {
	background: #009d96;
	color: #FFFFFF;
}
.orco_icon_list .gray {
	background: #5C5C5C;
	color: #FFFFFF;
}

/* 配送に関する注意 ----------------- */

.orco_del_attention {
	display: block;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 12px;
}

.orco_del_attention dt {
	font-weight: bold;	
}

.orco_del_attention dd {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #CCC;
}

.orco_del_attention dd em {
	color: #C00;
	font-weight: bold;
	font-style: normal;
}

.orco_del_attention dd:last-child,
.orco_del_attention .none {
	margin-bottom: 0;
	border-bottom: none;
}

.item_desc hr {
	display: none;
}



/*-------------------------------------------------------------------------------

 汎用

-------------------------------------------------------------------------------*/

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.figLeft,
.figLeft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.figRight,
.figRight img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
