@charset "UTF-8";

/* inline_1.thml 用の CSS */
* {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	font-style: normal ;
	line-height: 1.6;
	color:#333333;
	font-size:100%
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

.product table {
	width: 100%;
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	border-style: none;
	text-align: left;
}

.product tr {
	border: medium solid #ff00ff;
}

.product td {
	font-size: 75%;
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-bottom : 1px solid #cccccc;
	padding: 10px 10px 10px 0px;
}


td.randomize {
	line-height: 1.0;
}

/* 表　商品名 */
.product_name {
	color: #333;
	font-weight: bold;
	font-size: 120%;
}

/* 表　ダイヤの色変更 */
.product_liststyle {
	color: #ff9900;
	font-size: 80%;
	padding-right: 5px;
}

/* 選択フォームのマージン空け */
#page_link_products form {
	margin-top: 20px;
}

/* - - - - - - - - POPUP表示用CSS ここから - - - - - - */
.popup img.zoom {
	top: -9999px;
	left: -9999px;
	position: absolute;
	border-style: none;
}

.popup a:hover {
	position: relative;
}

.popup a:hover img{
	top: 0px;
	left: 3px;
	border-style: none;
}
/* - - - - - - - - POPUP表示用CSS ここまで - - - - - - */

/* ページ移動 */
.page_moving {
	width: 100%;
	color:#333;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	white-space: normal;
}

.page_moving a{
	color:#333399;
}
.page_moving a:hover {
	background-color: #ffffcc;
	color: #333399;
	text-decoration:underline;
}

.page_previous {
	text-align: left;
}
.page_next {
	text-align: right;
}

.dai_bunruis {
	font-size: 75%;
	border : 1px solid #aaaaaa;
	padding: 5px;
}

/* - - - - - - - - その他 - - - - - - */
#page_title	 {
	font-size: 120%;
	font-weight:bold;
	margin: 35px 0px 35px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #ff9900;
}

#page_link_products {/* ページ内リンク用ー商品情報ー */
	background-color:#eeeeee;
	margin: 0px 0px 30px 0px;
	padding: 10px 5px 10px 5px;
	background-image: url(../../img/pagelink_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#page_link_products p {
	font-size: 85%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* --------------------- 会員専用サイトのご案内 --------------------- */

#outline_catch {
	text-align: left;
}

.outline_catch_left {
	float:left;
	/*width:525px;*/
	width:450px;
	margin:20px 0px 20px 0px;
	padding:0px 15px 0px 10px;
}

.outline_catch_right {
	float:left;
	width:250px;
	padding:0px 0px 0px 0px;
}

.text {
	clear:both;
	font-size: 90%;
	margin: 10px 0px 50px 0px;
}


/* --------------------- 生活用品一覧 --------------------- */

.tabulation_classes {
	clear:both;
	font-size:0.8em;
}
.tabulation_classes .caption {
	text-align: right;
	font-size: 1.35em;
}


#news_index h3{
	font-size:1.1em;
}
#news_index table {
	background-color: #F5F8DA;
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 100%;
}
#news_index .head {
	font-size:0.85em;
	padding: 3px;
}
#news_index .sup {
	font-size:0.70em;
	padding: 3px;
}
#news_index th.head {
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-collapse: collapse;
	width: 25%;
}
#news_index th.sup {
	border-bottom: 1px solid #333333;
	border-collapse: collapse;
	width: 25%;
}
#news_index td.head {
	border-left: 1px solid #333333;
}
#news_index td.sup {
}
#news_index .caption {
	text-align: right;
	font-size: 0.75em;
}


#all_categories h3 {
	color: #009944;
}
#all_categories .list {
	font-size:0.65em;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}

#all_categories .list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#all_categories .list hr {
	margin: 3px 0;
}
#all_categories .list .list_col {
	width: 120px;
	float: left;
	padding: 0 6px;
}

/*IE7対策　*/

*:first-child+html #all_categories .list {
	font-size:0.65em;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

