@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 {
	background: #FFFFFF;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100%;
	height: auto;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b,strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
	text-decoration: underline;
}
img {
	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%;
}

/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #051D82;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}

/* 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: 45px 0 110px;
	background: none;
}
#col_main{
	border-left: 1px solid #ccc !important;
	padding-left: 30px;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}


/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
#header .inner{
	padding-top: 15px;
	padding-bottom: 20px;
}
#header .fltL{
	margin-top: 10px;
}
#header .fltR{
	max-width: 270px;
}
/* ----------------------------------------------------------

		Nav

---------------------------------------------------------- */
#nav_global{
	background: url(../images/common/nav_bg.gif) center top repeat-x;
}
#nav_global ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#nav_global ul li{
	font-size: 16px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	position: relative;
}
#nav_global ul li:before{
	content: "　";
	position: absolute;
	top: 10px;
	left: 0;
	height: 20px;
	width: 2px;
	display: block;
	background: url(../images/common/nav_border.gif) center top no-repeat;
}
#nav_global ul li:last-child:after{
	content: "　";
	position: absolute;
	top: 10px;
	right: 0;
	height: 20px;
	width: 2px;
	display: block;
	background: url(../images/common/nav_border.gif) center top no-repeat;
}
#nav_global ul li a{
	line-height: 40px;
	text-decoration: none;
	color: #fff !important;
}
#nav_global ul li a:hover{
	border-bottom: 1px solid #fff;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
#footer{
	padding-top: 70px;
	background: url(../images/common/footer_bg.gif) center top repeat-x;
}
#footer .fltR{
	max-width: 500px;
	text-align: right;
}
#footer .fltR a{
	color: #000 !important;
	text-decoration: none;
	line-height: 30px;
}
#footer .fltR a:hover{
	opacity: 0.6;
}
#footer .copy{
	margin-top: 30px;
	line-height: 30px;
}
#pagetop{
	margin-bottom: 15px;
}
/* ----------------------------------------------------------

		main

---------------------------------------------------------- */
#main_image .inner{
	padding: 0 !important;
	position: relative;
}
#main_image .inner .maintxt{
	position: absolute;
	top: 42%;
	left: 1%;
	z-index: 100000;
	width: 50%;
}
#main_image .inner .maintxt img{
	width: 100%;
}
/* ----------------------------------------------------------

		contents

---------------------------------------------------------- */
.bornone td{
	padding: 0 !important;
	border: none !important;
}
.min_height{
	min-height: 200px;
}
.wrap1{
	border: 2px solid #27aa1e;
	border-radius: 5px;
	padding: 5px;
	background: url(../images/contents/contents_txt_bg.gif) center top;
}
.wrap2{
	border: 2px dashed #27aa1e;
	padding: 5px;
}
.top_fltL{
	float: left;
	width: 49%
}
.top_fltR{
	float: right;
	width: 49%
}
.top_title{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	position: relative;
	border-bottom: 5px double #27aa1e;
}
.top_title p{
	z-index: 10000;
	position: relative;
}
.top_title:after{
	content: "　";
	position: absolute;
	top: -35px;
	right: -13px;
	background: url(../images/contents/icon1.png) center top;
	display: block;
	width: 120px;
	height: 120px;
}
.top_title3{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	position: relative;
	border-bottom: 5px double #27aa1e;
}
.top_title3 p{
	z-index: 10000;
	position: relative;
}
.top_title3:after{
	content: "　";
	position: absolute;
	top: -35px;
	right: -13px;
	background: url(../images/contents/icon2.png) center top;
	display: block;
	width: 120px;
	height: 120px;
}
.top_txt1 b{
	display: inline-block;
	padding-left: 20px !important;
}
.top_wrap1 .box1{
	width: 48%;
}
.top_title2{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	border-bottom: 5px double #27aa1e;
}
.top_h2title h2{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 41px;
	background: url(../images/contents/h2title.png) left top no-repeat;
	padding-left: 40px;
}
.kuwasiku a{
	color: #27aa1e !important;
	text-decoration: none;
	font-weight: bold;
}
.kuwasiku a:hover{
	opacity: 0.6;
}
/* ----------------------------------------------------------

		side

---------------------------------------------------------- */
.menu_btn{
	border: 1px solid #777777;
	border-radius: 5px;
	padding-right: 20px;
}
.menu_btn a{
	display: block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	line-height: 40px;
	text-decoration: none;
	background: url(../images/common/s_btn_icon.png) right center no-repeat;
}
.menu_btn a:hover{
	color: #0760b0;
}
.news_title{
	text-align: center !important;
	max-width: 150px;
	margin: 0 auto !important;
	font-size: 16px;
	display: block;
	background: #fff;
	border-bottom: 2px solid #0760b0;
	position: relative;
	z-index: 10000;
}
.news{
	border: 1px solid #777;
	padding: 20px 10px 10px;
	border-radius: 5px;
	margin-top: -10px;
}
.scroll{
	overflow-y: scroll;
	padding: 10px;
	max-height: 170px;
}
.s_address{
	background: url(../images/common/s_bg.gif) center top;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}
.s_address address{
	margin-top: 10px;
	color: #fff;
	text-align: center;
}
.s_address address b{
	font-size: 20px;
	margin: 10px 0;
	display: inline-block;
}
.s_address address span{
	display: block;
	text-align: left !important;
	margin-bottom: 10px;
}
.s_contact{
	text-align: center;
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* anchor */
.anc li {
	float: left;
	margin-left: 10px;
	white-space: nowrap;
}
.anc a {
	background: #FEA31C;
	border-radius: 0 0 3px 3px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
.anc a:hover {
	background: #FEC21F;
}

/* a block button */
.btn a {
	background: #051D82;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
}
.btn a:hover {
	background: #4C60A9;
}

/* table list */
.tablelist td {
	background: url(../images/common/icon_circle_blue.png) no-repeat left 5px;
	padding: 0 15px 10px 15px !important;
}

/* bread list */
#bread {
	float: right;
}
#bread li {
	background: url(../images/common/icon_arrow_bread.png) no-repeat 4px center;
	float: left;
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 0 15px;
	text-align: left;
}
#bread li.home {
	background: none;
	padding: 0;
}

/* box design */
.box01 {
	border: 3px double #465cb5;
}
.box02 {
	border: 1px solid #D4D4D4;
}
.box03 {
  background-image: -moz-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(228,211,133) 0%, rgb(238,231,197) 100%);
  border: 2px solid #C3AF50;
}


/* table td design */
.tdbb01 td {
	padding: 10px 0 !important;
	border-bottom: 1px dotted #9FA974 !important;
}
.tdbb02 td {
	padding: 10px 0 !important;
}

/* border style */
/* border-left */
.bl01 {
	border-left: 2px solid #FFFFFF !important;
}
/* border-bottom */
.bb01 {
	border-bottom: 1px dotted #9FA974 !important;
}

/* img border */
.border01 img {
	border: 1px solid #9E876C;
	padding: 3px;
}
.border02 img {
	border: 3px solid #FFFFFF !important;
	box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
	-webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
	-moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6 );
}

/* box shadow */
.boxshadow01 {
	box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
	-moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3 );
}

/* text shadow */
.textshadow01 {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1),1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1),1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
}

.imgW100 img {
	width: 100% !important;
}


/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #051D82;
	border-bottom: 1px solid #051D82;
	color: #051D82;
	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.png) no-repeat 10px 12px #051D82 !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.png) no-repeat 10px 12px #4C60A9 !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,
.item_info {
	color: #ffffff;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
	color: #ffffff;
	border-top: 2px solid #ffffff;
}
.shop_cont a,
.item_info a {
	color: #ffffff;
}
.shop_cont a:hover,
.item_info a:hover {
	color: #dce9f5;
}
.item_title h2 {
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.number {
	color: #ffffff;
}
.number input {
	color: #000000;
}
/*----------------------------------------------------------------追加*/
.waku1{
	border: 2px solid #27a81e;
	padding: 20px;
	border-radius: 10px;
	background: #f8fdf9;
}
.waku1 b{
	background: #27a81e;
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	border-radius: 5px;
}



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#contents {
	padding: 45px 10px;
}
#col_main {
	border-left: none !important;
	padding-left: 0px !important;
	padding-bottom: 45px
}

/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tb_tbl_block table td {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
}


/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
#header .inner{
	padding-top: 15px;
	padding-bottom: 20px;
}
#header .fltL{
	float: none;
	margin-top: 50px;
}
#header .fltR{
	float: none;
	max-width: 100%;
	margin: 10px auto 0;
}

/* ----------------------------------------------------------

		Nav

---------------------------------------------------------- */

/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
#footer{
	padding-top: 50px;
}
#footer .fltL{
	float: none;	
}
#footer .fltR{
	float: none;
	max-width: 100%;
	text-align: center;
	margin-top: 20px;
}
#footer .fltR a{
	color: #000 !important;
	text-decoration: none;
	line-height: 30px;
}

/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
#main #col_main,
#main #col_side1 {
	float: none;
	width: 100%;
}
#main #col_main {
	padding: 0 0 30px;
}
.s_btn_top{
	text-align: center !important;
}
.s_address img{
	display: block;
	text-align: center !important;
	margin: 0 auto !important;
}
.s_address address span{
	text-align: center !important;
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* img Width */
.tbImgW47p div {
	width: 47% !important;
}
.tbImgW47p div img {
	width: 100% !important;
}

/* anchor */
.anc li {
	margin: 0 10px 10px 0;
}
.anc a {
	border-radius: 0;
}



/* 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;
}
.ColLeft,
.ColRight {
	float: none;
	width: 100% !important;
}
.spnone {
	display: none;
}

/* ----------------------------------------------------------

		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

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Nav

---------------------------------------------------------- */

/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
#footer .fltR{
	display: none;
}

/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
/* ----------------------------------------------------------

		contents

---------------------------------------------------------- */
.top_fltL{
	float: none;
	width: 100%;
	margin-top: 30px;
}
.top_fltR{
	float: right;
	width: 100%;
	margin-top: 30px;
}
.top_title{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	position: relative;
	border-bottom: 5px double #27aa1e;
}
.top_title p{
	z-index: 10000;
	position: relative;
}
.top_title:after{
	content: "　";
	position: absolute;
	top: -35px;
	right: -13px;
	background: url(../images/contents/icon1.png) center top;
	display: block;
	width: 120px;
	height: 120px;
}
.top_txt1 b{
	display: inline-block;
	padding-left: 20px !important;
}
.top_wrap1 .box1,.top_wrap1 .box1 img{
	width: 95% !important;
	text-align: center !important;
}
.top_wrap1 .box2{
	height: 20px;
}
.top_h2title h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	background: none;
	padding-left: 0px;
	border-bottom: 2px solid #27aa1e;
}
/* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
.sort_catalog {
	margin: 0 !important;
	width: auto !important;
}
.sort_catalog_box {
	padding: 0 !important;
	margin: 0 0 30px !important;
	width: 100% !important;
}


/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* tablet img Width reset */
.tbImgW47p div {
	width: 100% !important;
}
.spW100 img {
	width: 100% !important;
}

/* anchor */
.anc li {
	border-bottom: 1px solid #FEFADC;
	float: none;
	margin: 0;
}
.anc a {
	border-radius: 0;
	text-align: center;
}

/* image hidden */
.spimgnone img {
	display: none;
}

/* smartphone END ################################################## */
}


/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* text-align */
.taR { text-align: right; }

/* 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;
}