@charset "utf-8";
/* CSS Document */

/*--------------------------------------
 レイアウト
---------------------------------------*/
body {
	margin: 0;
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
	font-size:16px;/* IE8用 */
}

#container {
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------
 文字
---------------------------------------*/
h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
	color: #000000;
	}

a:link,
a:visited {
	color: #333333;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	opacity: 0.5;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;*/
}

a[data-opacity="1"]:hover {
	opacity: 1;
	/*-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;*/
}


.svg a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1; /* svgのリンクがopacityをかけるとiPhoneだけリンクが動かないバグ対応 */
}

ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}

/*--------------------------------------
 画像
---------------------------------------*/
img {
	border:none;
	padding:0;
	margin:0;
	border-radius:10px;
	}

/*--------------------------------------
 フォーム
---------------------------------------*/
form {
	margin: 0px;
	text-align: left;
}

input {
	vertical-align: middle;
}

/*--------------------------------------
 商品ページヘッダー100%
---------------------------------------*/
#wrap2 {
	width: 100%;
	min-width: 980px;
}

#TopSPathList1 {
	width: 980px;
	min-width: 980px;
	margin: 10px auto 10px;

}

#Main {
	width: 980px;
	min-width: 980px;
	margin: 10px auto 10px;
	display: block;
}

/*--------------------------------------
 クリアフィクス
---------------------------------------*/
.clear{
	clear: both; 
}

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/*--------------------------------------
 カラー設定
---------------------------------------*/
[data-color="White"]{
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

[data-color="Black"]{
	background: #222;
}

[data-color="Silver"]{
	background: #ccc;
}

[data-color="Gray"]{
	background: #888;
}

[data-color="Charcoal"]{
	background: #4b474d;
}

[data-color="Beige"]{
	background: #e4d3a2;
}

[data-color="Ivory"]{
	background: #ded2bf;
}

[data-color="Red"]{
	background: #d30000;
}

[data-color="Blue"]{
	background: #004E87;
}

[data-color="Navy"]{
	background: #3a4861;
}

[data-color="Turq"]{
	background: #12829a;
}

[data-color="Purple"]{
	background: #58376F;
}

[data-color="Green"]{
	background: #4c6733;
}

[data-color="Lime"]{
	background: #89983b;
}

[data-color="Yellow"]{
	background: #edd634;
}

[data-color="Orange"]{
	background: #e28633;
}

[data-color="Brown"]{
	background: #643014;
}

[data-color="DarkBrown"]{
	background: #3F2414;
}

[data-color="Pink"]{
	background: #ff99aa;
}

[data-color="LitePink"]{
	background: #fec6c5;
}

[data-color="Sky"]{
	background: #74bfcf;
}

[data-color="Wal"]{
	background: url(http://shopping.geocities.jp/patie/cabinet/sitedesign/color/wal.gif) no-repeat;
}

[data-color="Oak"]{
	background: url(http://shopping.geocities.jp/patie/cabinet/sitedesign/color/oak.gif) no-repeat;
}

[data-color="WhiteOak"]{
	background: url(http://shopping.geocities.jp/patie/cabinet/sitedesign/color/woak.gif) no-repeat;
}

[data-color="Natu"]{
	background: url(http://shopping.geocities.jp/patie/cabinet/sitedesign/color/natu.gif) no-repeat;
}

/*--------------------------------------
 アイフレーム
---------------------------------------*/
iframe#header {
	min-width: 980px;
	height: 940px;
}

iframe#header_top {
	min-width: 980px;
	height: 195px;
}

iframe#top_info {
	min-width: 980px;
	height: 0px;
	/*height: 510px;*/
	/*height: 180px;*/
}

iframe#topslide {
	min-width: 980px;
	height: 550px;
}

iframe#header_point {
	min-width: 980px;
	height: 0px;
}

iframe#footer_point {
	width: 1200px;
	height: 0px;
	/*height: 70px;*/
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
	z-index: 99999;
}

iframe#right_fixed {
	width: 400px;
	height: 0px;
	/*height: 300px;*/
	position:fixed;
	top: 160px;
	right: -300px;
	z-index:99999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

iframe#right_fixed2 {
	width: 100px;
	height: 0px;
	/*height: 160px;*/
	position:fixed;
	top: 480px;
	/*top: 420px;*/
	right: 0px;
	z-index:99999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

iframe#right_fixed:hover,
iframe#right_fixed2:hover {
	right: 0px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

iframe#left_fixed {
	width: 106px;
	height: 500px;
	/*height: 300px;*/
	position:fixed;
	top: 160px;
	left: 0px;
	z-index:99999;
}

iframe#leftbody {
	min-width: 180px;
	height: 5400px;
}

iframe#leftbodyIndex {
	min-width: 180px;
	height: 850px;
}

iframe#pickup_slide {
	min-width: 1040px;
	height: 210px;
	overflow:hidden;
}

iframe#ranking {
	min-width: 980px;
	height: 370px;
}

iframe#topic {
	min-width: 980px;
	height: 520px;
}

iframe#category {
	min-width: 980px;
	height: 1020px;
}

iframe#newitem {
	min-width: 980px;
	height: 380px;
}

iframe#footer {
	min-width: 980px;
	height: 1120px;
}

/*===============================================
画面の横幅が980px以下の場合
===============================================*/
@media screen and (max-width: 980px){
#container{
	overflow: hidden;
}
iframe#right_fixed,
iframe#right_fixed2{
	display: none;
}
}

/*===============================================
楽天カテゴリページ幅調整
===============================================*/
div#risFil {
	width: 760px;
}

/*===============================================
商品ページスペック部分
===============================================*/
.item_desc > b {
	display: block;
	background-color: #eee;
	padding: 2px 4px;
}
.speclist {
/*    width: 92%;
    margin-left: 2em;*/
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 1.4;
    font-size: 13px;
}
.speclist caption {
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
}
.speclist th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    position: relative;
    width: 18%;
}
.speclist th:after {
    content: "|";
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
}
.speclist td {
    padding-left: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
