@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* all
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}
#wrapper {
	margin: 0 auto;
	width: 910px;
	height: 100%;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}
/*breadcrumbs*/
#breadcrumbs {
	padding: 0 0 15px;
	font-size: 13px;
}
#breadcrumbs li {
	display: inline-block;
	margin-right: 24px;
}
#breadcrumbs li:last-child {
	margin-right: 0;
}
#breadcrumbs li.link {
	position: relative;
}
#breadcrumbs li.link:after {
	display: block;
	position: absolute;
	content: '';
	top: 6px;
	right: -16px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 599px){
	#wrapper {
		width: 100%;
		padding: 10px;
	}
}
@media screen and (min-width: 599px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 599px){
  .pc { display:none; }
  .sp { display:block; }
}
/* default
---------------------------------*/
.red {
	color: red;
}
.web-catalog-txt {
	padding: 10px;
}
.web-catalog-txt.txt2 {
	font-size: 12px;
}
.web-catalog-txt span,
.web-catalog-txt strong,
.web-catalog-txt small {
	display: block;
	margin-top: 5px;
}
/* Search DM
---------------------------------*/
#search-dm h2,
#search-catalog h2 {
	margin-bottom: 10px;
	padding: 8px 0 5px 10px;
	background-color: #f2f2f2;
	border: 1px solid lightgray;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}
.dm-list {
	margin: 0 auto 40px;
	/*デジタルカタログから探すVer.
	margin: 0 auto 20px;
	*/
}
.dm-list ul {
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.dm-list ul li {
	width: calc(100% / 4);
}
.dm-list ul li a {
	display: block;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.dm-list ul li a.none,
.catalog-box.none  {
	pointer-events: none !important;
}
.dm-list ul li a:hover {
	background-color: #f9e3e1;
}
.dm-list ul li a:hover img {
	opacity: 1 !important;
}
.dm-list ul li a h4,
.dm-list ul li a p {
	color: #222;
}
.dm-list ul li a .web-catalog-txt {
	padding: 10px 0;
}
.dm-image {
	text-align: center;
}
.dm-image img {
	width: 94px;
	border: 1px solid #c9c9c9;
}
.dm-ttl {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
/*view-more*/
.view-more {
	padding: 5px 0 8px;
	background: -moz-linear-gradient(top, #650000, #400000);
	background: -webkit-linear-gradient(top, #650000, #400000);
	background: linear-gradient(to bottom, #650000, #400000);
	background-color: #400000;
	border-radius: 3px;
	color: white;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
.dm-list ul li a.none .view-more,
.catalog-box.none .view-more {
	background: none;
	background-color: #c9c9c9;
}
.view-more .icon {
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 16px;
	height: 100%;
}
.view-more.catalog-more {
	position: absolute;
	bottom: 20px;
	display: inline-block;
	padding: 5px 40px 8px;
}
.view-more.order-more {
	display: inline-block;
	padding: 5px 32px 8px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.view-more.order-more:hover {
	opacity: 0.8;
}
@media screen and (max-width: 599px){
	.dm-list ul li {
		width: calc(100% / 2);
	}
	.dm-list ul li a {
		padding: 10px;
	}
	.dm-ttl {
		font-size: 12px;
	}
	.view-more.catalog-more {
		position: relative;
		bottom: 0;
	}
	.view-more.order-more {
		margin-bottom: 10px;
	}
}
/* Search Catalog
---------------------------------*/
.catalog-box {
	display: block;
	position: relative;
	margin: 0 96px 40px;
	padding: 20px 0 20px 20px;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
a.catalog-box:hover {
	background-color: #f9e3e1;
}
a.catalog-box:hover img {
	opacity: 1 !important;
}
.catalog-box p {
	color: #222;
}
.catalog-sub-image {
	margin-bottom: 20px;
}
.pure-g.catalog-ttl-area,
.pure-g.order-more-area {
	-ms-flex-align: center;
	align-items: center;
}
.catalog-main-image,
.catalog-sub1-image,
.catalog-sub2-image {
	padding-right: 20px;
	box-sizing: border-box;
}
.catalog-main-image img,
.catalog-sub1-image img,
.catalog-sub2-image img {
	width: 100%;
	border: 1px solid #c9c9c9;
}
@media screen and (max-width: 599px){
	.catalog-box {
		margin: 0 0 40px;
		padding: 10px;
	}
	.pure-g.catalog-ttl-area,
	.catalog-sub-image,
	.catalog-main-image {
		margin-bottom: 10px;
	}
	.catalog-ttl-area .web-catalog-txt {
		padding: 0 0 0 10px;
		text-align: left;
	}
	.catalog-main-image {
		padding: 0 25%;
	}
	.catalog-sub1-image {
		padding-right: 5px;
	}
	.catalog-sub2-image {
		padding-right: 0;
		padding-left: 5px;
	}
	.catalog-main-content {
		text-align: center;
	}
}
/* Order From
---------------------------------*/
#order-from h2 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #400000;
}
/*table*/
table.responsive {
	width: 100%;
	border-bottom: 1px solid #d2b48c;
}
.responsive thead tr,
.responsive tbody tr {
	border-top: 1px solid #d2b48c;
}
.responsive thead th {
	padding: 8px 0 5px;
	background-color: #ffffe0;
	text-align: center;
}
.responsive thead th,
.responsive tbody td {
	font-size: 15px;
}
.responsive tbody td.top {
	vertical-align: top;
}
.responsive tbody td.info {
	min-width: 416px;
}
.responsive .res-tbl {
	display: table!important;
	width: 100%;
}
.responsive .res-tbl-cell {
	display: table-cell!important;
	padding: 10px;
}
.responsive .res-tbl-cell.delete-cell {
	padding: 10px 40px;
}
.form-inline,
.dm-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline.info-inline {
	align-items: flex-start;
}
.form-inline input {
	display: inline-block;
	padding: .5rem;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.06) ;
	box-sizing: border-box;
	font-size: 15px;
}
.form-inline input.err {
	background-color: #ffdddd;
}
.form-inline input.shn_hi,
.form-inline input.su {
	width: 56px;
}
.form-inline input.shn_low {
	width: 96px;
}
.form-txt-link {
	color: #400000;
}
.form-txt-link:hover {
	text-decoration: none;
}
.info-img {
	margin-right: 10px;
	width: 102px;
}
.info-txt {
	padding-top: 5px;
	font-size: 14px;
}
/*btn*/
.order-more-area {
	margin: 10px 0 0;
}
.btn-area {
	margin: 10px auto 40px;
	padding: 20px;
	background-color: #ffffe0;
	text-align: center;
}
.cart-btn {
	display: inline-block;
	padding: 5px 0 11px;
	width: 280px;
	background: -moz-linear-gradient(top, red, #DC281E);
	background: -webkit-linear-gradient(top, red, #DC281E);
	background: linear-gradient(to bottom, red, #DC281E);
	background-color: red;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 1;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.cart-btn:hover {
	opacity: 0.6;
}
.cart-btn:hover img {
	opacity: 1 !important;
}
.cart-btn .icon {
	position: relative;
	top: 4px;
	margin-right: 10px;
	width: 24px;
	height: 100%;
}
/*err*/
.err_msg {
	padding: 0 10px;
	color: red;
}
.err_msg center {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ffdddd;
}
@media screen and (max-width: 599px){
	#order-from h2 {
		font-size: 20px;
	}
	table.responsive {
		display: block;
		border-bottom: none;
	}
	.responsive tbody tr {
		display: block;
		margin: 0 0 10px;
		border-right: 1px solid #d2b48c;
		border-left: 1px solid #d2b48c;
	}
	.responsive thead th,
	.responsive tbody td {
		display: block;
		font-size: 13px;
		border-bottom: 1px solid #d2b48c;
	}
	.sm-head {
		background-color: #ffffe0;
		border-right: 1px solid #d2b48c;
	}
	.responsive thead {
		display: none!important;
	}
	.responsive tbody,
	.form-inline.info-inline {
		display: block;
	}
	.responsive tbody td.info {
		min-width: auto;
	}
	.responsive .sm-head {
		width: 30%;
		font-weight: bold;
		vertical-align: middle;
	}
	.responsive .sm-body {
		width: 70%;
	}
	.responsive .res-tbl-cell.delete-cell {
		padding: 10px;
	}
	.form-inline input.shn_hi,
	.form-inline input.su {
		width: 64px;
	}
	.form-inline input.shn_low {
		width: 104px;
	}
	.order-more-area {
		margin: 0;
		text-align: center;
	}
	.order-more-area .txt2 {
		text-align: left;
	}
	.btn-area {
		padding: 20px 0;
	}
}
@media screen and (min-width: 599px){
	.responsive .sm-head {
		display: none!important;
	}
}
/* Banner Area
---------------------------------*/
.box {
	display: block;
	position: relative;
	margin: 0 96px 20px;
	cursor: pointer;
	overflow: hidden;
}
.box-bg {
	position: relative;
	width: 100%;
	height: 136px;
	background: url('img/bg_banner_area.jpg') center 85% / cover no-repeat;
	z-index: 0;
	transition: .3s ease-in-out;
}
.box-bg:hover {
	transform: scale(1.1);
}
.box-bg:before {
	content: '';
	position: absolute;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.box-text {
	position: absolute;
	top: 20%;
	left: 40px;
	pointer-events: none;
}
.box-text h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: white;
}
.box-text p {
	color: #fff;
	font-size: 17px;
	margin-top: 20px;
}
/*catalog-claim*/
.catalog-claim {
	display: inline-block;
	padding: 12px 0;
	width: 128px;
	font-size: 16px;
	background: -moz-linear-gradient(top, #white, #ebedee);
	background: -webkit-linear-gradient(top, white, #ebedee);
	background: linear-gradient(to bottom, white, #ebedee);
	background-color: white;
	border-radius: 3px;
	color: #400000;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 599px){
	.box {
		margin: 0 0 10px;
	}
	.box-text {
		top: 20px;
		left: 20px;
	}
	.box-text h3 {
		font-size: 20px;
	}
}
/* Header SP版
---------------------------------*/
.header_area {
	padding-top: 5px;:
	width: 100%;
	background-color: black;
}
.header_area img {
	float: left;
	padding: 5px;
	width: 30%;
}
.header_area p {
	display: block;
	float: right;
	margin: 0 5px 0 0;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	line-height: 1.6;
	text-align: right;
}
.header_area p a:link { text-decoration: none; color: white;}
.header_area p a:visited { text-decoration: none; color: white;}
.header_area p a:hover { text-decoration: none; color: white;}
/*menu_area*/
#menu_area {
	padding: 5px 0px;
	background-color: black;
}
#menu_area ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#menu_area li {
	float: left;
	margin: 0px 0px 0px 1%;
	padding: 0px;
	width: 15.5%;
	text-align: center;
}
#menu_area li {
	display:block;
	background-image: url("/iphone/images/menu/top_menu_bg.gif");
}
/* Footer SP版
---------------------------------*/
#footer_box_n {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: black;
}
.footer_ltxt_n {
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	color: white;
	line-height: 2;
	text-align: center;
}
.footer_ltxt_n a{
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	color: white;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}
.footer_ctxt_n {
	padding: 0 5px 5px 5px;
	font-size: 12px;
	color: #999;
	line-height: 1.3;
	text-align: center;
}
