@charset "utf-8";
/* CSS Document */

a {
	color:#555;
}
a:hover {
	color: #ff6600;
	/* [disabled]text-decoration:none; */
}

a.green {
color:green;
}

form {
	display:inline;
}

input, select, textarea {
	font-size:12px;
}
input, select {
	vertical-align:middle;
}
/* Spring一本化のCSSに追加すること */
input.error, textarea.error, select.error {
	background-color:pink;
	border:1px solid #f00;
}
img {
	border:none;
	/* 20160707 �ɓ��ǉ� */
	max-width:100%;
	height:auto;
}
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:#fff;
	margin:0 -5px;
	padding:5px 5px 0 5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
#cart .confirm {
	display:inline;
	color:#434343;
}
#question {
	position:relative;
	top:10px;
	background-color:#fff;
	margin:0 -5px;
	padding:0px 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
}

.btn_gray {
	position:relative;
	top:5px;
	width:auto;
	margin-left:0px;
	margin-bottom:10px;
	padding:5px 25px;
	background-color: #ffffff;
	background-image: linear-gradient(0deg, #e6e6e6 30%, #ffffff 100%);
	border:1px solid #CCCCCC;
	border-radius:5px;
	cursor:pointer;
	color:#333!important;
	text-decoration:none;
}