@charset "utf-8";
/*
Theme Name: Oban Poster Theme
Theme URI: http://www.etownjpn.com/
Description: For Oban Poster Welcart theme.
Version: 1.3
Author: Etown
Tags: Poster, e-Shop, Welcart, cart, shopping, net shop, commerce
*/

/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/
/* base CSS Start */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	color: #000;
	line-height: 150%;
	word-wrap: break-word;
}
@media(max-width:768px){
    body {
		-webkit-text-size-adjust: 100%;
	}
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* -- p -- */
p {
	margin: 0px;
	padding: 0px;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}
.alignright,
div.alignright {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* base CSS End */
/*********************************************************************/
/* wrap CSS Start */
#wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
@media(max-width:768px){
    #wrap {
		width: 100%;
	}
}

/* wrap CSS End */
/*********************************************************************/
/* header CSS Start */
#header {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	/*background-image: url('images/header_bg.jpg');*/
	background-repeat: no-repeat;
}
/*h1 {
	margin: 0px;
	padding: 55px 0px 10px 10px;
	font-size: 30px;
	color: #000;
}*/
h1#site-title,
div#site-title {
	margin: 0px;
	height: 100px;
}
@media(max-width:768px){
	h1#site-title,
	div#site-title {
		padding: 15px 0 0;
		text-align: center;
		height: auto;
	}
	h1#site-title img,
	div#site-title img {
		width: 95%;
		height: auto;
	}
}
p.discprition {
	margin: 0px;
	padding: 15px 0 10px 0;
	font-size: 100%;
	color: #000000;
}
@media(max-width:768px){
	p.discprition {
		display: none;
	}
}

/* -- subnavi -- */
ul.subnavi {
	height: 29px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/sub_navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
}
ul.subnavi li {
	padding: 5px 20px;
	margin: 0px;
	float: left;
	font-size: 13px;
}
ul.subnavi a {
	color: #000;
}

#header_left {
	/*width: 70%;*/
	width: 470px;
	float: left;
}
@media(max-width:768px){
	#header_left {
		width: 100%;
		float: none;
	}
}

#header_right {
	/*width: 30%;*/
	width: 500px;
	float: right;
}
@media(max-width:768px){
	#header_right {
		display: none;
	}
}

.head_inq_left {
	width: 290px;
	float: left;
}

.head_inq_right {
	width: 195px;
	float: right;
}

.head_cart {
	margin: 50px 0 10px 0;
	border: 1px solid #666666;
	padding: 5px 10px;
	line-height: 40px;
}

.head_cart_left {
	width: 50%;
	float: left;
}

.head_cart_right {
	width: 50%;
	float: right;
	text-align: right;
}

.head_cart img {
	vertical-align: middle;
	margin-right: 10px;
}

.head_login li {
	margin: 0 30px 0 0;
	float: left;
}

.head_login img {
	margin-right: 10px;
}

.head_etown {
	text-align: right;
}

/* header CSS End */
/*********************************************************************/

/* nav CSS Start */
.global_nav {
	background: -moz-linear-gradient(top, #FF3737, #A20000);
	background: -webkit-linear-gradient(top, #FF3737, #A20000);
	background: linear-gradient(to bottom, #FF3737, #A20000);
	padding: 15px;
	margin: 0 0 20px 0;
}
@media(max-width:768px){
	.global_nav {
		padding: 0;
		margin: 0;
		display: none;
	}
}

.global_nav li {
	display: inline;
	margin-right: 30px;
	color: #FFF;
	font-size: 100%;
}
@media(max-width:768px){
	.global_nav li {
		display: block;
		/*width: 50%;*/
		width: 100%;
		padding: 10px 0;
		margin-right: 0;
		text-align: center;
	}
	/*
	.global_nav li:nth-child(odd) {
		float: left;
	}
	.global_nav li:nth-child(even) {
		float: right;
	}
	*/
}

.global_nav li:last-child {
	margin-right: 0;
}

.global_nav li a {
	color: #FFF;
	text-shadow: 2px 2px 3px #000000;
}

.global_nav li.global_navsmart , .global_nav li.close {
	display: none;
}

.toggle {
	display: none;
}

@media(max-width:768px){
	.global_nav li.global_navsmart {
		display: block;
	}
	.toggle , .global_nav li.close {
		display: block;
		position: relative;
		width: 100%;
	}
	.toggle {
		background: -moz-linear-gradient(top, #FF3737, #A20000);
		background: -webkit-linear-gradient(top, #FF3737, #A20000);
		background: linear-gradient(to bottom, #FF3737, #A20000);
		padding: 15px 0;
		/*margin: 0 0 20px 0;*/
		text-align: center;
	}
	.toggle a {
		color: #FFF;
	}
}

/* nav CSS End */
/*********************************************************************/

/* main CSS Start */
#main {
	margin: 0px;
	padding: 20px 0;
	background-color: #FFF;
}
@media(max-width:768px){
	#main {
		padding: 10px 0 20px;
	}
}
/* main CSS End */
/*********************************************************************/
/* sidebar CSS Start */
#leftbar {
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightbar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}
@media(max-width:768px){
	#leftbar {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}

/* -- side cart -- */
.cart_side {
	border: 1px solid #666666;
	padding: 15px 10px 10px;
	margin: 0 0 20px 0;
}
.cart_side_right {
	text-align: right;
}

/* -- widget -- */
.sidebar li.widget {
	padding: 0px 0px 25px 0px;
}
.sidebar .widget_title {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 5px 10px 0px 5px;
	/*background-image: url('images/wigettitle_bg.jpg');
	background-repeat: repeat-x;*/
	background: -moz-linear-gradient(top, #FF3737, #A20000);
	background: -webkit-linear-gradient(top, #FF3737, #A20000);
	background: linear-gradient(to bottom, #FF3737, #A20000);
	color: #FFF;
	/*font-weight: bold;*/
}
.sidebar .widget_welcart_login .widget_title,
.sidebar .widget_welcart_featured .widget_title,
.sidebar .widget_welcart_calendar .widget_title,
.sidebar .widget_welcart_search .widget_title,
.sidebar .widget_welcart_category .widget_title,
.sidebar .widget_welcart_post .widget_title,
.sidebar .widget_welcart_page .widget_title,
.sidebar .widget_welcart_news .widget_title,
.sidebar .widget_welcart_bestseller .widget_title {
	height: 30px;
	padding-top: 0px;
}
.sidebar .widget_tag_cloud .widget_title {
	padding: 5px 10px 0px 5px;
	border: none;
}
.sidebar .widget_title>img {
	height: 24px;
	width: 24px;
	margin: 0px;
	padding: 3px 5px 3px 0px;
	vertical-align: middle;
}
.sidebar li ul,
#calendar_wrap,
.widget_tag_cloud div,
.widget_search form {
	width: auto;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #FDF5F2;/*#F7F7F7;*/
	border-right: 1px solid #F1D0C0;
	border-bottom: 1px solid #F1D0C0;
	border-left: 1px solid #F1D0C0;
}
.sidebar li ul ul {
	border: none;
}
.sidebar li li {
	width: auto;
	height: auto;
}
.welcart_widget_body {
}
.sidebar #calendar_wrap,
.sidebar li.widget ul.welcart_featured_body,
.sidebar li.widget ul.welcart_calendar_body,
.sidebar li.widget ul.welcart_search_body,
.sidebar li.widget ul.welcart_login_body {
	padding-top: 10px;
}
.sidebar #calendar_wrap,
.sidebar .widget_tag_cloud div {
	padding: 0px 10px 0px 10px;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_pages li,
.sidebar .widget_meta li,
.sidebar .widget_links li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.sidebar .widget_welcart_category li,
.sidebar .widget_welcart_post li,
.sidebar .widget_welcart_page li,
.sidebar .widget_welcart_news li,
.sidebar .widget_welcart_bestseller li {
	padding: 3px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.sidebar .widget_welcart_page li.company_name{
	font-size: 115%;
}

/* widget category start */
.sidebar .widget_welcart_category li{
	list-style-type: decimal;
	margin: 0 0 0 15px;
}
/* widget category end */

/* widget search start */
.sidebar .widget_search a,
.sidebar .widget_welcart_search a,
.sidebar .widget_ucart_search a {
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.sidebar .widget_search a:hover,
.sidebar .widget_welcart_search a:hover,
.sidebar .widget_ucart_search a:hover {
	text-decoration: none;
}
.sidebar .widget_search #searchsubmit,
.sidebar .widget_welcart_search #searchsubmit,
.sidebar .widget_ucart_search #searchsubmit {
	width: 30px;
	height: 24px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-image: url('images/find2.png');
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	cursor: pointer;
	text-indent: -9999px;
	border-style: none;
}
.sidebar .widget_search input#s,
.sidebar .widget_welcart_search input.searchtext,
.sidebar .widget_ucart_search input.searchtext {
	width: 80%;
}
.sidebar .widget_search input#s {
	width: 55%;
}
/* widget search end */
/* widget wp-calendar start */
#wp-calendar {
	width: 90%;
	height: auto;
	margin: 0px auto 10px;
	padding: 0px;
	background-color: #333;
	border-collapse: collapse;
	border: 1px solid #DAD8D1;
	text-align: center;
}
#wp-calendar caption {
	padding: 3px 0px;
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
	padding: 0px;
	border: 1px solid #DAD8D1;
}
#wp-calendar th {
	background-color: #777777;
	color: #FFF;
}
#wp-calendar td {
	background-color: #FFF;
}
.businesstoday {
}
/* widget wp-calendar end */
/* widget featured start */
.sidebar .widget_welcart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin: 0px auto;
}
.sidebar .widget_welcart_featured .thumimg img,
.sidebar .widget_ucart_featured .thumimg img {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.sidebar .widget_welcart_featured .thumtitle,
.sidebar .widget_ucart_featured .thumtitle {
	width: auto;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 0px 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
}
.sidebar .widget_welcart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.sidebar .widget_welcart_featured .thumtitle a:hover,
.sidebar .widget_ucart_featured .thumtitle a:hover {
	font-weight: bold;
}
/* widget featured end */
/* sidebar CSS End */
/*********************************************************************/

/* mainvisual CSS Start */
#mainvisual {
	/*margin: 0 0 60px 0;*/
	margin: 0 0 30px 0;
}
/* mainvisual CSS End */
/*********************************************************************/

/* planstosell CSS Start */
#planstosell {
	border: 1px solid #F00;
	padding: 10px;
	margin: 0 0 30px 0;
}
#planstosell p {
	text-align: center;
	font-size: 110%;
}
/* mainvisual CSS End */
/*********************************************************************/

/* content CSS Start */
#content {
	height: 100%;
}
@media(max-width:768px){
	#content {
		width: 95%;
		margin: 0 auto;
	}
}
	.three-column {
		width: 560px;
		margin: 0 10px 0 0;
	}
	.two-column {
		width: 800px;
		margin: 0;
		float: right;
	}
	@media(max-width:768px){
		.two-column {
			width: 100%;
			float: none;
		}
	}
	
/* content CSS End */
/*********************************************************************/

/* content top_ CSS Start */
#top_information {
	margin: 0 0 60px 0;
}

/* 20211020改修追加 */
#content .line_info {
	margin: 0 0 50px;
}

#content .line_info ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content .line_info ul li:first-of-type {
	margin: 0 20px 0 0;
}

@media(max-width:768px){
	#content .line_info ul {
		display: block;
	}

	#content .line_info ul li {
		width: 90%;
		max-width: 460px;
		margin: 0 auto;
	}

	#content .line_info ul li:first-of-type {
		margin: 0 auto 20px;
	}
}
/* 20211020改修追加ここまで */

/* 20190820改修追加 */
#content .top_newcatch01 {
	margin: 0 0 60px 0;
	padding: 20px 15px;
	border: 5px solid #F00;
}

#content .top_newcatch01 h2 {
	margin: 0 0 25px 0;
	background: url(images/original/main/toph2_01.png) no-repeat;
	background-position: center center;
	height: 33px;
	text-indent: -9999px;
}

#content .top_newcatch01 h2 span {
	display: none;
}

#content .top_newcatch01 .top_newimg01 {
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
}

#content .top_newcatch01 .top_newimg02 {
	display: none;
}

#content .top_newcatch01 p {
	padding: 0 50px;
	font-size: 140%;
}

@media(max-width:768px){
	#content .top_newcatch01 h2 {
		background: none;
		height: auto;
		text-indent: 0;
		color: #FF0000;
	}
	
	#content .top_newcatch01 h2 span {
		display: block;
		font-size: 70%;
		color: #F00;
	}
	
	#content .top_newcatch01 .top_newimg01 {
		display: none;
	}
	
	#content .top_newcatch01 .top_newimg02 {
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	#content .top_newcatch01 .top_newimg02 img {
		width: 100%;
		max-width: 360px;
		height: auto;
	}
	
	#content .top_newcatch01 p {
		padding: 0;
		font-size: 120%;
	}
}
/* 20190820改修追加ここまで */

#content .top_catch01 {
	margin: 0 0 60px 0;
}
	#content .top_catch01 .top_catch_left01 {
		width: 540px;
		float: left;
	}
	@media(max-width:768px){
		#content .top_catch01 .top_catch_left01 {
			width: 100%;
			float: none;
		}
	}
	#content .top_catch01 .top_catch_right01 {
		width: 540px;
		float: right;
	}
	@media(max-width:768px){
		#content .top_catch01 .top_catch_right01 {
			width: 100%;
			float: none;
		}
	}
	#content .top_catch01 .top_catch_right01 h2 {
		margin: 0 0 30px 0;
		text-align: center;
	}
	#content .top_catch01 .top_catch_right01 p {
		margin: 0 0 20px 0;
		font-size: 120%;
	}
	

.top_catchp01 {
	text-align: center;
}

.button01 {
	padding: 10px 20px;
	background-color: #FE2929;
	color: #FFF;
}
.button01:hover {
	background-color: #F50101;
}


#content .top_catch02 {
	margin: 0 0 60px 0;
}
	#content .top_catch02 .top_catch_left02 {
		width: 540px;
		float: left;
	}
	@media(max-width:768px){
		#content .top_catch02 .top_catch_left02 {
			width: 100%;
			float: none;
		}
	}
	#content .top_catch02 .top_catch_right02 {
		width: 540px;
		float: right;
	}
	@media(max-width:768px){
		#content .top_catch02 .top_catch_right02 {
			width: 100%;
			float: none;
		}
	}
	#content .top_catch02 .top_catch_left02 h2 {
		margin: 0 0 30px 0;
		text-align: center;
	}
	#content .top_catch02 .top_catch_left02 p {
		margin: 0 0 20px 0;
		font-size: 120%;
	}

#content .top_ol01 li {
    margin: 0 0 10px 0;
    list-style-type: decimal;
    text-align: left;
    font-size: 120%;
}


#top_left {
	width: 520px;
	float: left;
	margin: 0;
}
@media(max-width:768px){
	#top_left {
		width: 100%;
		float: none;
	}
}
	#top_left h2.title01 {
		border-bottom: 1px solid #999;
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
	}
	#top_left dl {
		background-color: #FDF5F2;
		padding: 15px 10px 5px 10px;
	}
	#top_left dl dt {
	}
	#top_left dl dd {
		margin: -24px 0 10px 140px;
	}

#top_right {
	width: 540px;
	float: right;
	margin: 0;
}
@media(max-width:768px){
	#top_right {
		width: 100%;
		float: none;
	}
}
	#top_right h2.title01 {
		border-bottom: 1px solid #999;
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
	}
	#top_right ol {
		background-color: #FDF5F2;
		padding: 15px 5px 15px 35px;
	}
	#top_right ol li {
		padding: 0 0 0 5px;
		margin: 0 0 15px 0;
		list-style-type: decimal;
		font-size: 110%;
	}
	#top_right ol li:last-child {
		margin: 0;
	}
/* content top_ CSS End */
/*********************************************************************/

/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-size: 180%;
	margin: 0 0 20px 0;
}
@media(max-width:768px){
	#content h1 {
		font-size: 150%;
	}
}
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	height: 34px;
	padding: 0px 20px;
	background-image: url('images/content_title_bg1.jpg');
	background-repeat: repeat-x;
	border: none;
	display: block;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 34px;
}
#content .post h2 {
	padding-top: 10px;
	font-size: 1.17em;
}
/* img */
#content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
}
#content .catbox h1 {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #666;
	margin: 0 0 10px 0;
}
@media(max-width:768px){
	#content .catbox h1 {
		margin: 20px 0 10px 0;
	}
}
#content .catbox p.news_date {
	margin: 0 0 20px 0;
	text-align: right;	
}
/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 0;
}
@media(max-width:768px){
	#content .page_box {
		margin: 15px 0 0 0;
	}
}
/* thumbnail_box */
#content .thumbnail_box {
	width: 270px;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
#content .thumbnail_box:nth-child(2n+1) {
	clear: both;
}
.thumbnail_box .thumimg {
	text-align: center;
}
.thumbnail_box .thumtitle {
	text-align: center;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box .price {
	color: #DE5D50;
	font-weight: bold;
	text-align: right;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #566732;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
/* content common CSS End */
/*********************************************************************/
/* Welcart Item single page CSS Start */
span.price {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #ED5B14;
}
span.price02 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #ED5B14;
}
span.cprice {
	font-size: 130%;
	font-weight: normal;
	text-decoration: line-through;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	height: 16px;
	margin: 0px;
	background-image: url('images/gp.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
}
dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}
#itempage {
	width: 100%;
}
#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
}
#itempage .field hr {
	color: #CCCCCC;
}
#itempage .field .field_name {
	text-align: left;
}
#itempage .field .field_price {
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #ED5B14;
	font-size: 140%;
	font-weight: bold;
	text-align: right;
}
#itempage h3 {
	height: 18px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .exp {
	min-height: 220px;
	margin-bottom: 10px;
}
*:first-child+html #itempage .exp {
	display: inline;
}
#itempage form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#itempage .itemimg {
	width: 320px;
	float: left;
}
@media(max-width:768px){
	#itempage .itemimg {
		width: 100%;
		float: none;
		text-align: center;
	}
}
#itempage .itemimg .poster_mainimg {
	margin: 0 0 30px 0;
}
#itempage .poster_info {
	font-size: 110%;
	margin: 0 0 30px 0;
}
#itempage .poster_info p {
	margin: 0 0 10px 0;
}

#itempage .item_subinfo {
	width: 450px;
	float: right;
}
@media(max-width:768px){
#itempage .item_subinfo {
	width: 100%;
	float: none;
}
}
#itempage .item_subinfo .price_field {
	border-bottom: 2px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#itempage .item_subinfo .code_field {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#itempage .itemsubimg {
	margin-top: 40px;
	margin-bottom: 10px;
}
#itempage .itemsubimg h2 {
	margin-bottom: 10px;
}
#itempage .itemsubimg .subimg_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#itempage .itemsubimg .subimg_list li:nth-child(5n) {
	margin-right: 0;
}
#itempage .itemsubimg .subimg_list li img {
	width: 200px;
}
#itempage .skuform {
	width: 100%;
}
#itempage .skuform .skuquantity {
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}
#itempage table.skusingle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#itempage table.skusingle td {
	margin: 0px;
	padding: 3px 10px 3px 0px;
}
#itempage table.skumulti {
	width: 100%;
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
	border: 2px solid #CCC;
	border-collapse: collapse;
}
#itempage table.skumulti th {
	margin: 0px;
	padding: 3px;
	background-color: #E6E6E6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#itempage table.skumulti th.thborder {
	border-bottom: 2px solid #CCC;
}
#itempage table.skumulti td {
	margin: 0px;
	padding: 3px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 2px solid #CCCCCC;
}
#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #D9D9D9;
}
#itempage table.skumulti td.skudisp {
	font-weight: bold;
}
#itempage .assistance_item {
	width: auto;
	padding: 0px;
}
#itempage .assistance_item h3 {
	height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .assistance_item ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#itempage .assistance_item li {
	width: 312px;
	margin: 0px;
	float: left;
	padding: 0px 0px 10px 0px;
}
#itempage .assistance_item .listbox {
	width: auto;
	margin-right: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}
#itempage .assistance_item .slit {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#itempage .assistance_item .detail {
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-left: 115px;
}
#itempage .assistance_item h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
#itempage .assistance_item .detail p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
}
.page_content {
	padding: 10px;
}
/* Welcart Item single page CSS End */
/*********************************************************************/
/* Welcart Search page CSS Start */
#searchbox {
	margin: 0px;
	padding: 0px;
}
#searchbox div.field {
	margin: 20px 0px;
	padding: 0px;
}
#searchbox label.outlabel {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
#searchbox fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchbox legend {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#searchbox fieldset ul {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#searchbox fieldset li {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	list-style-type: none;
}
/* Welcart Search page CSS End */
/*********************************************************************/
/* Welcart Member page CSS Start */
#memberpages #memberinfo ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	width: 220px;
	margin: 50px auto 0px auto;
	padding: 0px 30px 30px 30px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#memberpages input.loginmail,
#memberpages input.loginpass {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#memberpages form {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#memberpages .loginbox p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#memberpages .loginbox p#nav {
	padding: 0px 0px 0px 12px;
}
#memberinfo table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#memberinfo th {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo h3 {
	height: 26px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-color: #990000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 10px;
	border-bottom: 1px solid #660000;
}
#memberinfo .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	color: #ff0000;
	font-style: normal;
}
#newmember table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
}
#newmember th {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#newmember td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#newmember .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#newmember .customer_form input {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
/* Welcart Member page CSS End */
/*********************************************************************/
/* Welcart cart page CSS Start */

div.cart_navi ul {
	list-style: none;
	overflow: hidden;
}
div.cart_navi li {
	display: block;
	color: #262626;
	font-weight: bold;
	padding: 0 .909095em 0 1.81818em;
	background: #dedede;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	width: 20.5%;
	font-size: 100%;
}
@media(max-width:768px){
	div.cart_navi li {
		width: auto;
		font-size: 10px;
	}
}
div.cart_navi li:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 -20px -20px auto;
	float: right;
	content: " ";
	-webkit-transform: skew(20deg);
	background: #dedede;
	border-right: 4px solid #fff;
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}
div.cart_navi li:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: -20px -20px 0 auto;
	background: #dedede;
	border-right: 4px solid #fff;
	position: relative;
	content: " ";
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);	
}
div.cart_navi li:last-child:before,
div.cart_navi li:last-child:after {
	border: none;
}
div.cart_navi li.current,
div.cart_navi li.current:before,
div.cart_navi li.current:after {
	color: #fff;
	background-color: #161616;
}

#inside-cart .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside-cart h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffcc00;
	border-bottom: 2px solid #ffe679;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#inside-cart p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#inside-cart .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffcc00;
	text-align: center;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#customer-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#customer-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff9900;
	border-bottom: 2px solid #ffc56a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#customer-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form tr.inp1 input {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#customer-info .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff9900;
	text-align: center;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#delivery-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff6600;
	border-bottom: 2px solid #ffaa68;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#delivery-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#delivery-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#delivery-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#delivery-info .customer_form dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form dt {
	width: auto;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info .customer_form dd {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff6600;
}
#info-confirm .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #ffffff;
}
#info-confirm h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff3300;
	border-bottom: 2px solid #ff8f71;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	margin: 0px;
	padding: 0px;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#confirm_table th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #50511d;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
#confirm_table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #edf6ff;
}
#info-confirm .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #FF3300;
	text-align: center;
}
#coml-page h2,#error-page h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #666600;
	border-bottom: 2px solid #b2b165;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#coml-page p,#error-page p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b165;
	text-align: center;
}
#coml-page .post,#error-page .post {
	width: auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}
/* Welcart cart page CSS End */
/*********************************************************************/
/* Welcart Inquiry page CSS Start */
.inqbox {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inqbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
}
.inqbox li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
.inqbox li strong {
	color: #cc0000;
}
.inqbox .inquiry_table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.inqbox form {
	margin: 0px;
	padding: 0px;
}
.inqbox th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
.inqbox td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
.inquiry_table input {
	width: 95%;
}
.inquiry_table textarea {
	width: 95%;
	height: 150px;
}
.inqbox .send {
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
.inqbox .inquiry_comp {
	margin: 50px auto 0px auto;
	padding: 15px 0px;
	color: #336600;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.inqbox .compbox {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-size: 1em;
	line-height: 1.5em;
}

/* Welcart Inquiry page CSS End */
/*********************************************************************/

/* Nishijima Shiro CSS Start */
/* カートの在庫状況非表示 */
#cart_table .stock {
	display: none;
}

/* Welcart category page CSS */
#content h1.product_list_title {
	margin: 0 0 50px 0;
	font-size: 180%;
}
#content h1.product_list_title span {
	font-size: 75%;
	font-weight: normal;
}

#content h1.product_list_title02 {
	margin: 0 0 20px 0;
	font-size: 180%;
}
#content h1.product_list_title02 span {
	font-size: 75%;
	font-weight: normal;
}
@media(max-width:768px){
	#content h1.product_list_title02 {
		margin: 15px 0 20px 0;
		font-size: 150%;
	}
	#content h1.product_list_title02 span {
		font-size: 70%;
	}
}

#product_list {
	padding: 0 20px;
	margin-bottom: 50px;
}
#product_list .product_list_box {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
}
#product_list .product_list_box:nth-child(3n) {
	margin-right: 0;
}
@media(max-width:768px){
	#product_list .product_list_box {
		width: 90%;
		float: none;
		margin: 0 auto 50px;
	}
	#product_list .product_list_box:nth-child(3n) {
		margin: 0 auto 50px;
	}
}
#product_list .product_list_box h2 {
	margin: 0 0 10px 0;
	font-size: 140%;
}
#product_list .product_list_box .product_list_img {
	margin: 0 0 10px 0;
	text-align: center;
}
#product_list .product_list_box .product_list_info {
	margin: 0 0 15px 0;
}
#product_list .product_list_box .product_detail_button {
	text-align: center;
}
#product_list .product_list_box .product_detail_button a {
	background-color: #FE2929;
	padding: 8px 20px;
	color: #FFF;
}

/* Nishijima Shiro CSS End */
/*********************************************************************/

/* footer CSS Start */
#footer {
	width: auto;
	min-width: 1100px;
	background: -moz-linear-gradient(top, #A20000, #FF3737);
	background: -webkit-linear-gradient(top, #A20000, #FF3737);
	background: linear-gradient(to bottom, #A20000, #FF3737);
}
.footer_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 10px;
}
@media(max-width:768px){
	#footer {
		min-width: inherit;
	}
	.footer_inner {
		width: 100%;
	}
}
#footer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer p.footer_title {
	margin: 20px 0 15px 0;
	font-size: 160%;
	text-align: center;
}
@media(max-width:768px){
	#footer p.footer_title {
		font-size: 100%;
	}
}
#footer p.copyright {
	font-size: 80%;
	text-align: right;
}
@media(max-width:768px){
	#footer p.copyright {
		font-size: 70%;
		text-align: center;
	}
}
#footer p.credit {
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}
#footer ul.footernavi {
	color: #BAB1A5;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #FFF;
}
@media(max-width:768px){
	#footer ul.footernavi {
		display: none;
	}
}
#footer ul.footernavi li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#footer ul.footer_subnavi {
	color: #BAB1A5;
	padding: 0;
	margin: 0;
	text-align: center;
}
@media(max-width:768px){
	#footer ul.footer_subnavi {
		padding-left: 10px;
		text-align: left;
	}
}
#footer ul.footer_subnavi li {
	display: inline;
	font-size: 80%;
}
@media(max-width:768px){
	#footer ul.footer_subnavi li {
		display: block;
	}
}
#footer ul.footer_subnavi li:not(:last-child) {
	padding: 0 15px 0 0;
}

#footer a{
	color: #FFF;
}
/* footer CSS End */
/*********************************************************************/



/* orijinalpages CSS Start */
#features .features01 {
	padding: 0 15px;
	margin: 0 0 15px 0;
}

#features .features01 p {
	margin: 0 0 10px 0;
}

#features .features02 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#features .features02 .left_01 {
	float: left;
}
#features .features02 .right_01 {
	float: right;
}
@media(max-width:768px){
	#features .features02 .left_01 {
		float: none;
	}
	#features .features02 .right_01 {
		float: none;
	}
}

#features .features03 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#features .features03 h2 {
	margin: 0 0 15px 0;
}
#features .features03 p {
	margin: 0 0 15px 0;
}
#features .features03 .left_02 {
	float: left;
}
#features .features03 ol {
	margin: 0 0 0 480px;
	padding: 0;
}
#features .features03 ol li {
	margin: 0 0 20px 0;
	list-style: decimal;
	font-size: 120%;
}
@media(max-width:768px){
	#features .features03 .left_02 {
		float: none;
	}
	#features .features03 ol {
		margin: 0;
		padding: 0 0 0 15px;
	}
	#features .features03 ol li {
		margin: 0 0 10px 0;
	}
}


/* 印刷用紙 */
#sheet .sheet01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#sheet .sheet01 h2 {
	margin: 0 0 15px 0;
}
@media(max-width:768px){
	#sheet .sheet01 h2 {
		font-size: 120%;
	}
}
#sheet .sheet01 p {
	margin: 0 0 15px 0;
}
#sheet .sheet01 table {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}
#sheet .sheet01 table th {
	background-color: #666;
	border: 1px solid #333;
	padding: 5px;
	color: #FFF;
}
#sheet .sheet01 table td {
	border: 1px solid #333;
	padding: 5px;
}
#sheet .sheet01 table th.sheetth01 {
	width: 20%;
}
#sheet .sheet01 table th.sheetth02 {
	width: 48%;
}
#sheet .sheet01 table th.sheetth03 {
	width: 10%;
}
#sheet .sheet01 table th.sheetth04 {
	width: 22%;
}

#sheet .sheet02 {
	padding: 0 15px;
	margin: 0 0 40px 0;
}
#sheet .sheet02 h2 {
	margin: 0 0 15px 0;
}
#sheet .sheet02 p {
	margin: 0 0 15px 0;
}


/* 印刷価格表 */
#print_price .price01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#print_price .price01 h2 {
	margin: 0 0 15px 0;
}
@media(max-width:768px){
	#print_price .price01 h2 {
		font-size: 120%;
	}
}
#print_price .price01 p {
	margin: 0 0 15px 0;
}
#print_price .price01 table {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}
#print_price .price01 table th {
	background-color: #666;
	border: 1px solid #333;
	color: #FFF;
	font-size: 90%;
	line-height: 1.8;
}
#print_price .price01 table td {
	border: 1px solid #333;
	font-size: 90%;
	text-align: center;
	line-height: 3;
}
#print_price .price01 table th.price_th01 {
	width: 8%
}
#print_price .price01 table td.price_td01 {
	text-align: right;
}
@media(max-width:768px){
	.hscroll {
		overflow: scroll; /* Horizontal */
	}
	#print_price .price01 table {
		width: 300%;
	}
}

/* ご注文の流れ */
#order_flow .order_flow01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}

#order_flow .order_flow01 ul {
	text-align: center;
}

#order_flow .order_flow01 ul li {
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

#order_flow .order_flow01 h2 {
	border-left: 6px solid #666;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

#order_flow .order_flow01 p {
	margin: 0 0 15px 0;
}

#order_flow .order_flow01 dl {
	margin: 0 0 0 15px;
}

#order_flow .order_flow01 dl dt {
	display: list-item;
	list-style-type: decimal;
	padding: 0 0 0 5px;
	margin: 0 0 10px 20px;
	font-size: 130%;
}

#order_flow .order_flow01 dl dd {
	border-bottom: 1px dotted #333333;
	padding: 0 0 20px 30px;
	margin: 0 0 20px 0;
}
#order_flow .order_flow01 dl dd.mailback01 {
	background-image: url(images/original/main/mail_back01.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	padding: 10px 0 20px 50px;
}

#order_flow span.member_button01 {
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
}

#order_flow .order_flow01 table {
	border: 1px solid #333;
	border-collapse: collapse;
}

#order_flow .order_flow01 table.pay_table01 th {
	background-color: #FDDEFE;
	border: 1px solid #333;
	padding: 10px;
	width: 25%;
}
#order_flow .order_flow01 table.pay_table01 td {
	border: 1px solid #333;
	padding: 10px;
}

#order_flow .order_flow01 table.pay_table02 th {
	width: 180px;
}

#order_flow .order_flow01 h3 {
	margin: 0 0 5px 0;
}

#order_flow .order_flow01 table {
	margin: 0 0 40px 0;
}

#order_flow .order_flow01 table.post_table01 th {
	background-color: #CFD7EB;
	border: 1px solid #333;
	padding: 10px;
}
#order_flow .order_flow01 table.post_table01 td {
	border: 1px solid #333;
	padding: 10px;
}
#order_flow .order_flow01 table.post_table01 td.price {
	text-align: right;
}


/* 入稿データに関する注意点 */
#draft_point .draft_point01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}

#draft_point .draft_point01 p {
	margin: 0 0 15px 0;
}

#draft_point .draft_point01 ul.draft_menu01 {
	text-align: center;
}

#draft_point .draft_point01 ul.draft_menu01 li {
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

#draft_point .draft_point01 ul.draft_menu01 li:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}

#draft_point .draft_point01 h2 {
	border-left: 6px solid #666;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}

#draft_point .draft_point01 ul.draft_list01 {
	margin: 0 0 0 30px;
}

#draft_point .draft_point01 ul.draft_list01 li {
	list-style-type: disc;
	margin: 0 0 15px 0;
}


/* お問い合わせ */
#inquiry .inquiry01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#inquiry .inquiry01 h2 {
	margin: 0 0 15px 0;
}
@media(max-width:768px){
	#inquiry .inquiry01 h2 {
		font-size: 120%;
	}
}
#inquiry .inquiry01 p {
	margin: 0 0 15px 0;
}
#inquiry .inquiry01 table {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
#inquiry .inquiry01 table th {
	width: 25%;
	background-color: #EFEFEF;
	border: 1px solid #999;
	font-weight: normal;
}
#inquiry .inquiry01 table th span {
	display: block;
	width: 25%;
	background-color: #F00;
	border-radius: 5px;
	margin: 0 auto;
	color: #FFF;
	font-size: 75%;
}
@media(max-width:768px){
	#inquiry .inquiry01 table th {
		padding: 10px 0;
	}
	#inquiry .inquiry01 table th span {
		width: 45%
	}
}
#inquiry .inquiry01 table td {
	border: 1px solid #999;
	padding: 20px;
}
#inquiry .inquiry01 table td input {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #6699FF;
}
#inquiry .inquiry01 table td.messageinput textarea {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #6699FF;
	height: 180px;
}
#inquiry .inquiry01 p.button02 {
	margin: 0;
	text-align: center;
}
#inquiry .inquiry01 p.button02 input {
	background-color: #DBDBDB;
	border: none;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 100%;
	color: #000;
}


/* プライバシーポリシー */
#privacy .privacy01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}
#privacy .privacy01 p {
	margin: 0 0 10px 0;
}
#privacy .privacy01 p.privacy_title01 {
	margin: 20px 0 0 0;
	font-size: 110%;
	font-weight: bold;
}
#privacy .privacy01 ul {
	margin: 0 0 0 30px;
}
#privacy .privacy01 ul li {
	list-style: disc;
}

/* 特定商取引法に基づく表記 */
#commerce .commerce01 {
	padding: 0 15px;
	margin: 0 0 50px 0;
}

#commerce .commerce01 table {
	width: 100%;
	border-collapse: collapse;
}
#commerce .commerce01 table th {
	width: 30%;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333333;
	padding: 20px 0;
	text-align: left;
}
#commerce .commerce01 table td {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333333;
	padding: 20px 0;
}
#commerce .commerce01 table td span.commerce_pay {
	display: block;
	margin: 25px 0 0 0;
}


/* 入稿受付ページ */
#draft {
	padding: 0 15px;
	margin: 0 0 50px 0;
}

#draft ul {
	border: 3px solid #CCC;
	padding: 15px;
	margin: 0 0 30px 0;
}

#draft ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
}

#draft ul li:not(:last-child) {
	margin-bottom: 15px;
}

#draft table {
	width: 95%;
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0 auto 15px;
}

#draft table th {
	width: 30%;
	background-color: #EFEFEF;
	border: 1px solid #999;
	font-weight: normal;
}

#draft table th span.hissu {
	display: block;
	width: 20%;
	background-color: #F00;
	border-radius: 5px;
	margin: 0 auto;
	color: #FFF;
	font-size: 75%

}

#draft table td input[type="text"] {
	width: 40%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #6699FF;
}

#draft table td input[type="email"] {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #6699FF;
}

#draft table td textarea {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #6699FF;
	height: 180px;
}

#draft table td {
	border: 1px solid #999;
	padding: 20px;
}

@media(max-width:768px){
	#draft table {
		border: none;
	}
	#draft table th {
		width: 100%;
		display: block;
		border: none;
		background-color: transparent;
		text-align: left;
	}
	#draft table td {
		display: block;
		border: none;
	}
	#draft table tr {
		border-bottom: 1px solid #999;
	}
	#draft table th span.hissu {
		margin: 0 auto 0 0;
		text-align: center;
	}
}

#draft p.accepted01_button {
	margin: 0;
	text-align: center;
}

#draft p.accepted01_button input {
	background-color: #DBDBDB;
	border: none;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 100%;
	color: #000;
}

#draft form.sent table {
	display: none;
}

#draft form.sent p.accepted01_button {
	display: none;
}


.taxonomy-description {
	margin: 0 0 50px 0;
	padding: 0;
}
.taxonomy-description p {
	margin: 0 0 20px 0;
	padding: 0;
}



/* 事前確認受付ページ */
.form_box01 h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form_box01 h1::before,
.form_box01 h1::after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background-color: #000;
}

.form_box01 h1::before {
	margin-right: 10px;
}

.form_box01 h1::after {
	margin-left: 10px;
}

form.sent div.general {
	display: none;
}

ul.attention01 {
	border: 3px solid #CCC;
	padding: 15px;
	margin: 0 0 40px 0;
}

ul.attention01 li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	line-height: 1.8;
}

ul.attention01 li:not(:last-child) {
	margin-bottom: 15px;
}

ul.attention01 li span {
	padding: 3px 5px;
	background-color: #FFFF99;
	color: #F00;
	font-weight: bold;
}

.form-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.form-item {
	width: 30%;
	font-size: 125%;
	font-weight: bold;
}

.form-item span {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 1px 8px;
	background-color: #F00;
	border-radius: 10px;
	color: #FFF;
	font-size: 70%;
	font-weight: normal;
}

.form-input {
	width: 66%;
}

.form-input span.note01 {
	display: block;
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.form-input span.note01::before {
	content: "※";
}

.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 2%;
	background: #F8F8F8;
	border: 1px solid #DFDFDF;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 105%;
}

.form-input textarea {
	height: 6em;
}

.form-multi {
	margin: 0 0 30px;
}

.form-multi .codedropz-upload-handler {
	border: 4px dashed #c5c5c5;
	border-radius: 10px;
}

.form-multi .codedropz-upload-inner h3 {
	font-size: 170%;
}

.form-multi .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 0 0;
	background-color: #EEE;
}

.form-multi .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
	background-color: #CCC;
}

.form-submit {
	text-align: center;
}

.form-submit input[type="submit"] {
	border: none;
	padding: 10px 20px;
	background: #F5A100;
	border-radius: 5px;
	outline: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	transition: all 0.4s;
}

.form-submit input[type="submit"]:hover {
	background: #000;
}

/*送信成功*/
div.wpcf7-mail-sent-ok {
	background:#d5edda;
	color:#185626;
	border:1px solid #c4e5cc;
	padding:15px 10px;
	text-align: center;
}
/*送信NG*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background:#f7d7da;
	color:#711d26;
	border:1px solid #f4c6cb;
	padding:15px 10px;
	text-align: center;
}

/*送信失敗*/
div.wpcf7-mail-sent-ng {
	background:#f7d7da;
	color:#711d26;
	border:1px solid #f4c6cb;
	padding:15px 10px;
	text-align: center;
}

/*スパムなどで送信ブロックされた場合*/
div.wpcf7-spam-blocked {
	background:#fff2cf;
	color:#846314;
	border:1px solid #feedbd;
	padding:15px 10px;
	text-align: center;
}

@media(max-width:768px){
	.form-flex {
		display: block;
		width: 95%;
		margin: 0 auto 30px;
	}

	.form-item {
		width: 100%;
		font-size: 110%;
	}

	.form-input {
		width: 100%;
	}

	.form-multi .codedropz-upload-inner h3 {
    font-size: 110%;
	}
}
/* 事前確認受付ページここまで */

/* orijinalpages CSS End */
/*********************************************************************/