* {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a:link {
	color:#003399;
	text-decoration: none;
}
a:visited {
	color:#003399;
	text-decoration: none;
}
a:hover {
	color:#D13119;
	text-decoration: underline;
}
.listbodybgcolor{/*商品詳細背景色変更用*/
}
#centerzoroe{/*ページ全体中央揃え用*//*幅変更時の変更必要!!*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

.where{/*どの階層にいるかの表示部分*/
	background-color:#EFEBC2;
	height:auto;
	font-size: 11px;
	line-height: 20px;
	color: #003399;
	text-align: left;
	text-indent: 11px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
}
/*メインパート(自動表示部分)*/
.main{
}

/*商品詳細画面*/
.itemdetailbodybgcolor{/*商品詳細背景色変更用*/
	background-color:#F7F5D1;
}
.itemdetailmain{/*商品詳細テーブル中央揃え用*//*幅変更時の変更必要!!*/
	margin-left:auto;
	margin-right:auto;
	width:748px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F7D196;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F7D196;
}
.itemdetailtitle{/*商品詳細タイトル*/
	color:#000000;
	font-size:16px;
	font-weight:bold;
	background-color:#F7D196;
	padding:5px;
	text-align:center;
	margin-top: 7px;
}
/*商品詳細画像部分*/
.itemdetailpictitle{
	background-color:#FFFFFF;
	padding-top:3px;
	font-weight:bold;
	font-size:14px;
	height:18px;
}
.itemdetailpicmain{/*大画像*/
	width:350px;
	height:440px;
	text-align:center;
	background-color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 20px;
	margin:0px;
}
#img_l{/*大画像*/
	max-width:350px;
	width:350px;
}
.golpic{
	width:345px;
	text-align:right;
	display:none;
	padding-top: 3px;
	padding-right: 3px;
}
.itemdetailpicsub{/*小画像*//*幅変更時の変更必要!!*/
	width:80px;
	height:120px;
	text-align:center;
	background-color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
}
.itemdetailpicsubempty{/*小画像*//*幅変更時の変更必要!!*/
	width:80px;
	text-align:center;
	background-color:#E7F3DD;
	padding-left:0px;
	padding-right:0px;
}
/*商品詳細画像部分終わり*/

/*商品詳細説明部分*/
.itemdetailtextcomment{/*品名以外*/
	padding:10px;
	line-height:180%;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8A884;
}
.price{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.soldout{
	padding-left:15px;
	margin-right:auto;
	font-size:13px;
	font-weight:bold;
	color:#CC0000;

}
.sizetable{
	background-color:#000000;
	margin-bottom:5px;
}
.sizetable td{
	padding: 5px;
	text-align: left;
	background-color:#FFFFFF;
}
/*商品詳細説明部分終わり*/

/*商品注文決定部分*/
.itemdetailorder{
	font-size:12px;
	background-color:#F3F3E6;
	padding:0px;
	height:90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8A884;
}
.itemdetailordersize{/*サイズ*/
	text-align:center;
	width:160px;
}
.itemdetailorderqty{/*数量*/
	text-align:center;
	width:90px;
}
.itemdetailorderdecide{/*注文*/
	width:100%;
	text-align:center;
}
/*商品注文決定部分終わり*/

/*関連商品部分*/
.relationitemtitle{
	border-top:1px solid #666666;
	font-size:12px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
}
.relationitembox{/*関連商品画像*/
	width:110px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;	
	text-align:center;
	font-size:10px;
	vertical-align: top;
	margin-bottom:15px;
}
.relationitemimg{/*関連商品画像*/
	width:110px;
	min-height:90px;
	text-align:center;
	padding: 3px;
	background-color:#FFFFFF;
	clear:both;
	float:left;
}
.relationitemtext{/*関連商品テキスト*/
	width:110px;
	text-align:center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color:#FFFFFF;
	font-size:9px;
	clear:both;
	float:left;
}
.relationitemtextonly{/*関連商品タイトルで表示*/
	text-align:left;
	padding: 3px;
	background-color:#FFFFFF;
	font-size:11px;
}
/*関連商品部分終わり*/
.footer{
	color:#666666;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer a:link,
.footer a:visited{
	color:#666666;
}
/*拡大画像画面*/
.lpitemdetailbodybgcolor{/*商品詳細背景色変更用*/
	background-color:#F7F5D1;
}
#lpcenterzoroe{/*ページ全体中央揃え用*//*幅変更時の変更必要!!*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:536px;
}
.lptitletabel{
	text-align:center;
	vertical-align:middle;
	font-size:0px;
	font-weight:bold;
	background-color:#F4B450;
	color:#481E14;
	width:536px;
	height:0px;
	padding:0px;
	border: 2px solid #D0CC8E;
}
.lpmeintabele{
	 background-color:#D0CC8E;
	 text-align:center;
	 padding:3px;
}
.lpmaintablepicpart{
	width:525px;
	height:630px;
	background-color:#FFFFFF;
	position:relative;
	text-align:center;
	vertical-align:middle;
	display:block;
}
.lpicimgpart img{
    max-width: 525px;
}
.lpicimgpart{
 display: table-cell;
	width:525px;
	height:630px;
  line-height: 0;
  vertical-align: middle;}
#lpinfoarea{
	position: absolute;
	 bottom:0px;
	 left: 5px;
	 margin-right:-60px;
	z-index: 999;
}
#lpinfotextarea{
	width:495px;
	height:150px;
	font-size:12px;
	line-height:150%;
	display:none;
	position: absolute;
	bottom:170px;
	left:5px;
	text-align:left;
	padding:10px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background-image: url(/common-img/infotextareabg.gif);
	margin-bottom:-170px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}
#lpinfotextareina{
	font-size:14px;
	font-weight:bold;
	line-height:180%;
}
#lptexta{
	font-size:11px;
	padding-left:3px;
	text-align:left;
	width:100%;
}
.lpapper {
	display: none;
	margin:0px;
	font-size:11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	top:29px;
	background-color: #82996F;
	position:absolute;
	z-index: 999;
}
#lptextb{
	font-size:11px;
	padding-left:3px;
	text-align:left;
	width:100%;
}
.simgtable td{
	width:70px;
	height:84px;
	background-color:#FFFFFF;
}
.lpfooter{
	width:531px;
	color:#666666;
	text-align:center;
	font-size:10px;
}
.lpfooter a{
	font-size:12px;
}