@charset "UTF-8";
/* CSS Document */
/*--------------- ユニバーサルセレクタ ---------------*/
* {
	margin: 0;
	padding: 0;
}
/*--------------- 基本設定 ---------------*/
body {
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: .1em;
	line-height: 1;
}
/*--------------- リンクの基本設定 ---------------*/
.container_center a {
	outline: none;
	text-decoration: none;
}
.container_center a:hover,
a:active {
	color: #006699 !important;
	text-decoration: underline !important;
	;
}
.clear {
	clear: both;
}
.container_center hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
input[type="text"] {
	width: 60%;
	/*height: 30px;*/
	margin: 1% auto;
	padding: 0 2%;
}
input[type="number"] {
	width: 60%;
	/*height: 30px;*/
	margin: 1% auto;
	padding: 0 2%;
}
select {
	/*height: 30px;*/
	margin: 1% auto;
}
input[type="password"] {
	/*height: 30px;*/
	margin: 1% auto;
	padding: 0 2%;
}
/*--------------- 全体に関する設定 ---------------*/
img,
a img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
ul,
ol {
	margin-bottom: 2em;
	line-height: 2em;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 2em;
	font-size: 13px;
	line-height: 2em;
}
strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 1em;
	font-size: 23px;
	line-height: 1.4em;
}
h3 {
	margin-bottom: 1.1em;
	padding: 1px 0 0 8px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	border-left: 2px #991f1f solid;
}
h4 {
	margin: 4px 0 20px;
	padding: 0 0 0 5px;
	height: 7px;
	font-size: 15px;
	line-height: 0.6em;
	border-left: 7px #991F1F solid;
}
/*--------------- 最低限の分岐 ---------------*/
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width:769px) {
	.sp {
		display: none;
	}
}
/*--------------- ワッパー ---------------*/
#wrapper {
	overflow: hidden;
}
/*--------------- ヘッダー ---------------*/
@media screen and (min-width:769px) {
	#header {
		width: 100%;
		height: 86px;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0;
		z-index: 9999;
	}
	.header_title {
		width: 100%;
		height: 48px;
		background-image: url(../img/header_bottom.png);
		background-repeat: repeat-x;
		margin: auto;
		z-index: 9999;
		font-size: 16px;
		padding-top: 10px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	#header_search {
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
	#header_img {
		position: relative;
		width: 322px;
		text-align: center;
		padding-top: 24px;
		padding-right: 40px;
		float: left;
		z-index: 0;
	}
	#header_main {
		position: relative;
		width: 698px;
		padding-top: 0px;
		text-align: right;
		float: right;
	}
	.header_category {
		margin-top: 86px;
		width: 100%;
		background-color: #c8c8c8;
		color: #000;
		font-size: 16px;
		height: 64px;
	}
	.header_category ul {
		width: 680px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		padding-top: 18px;
	}
	.header_category li {
		list-style: none;
		display: table-cell;
		width: 136px;
		text-align: center;
		margin-right: 5%;
	}
	.navi2 {
		width: 100%;
		padding-top: 16px;
		font-size: 14px;
		font-weight: bold;
		margin-top: 36px;
	}
	.navi2 li {
		display: inline-table;
		width: auto;
		margin-left: 4px;
		margin-top: -4px;
	}
}
@media screen and (max-width:768px) {
	#header {
		width: 100%;
		height: 68px;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		//margin: auto;
	}
	#header_search {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	#header_img {
		position: relative;
		width: 60%;
		text-align: center;
		padding-top: 1.5em;
		padding-left: 1.2em;
		float: left;
		z-index: 0;
	}
	#header_main {
		position: relative;
		width: 25%;
		padding-right: 2%;
		padding-top: 0px;
		text-align: right;
		float: right;
	}
	.header_category {
		width: 100%;
		background-color: #c8c8c8;
		color: #000;
		font-size: 16px;
	}
	.header_space {
		margin-top: 64px;
	}
	.navi2 {
		width: 100%;
		padding-top: 16px;
		font-size: 14px;
		font-weight: bold;
	}
	#sp_menu_list {
		margin-top: 70px;
		position: relative;
		background-color: #c8c8c8;
		z-index: 9999;
	}
	.sp_menu_item {
		font-size: 16px;
		list-style: none;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	.sp_menu_item2 {
		color: #fff !important;
		background-color: #000;
		border-bottom: 1px solid #fff !important;
	}
	.sp_menu_item p {
		display: inline-block;
		vertical-align: middle;
		height: 12px;
		font-size: 16px !important;
		margin-bottom: 1em !important;
	}
	.sp_menu_item2 p {
		color: #fff !important;
	}
}
.header_search_img {
	padding-top: 10px;
}
.input_text {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	width: 174px;
	right: 265px;
	top: 12px;
	height: 32px;
	text-align: left;
}
.input_text2 {
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	width: 150px;
	right: 110px;
	top: 12px;
	height: 32px;
	text-align: left;
}
#contaner {
	margin-top: 64px !important;
	color: #333 !important;
}
#contaner a {
	color: #666;
}
#contaner a:hover {
	color: #006699 !important;
}
#nav-content a {
	color: #006699 !important;
}
/*--------------- コンテンツ ---------------*/
.category_list li {
	margin-top: 10px !important;
	height: 32px !important;
	border-bottom: 1px solid #dcdcdc !important;
}
.category_list li:hover {
	background-color: #f8f8ff;
}
@media screen and (min-width:769px) {
	.content_main {
		margin: 8px auto;
		padding: 7px 15%;
		min-width: 641px;
		width: 100%;
		font-size: 16px;
		font-weight: normal;
	}
	.category_list {
		font-size: 16px !important;
		width: 100%;
		text-align: center;
	}
	#contaner {
		width:100%;
		max-width: 1280px;
		padding-top: 8px;
		margin: 0 auto;
	}
	#contents {
		width: 640px;
		height: auto;
		margin-left: 5px;
		float: left;
		padding: 5px;
	}
	#container_b {
		width: 220px;
		float: left;
	}
	#container_right {
		width: 200px;
		float: left;
		margin-left: 15px;
	}
	.under {
		clear: both;
	}
	.container_tweet {
		width: 100%;
	}
	.container_center {
		width: 100%;
		height: auto;
		//margin-left: 5px;
		//float:right;
		padding: 5px;
	}
	.container_center_left {
		width: 230px;
		margin-left: 5px;
		float: left;
	}
	.container_char_center {
		width: 340px;
		height: auto;
		margin-left: 5px;
		float: left;
		padding: 5px;
	}
	.container_char_right {
		width: 420px;
		margin-left: 5px;
		float: left;
		font-size: 16px;
		font-weight: bold;
	}
	.product_header_l1 {
		width: 77%;
		padding-left: 2%;
		text-align: left;
	}
	.product_header_l2 {
		width: 20%;
		text-align: right;
	}
	.content_meta {
		min-width: 641px;
		width: 100%;
		color: #000;
		font-size: 16px;
		margin-top: 15px;
	}
	.content_meta2 {
		width: 55%;
		color: #000;
		font-size: 14px;
		float: right;
	}
	.content_detail {
		overflow-y: scroll;
		height: 440px;
		margin-bottom: 32px;
		line-height: 2em;
	}
}
@media screen and (max-width:768px) {
	.content_main {
		margin-top: 16px;
		margin-bottom: 16px;
		width: 100%;
		font-size: 1.2em;
		padding: 7px;
		font-weight: normal;
	}
	.category_list {
		font-size: 1.2em !important;
		width: 35%;
		text-align: center;
		float: left;
	}
	.category_list li {
		font-size: 0.8em !important;
	}
	#contaner {
		width: 100%;
		padding-top: 24px;
		margin: 0 auto;
	}
	#container_b {
		width: 220px;
		float: left;
	}
	#container_right {
		width: 95%;
		margin-left: 15px;
	}
	.under {
		clear: both;
	}
	.container_tweet {
		padding-left: 20px;
		width: 58%;
		float: left;
	}
	.container_center {
		width: 100%;
		height: auto;
		padding: 5px;
	}
	.container_center_left {
		width: 97%;
		margin-left: 3%;
	}
	.container_char_center {
		width: 340px;
		height: auto;
		margin-left: 5px;
		float: left;
		padding: 5px;
	}
	.container_char_right {
		width: 420px;
		margin-left: 5px;
		float: left;
		font-size: 16px;
		font-weight: bold;
	}
	.product_header_l1 {
		display: none !important;
	}
	.product_header_l2 {
		width: 90%;
		text-align: right;
	}
	.content_meta {
		width: 100%;
		color: #000;
		font-size: 1.1em;
		margin-top: 15px;
	}
	.content_meta2 {
		width: 100%;
		color: #000;
		font-size: 1.1em;
		margin-top: 10px;
	}
	.content_detail {
		margin-bottom: 32px;
	}
}
.list_top li {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.list_title li {
	font-size: 14px;
	font-weight: bold;
}
.list_title li:before {
	content: '▶ ';
}
.list_title li:after {
	content: url(../img/line_short.png);
}
.container_news {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list_news li {
	font-size: 14px;
	font-weight: bold;
}
.list_news_date {
	width: 20%;
	float: left;
}
.list_news_title {
	width: 80%;
	float: right;
}
.snsb {
	overflow: hidden;
	height: 20px;
	margin-bottom: 0px !important;
}
.snsb ul {
	font-size: 0;
}
.snsb li {
	width: 100px;
	margin-right: 8px;
}
.snsb iframe {
	margin: 0 !important;
}
/*
.content_title {
	background: url(../img/h_4-5.jpg) no-repeat;
	width: 854px;
	height:54px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 20px;
	padding-top:16px;
}
*/
.content_title {
	width: 100%;
	margin: auto;
	z-index: 9999;
	font-size: 1.8rem;
	font-weight: 600;
	color: #666;
	letter-spacing: .5em;
	text-align: center;
}
.content_title_center {
	width: 100%;
	margin: 10% auto 5% auto;
	z-index: 9999;
	font-size: 166%;
	font-weight: 600;
	color: #006699;
	text-align: center;
	letter-spacing: .5em;
}
.content_subtitle {
	width: 90%;
	margin: 5% auto 10% auto;
	padding: 5% 20%;
	line-height: 2em;
	border-top: 3px double #6699cc;
	border-bottom: 3px double #6699cc;
}
.blue {
	color: #006699;
}
.comments {
	line-height: 2em;
	font-size: 80%;
	color: #666;
}
.asterisk {
	position: relative;
	margin-left: .7em;
	padding-left: 1.2em;
	line-height: 1.5em;
}
.asterisk:before {
	content: "※";
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: .7em;
	left: 0;
}
dl {
	display: flex;
	flex-wrap: wrap;
}
dt,
dd {
	padding: 2%;
}
dt {
	flex-basis: 98%;
	background: url("../img/pattern.png");
	margin-top: 2%;
}
dl.list1 dd {
	flex-basis: 98%;
	margin-right: 10%;
}
dl.list2 dd {
	flex-basis: 98%;
	margin-right: 5%;
}
.content_product_price {
	width: 100%;
	height: 120px;
	padding-top: 60px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
}
.content_product_price_info {
	font-size: 40px;
	color: red;
	margin-left: auto;
	margin-right: auto;
}
div.content_meta_date {
	color: #000;
}
div.content_meta_tag2 {
	text-align: right;
	#float: left;
	color: #7d0000;
}
.content_main {
	margin-top: 8px;
	margin-bottom: 8px;
	//min-width: 641px;
	width: 100%;
	font-size: 16px;
	padding: 7px;
	font-weight: normal;
}
.content_main ul {
	width: 100%;
}
.content_main li {
	display: inline-table;
	vertical-align: top;
}
.content_main_list {
	width: 100%;
	margin-top: -4px;
	margin-bottom: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	//border:4px solid #000;
}
.content_main_list select {
	margin: 1% auto;
	padding: 0 2%;
	min-height: 30px;
}
hr.content_footer_min {
	width: 100%;
	border-bottom: 1px dotted #666;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr.content_footer {
	//min-width: 641px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2%;
}
hr.content_end {
	min-width: 641px;
	width: 100%;
	height: 35px;
	background: url("../img/line_content.png") no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
	margin-bottom: 15px;
}
.content_main_list table td {
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	color: #333;
}
.error_column {
	color: red !important;
}
ul.regist_buttons {
	width: 100%;
	margin: 5% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.regist_buttons li {
	flex-basis: 46%;
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}
.button_ok {
	font-size: 1.4em;
	font-weight: bold;
	padding: 2% 0;
	background-color: #006699;
	width: 100%;
	color: #fff;
}
.button_else {
	font-size: 1.4em;
	font-weight: bold;
	padding: 2% 0;
	background-color: #ccc;
	width: 100%;
	color: #333;
}
.content_main t {
	height: 32px;
}
.content_main tr:nth-child(even) {
	background: #f0f8ff;
}
.content_main_list tr:nth-child(even) {
	background: #f0f8ff;
}
// 以下は吹き出し
div.tipd_say {
	list-style-type: none;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	color: #000;
	/*background-color: rgba(255,255,255,0.4);*/
	/*padding:5px;*/
}
.tipd_say_left {
	margin-right: auto;
}
.tipd_say_right {
	margin-left: auto;
}
.tipd_say_text {
	position: relative;
	padding: 7px 15px;
	color: #777;
	max-width: 60%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	max-width: -webkit-calc(100% - 130px);
	max-width: calc(100% - 130px);
	min-height: 36px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 5px;
}
.tipd_say_text_left {
	float: left;
	margin-left: 20px;
	background: #ecf0f1;
}
.tipd_say_text_right {
	float: right;
	margin-right: 20px;
	background: #ffdab9;
}
.tipd_say_text:after {
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 5px;
	margin-top: -5px;
}
.tipd_say_text_left:after {
	right: 100%;
	border-right-color: #ecf0f1;
}
.tipd_say_text_right:after {
	left: 100%;
	border-left-color: #ffdab9;
}
.tipd_say_img {
	height: 50px;
	width: 50px;
	background-size: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tipd_say_right {
	margin-left: auto;
}
.tipd_say_text {
	position: relative;
	padding: 7px 15px;
	color: #777;
	max-width: 60%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	max-width: -webkit-calc(100% - 130px);
	max-width: calc(100% - 130px);
	min-height: 36px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 0;
}
.tipd_say_text_left {
	float: left;
	margin-left: 20px;
	background: #ecf0f1;
}
.tipd_say_text_right {
	float: right;
	margin-right: 20px;
	background: #e2f1f1;
}
.tipd_say_text:after {
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 5px;
	margin-top: -5px;
}
.tipd_say_text_left:after {
	right: 100%;
	border-right-color: #ecf0f1;
}
.tipd_say_text_right:after {
	left: 100%;
	border-left-color: #e2f1f1;
}
.tipd_say_img {
	height: 50px;
	width: 50px;
	background-size: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tipd_say_img_left {
	float: left;
}
.tipd_say_img_right {
	float: right;
}
.tipd_say_img_left_m {
	float: left;
}
.tipd_say_img_left_0 {
	float: left;
}
.tipd_say_img_right_0 {
	float: right;
}
.tipd_say_img_left_1 {
	float: left;
}
.tipd_say_img_right_1 {
	float: right;
}
.tipd_say_img_left_2 {
	float: left;
}
.tipd_say_img_right_2 {
	float: right;
}
.tipd_say_img_left_3 {
	float: left;
}
.tipd_say_img_right_3 {
	float: right;
}
.tipd_say_img_left_4 {
	float: left;
}
.tipd_say_img_right_4 {
	float: right;
}
.tipd_say_img_right_n {
	float: right;
}
.form_button {
	width: 100%;
	background-color: #7d0000;
	color: #ffffff;
	font-weight: bold;
}
#memo_box {
	width: 520px;
	height: 140px;
	color: #000;
	font-size: 90%;
	background-color: #fff;
	border: thin solid #eeeeee;
	font-size: 15px;
	line-height: 16px;
}
#memo_box_s {
	overflow: auto;
	width: 520px;
	height: 200px;
	color: #000;
	background-color: #fff;
	border: thin solid #eeeeee;
}
.hide_form {
	display: none;
}
.clearfix {
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	min-height: 1px;
}
.search_form_wrap {
	min-width: 240px;
	text-align: center;
}
#link_a {
	position: absolute;
	top: 485px;
	left: 180px;
}
#link_a2 {
	position: absolute;
	top: 822px;
	left: 6px;
}
#link_b {
	position: absolute;
	top: 485px;
	left: 400px;
}
#link_b2 {
	position: absolute;
	top: 822px;
	left: 485px;
}
#link_c2 {
	position: absolute;
	top: 822px;
	left: 247px;
}
#staff {
	font-size: 11px;
	line-height: 11px !important;
}
#ill_staff {
	font-size: 11px;
	text-align: right;
}
.notice_comic {
	background-color: #ffffff;
	border: solid 2px #7fcfe2;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 80%;
	height: 110px;
	padding: 10px;
	line-height: 14px;
}
.notice_comic-text {
	font-size: 14px;
	color: #000000;
}
.notice_comic-staff {
	font-size: 11px;
	line-height: 11px;
	color: #000000;
}
.notice_comic-icon {
	vertical-align: middle;
}
.notice_comic-text-alert {
	font-size: 14px;
	color: #00BFFF;
}
.ec_header {
	width: 96px;
}
.ec_header li {
	display: inline-table;
	width: 44px;
}
.product_header li {
	list-style: none;
	display: inline-block;
}
.product_new_header {
	text-align: center;
	line-height: 16px;
}
.selectWrap {
	width: 100%;
	position: relative;
	display: inline-block;
}
.selectWrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.product_new_header_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	width: 45%;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
}
.product_new_header_select::-ms-expand {
	display: none;
}
.product_new_list {
	width: 100%;
	padding: 0;
	letter-spacing: -.4em;
}
.product_img {
	position: relative;
	width: 100%;
}
.product_category_under ul {
	padding: 0;
}
.pager {
	margin: 16px auto 32px auto;
	text-align: center;
	font-size: 14px;
}
.pager a {
	color: #fff !important;
}
.pager_inpage {
	width: 78px;
	border: 1px solid #A4A4A4;
	font-size: 14px;
	color: #A4A4A4;
	font-weight: bold;
	margin-top: 1vw;
	padding: 0.5vw 1vw 0.5vw 1vw;
	margin-left: 5px;
}
.button_page {
	margin-top: 1vw;
	padding: 0.5vw 1vw 0.5vw 1vw;
	margin-left: 5px;
	background: #A4A4A4;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
@media screen and (min-width:769px) {
	.product_new_list li {
		width: 32.99%;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}
	.product_header {
		width: 100%;
		height: 32px;
		font-size: 16px;
		color: #282828 !important;
	}
	.product_header_name {
		position: absolute;
		font-size: 20px;
		font-weight: bold;
		bottom: 0;
		right: 0;
		padding: 8px;
		text-align: right;
		letter-spacing: 0;
	}
	.product_category_under li {
		list-style: none;
		display: inline-table;
		width: 49.95%;
		;
	}
	.product_image {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	.product_detail {
		width: 50%;
		float: right;
		margin-bottom: 10px;
	}
	.product_content_list {
		padding-left: 2%;
		width: 55%;
		line-height: 18px;
	}
	.product_price_cart1 {
		font-size: 16px;
		margin: 2% 0 1% 0;
	}
	.product_price_cart2 {
		font-size: 26px;
		color: red;
	}
	.ec_login {
		border: solid 1px #006699;
		border-radius: 5px;
		width: 100%;
		padding: 2%;
		text-align: left;
		margin: 0 auto;
	}
	.ec_login_td_list1 {
		width: 45%;
		vertical-align: middle;
		text-align: right;
		padding-right: 5%;
		margin: 0 auto;
	}
	.ec_login_td_list2 {
		width: 50%;
	}
	.calendar {
		width: 500px;
		margin: 60px auto;
	}
	.calendar a {
		color: #fff;
		text-decoration: none;
	}
	.calendar a:hover {
		text-decoration: underline;
	}
	.calendar_header {
		margin-bottom: 15px;
	}
	#calendar_month {
		float: left;
		font-weight: bold;
		/*仮*/
		font-size: 20px;
		margin-right: 8px;
	}
	#calendar_year {
		float: left;
		font-weight: bold;
		/*仮*/
		font-size: 20px;
	}
	#calendar_button {
		float: right;
	}
	.calendar_button_today {
		margin-right: 5px;
		padding: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		outline: none;
		background-color: #E6E6E6;
	}
	.calendar_button_prev {
		padding: 5px 20px 5px 20px;
		margin-right: -5px;
		border-radius: 5px;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 0 5px 5px 0;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}
	.calendar_button_next {
		padding: 5px 20px 5px 20px;
		margin-left: 0;
		border-radius: 5px;
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}
	.calendar_table {
		border-collapse: collapse;
		width: 100%;
		font-size: 14px;
	}
	.calendar_table th {
		border: 1px solid #D8D8D8;
		width: 14%;
	}
	.calendar_table td {
		border: 1px solid #D8D8D8;
		width: 14%;
		height: 60px;
		text-align: right;
		vertical-align: top;
	}
	.calendar_table td p {
		color: #FFF;
		background: #0489B1;
		text-align: left;
		font-size: 10px;
		margin: 2 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
}
@media screen and (max-width:768px) {
	.product_title {
		font-size: 1.75em !important;
	}
	.product_new_list li {
		width: 49.48%;
		//margin-left: 3%;
		margin-bottom: 32px;
		list-style: none;
		display: inline-block;
		border-bottom: 1px solid #dcdcdc !important;
		vertical-align: top;
		letter-spacing: 0;
	}
	.content_subtitle {
		padding: 5%;
	}
	.product_image {
		margin-top: 16px;
		width: 100%;
	}
	.product_detail {
		width: 100%;
		margin-bottom: 10px;
	}
	.product_content_list {
		padding-left: 2%;
		width: 55%;
		line-height: 18px;
	}
	.product_header {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		height: 32px;
		font-size: 16px;
		border-bottom: 1px solid #dcdcdc;
		color: #282828 !important;
	}
	.ec_login {
		width: 100%;
		padding: 2%;
		text-align: center;
		margin: 0 auto;
	}
	.ec_login_td_list1 {
		width: 100%;
		display: block;
	}
	.ec_login_td_list2 {
		width: 100%;
		display: block;
	}
	.product_header_name {
		font-size: 0.9em;
		letter-spacing: 0px;
	}
	.product_new_header_select {
		width: 40% !important;
	}
	.product_category_under li {
		list-style: none;
		width: 99%;
	}
	.product_price_cart1 {
		font-size: 0.85em;
	}
	.product_price_cart2 {
		font-size: 0.9em;
		color: red;
	}
	.calendar {
		width: 98%;
		margin: 5.0vw auto 0 auto;
	}
	.calendar_header {
		margin-bottom: 3.0vw;
	}
	#calendar_month {
		float: left;
		font-weight: bold;
		/*仮*/
		font-size: 6vw;
		margin-right: 2vw;
	}
	#calendar_year {
		float: left;
		font-weight: bold;
		/*仮*/
		font-size: 6vw;
	}
	#calendar_button {
		float: right;
	}
	.calendar_button_today {
		margin-right: 2vw;
		padding: 2vw;
		border-radius: 2vw;
		-webkit-border-radius: 2vw;
		-moz-border-radius: 2vw;
		outline: none;
		background-color: #E6E6E6;
	}
	.calendar_button_prev {
		padding: 2vw 6vw 2vw 6vw;
		margin-right: -2vw;
		border-radius: 2vw;
		-webkit-border-radius: 2vw 0 0 2vw;
		-moz-border-radius: 0 2vw 2vw 0;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}
	.calendar_button_next {
		padding: 2vw 6vw 2vw 6vw;
		margin-left: 0;
		border-radius: 2vw;
		-webkit-border-radius: 0 2vw 2vw 0;
		-moz-border-radius: 0 2vw 2vw 0;
		outline: none;
		background-color: #E6E6E6;
		font-weight: bold;
		/*仮*/
	}
	.calendar_table {
		border-collapse: collapse;
		width: 100%;
		font-size: 3.5vw;
	}
	.calendar_table th {
		border: 1px solid #D8D8D8;
		width: 14%;
	}
	.calendar_table td {
		border: 1px solid #D8D8D8;
		width: 14%;
		height: 16vw;
		text-align: right;
		vertical-align: top;
	}
	.calendar_table td p {
		color: #FFF;
		background: #0489B1;
		text-align: left;
		font-size: 3vw;
		margin: 2 0;
		border-radius: 1vw;
		-webkit-border-radius: 1vw;
		-moz-border-radius: 1vw;
	}
	.pager {
		width: 98%;
	}
}
.product_new_list img:hover {
	opacity: 0.5;
}
.product_new_price {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.product_new_price_m {
	font-size: 13px;
	color: #666;
}
.product_image_list {
	width: 40%;
	margin-right: 2%;
}
.product_main_img {
	border: 1px solid #000;
	object-fit: contain;
	min-height: 280px;
	background-color: #fff;
}
.product_cart_list {
	padding-left: 2%;
	width: 55%;
	line-height: 18px;
}
.product_thumbnails {
	width: 60%;
	margin-bottom: 10px;
}
.product_title {
	font-size: 2.5vw;
	color: #000;
	line-height: 31px;
}
.product_price {
	font-size: 34px;
	color: #000;
}
.product_price2 {
	font-size: 14px;
	color: #000;
}
.product_price3 {
	font-size: 12px;
	font-weight: none;
	color: #000;
}
.product_price_cart3 {
	font-size: 12px;
}
.product_price_cart_address {
	font-size: 14px;
	color: blue;
}
.saler_name {
	font-size: 16px;
	color: #000;
	margin-top: 0px;
}
.product_com p {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
}
.product_com_anchr {
	margin-left: 8px;
}
.product_buy {
	margin-top: 18px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.product_content {
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 16px;
	font-size: 14px;
}
.product_cart_in {
	opacity: 0.7;
}
.header_product_category {
	width: 100%;
	background-color: #c8c8c8;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.ec_login input {
	height: 30px;
	font-size: 16px;
	margin: 2% auto;
	padding: 0 2%;
}
.no_cart_btn {
	display: inline-block;
	padding: 0.7em 0.5em;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 95%;
	height: 48px;
	font-size: 12px;
	background: #a0a0a0;
	text-align: center;
}
.cart_btn {
	display: inline-block;
	padding: 1.0em 0.5em 1.0em;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 95%;
	background: #FF6347;
	text-align: center;
}
.cart_btn2 {
	display: inline-block;
	padding: 1.0em 0.5em;
	text-decoration: none;
	color: #fff !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 95%;
	background: #FF69B4;
	text-align: center;
}
a.square_btn {
	display: block;
	margin: 1% auto;
	padding: 2% 0;
	text-decoration: none;
	border-radius: 50px;
	transition: .4s;
	width: 40%;
	background: #006699;
	/*aliceblue*/
	color: white !important;
	text-align: center;
}
.cart_btn:hover {
	background: #f0ffff;
	color: #fff;
}
.cart_btn2:hover {
	background: #f0ffff;
	color: gray;
}
a.square_btn:hover {
	background: #ccddff;
	color: #fff;
}
.product_footer li {
	width: 30%;
	text-align: center;
}
.product_footer li:hover {
	background: #f0f0f0;
	color: gray;
}
@media screen and (max-width:480px) {
	a.square_btn {
		width: 100%;
		padding: 5% 0;
		font-size: 1em;
	}
	.content_detail {
		overflow-y: scroll;
		width: 85vw;
		height: 100vh;
		margin: auto;
		padding: 2%;
		border: 1px solid #ccc;
	}
	.content_main_list {
		padding: 1%;
	}
	.content_subtitle {
		width: 100%;
		padding: 5% 0;
	}
	.content_title {
		height: auto;
		font-size: 1em;
	}
}
/*--------------- ポップアップ ---------------*/
.level1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 67px;
	left: -9999px;
	width: 14px;
	font-weight: normal;
	clear: both;
}
.level1 li {
	display: block;
	top: 2px;
	width: 280px;
	height: 27px;
	line-height: 24px;
	color: #fff;
	background: url('../img/subnavi_bak.gif') top left no-repeat;
	font-weight: normal;
}
.level1 li a {
	display: block;
	top: 2px;
	width: 280px;
	height: 27px;
	line-height: 24px;
	color: #fff;
	background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120, 120, 120, 0.7);
	font-weight: normal;
}
.level1 li a span {
	display: block;
	top: 2px;
	width: 280px;
	height: 27px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120, 120, 120, 0.7);
	font-weight: normal;
}
.level1 li {
	border: solid #888;
	border-width: 0 0 1px 0;
}
.level1 li a span {
	padding: 2px 0 0 8px;
	text-indent: 8px;
}
.level1 li a:hover {
	background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}
.level1 li a:hover span {
	background: #666;
}
.level1 li.on li a,
.level1 li.on li a span {
	background: transparent;
}
.level1 li.sfhover li a,
.level1 li.sfhover li a span {
	background: transparent;
}
.level1 li.sfhover li a:hover {
	background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}
#enquete-content {
	font-size: 14px;
}
#enquete-content input[type="text"] {
	width: 100%;
}
#enquete-content textarea {
	width: 100%;
}
.required {
	color: red;
}
/*--------------- フッター ---------------*/
#footer a {
	color: #fff !important;
}
#footer a:hover,
a:active {
	color: #fff !important;
	text-decoration: underline !important;
}
.copyright {
	min-height: 5vh;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
}
@media screen and (min-width:769px) {
	#footer {
		height: 5vh;
	}
	#footer ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#footer li {
		display: inline-table;
		list-style: none;
		color: #fff;
		text-align: left;
		font-size: 14px;
		padding-top: 0px;
		margin-right: 16px;
	}
}
@media screen and (max-width:768px) {
	#footer {
		padding-top: 1em;
		padding-bottom: 2em;
	}
	#footer ul {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#footer li {
		list-style: none;
		color: #fff;
		text-align: left;
		font-size: 14px;
		padding-top: 8px;
	}
	#footer li:before {
		content: '>';
	}
}
.footer-body {
	margin: 0 auto;
	width: 830px;
	height: 150px;
	text-align: left;
	color: #fff;
	font-size: 12px;
}
.footer-column {
	float: left;
	margin: 15px 0;
	padding: 0 15px;
	height: 120px;
}
.footer-column.logo {
	width: 128px;
	padding-top: 16px;
	border-right: 1px solid #FFF;
}
.footer-column.shopInfo {
	width: 350px;
	padding-top: 16px;
	font-size: 12px;
	border-right: 1px solid #FFF;
	color: #fff;
}
.footer-column.contact {
	padding: 0 0 0 15px;
	width: 325px;
	padding-top: 16px;
	text-align: left;
	color: #fff;
}
.shopInfo-list {
	color: #fff;
}
.shopInfo-list dd {
	line-height: 14px;
	color: #fff;
}
.shopInfo-list dt {
	line-height: 14px;
	color: #fff;
}
.shopInfo-item {
	clear: both;
	float: left;
	width: 70px;
	text-justify: distribute-all-lines;
}
.shopInfo-item+dd {
	margin-left: 70px;
}
#copy {
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.ec_banner img {
	border: 1px solid #000;
}
.ec_banner a:hover {
	opacity: 0.5;
}