@charset "utf-8";

/*======================
ストックしました
=====================*/
#stock {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 400px;
	padding-top: 20px;
}
#stock .tit_r {
	background-color: #DA3D3D;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 5px;
	color: #fff;
	width: 100%;
}
#stock .body {
	margin-top: 0px;
	margin-bottom: 15px;
        width: 450px;
}
#stock .box {
	padding-top: 20px;
	padding-bottom: 20px;
}
#stock .bt {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#stock .bt .css_btn_class_k_r {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	color: #C01C27;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #C01C27;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
#stock .bt .css_btn_class_k_g {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #F4F3F3;
	color: #666;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #888;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
#stock span {
	display: none;
}
