@charset "utf-8";

/*base*/
* {
	box-sizing:border-box;
}
/*firefoxスクロールバー対策*/
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: #FFF;
}
a:link, 
a:visited {
	color: #fff;
}
a:hover {
	color: #ffee62;
}
a img:hover {
	opacity: .6;
}
img {
	vertical-align: middle;
}
/*base_end*/

/*universal*/
.red {
	color: #EF5C5C;
}
.yellow {
	color: #D2BA6C;
}
.orange {
	color: #FF9936;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
hr.clear {
	display: none;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.txt_center {
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.txt_07 {
	font-size: 0.7rem;
}
.txt_08 {
	font-size: 0.8rem;
}
.txt_10 {
	font-size: 1rem;
}
.txt_12 {
	font-size: 1.2rem;
}
.txt_20 {
	font-size: 2rem;
}
.margin_5 {
	margin: 5px 0 !important;
}
.clear {
	clear: both;
}
.row_box {
	position: relative;
	overflow: hidden;
	clear: both;
}
.bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*universal_end*/

/*layout*/
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
#main_area {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.main_column {
	max-width: 1000px;
	margin: 0 auto;
}
/*layout_end*/

/*common_other*/
.head_info {
	background-color: #6f0505;
	color: #fff;
	text-align: center;
	line-height: 3rem;
	font-weight: bold;
	clear: both;
}
#topicpath ul {
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
#topicpath ul li {
	display: inline;
	font-size: 10px;
}
.data_area {
	display: flex;
	align-items: center;
}
.data_area .term {
	width: 60px;
	color: #FFF;
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: center;
	margin: 0 5px 0 0 ;
	padding: 0 5px;
}
.main_info {
	background-color: #6f0505;
	text-align: center;
	line-height: 3rem;
	margin: 10px 0 0 0;
}
.base_info {
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}
.base_info a {
	color: #fff;
}
.base_info a:hover {
	color: #ffee62;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:100px;
	height: 35px;
}
#pagetop a {
	display: block;
	line-height: 35px;
	background-color: #525252;
	color: #fff;
	border:1px solid #fff;
	/*border-radius: 5px;*/
	text-align: center;
	text-decoration: none;
}
#pagetop a:hover {
	background-color: #898989;	
}
/*common_other_end*/

/*readmore_start*/
.readmore_btn {
	width: 100%;
	/*height: 80px;*/
	/*background-color: #555;*/
	/*background: linear-gradient(180deg, rgb(68, 68, 68, 0) 0%, rgb(68, 68, 68, 1) 60%);*/
	background: linear-gradient(180deg, rgb(0, 0, 0, 0) 0%, rgb(53, 53, 53) 60%);
	/*border-radius: 6px 6px 6px 6px;*/
	color: #C9C9C9;
	/*font-size: 0.8rem;*/
	line-height: 1.5rem;
	text-align: center;
	position: relative;
	/*z-index: 20;*/
	/*bottom: 0;*/
	margin: -40px auto 0 auto !important;
	/*padding: 2px 0;*/
	padding: 50px 0 0 0 !important;
	box-sizing: border-box;
}
/*#topic_area .readmore_btn {
	background: linear-gradient(180deg, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
}*/
.readmore_btn:hover {
	/*color: r: #B4B4B4;*/
}
.shut {
	background: none !important;
}
.readmore_btn:hover {
	/*background-color: #888;*/
	cursor: pointer;
}
/*readmore_end*/


/*button*/
.sample_button {
	/*background-color: #7D1E1E;*/
	color: #FFF !important;
	text-align: center;
	/*font-size: 125%;*/
	/*font-weight: bold;*/
	/*border: 2px solid #ED9A9A;*/
	border-radius: 6px 6px 6px 6px ;
	display: block;
	padding: 5px 25px;
	margin: -30px 0 0 0 !important;
	/*margin: 10px auto !important;*/
	float: right;


	background-color: #AC4747;
	font-weight: normal;
	border: none;
}
.sample_button:hover {
	/*background-color: #BA5B5B;*/
	box-shadow:0px 0px 6px 3px #A58282 inset;
	cursor: pointer;
}
/*button_end*/
/*cart*/
#kart_box {
	width: 150px;
	height: 16px;
	background-color: #C95D0B;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: block;
	float: right;
	padding: 5px 0;
	margin: 10px 0;
}
#kart_box:hover {
	background-color: #FC9C53;
}
.product_kart_box {
	background-color: #E77D2D;
	color: #FFF !important;
	text-align: center;
	/*font-weight: bold;*/
	/*border: 2px solid #F2D992;*/
	border-radius: 6px 6px 6px 6px ;
	display: block;
	clear: both;
	float: right;
	padding: 5px 25px;
	margin: 10px !important;
}
.product_kart_box:hover {
	background-color: #FC9C53;
	box-shadow:0px 0px 6px 3px #F2D992 inset;
}
.product_kart_bought_box {
	/*height: 16px;*/
	background-color: #3B4572;
	color: #FFF !important;
	text-align: center;
	/*font-weight: bold;*/
	border-radius: 6px 6px 6px 6px ;
	display: block;
	clear: both;
	float: right;
	padding: 5px 25px;
	margin: 10px !important;
}
.product_bought_cont_kart_box {
	/*height: 16px;*/
	background-color: #A43827;
	color: #FFF !important;
	text-align: center;
	/*font-weight: bold;*/
	border: 2px solid #F2B092;
	/*border-radius: 6px 6px 6px 6px ;*/
	display: block;
	clear: both;
	float: right;
	padding: 5px 25px;
	margin: 10px !important;
}
.product_bought_cont_kart_box:hover {
	/*background-color: #EC8474;*/
	box-shadow:0px 0px 6px 3px #CF6E5E inset;
}
.m_kart_box {
	/*height: 16px;*/
	background-color: #C95D0B;
	color: #FFF !important;
	text-align: center;
	font-weight: bold;
	display: block;
	clear: both;
	float: right;
	padding: 5px 10px;
	margin: 10px;
}
.m_kart_box:hover {
	background-color: #FC9C53;
}
/*cart_end*/

