@charset "utf-8";

/*--------------------------------------
	Style Name : Community Style Sheet

	1. community.html
	2. pet_brand.html
	3. #subcol
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

/*	Hypertext
--------------------------------------*/

#g-bbs li a,
#shopping-information li a {
	color:#000;
}

#g-bbs li a:hover,
#shopping-information li a:hover {
	color:#00e;
}


/*--------------------------------------
	community.html
--------------------------------------*/

div.flame {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
		width:720px;
	background:url(../../img/texture_border_curve_top.gif) no-repeat top;
}

div.flame dl {
	padding-bottom:10px;
	background:url(../../img/texture_border_curve_bottom.gif) no-repeat bottom;
}

div.flame dt {
	border-right:2px solid #f39bb6;
	border-left:2px solid #f39bb6;
}

div.flame dt span {
	margin:0 10px;
	padding:0 10px 5px;
	display:block;
	background:url(../../img/texture_border_dotted.gif) repeat-x bottom;
}

div.flame dd {
	padding:5px 10px 0;
	border-right:2px solid #f39bb6;
	border-left:2px solid #f39bb6;
}

#g-bbs,
#shopping-information {
	float:left;
	width:355px;
}

#g-bbs {
	margin-right:10px;
}

#g-bbs ul,
#shopping-information ul {
	margin-left:10px;
}

#g-bbs li,
#shopping-information li {
	margin-bottom:20px;
	padding-left:30px;
}

#g-bbs li a,
#shopping-information li a {
	font-weight:bold;
}

#g-bbs li {background:url(../../img/icon_heart.gif) no-repeat left 3px;}
#shopping-information li {background:url(../../img/icon_star.gif) no-repeat left 3px;}


#g-bbs li em,
#shopping-information li em {
	display:block;
}

div.lovegoods {
	margin-right:20px;
	float:left;
	width:500px;
}

div.lovegoods p,
div.lovegoods h3 {
	margin-left:10px;
}

div.lovegoods h3 {
	color:#e63269;
}

div.lovegoods ul {
	margin:0 0 10px 30px;
	list-style-type:disc;
}

div.lovegoods dl {
	padding:10px;
	background:url(../../img/texture_stripe_pink.gif);
}

div.lovegoods dd {
	padding:10px 0 0 20px;
}

div.lovegoods-ranking {
	padding-top:210px;
	float:left;
	width:180px;
	background:url(../../img/visual_girl.gif) no-repeat top;
}

div.lovegoods-ranking h3 {
	margin:0;
	padding:5px;
	border:1px solid #ccc;
	border-bottom:none;
	text-align:center;
}

div.lovegoods-ranking ol {
	margin-top:-5px;
	border:1px solid #ccc;
}

div.lovegoods-ranking li {
	padding:5px;
	border-bottom:1px solid #ccc;
}

div.lovegoods-ranking li em {
	display:block;
}


/*--------------------------------------
	pet_brand.html
--------------------------------------*/

div.pet-shop-information {
	margin-bottom:10px;
}

div.pet-shop-information h3,
div.pet-shop-information ul,
div.brand-search h3,
div.brand-search ul {
	margin-left:10px;
}

div.pet-shop-information ul li,
div.brand-search ul li {
	margin-bottom:20px;
	padding-left:15px;
	background:url(../../img/icon_triangle_red.gif) no-repeat left 4px;
}

div.pet-shop-information ul li em,
div.brand-search ul li em {
	display:block;
}


/*--------------------------------------
	div#subcol
--------------------------------------*/

#subcol ul#localnav {
	margin:0 0 10px 10px;
}

#subcol ul#localnav li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(../../img/icon_triangle_red.gif) no-repeat left top;
}

#subcol ul#localnav li a {
	color:#000;
}

#subcol ul#localnav ul {
	margin-top:5px;
}

#subcol ul#localnav ul li {
	background:none;
}

#subcol div.mobile {
	margin:-5px 0 5px;
	padding:20px 15px;
	border:1px solid #ccc;
	background:url(../../img/texture_stripe_gray.png) repeat-y left top;
}

#subcol div.mobile p {
	text-align:center;
}

#subcol div.mobile p em {
	display:block;
	font-size:14px;
	text-align:left;
}

#subcol div.mobile form p {
	margin-bottom:2px;
}

#subcol div.mobile form p input {
	width:150px;
}

#subcol div.mobile form p select {
	margin-bottom:10px;
	width:154px;
}

#subcol div.mobile form p#submit input {
	width:153px;
}

