@charset "Shift_JIS";

/* --------------------------------------------------------------------
	汎用 テンプレート設定
--------------------------------------------------------------------- */
.category_top_tmpl_ {
	margin-bottom: 20px;
	text-align: center;
}
h2.sub_category_head_ {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.45;
	padding: 6px 15px 9px;
	margin: 60px 0 30px;
	background-color: #a36e6e;
	clear: both !important;
}

/* --------------------------------------------------------------------
	モール一覧　ピックアップ
--------------------------------------------------------------------- */
div.MallStyleP_ {
	width:730px;
	overflow: hidden;
}
div.MallStyleP_Line_ {
	width: 100%;
	overflow: hidden;
}
div.MallStyleP_Item_ {
	width:350px;
	margin:0 14px 0 0;
	padding:0 0 14px 0;
	float: left;
	overflow:hidden;
}
div.MallStyleP_Item_ div.img_ {
	width: 100px;
	height:100px;
	margin: 0 10px 0 0;
	padding:10px;
	float: left;
	display: inline;
	background:#FFF url(../img/usr/top/box_img_bg2.png) left top no-repeat;
	position:relative;
}
div.MallStyleP_Item_ div.img_ img {
	width: 100px;
	height:100px;
}
div.MallStyleP_Item_ h3.name_ {
	padding:5px 10px;
	margin-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.MallStyleP_Item_ div.comment_ {
}

/* --------------------------------------------------------------------
	カテゴリ一覧　ピックアップ
--------------------------------------------------------------------- */
div.CategoryStyleP_ {
	margin:0 0 30px 0;
	overflow: hidden;
}
div.CategoryStyleP_Line_ {
	width: 110%;
	margin:0 0 30px 0;
	overflow: hidden;
}
div.CategoryStyleP_Item_ {
	width: 330px;
	margin:0 30px 0 0;
	float: left;
}
div.CategoryStyleP_Item_ div.img_ {
	width: 330px;
	height: 250px;
	margin-bottom: 20px;
	background: #fffbea;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.CategoryStyleP_Item_ div.img_ img {
	max-width: 330px;
	max-height: 250px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
div.CategoryStyleP_Item_ div.img_:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
div.CategoryStyleP_Item_ div.img_ a {
	width: 330px;
	height: 250px;
	/*vertical-align: middle;
	text-align: center;
	display: table-cell;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
div.CategoryStyleP_Item_ h3.name_ {
	padding:0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
div.CategoryStyleP_Item_ div.comment_ {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}

/* --------------------------------------------------------------------
	カテゴリ一覧　孫カテゴリ
--------------------------------------------------------------------- */
div.CategoryStyleG_ {
	width:100%;
	overflow: hidden;
}
div.CategoryStyleG_Line_ {
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleG_Item_ {
	width: 230px;
	padding: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
div.CategoryStyleG_Item_ h3.name_ {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.CategoryStyleG_Item_ .comment_ {
	margin:5px 0;
}
div.CategoryStyleG_Item_ .comment_ img {
	margin-bottom:5px;
}
div.CategoryStyleG_ ul {
	margin: 10px 5px 0 5px;
	padding: 0;
}
div.CategoryStyleG_ ul li {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: square;
}
/* --------------------------------------------------------------------
	カテゴリ一覧　一覧
--------------------------------------------------------------------- */
div.CategoryStyleL_ {
	width:100%;
	border:none;
}
div.CategoryStyleL_ span.name_ {
	margin:4px;
	font-weight:bold;
	white-space: nowrap;
}
/* --------------------------------------------------------------------
	カテゴリ一覧　サムネイル
--------------------------------------------------------------------- */
div.CategoryStyleT_ {
	width:730px;
	overflow: hidden;
}
div.CategoryStyleT_Line_ {
	width:100%;
	overflow: hidden;
}
div.CategoryStyleT_Item_ {
	padding: 0 12px 5px 0;
	float: left;
	display: inline;
	width:170px;
	overflow: hidden;
}
div.CategoryStyleT_Item_ h3.name_ {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.CategoryStyleT_Item_ h3.img_ {
	font-size: 5px;
	border: none;
}
div.CategoryStyleT_Item_ .comment_ {
	margin:5px 0 10px;
}
/* --------------------------------------------------------------------
	カテゴリ一覧　詳細
--------------------------------------------------------------------- */
div.CategoryStyleD_ {
	width: 715px;
	overflow: hidden;
}
div.CategoryStyleD_Item_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleD_Item_ h3 {
	margin-bottom:10px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
/* --------------------------------------------------------------------
	ジャンル一覧
--------------------------------------------------------------------- */
div.GenreStyle_ {
	width: 1050px;
	overflow: hidden;
}
div.GenreStyle_Line_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.GenreStyle_Item_ {
	width: 320px;
	padding:0 30px 0 0;
	margin: 0;
	float: left;
	display: inline;
}
div.GenreStyle_Item_ h3.img_ {
	padding: 0 0 10px 0;
	font-size: 5px;
	border: none;
}
div.GenreStyle_Item_ h3.name_ {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.GenreStyle_Item_ div.comment_ {
	margin: 0 10px;
}
/* --------------------------------------------------------------------
	
--------------------------------------------------------------------- */
div.category_free_ {
	white-space: pre-wrap;
}
div.category_free_ h2.category_title_ {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.45;
	padding: 6px 15px 9px;
	margin: 0;
	background-color: #a36e6e;
	clear: both !important;
}