@charset "UTF-8";
/* CSS Document */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #E4137F;
	text-decoration: underline;
}
a:active {
	color: #E4137F;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.h1 {
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.css10p {
	font-size: 10px;
	line-height: 25px;
	color: #333333;
}
.css10p-B {
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}
.css12p {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
.css12p-B {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}
.css14p-B {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}
.css16p-B {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}
.css12p-pink {
	font-size: 12px;
	line-height: 25px;
	color: #DF127F;
}
.css12p-B-pink {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #DF127F;
}
.css12p-B-red {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #F00;
}
.css14p-B-pink {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #DF127F;
}
.css14p-B-red {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #F00;
}
.css16p-B-red {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #F00;
}
#shohin form{
	margin : 0;
	padding: 0;
}
.left15{
	padding-left: 15px;
}
div.img-move a:hover {
 position: relative;
 top: -1px;
 left: -1px;
}
div.img-move a:active {
 position: relative;
 top: 5px;
 left: 5px;
}

