@charset "utf-8";

/*　CSS for randsel.jp/shop */
/*　キーカラー定義
見出し		#132f65
テキスト		#333333
リンク		#15479f
オーバー		#4197ff
訪問済み		#15479f
アクティブ		#4197ff	※無くても可
最新情報
日付		#9c9c9c
テーブルラインの色	#cecece
 */

/*  レイアウト・width定義
全体wrap830(内枠800+影)
左25%右75%
*/



/*　 全体。ユーザスタイル初期化 */
* {
	margin:0;
	padding:0;
	}

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../image/common/bg.gif);
	color:#333333;
	}

img {
	border:0;
	}

p {
	margin:0 0 1em;
	line-height:150%;
}
ul {
	margin:5px 10px 20px 20px;
	list-style-type:none;
}
ul li {
	margin-bottom:5px;
	line-height:1.5em;
}
ul li ul {
	margin-left:10px;
	margin-bottom:10px;
}

ol{
	list-style-type:none;
	line-height:1.5em;
	margin:5px 10px 20px 20px;
	}

table tr td{
	border:solid 1px #663300;
	padding:7px;
	}

/*  リンクカラー  #de5146なども*/
a:link { 
	color:#F96611;
	text-decoration:none;
	}

a:visited {
	color:#F96611;
	text-decoration:none;
	}

a:hover {
	color:#4197ff;
	text-decoration:none;
	}
	
a:active {
	color:#4197ff;
	text-decoration:none;
	}

/*　 見出し設定　*/
h2 {
	margin-bottom:.5em;
	font-size:115%;
	color:black;
	}

/*  大外枠 */

#wrap{
	width:830px;
	margin:0 auto;
	}

#clear{
	width:100%;
	min-height:1px;
	clear:both;
	margin:0;
	padding:0;
}

/*　 ヘッダー  　*/
#header {
	width:830px;
	height:auto;
	background-image:url(../image/common/head/head_bg.gif);
	background-repeat:no-repeat;
	overflow:auto;
	}

#head_navi{
	float:right;
	margin-top:10px;
	}

#header h1 {
	float:left;
	}

#header ul{
	width:830px;
	float:right;
	}

#header ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

#search p{
	float:left;
	margin-right:10px;
	margin-top:4px;
	font-weight:bold;
	color:#333333;
	}

#search{
	width:auto;
	height:20px;
	float:right;
	margin-right:10px;
	}

#head_menu{
	width:830px;
	min-height:125px;
	overflow:auto;
	}

#head_menu ol li{
	float:left;
	margin:0;
	list-style:none;
	}

#head_menu img{
		vertical-align:bottom;
		margin:0;
		padding:0;
		}

#header h2 {
	clear:both;
}

/*　全体wrap　　*/
#all_container {
	width:800px;
	float:left;
}

#titlebar{
	background-image:url(../image/title/main_title_bg.gif);
	width:830px;
	height:30px;
	border-top:solid 5px pink;
	}
#titlebar img{
	float:right;
	margin:20px 90px;
	}

/*  パンくずリスト  */
#topicpath{
	width:97%;
	clear:both;
	padding-left:3px;
	padding-top:15px;
	margin-bottom:15px;
}

/*--- leftコンテンツ  */
#container {
	float:left;
	width:830px;
	background-color:#FFFFFF;
}

/*  メインコンテンツ  */
#main_container {
	float:right;
	width:625px;
	background:#FFF;
}
#main_container h2 {
	background:url(../image/common/hn/h1bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	margin-top:30px;
	padding:5px;
	font-size:150%;
}


.price{
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
	}

/* スペックシート */
.spc dl{
	display:table;
	width:270px;
}

.spc dt{
	font-weight:bold;
	margin-bottom:6px;
	line-height:1.5em;
	display:table-cell;
	width:50px;
	float:left;
	}
.spc dd{
	margin-bottom:6px;
	line-height:1.5em;
	display:table-cell;
	width:220px;
	}


/*  カテゴリボックス   */

#category_box{
	width:97%;
	margin-bottom:5px;
	}

#category_box img{
	float:left;
	margin:5px;
	}

#category_box p{
	float:right;
	margin-top:7px;
	}

/*  カテゴリボックス   */

#product_info{
	width:75%;
	margin-bottom:5px;
	}

#product_info img{
	float:left;
	margin:5px;
	}

#product_info p{
	width:25%;
	float:right;
	margin-top:7px;
	}


/*  仕様ボックス 画像が左、情報が右でdl   */
#product_box{
	width:275px;
	height:270px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:15px;
	background-image:url(img/lineup/bg.gif);
	background-repeat:no-repeat;
	}
	
#product_box img{
	margin:5px;
	}

#product_box p{
	margin-bottom:0;
	padding:0 5px;
	}

#product_box dl{
 border:1px solid #CECECE;
 width:100%;
 float:right;
 margin-top:5px;
	}

#product_box dt{
 float:left;
 width:35%;
 height:100%;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
	}

#product_box dd{
 width:65%;
 height:100%;
 margin-left:80px;
 padding:5px 5px 5px -20px;
 border-left:1px solid #CECECE;
}

.detail dl{
	}

.detail dt{
	clear:both;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
	margin-top:5px;
	}

.detail dd{
	width:470px;
	margin-bottom:7px;
	line-height:1.5em;
}

.detail dd img{
	float:left;
	padding:5px;

}

/* スペックアイコン */
.spec_image{
	width:280px;
	height:150px;
	float:right;
	margin-left:10px;
	}

.spec_image img{
	margin-bottom:1px;
}

/* メニューleft */
#left_container {
	float:left;
	width:180px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#left_container h2{
	margin:0;
	}

#left_container ul{
	margin:0;
	background-color:#FFFFFF;
	}

#left_container ul li{
	list-style:none;
	}

#left_container ul ul{
	list-style:url(../image/common/path.gif);
	margin-left:60px;
	font-weight:bold;
	}

#cal table tr td {
padding:0;

}

#cal {
	margin-left:10px;
	}

/*  リストのリンクをブロック化 */

/*  メニュー  right*/
#right_container {
	float:left;
	padding:10px;
	width:199px;
}
#right_container p {
	background:#F6F6F6;
	padding:5px;
	border:1px solid #FFF;
}
#right_container p img {
	float:left;
	margin:0 5px 5px 0;
}

/*  foot  */
#footer {
	background-image:url(../image/foot/bg_footer.gif);
	background-repeat:repeat;
	clear:both;
	width:830px;
	height:50px;
	padding-top:20px;
	padding-bottom:5px;
}
#footer ul {
	margin-bottom:5px;
	text-align:center;
}
#footer li {
	list-style-type:none;
	display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}
#footer li.footer_top {
	border:0;
	padding-left:0;
}
#footer address {
	text-align:left;
	float:left;
	font-style:normal;
}

#footer ul{
	width:300px;
	float:right;
	padding-right:20px;
	}

#footer ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

/* 段落整形 */
.normal{
	line-height:1.4em;
	width:95%;
	margin-left:5px;
}

/* 画像枠  */
.frame{
	border:solid 1px #999999;
	padding:5px;
	}



/* 横型商品一覧

----------------------------------------*/

.item-line {

	width: 600px;

	margin: 0;
	margin-left:15px;
	padding: 0;

	clear: both;

	overflow: hidden;

}



.item-box-wrap {

	width: 130px;

	margin: 0 5px 5px 0;

	padding: 5px;

	float: left;

	overflow: hidden;

}



.item-box-wrap-end {

	width: 130px;

	margin: 0 0 5px 0;

	padding: 5px;

	float: left;

	overflow: hidden;

}



.item-box-photo {

	margin: 0;

	padding: 0;

	text-align: center;

}



.item-box-photo img {

	vertical-align: bottom;

}



.item-box-wrap h3,

.item-box-wrap-end h3 {

	margin: 0;

	padding: 5px 0 3px;

	font-size: 100%;

	text-align: left;

}



.item-box-price,

.item-box-soldout {

	margin: 0;

	padding: 0;

	font-size: 100%;

	text-align: center;

	color: #FF0000;

}

.sanko{
	color: #000000;
}

.item-box-comment {

	margin: 0;

	padding: 3px 0 0;

	font-size: 80%;

	line-height: 1.4;

}

.submit_area {display:none;}

/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
    width: 580px;
    margin: 0 0 10px 0;
	padding-top:10px;
    border-top: 2px solid #ff0000;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #999;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #ffebca;
	vertical-align:middle;
}

div#detailtitle h2 {
    padding: 10px 0 10px 30px;
    font-size: 140%;
}


/* 商品
----------------------------------------------- */
div#detailarea {
    width: 580px;
    margin: 15px 0 0 0;
}

div#detailphotoblock {
    float: left;
    width: 230px;
}

div#detailphotoblock h2 {
    margin: 5px 0;
    padding: 0;
    color: #ff6600;
    font-size: 140%;
    font-weight: bold;
}
div#detailphotoblock p {
    margin: 5px 0 0 0;
}

div#detailrightblock {
    float: right;
    width: 350px;
}

div#detailrightblock li {
    display: inline;
}

div#detailrightblock h2 {
    margin: 5px 0;
    padding: 0;
    color: #ff6600;
    font-size: 140%;
    font-weight: bold;
}

div#detailrightblock dl {
    padding: 15px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url("../img/common/arrow_gray.gif") no-repeat left center;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailrightblock .btn {
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    vertical-align: top;
    background: url("../img/common/line_280.gif") no-repeat;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    padding: 30px 0 0 0;
}

div.subarea h3 {
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
}

div.subphotoimg {
    float: right;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}

/* お買い物ガイドBOX */
#guidance_box{
	width:560px;
	min-height:250px;
	margin:10px;
	margin-left:0;
}

#guide_left{
	width:275px;
	min-height:250px;
	}
#guide_right{
	width:275px;
	min-height:250px;
	float:right;
	margin-left:0;
	}

