@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カテゴリ一覧　ピックアップ
--------------------------------------------------------------------- */
div.CategoryStyleP_ {
	width:100%;
	overflow: hidden;
}
div.CategoryStyleP_Line_ {
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleP_Item_ {
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 50%;
}
div.CategoryStyleP_Item_ h3.name_ {
	margin: 0 5px 10px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.CategoryStyleP_Item_ div.comment_ {
	margin: 0 10px;
}
div.CategoryStyleP_Item_ div.comment_ img {
	margin: 0 0 10px 0;
}
/* --------------------------------------------------------------------
	カテゴリ一覧　孫カテゴリ
--------------------------------------------------------------------- */
div.CategoryStyleG_ {
	width:100%;
	overflow: hidden;
}
div.CategoryStyleG_Line_ {
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleG_Item_ {
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 33%;
	overflow: hidden;
}
div.CategoryStyleG_Item_ h3.name_ {
	margin: 0 5px 10px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.CategoryStyleG_Item_ .comment_ {
	margin: 0 10px;
}
div.CategoryStyleG_Item_ div.comment_ img {
	margin: 0 0 10px 0;
}
div.CategoryStyleG_ ul {
	margin: 10px 10px 0 10px;
	padding: 0;
}
div.CategoryStyleG_ ul li {
	margin: 0 0 0 2em;
	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:100%;
	overflow: hidden;
}
div.CategoryStyleT_Line_ {
	width:100%;
	overflow: hidden;
}
div.CategoryStyleT_Item_ {
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 25%;
	overflow: hidden;
}
div.CategoryStyleT_Item_ h3.name_ {
	margin: 0 5px 10px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.CategoryStyleT_Item_ h3.img_ {
	padding: 0 10px 10px 10px;
	font-size: 5px;
	border: none;
}
div.CategoryStyleT_Item_ .comment_ {
	margin: 0 10px;
}
/* --------------------------------------------------------------------
	カテゴリ一覧　詳細
--------------------------------------------------------------------- */
div.CategoryStyleD_ {
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleD_Item_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.CategoryStyleD_Item_ h3 {
	margin: 0 5px 10px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
/* --------------------------------------------------------------------
	ジャンル一覧
--------------------------------------------------------------------- */
div.GenreStyle_ {
	width: 100%;
	overflow: hidden;
}
div.GenreStyle_Line_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.GenreStyle_Item_ {
	margin: 0;
	float: left;
	display: inline;
	width: 33%;
}
div.GenreStyle_Item_ h3.img_ {
	padding: 0 10px 10px 10px;
	font-size: 5px;
	border: none;
}
div.GenreStyle_Item_ h3.name_ {
	margin: 0 5px 10px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
div.GenreStyle_Item_ div.comment_ {
	margin: 0 10px;
}

/* --------------------------------------------------------------------
	ジャンル一覧_お悩みから探す
--------------------------------------------------------------------- */
div.Genre-nayami_frame {
	width:778px;
	border:solid #ccc 1px ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.Genre-nayami_list-l {
	width:388px;
	float:left;
}
.Genre-nayami_list-r {
	width:388px;
	border-left:solid #ccc 1px ;
	float:left;
}
.Genre-nayami_frame li {
	border-bottom:dotted #bbb 1px ;
	height:40px;
}
.Genre-nayami_frame li .img-left{
	float:left;
	padding-right:2px;
}

.Genre-nayami_frame li.last {
	border:none;
	height:40px;
}
.Genre-nayami_frame p{
	float:left;
	width:324px;
	letter-spacing:normal;
	margin:0;
	padding:0;
}
.Genre-nayami_frame p a {
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	display:block;
	width:100%;
}
/* --------------------------------------------------------------------
	ジャンル一覧_素材／成分から探す
--------------------------------------------------------------------- */
div.Genre-sozai_frame {
	width:778px;
	border:solid #ccc 1px ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.Genre-sozai_list-l {
	width:258px;
	float:left;
}
.Genre-sozai_list-r {
	width:259px;
	border-left:solid #ccc 1px ;
	float:left;
}
.Genre-sozai_frame li {
	border-bottom:dotted #bbb 1px ;
	height:40px;
}
.Genre-sozai_frame li.large {
	border-bottom:dotted #bbb 1px ;
	height:81px;
}
.Genre-sozai_frame li.large p a {
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	display:block;
	margin-top:24px;
}
.Genre-sozai_frame li .img-left{
	float:left;
	padding-right:2px;
}
.Genre-sozai_frame li.line {
	border-bottom:solid #ccc 1px ;
	height:40px;
}

.Genre-sozai_frame li.last {
	border:none;
	height:40px;
}

.Genre-sozai_frame p{
	float:left;
	width:178px;
	letter-spacing:normal;
	margin:0;
	padding:0;
}
.Genre-sozai_frame p a {
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	display:block;
}

/* --------------------------------------------------------------------
	デザイン適用追加
--------------------------------------------------------------------- */

#gentei .square{
	position: absolute;
	top: 15px;
}


#gentei{
	width: 780px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}

#gentei .pubox01{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #E8F2E1;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
#gentei .pubox02{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #e8f2e1;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei .pubox03{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #e8f2e1;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei .pubox04{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #e8f2e1;
	padding-bottom: 10px;
	padding-left: 9px;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei .txt{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	line-height: 1.2em;
	width: 175px;
	height: 48px;
	font-size: 1.1em;
}

#gentei .puprice{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 6px;
	letter-spacing: 0.6px;
}

#gentei .puprice2{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 6px;
	color: #F07700;
	letter-spacing: 0.6px;
}

#gentei .puprice3{
	font-size: 16px;
	margin: 20px 0 5px;
	text-align: right;
	color: #c0262c;
}

#gentei .button{
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 2px;
	text-align: center;
	padding-right: 4px;
	margin-right: 0px;
}

#gentei .mouseOver:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

#gentei .changeArea .pubox01 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
	margin-bottom: 2px;
}

#gentei .changeArea .pubox01 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei .changeArea .pubox02 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei .changeArea .pubox02 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei .changeArea .pubox03 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei .changeArea .pubox03 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei .changeArea .pubox04 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei .changeArea .pubox04 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei2{
	width: 780px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}

#gentei2 .pubox01{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #f2f0cd;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
#gentei2 .pubox02{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #f2f0cd;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei2 .pubox03{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #f2f0cd;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei2 .pubox04{
	float: left;
	display: block;
	width: 179px;
	height: 410px;
	overflow: hidden;
	background-color: #f2f0cd;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 9px;
	margin-bottom: 4px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#gentei2 .txt{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	line-height: 1.2em;
	width: 175px;
	height: 48px;
	font-size: 1.1em;
}

#gentei2 .puprice{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 6px;
	letter-spacing: 0.6px;
}

#gentei2 .puprice2{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 6px;
	color: #F07700;
	letter-spacing: 0.6px;
}

#gentei2 .button{
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 2px;
	text-align: center;
	padding-right: 4px;
}

#gentei2 .changeArea .pubox01 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
	margin-bottom: 2px;
}

#gentei2 .changeArea .pubox01 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei2 .changeArea .pubox02 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei2 .changeArea .pubox02 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei2 .changeArea .pubox03 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei2 .changeArea .pubox03 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}

#gentei2 .changeArea .pubox04 .percent{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
	height: 48px;
	width: 163px;
}

#gentei2 .changeArea .pubox04 .percent a{
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #193DAA;
	line-height: 1.3em;
	margin-top: 5px;
}