@charset "utf-8";
/* CSS Document */

/************************************
/*1.リフォームメニューページ内共通設定
/***********************************/
div#mainContent {
	}
	div#mainContent h2 {
		font-size: 203%;
		margin: 15px 0px;
		}
	div#mainContent h2 img {
		vertical-align: middle;
		padding-left: 5px;
		}

/************************************
/*1.商品別メニュー　トップページ
/***********************************/
ul#productTags {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
ul#productTags li.tagsList {
	color: #666666;
	list-style: none;
	list-style-position: outside;
	font-size: 93%;
	width: 297px;
	float: left;
	background-image: url(img/arrow_tags.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px 20px 0px;
	padding: 0px 0px 2px 15px;
}
ul#productTags li.tagsList h3 {
	font-size: 123.1%;
	line-height: 1.3;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	color: #660000;
}
ul#productTags li.tagsList ul {
	margin: 0px;
	padding: 0px;
}
ul#productTags li.tagsList ul li {
	ine-height: 1.0;
	font-size: 100%;
	list-style: none;
	list-style-position: outside;
	float: left;
	background-image: url(img/icn_tags_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 8px;
	/* IE独自 */
	word-break: keep-all;
	/* ここまで */
}
ul#productTags li.tagsList ul li a {
	color: #F47813;
}

/************************************
/*2.商品別メニュー　リストページ
/***********************************/
ul#productTagLinkMenu {
	margin: 0px 0px 8px;
	padding: 0px;
	overflow: hidden;
	width:100%;
}
ul#productTagLinkMenu li {
	list-style-position: inside;
	list-style: none;
	margin: 0px 5px 0px 10px;
	padding-left: 13px;
	float: left;
	display: inline;
	background-image: url(img/icn_tags_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h3.productTagTitle {
	font-size: 138.5%;
	color: #660000;
	margin: 25px 0px 15px 0px;
	padding: 5px 8px;
	background-color: #F4DE9B;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #693E12;
}

div.productsTagFooter {
	margin-top: -5px;
	margin-bottom: 25px;
	overflow: hidden;
	width:100%;
}
div.productsTagFooter p {
	font-size: 85%;
	float: right;
	margin: 0px 0px 0px 10px;
}
div.productsTagFooter p a {
	background-image: url(../share/img/icn_arrow03.gif);
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.productsTagFooter p a.backTagTop {
	background-image: url(img/icn_left_back.gif);
	padding-right: 12px;
}
