@charset "utf-8";
.clear{
clear:both;
}

.center{
text-align:center;
}

.right{
text-align:right;
}

.left{
text-align:left;
}

.mgt10{
	margin-top: 10px;
}

.mgt20{
	margin-top: 20px;
}
.font23{
	font-size: 23px;
}

.guide{
	margin-top: 30px;
}
.subcontent h3{
	border-bottom:2px solid #1a2d6b;
	line-height:1.4;
	color:#1a2d6b;
	margin-bottom: 20px;
	font-size: 18px;
	
}
.subcontent h4{
	border-bottom:1px dotted #1a2d6b;
	font-weight: normal;
	margin-bottom: 15px;
	color:#1a2d6b;
	margin-top: 20px;
}
.guide_link{
	width: 100%;
	margin: auto;
}
.guide_link li{
	width: 48%;
	float: left;
	margin-bottom: 4%;
	margin-right: 4%;
	color: #1a2d6b;
}
.guide_link li a{
	display: block;
	background: #1a2d6b;
	color: #fff;
	text-align: center;
	padding: 5px 0 3px;
	border: 1px solid #1a2d6b;
	transition: all  0.5s ease;
	font-size: 13px;
}
/*
.guide_link li a:hover{
	background: #1a2d6b;
	color: #fff;
	border: 1px solid #1a2d6b;
}
*/
.guide_link li:nth-child(2n){
	margin-right: 0;
}
.guide_link li:nth-child(5){
	width: 100%;
}

.guide dl{
	margin-bottom:40px;
}
.guide dl dt{
	font-size: 15px;
    margin:10px 0;
    color: #1a2d6b;
    padding: 3px 8px;
    background: transparent;
    border-left: solid 5px #1a2d6b;
    line-height: 17px;
    font-weight: bold;
}
.guide dl dd{
	margin-top:10px;
	margin-bottom:50px;
}
.guide dl dd img{
	margin:10px 0 0;
}
.guide dl dd a{
	color:#0b50e4;
	text-decoration: underline;
}
.guide dl dd a:hover{
	color:#ee7700;
}
.guide dl dd span{
	color:#444444;
	padding:0 3px;
	font-size:13px;
}
.attentionlist{
margin-bottom: 40px;
}

.attentionlist li{
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size:14px;
}
.attentionlist li ul li{
	list-style-type: circle;
}

.postage{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.postage th{
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px 0 2px;
}

.postage td{
	padding: 7px 10px 6px;
	text-align: center;
}



.hozon{
	margin-top: 20px;
}
.hozon dt{
	font-weight: bold;
	color: #1a2d6b;
	padding: 5px 0 3px 5px;
	border-bottom: 1px dashed #1a2d6b;
	font-size: 17px;
}
.hozon dd{
	padding: 10px 0px;
	margin-bottom: 20px;
}
.hozon dd p{
	font-size: 13px;
	background: #eee;
	padding: 10px;
	margin-top: 20px;
}
.hozon dd span{
	font-weight: bold;
}

.takikata{
	overflow: hidden;
}

.takikata li{
	margin: 30px 0;
	overflow: hidden;
}

.takikata li img{
	width: 40%;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

.takikata li p span{
	display: block;
	font-weight: bold;
	color: #1a2d6b;
	font-size: 18px;
}


.link3{
	margin: 20px 0;
}
.link3 a{
	width: 60%;
	margin: auto;
	border: 1px solid #1a2d6b;
	display: block;
	padding: 5px 0 3px;
	text-align: center;
	transition: 0.5s;
	background: #1a2d6b;
	color: #fff;
}
.link3 a:hover{
	border: 1px solid #1a2d6b;
	background: #fff;
	color: #1a2d6b;
}
.kankyuo_table{
	font-size: 13px;
	margin: 20px 0 35px;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.kankyuo_table th{
	background: #eee;
	padding: 8px 0;
	font-weight: normal;
}
.kankyuo_table td{
	text-align: center;
	padding: 8px 0;
	border-right: 1px solid #eee;
}
.kankyuo_table td.border{
	border-left: 1px solid #eee;
}

.ft15{
	font-size: 15px;
}
.privacy ul{
	font-size: 13px;
	margin-top: 30px;
}
.privacy ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
.privacy dl{
	font-size: 13px;
	margin-top: 30px;
}
.privacy dt{
	font-weight: bold;
	margin-bottom: 5px;
	color: #1a2d6b;
}
.privacy dd{
	margin-bottom: 25px;
}
.bold{
	font-weight: bold !important;
}
.red{
	color: #c90000 !important;
}
.fts18 {
    font-size: 18px !important;
}



.faqlist {
    margin: 20px auto;
    overflow: hidden;
}
.faqlist dt{
    margin: 15px 0 25px;
    cursor:pointer;
    font-size: 14px;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px dashed #00297d;
    background: url("../images/faq/q.jpg") top left no-repeat;
    background-size: 30px 28px;
}
.faqlist dd{
    display:none;
    padding: 0 5px 3px 40px;
    background: url("../images/faq/a.jpg") top left no-repeat;
    background-size: 30px 28px;
    margin: 10px 0 40px;
}
.faqlist dd a{
	text-decoration: underline;
}
.tab{
	width: 100%;
	overflow:hidden;
padding-top: 20px;
}
.tab li{
	width:49%;
	background:#ccc;
	float:left;
	margin-right:2px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0 8px;
	margin-bottom: 2px;
}
.tab li:nth-child(even){
	margin-right: 0;
}

.tab li.select{
	background:#1a2d6b;
	color: #fff;
}
.content li{ 
}
.hide {
	display:none;
}
.mgt40{
	margin-top: 40px;
}
.link2{
	width: 70%;
	margin: 30px auto 0;
	border-radius: 3px;
	text-align: center;
}

.link2 a{
	border: 1px solid #1a2d6b;
	display: block;
	padding: 8px 0 6px;
	background: #1a2d6b;
	color: #fff;
	border-radius: 3px;
}

.link2 a:hover{
	border: 1px solid #1a2d6b;
	background: #fff;
	color: #0c294d;
}
.mgt60{
	margin-top: 60px !important;
}
.ft20{
	font-size: 20px;
}
.title01{
	font-weight: bold;
	color: #1a2d6b;
}
.kankyou_mark img{
	vertical-align: middle;
}
.text02{
	font-size: 20px !important;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	color: #1a2d6b;
}

.photolist{
	overflow: hidden;
	width: 90%;
	margin-top: 40px;
	margin: 40px auto 0;
}

.photolist li{
	width: 100%;
	margin-bottom: 25px;
}

.photolist li img{
	width: 100%;
	height: auto;
}


.top_product ul{
	overflow: hidden;
	width: 95%;
	margin: 30px auto ;
}

.top_product ul li{
	float: left;
	width: 49%;
	margin: 0 2% 50px 0;
	text-align: center;
	color: #0c294d;
}

.top_product ul li:nth-child(2n){
	margin: 0 0 50px 0;
}

.top_product ul li:nth-child(2n+1){
	clear: both;
}

.top_product ul li img{
	width: 100%;
}
.top_product ul li .type{
	font-size: 16px;
	font-weight: bold;
}
.top_product ul li .type2{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.top_product ul li span.amount{
	margin-left: 5px;
}

.top_product ul li .link{
	width: 90%;
	margin: 10px auto 0;
	border-radius: 3px;
}

.top_product ul li .link a{
	border: 1px solid #1a2d6b;
	display: block;
	padding: 3px 0 1px;
	font-size: 13px;
	background: #1a2d6b;
	color: #fff;
	border-radius: 3px;
}

.top_product ul li .link a:hover{
	border: 1px solid #1a2d6b;
	background: #fff;
	color: #0c294d;
}





/*************
/商品シングルページ
*************/


#detailInfo h4.title{
	font-size: 20px !important;
	font-weight: bold !important;
	
}
#detailInfo p{
	font-size: 15px;
}
.set{
	background: #1a2d6b;
	color: #fff;
	padding: 8px 0 5px !important;
	width: 380px !important;
	margin: auto !important;
	text-align: center;
	font-size: 17px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	letter-spacing: 1px !important;
}
.set_text{
	color: #1a2d6b;
	text-align: center;
	font-weight: bold !important;
	font-size: 19px !important;
}
.set_text span{
	font-size: 13px !important;
}

.attention{
	text-align: center;
	font-size: 13px !important;
	margin-top: 5px !important;
}
.kankyou{
	margin-top: 50px !important;
}

.page_list{
	padding-top: 20px !important;
	width: 100%;
	margin: auto !important;
}
.page_list li{
	float: left !important;
	width: 30% !important;
	margin-right:5% !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page_list li:last-child{
	margin-right:0 !important;
}
.page_list li img{
	width: 100%;
}
.page_list li p{
	font-size: 11px;
	text-align: center;
}

.back_eee{
	background: #eee;
	padding: 10px 8px !important;
}
.page_list li .type{
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}
.page_list li .type2{
	font-size: 11.2px;
	font-weight: bold;
}

.page_list li span.amount{
	margin-left: 5px;
}

.page_list li .link{
	width: 90%;
	margin: 10px auto 50px;
	border-radius: 3px;
	text-align: center;
	line-height: 17px;
}

.page_list li .link a{
	border: 1px solid #1a2d6b;
	display: block;
	padding: 5px 0 3px;
	font-size: 13px;
	background: #1a2d6b;
	color: #fff;
	border-radius: 3px;
}

.page_list li .link a:hover{
	border: 1px solid #1a2d6b;
	background: #fff;
	color: #0c294d;
}
.mgt30{
	margin-top: 30px !important;
}
.mgt50{
	margin-top: 50px !important;
}

.mgt_20{
	margin-top: -20px !important;
}
.f_left{
	float: left;
}
.mgr10{
	margin-right: 10px;
}
.ft13{
	font-size: 13px !important;
}
.lognow{
	position: absolute;
	top: 20px;
	right: 65px;
	font-weight: bold;
}
.kyuugyou{
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.kyuugyou span{
font-weight: normal;
    display: block;
    margin-top: 10px;
    line-height: 24px;
    text-align: left !important;
    font-size: 13px;
   }



.multiTopicPath ul{
	padding-top: 10px;
	padding-left: 10px;
}
.multiTopicPath li{
	float: left;
}
.current{
	padding-left: 20px;
}
.itemSection{
	border: none;
}
.heading{
/* 	display: none; */
}

h2.heading.newHeading {
  text-align: center;
}
#itemReview {
  text-align: center;
}
#itemReview h3{
	text-align: center;
	font-size: 16px;
}
.reviewBtn {
  width: 60%;
  margin: 0 auto;
}
.reviewBtn a{
  padding: 5px !important;
	background: #0c294d !important;
}
.amount{
	font-size: 16px;
}
.amount dd input{
	padding: 8px 0;
	font-size: 13px;
}
#M_usualValue{
	letter-spacing: 1px;
}
.itemName{
text-align: center;
margin-bottom: 5px;
font-weight: bold;
font-size: 19px;
}
.cartBox{
	width: 80%;
	margin: auto;
	padding: 10px;
}
.btnShopping{
border: 1px solid #1a2d6b;
}
.cartMenu li {
	color: #fff;

}
.btnWrap a{
	display: block;
	text-align: center;
	margin: auto;
	letter-spacing: 1px;
}
.btnSubmit, .btnSubmit:link{
	width: 72%;
}
.cartMenu li a{
	background: #1a2d6b;
color: #fff;
font-size: 17px;
padding: 10px 0;
margin-bottom: 10px;
margin: auto;
display: block;
text-align: center;
	letter-spacing: 1px;

}
.btnShopping, .btnShopping:link, .btnShopping:visited, .btnShopping:active, .btnTop, .btnTop:link, .btnTop:visited, .btnTop:active{
border: 1px solid #1a2d6b;
color: #fff;
width: 90%;
font-size: 17px;
padding: 10px 0;
}
.noItem{
	text-align: center;
}
#login header h1{
	font-size: 20px;
font-weight: normal;
padding: 10px 0px 8px 10px;
background: #0c294d;
	color: #fff !important;
}





.matomegai{
	display: none;
}
/*
.matomegai a{
	cursor: none;
	color: #fff;
	border: 1px solid #fff;
}
*/
#list_item {
	clear: both;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}
#list_item li{
	width: 45%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10%;
}
#list_item li .listImg{
	margin-bottom: 10px;
}
#list_item li .price{
color: #1a2d6b;
text-align: left;
font-size: 15px !important;
}
#list_item li .itemDetail{
	font-size: 12px;
	text-align: left;
}

#list_item li:nth-child(even){
	margin-right: 0;
}
.searchFormWrap{
	clear: both;
}
.searchForm{
	clear: both;
}
.searchBtn{
	background: #989898;
	color: #fff;
	padding: 8px 15px;
}
.currentName{
	position: relative;
	color: #1a2d6b;
}
.btnCart, .btnRestock{
	background: url("../images/common/cart_btn.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
    border: none;
text-indent: -9999px;
}
.reviewItemImg,.reviewItemUnit{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.reviewForm input{
	padding: 10px;
	float: left;
	width: 90%;
	font-size: 15px;
}
.reviewForm{
	padding-top: 20px;
	width: 90%;
	margin: auto;
}
.reviewForm dt{
	font-size: 16px !important;
	clear: both;
	font-weight: bold;
}
.reviewForm dd{
	clear: both;
	padding-bottom: 20px;
}
.reviewContent p{
	text-align: center;
}
.required{
	color: #d90000;
	font-size: 14px;
	margin-left: 10px;
}
.captionTxt{
	padding: 5px 0 0 10px;
	overflow: hidden;
	text-align: left !important;
}
.captionTxt span{
}

.catTit{
	padding: 20px 0 0;
	text-align: center;
	font-size: 17px;
}
.reviewText{
	width: 100%;
	height: 150px;
	font-size: 15px;
}
.reviewRate{
	padding: 10px 0;
}
.reviewRate div{
	float: left;
	margin: 0 5px;
	padding: 5px 5px;
/* 	background: #eee; */
}
a.btnPost{
	width: 80%;
	margin: auto;
	background: #1a2d6b;
	padding: 8px 0px 6px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	display: block;
	
}
#back a.btn{
	width: 80%;
	margin: auto;
	background: #9d9d9d;
	padding: 8px 0px 6px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	display: block;
	margin-top: 20px;
}

.contactLink {
	text-align: center !important;
}
.itemImg {
  padding: 0 15%;
}
.salesPrice,.itemAmount{
	width: 90%;
	margin: 0 auto;
}
/* 販売店情報・掲載情報 */
.shop-info-text{
	margin-top: 30px;
	font-size: 16px;
	padding-bottom: 5px;
}
.icon-shop,.icon-lineup,.icon-access{
	display: block;
}
.icon-shop::before{
  margin:0 1% 5px 0;
  content:"販売場所";
  display:inline-block;
  background:#b4202e;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.icon-lineup::before{
  margin:0 1% 5px 0;
  content:"販売中の商品";
  display:inline-block;
  background:#1a2d6b;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.icon-access::before{
  margin:0 1% 5px 0;
  content:"アクセス";
  display:inline-block;
  background:#666;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.fa-map-marker{
	font-size: 18px;
	color: #b4202e;
}

.shop-box,.media-box{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}
.shop-name,.media-name{
	font-size: 16px;
}
.shop-lineup{
	margin-top: 10px;
	font-size: 16px;
}
.shop-text,.media-text{
	margin-top: 10px;
	font-size: 16px;
}
.shop-photo{
	width: 100%;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.shop-photo li{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.shop-photo li img{
	width: 100%;
}
.shop-photo li:nth-child(2){
	margin-right: 0;
}
.shop-place{
	margin-top: 10px;
	font-size: 16px;
}
#shop-media{
	margin-top: 50px;
}
.fa-newspaper{
  font-size: 24px;
  color: #b4202e;
  vertical-align: middle;
}
.media-link{
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
}
.icon-news::before{
  margin:0 1% 5px 0;
  content:"新聞";
  display:inline-block;
  background:#b4202e;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.icon-web::before{
  margin:0 1% 5px 0;
  content:"web";
  display:inline-block;
  background:#1a2d6b;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.media-photo{
	margin-top: 20px;
}
.fa-external-link-square{
	color: #b4202e;
}

.border-dot{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid;
	margin: 30px 0;
}
.multiTopicPath li span{
	display: none;
}
.itemName span{
	font-weight: normal !important;
	font-size: 13px !important;
	display: block;
}
.snsBtn li:last-child{
	margin-left: -33px;
}

/* 新聞について */
.news-contact{
/* 	display: none; */
	width: 94%;
	margin: 20px auto 0;
	text-align: center;
	padding: 7px 3% 5px;
	font-weight: bold;
}


.tablemodule table, .tablemodule tr, .tablemodule th, .tablemodule td {
    border: 1px solid #000;
    vertical-align: middle;
}






