@charset "utf-8";
/* CSS Document */

a {
	color:#555;
}
a:hover {
	color: #ff6600;
	/* [disabled]text-decoration:none; */
}

form {
	display:inline;
}

input, select, textarea {
	font-size:12px;

}

#keyword{
	width:470px!important;
	height:30px;
}

input, select {
	vertical-align:middle;
}
img {
	border:none;
}
hr {
	clear:both;
	margin:20px 0;
	position:relative;
	display:inline-block;
	width:100%;
	border:none;
	border-bottom: 1px solid #ccc;
	height:0;
}

.required {
	display:inline;
}
ul.error {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}
ul.error li {
	margin:0;
	padding:0;
	float:none;
}
.error, .red, .required {
	color:#f00;
}
.blue {
	color:#00f;
}
#cart {
	background-color:#c4e535;
	margin:0 -5px;
	padding:5px 5px 0 5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
#cart .confirm {
	display:inline;
	color:#434343;
}
#question {
	background-color:#c4e535;
	margin:0 -5px;
	padding:5px 5px 0 5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
#question .confirm {
	display:inline;
	color:#434343;
}
.center, .button {
	text-align:center;
}

.float-clear {
	clear:both;
}

.center .top-inner-box {
	margin:0 auto;
	text-align:left;
	font-size:12px;
	width:525px;
}

.center .top-inner-box p {
	color:#ff0000;
	margin: 0;
}

.center .top-inner-box ul {
	margin-top:0;
}

.right {
	text-align:right;
}

.f_right {
	float:right;
}

.b {
	font-weight:bold;
}

.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:14px;
}
.font16 {
	font-size:16px;
	line-height:175%;
}
.line175 {
	line-height: 190%;
}
.letter0_03 {
	letter-spacing: 0.3em;
}

.clear {
	clear:both;
}

.f12 {
	font-size: 12pt
}