@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube iframe {
	width: 100%;
}
u {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
/* policy */
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}
/* input */
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	max-width: 960px;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contents {
	padding: 35px 0 110px;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
	clear: both;
	width: 100%;
}
/*#header {
	background: #fff;
}*/
.bg_head {
	background: #fff url(../images/common/bg_head.png) no-repeat right bottom;
}
.pcDisplay h1 {
	font-size: 10px;
	line-height: 1;
	padding: 5px 0 0 50px;
	text-align: left;
}
#logo {
	padding: 30px 0 35px 50px;
}
#nav_global {
	float: left;
	position: relative;
	top: -15px;
}
#nav_global ul li {
	float: left;
	margin-right: 5px;
}
#nav_global ul li ul {
	/*display: none;*/
	position: absolute;
	width: 100px;
	z-index: 9999;
}
#nav_global ul li ul li {
	float: none;
	margin-right: 0;
}
#nav_global ul li ul li a {
	background: #333333;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -1px;
	padding: 10px 5px;
	text-decoration: none;
}
#nav_global ul li ul li a:hover {
	opacity: 0.7;
}
#nav_global ul li:hover > ul {
	display: block;
}
.shop_head {
	box-sizing: border-box;
	float: left;
	padding: 45px 45px 0 20px;
}
.pcDisplay {
	display: block;
}
.spDisplay {
	display: none;
}
#main_img {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.main_scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}
.icon-animation {
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 999999999;
	background-size: contain;
	margin-left: 5px;
	display: none;
	/*background: #000;*/
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 25px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 25px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 25px;
}
.icon-animation p {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	width: 25px;
	height: 3px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.icon-animation p:before, .icon-animation p:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	height: 3px;
	width: 100%;
	background-color: #000;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.icon-animation p {
	position: relative;
}
.icon-animation p:before {
	top: -6px;
}
.icon-animation p:after {
	bottom: -6px;
}
.menu_active p:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}
.menu_active p:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}
.menu_active p {
	background: transparent !Important;
}
.text_menu {
	position: relative;
	top: 10px;
	left: 0;
	font-size: 9px;
}
.text_close {
	color: #000;
	display: none;
	position: relative;
	top: 10px;
	left: 0;
	font-size: 9px;
}
.nav_width {
	width: 280px !important;
	display: block !important;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
}
.wrapFooter {
	color: #fff;
	padding: 0 0 10px;
}
.bg_foot {
	position: relative;
	background: url(../images/common/bg_foot.png) no-repeat left top;
}
.pageTop {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 9999;
}
.logoFooter {
	padding: 70px 0 40px;
}
.info_footer span {
	display: inline-block;
	padding: 0 15px;
}
#nav_footer {
	padding: 35px 0 35px;
}
#nav_footer li {
	display: inline-block;
}
#nav_footer li a {
	border-right: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 0 28px;
}
#nav_footer li:last-child a {
	border-right: none !important;
}
.address {
	font-size: 12px;
	line-height: 3;
}
.copyright {
	font-size: 12px;
	padding-top: 20px;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */
#main #col_side1 {
	box-sizing: border-box;
	padding-left: 40px;
}
.banner_tt {
	border-bottom: 1px solid #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}
#navi_banner {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}
#navi_banner ul {
	padding-top: 20px;
}
#navi_banner ul li a {
	background: url(../images/common/ico_side_arrow_b_s.png) no-repeat left top 7px;
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 0 10px 20px;
	text-decoration: none;
}
#navi_banner ul li ul {
	padding-top: 0;
}
#navi_banner ul li ul li a {
	background: none;
	border-bottom: none;
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 20px;
}
#navi_banner ul li ul li a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */
.sample {
	float: left;
	width: 32.25%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.sample .caption {
	font-size: 130%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sample .mask {
	padding: 0 0 !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.sample:hover .mask {
	opacity: 1;	/* マスクを表示する */
}
.home_tdimg {
	border: 1px solid #cccccc !important;
	padding: 0 0 !important;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px !important;
	line-height: 1.3;
	margin: 0 0 20px !important;
	padding: 10px !important;
}
h2.title_h2 span {
	border: none !important;
	padding: 0 !important;
}
ul.item_list li {
	margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
	font-size: 18px !important;
}
.btn_cart a {
	background: url(../images/common/ico_cart_w.jpg) no-repeat 10px 7px #000000 !important;
	background-size: 30px auto !important;
	color: #FFFFFF !important;
	display: block !important;
	padding: 10px 10px 10px 50px !important;
	width: 100% !important;
	border: 1px solid #ffffff;
}
.btn_cart a:hover {
	background: url(../images/common/ico_cart_w.jpg) no-repeat 10px 7px #CCCCCC !important;
	background-size: 30px auto !important;
}
.sort_catalog {
	overflow: hidden;
}
.sort_catalog ul {
	margin: 0 -4.16% 20px 0 !important;
	width: auto !important;
}
.sort_catalog ul li {
	padding: 0 !important;
	margin-right: 4.16% !important;
	width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
	clear: both;
}
.item_title, .wishlist {
	margin: 0 !important;
}
.shop_cont h2.title_h2, .item_info h2.title_h2 {
	border-top: 2px solid #CCCCCC;
}
.shop_cont a, .item_info a {
	color: #CCCCCC;
}
.shop_cont a:hover, .item_info a:hover {
	text-decoration: none;
}
.side_shop_navi ul li a {
	background: url(../images/common/ico_side_arrow_b.jpg) no-repeat 5px 45%;
	padding-left: 15px;
}
.item_title h2 {
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
#contents {
	padding: 45px 10px;
}
#col_main {
	padding-bottom: 45px
}
.ColLeft, .ColRight {
	float: none;
	width: 100% !important;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tb_tbl_block table td {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
#main #col_main {
	float: none;
	width: 100%;
}
#main #col_side1 {
	float: none !important;
	padding-left: 0;
	width: 180px !important;
	margin: 0 auto;
	min-width: 180px !important;
}
#main #col_main {
	padding: 0 0 30px;
}
/* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

body {
	font-size: 15px;
}
#contents {
	padding: 20px 10px;
}
#col_main {
	padding-bottom: 20px;
	text-align: left;
}
.spnone {
	display: none;
}
.inner {
	padding: 0 10px;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tbl_scroll table {
	width: auto !important;
}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.style_form th, .style_form td {
	margin-top: -1px;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
.sort_catalog {
	margin: 0 !important;
	width: auto !important;
}
.sort_catalog_box {
	padding: 0 !important;
	margin: 0 0 30px !important;
	width: 100% !important;
}
/* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* text-align */
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
/* font-weight */
.fwn {
	font-weight: normal !important;
}
.fwb {
	font-weight: bold !important;
}
/* margin */
.mgAuto {
	margin: 0 auto !important;
}
/* table td padding */
.tdpd0 td {
	padding: 0 !important;
}
.tdpd05 td {
	padding: 5px !important;
}
.tdpd10 td {
	padding: 10px !important;
}
.tdpd15 td {
	padding: 15px !important;
}
.tdpd20 td {
	padding: 20px !important;
}
.tdpd25 td {
	padding: 25px !important;
}
.tdpd30 td {
	padding: 30px !important;
}
.tdpd35 td {
	padding: 35px !important;
}
.tdpd40 td {
	padding: 40px !important;
}
.tdpd45 td {
	padding: 45px !important;
}
.tdpd50 td {
	padding: 50px !important;
}
td.pdT10 {
	padding-top: 10px !important;
}
/* font-family */
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form, .shop_cont a.btn_type01, .shop_cont a.btn_purchase {
	color: #000000;
}
.shop_cont a.btn_type01:hover, .shop_cont a.btn_purchase:hover {
	color: #636363;
}
#shop_flow .sf_text {
	color: #000000;
}
.shop_cont h3.title_h3 {
	color: #ffffff;
}
.shop_cont table {
	color: #000000;
}
/* ----------------------------------------------------------

		Pages

---------------------------------------------------------- */
#main #col_main {
	display: block !important;
	padding: 0 10px 0 0;
}
/* bread list */
.bread ul {
	float: right;
}
.bread ul li {
	float: left;
	padding: 0 0 0 7px;
	white-space: nowrap;
	font-size: 10px;
}
.bread ul li a {
	color: #000;
	text-decoration: none;
}
.bread ul li a:hover {
	text-decoration: underline;
}
.title_h2 h2 {
	font-size: 30px;
	line-height: 1;
}
.title_h2 h2 span {
	border: 1px solid #000;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 40px 0;
}
@media screen and (max-width:640px) {
.title_h2 h2 {
	font-size: 25px;
}
.title_h2 h2 span {
	padding: 7px 20px 5px;
}
}

.cap_table {
	float: left;
	width: 28.98%;
}
.cap_tdimg {
	border: 1px solid #cccccc !important;
	box-sizing: border-box;
	padding: 0 0 !important;
}
.cap_tdbold {
	font-weight: bold;
	padding: 15px 0 !important;
}
.cap_tdtext {
	font-size: 12px;
	padding: 0 0 !important;
}
.new_text img {
	border: 1px solid #cccccc !important;
	box-sizing: border-box;
	margin-right: 25px;
}
.brand_tdimg {
	padding: 0 0 !important;
}
.brand_tdtext {
	padding: 0 0 0 20px !important;
}
.company_table {
	margin: 40px auto 0;
	width: 500px;
}
.detail_text {
	font-size: 14px;
	font-weight: bold;
}
.detail_text span {
	font-size: 10px;
}
/*.detail_img td {
	padding: 0 0 !important;
}*/
.detail_img{
	width: 60%;
}
.detail_img img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/*.search_area,.shop_sort{
	display: none;
}*/

#item_pager{
	background-color: #fff !important;
}
.standard{
	table-layout:auto;
}


@media screen and (max-width: 767px) {
	.pc {
		display:none;
	}
}
@media screen and (min-width: 767px) {
	.sp {
		display:none;
	}
}