@chareset "Shift_JIS";
/*@charset "utf-8";*/

/* リンク */
a:link {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 130%;
	color: #FF6666;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
/* リンク */
a.link01:link{
	font-size: 10px;
	line-height: 110%;
	color: #666666;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
a.link01:visited{
	font-size: 10px;
	line-height: 110%;
	color: #666666;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
a.link01:hover{
	font-size: 10px;
	line-height: 110%;
	color: #FF6666;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a.link01:active{
	font-size: 10px;
	line-height: 110%;
	color: #666666;
	letter-spacing: 0.1em;
}
/* リンク */
a.link02:link {
	font-size: 12px;
	line-height: 130%;
	color: #FF6666;
	text-decoration: none;
}
a.link02:visited {
	font-size: 12px;
	line-height: 130%;
	color: #FF6666;
	text-decoration: none;
}
a.link02:hover {
	font-size: 12px;
	line-height: 130%;
	color: #FF6666;
	text-decoration: underline;
}
a.link02:active {
	font-size: 12px;
	line-height: 130%;
	color: #FF6666;
}

/* 文字サイズ */
.p12l130 {
	font-size: 12px;
	line-height: 130%;
}
.p12l150 {
	font-size: 12px;
	line-height: 150%;
}
.p12w {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}
.news_txt{
	text-indent: -48px;
	padding-left: 48px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}
.black {
	color: #000000;
}
h1{
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin: 0px;
}
h2{
	font-size: 14px;
	color: #666666;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 14px;
	color: #FF3366;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.goods_come_pink h3{
	font-size: 14px;
	color: #FF0000;
	font-weight: bolder;
	margin: 0px; padding: 5px 10px 0px;
}
h4{
	font-size: 12px;
	color: #FF6666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.p_pink{
	font-size: 12px;
	color: #FF6666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.p_black{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: inline;
}
.red{
	color: #FF0000;
}
.red_p10{
	font-size: 10px;
	color: #FF0000;
	line-height: 110%;
	letter-spacing: 0.1em;
}
.blak_p10{
	font-size: 10px;
	line-height: 110%;
	letter-spacing: 0.1em;
	padding-top: 5px;
}
/* 取り消し線 */
.through {
	text-decoration: line-through;
}	
