@charset "utf-8";

#imageSlider {
	padding: 3.125% 0;
	background-color: #f5f5f5;
}

#btn_photo_gallery {
	width: 65.3125%;
	margin: 0 auto 12.5%;
}

.contentsTitle {
	margin: 5% 0 3.125% 0;
}

#textBox {
	background-color: #660099;
	border: none;
	padding: 1.5625%;
	margin: 0 0 12.5%;
}

#textBoxInner {
	box-sizing: border-box;
	width: 100%;
	padding: 3.125%;
}

#textBoxInner .title {
	padding:0.5em 0 0.25em;
	margin: 0;
	font-size: 1.2em;
	color: #390A78;
}

#textBoxInner .text{
	text-indent: 1em;
    color: #333;
}

#textBoxInner .img {
	margin: 3.125% 0;
}

#textBoxInner p:not(:last-of-type) {
	margin-bottom: 1em;
}

#textBoxInner .table_result table {
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	width: 100%;
	border-spacing: 0;
	margin: 0 auto;
}

#textBoxInner .table_result th, td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	padding: 5px;
}

#textBoxInner .table_result th {
	background-color:#333;
	color: #fff;
	text-align: left;
}

#textBoxInner .table_result td {
	text-align:left;
}

.table_ttl_01{
	width:12%;
}
.table_ttl_02{
	width:36%;
}
.table_ttl_03{
	width:23%;
}
.table_ttl_04{
	width:29%;
}

.table_yellow{
	background-color: #f2e776;
}

.table_yellow td{
	text-align: center !important;
}

#textBoxInner .line{
	display: block;
	border: 1px solid #660099;
	margin: 2em 0;
}

#textBoxInner .ohyagi{
	width:41.2%;
	margin: 0 auto;
}

#textBoxInner .name{
	padding:0.5em 0 0.25em;
	margin: 0;
	font-size: 1.2em;
	color: #390A78;
	text-align: center;
}

#textBoxInner .name_s{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

#photoGallery {
	position: relative;
	margin-bottom: 12.5%;
}

#photoGallery_main {
	padding: 3.125% 0 3em;
	background-color: #f5f5f5;
}

#photoGallery_num {
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 3em;
	width: 100%;
	color: #660099;
}

#recommendProducts {
	position: relative;
}

#recommendProducts_main > a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 7.8125%;
	width: 38.59375%;
}

.slick-list {
	z-index: 1;
}

.slick-prev:before, .slick-next:before {
	content: none;
}

.slick-prev, .slick-next {
		z-index: 2;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 10%;
		height: 0;
		padding-top: 10%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.slick-prev {
	background-image: url('../images/btn_prev.png');
	left: 0;
}

.slick-next {
	background-image: url('../images/btn_next.png');
	right: 0;
}

.slick-list
{
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

#pageTitle{
	clear: both;
	padding-top: 5%;
	margin: 0 0 3.125% 0 !important;
}

#contentsBox{
	padding-bottom:13px;
    font-size: 14px;
}

#btn_archive_bottom{
	overflow: hidden;
}

.btn_next{
	float: left;
	width:45%;
}

.btn_prev{
	float: right;
	width:45%;
}

#btn_archive_top img,
#btn_archive_bottom img{
	width:100%;
}

/*----------------------------
画像保護
----------------------------*/
#textBoxInner .img {
	position:relative;
}

#textBoxInner .img .tr.no_copy{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}