/*====================================================
共通
====================================================*/
.sp_search_box{
	display:none;
}

.product_search_box{
	margin-bottom:40px;
	padding:12px 20px;
	background-color:#f2f2f2;
	border:1px solid #d4d4d4;
}

.product_search_box dl{
	zoom: 100%;
}

.product_search_box dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product_search_box dt{
	float:left;
	margin-right:10px;
}

.product_search_box dt img{
	width:92px;
}

.product_search_box dd{
	float:left;
}

.product_search_box input[type="text"]{
	width:376px;
	height:24px;
	line-height:24px;
	margin-right:4px;
	padding:0 10px;
	vertical-align:middle;
	color:#7f7f7f;
	box-shadow:none;
	border-radius:0;
	border:1px solid #c8c8c8;
}

.product_search_box input[type="image"]{
	width:52px;
	padding:0 52px;
	vertical-align:top;
	box-shadow:none;
	border-radius:0;
	background-color:#1389A5;
}


/*WEBカタログボタン*/
.btn_webcatalog{
	width:78px;
}

/*詳細テーブル*/
.tbl_detail{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.tbl_detail th{
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background-color:#f2f2f2;
}

.tbl_detail td{
	padding:5px;
	vertical-align:top;
	border-left: 1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

/*ページャー*/
.pager_area{
	margin-top:50px;
	position:relative;
	overflow:hidden;
}

.pager{
	position:relative;
	left:50%;
	float:left;
}

.pager li{
	position:relative;
	left:-50%;
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 3px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.pager li a{
	display:block;
	width:30px;
	height:30px;
}

/*.pager li a:hover{
	background-color:#F1FAF9;
}
*/
.pager li.prev,.pager li.next{
	width:84px;
}

.pager li.prev a,.pager li.next a{
	width:84px;
}

.pager li.current{
	color:#ffffff;
	font-weight:bold;
	background-color:#009c74;
}

.sp_prev,.sp_next{
	display:none;
}


/*====================================================
商品紹介
====================================================*/
.link_product_list{
	zoom: 100%;
	margin:40px 0;
}

.link_product_list:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.link_product_list li{
	width:330px;
}

.link_product_list li.new{
	float:left;
}

.link_product_list li.rec{
	float:right;
}

.product_showcase{
	width:699px;
	margin-left:2px;
}

.product_showcase li{
	float: left;
	width:232px;
/*	height:300px;*/
	margin:-1px 0 0 -1px;
	border:1px solid #d4d4d4;
}

.product_showcase .name{
	padding:16px;
	font-size:15px;
	font-weight:bold;
	border-top:3px solid #009d72;
	border-bottom:1px solid #d4d4d4;
	background-color:#f1faf9;
}

.product_showcase li a{
	color:#262626;
}

.product_showcase .img_txt_area{
	width:204px;
	margin:15px 0 0 16px;
}

.product_showcase .img{
	width:198px;
	height:138px;
	margin-bottom:12px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.product_showcase .txt{
	font-size:90%;
}

.link_establishment{
	margin-top:45px;
	border:1px solid #d4d4d4;
}

.link_establishment .txt{
	float:left;
	width:350px;
	padding:18px 25px 0 25px;
	font-size:93%;
}

.link_establishment h3{
	width:122px;
	margin-bottom:15px;
}

.link_establishment .img{
	float:right;
	width:300px;
}

.link_establishment .btn{
	width:247px;
	margin:12px auto 0 auto;
}


/*====================================================
商品一覧
====================================================*/
/*商品リスト*/
.product_list{
	width:699px;
	height: auto;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}

.product_list li{
	float: left;
	width:232px;
	border:1px solid #d4d4d4;
	border-top:none;
	border-right:none;
}


.product_list .name{
	display:table-cell;
	width:200px;
	line-height:1.4;
	padding:11px 16px;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
	border-top:3px solid #009d72;
	border-bottom:1px solid #d4d4d4;
	background-color:#f1faf9;
}

.product_list .img_txt_area{
	width:200px;
	margin:15px;
}

.product_list .img{
	height:200px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.product_list .img img{
	max-height:200px;
}

.product_list .number_area{
	zoom: 100%;
	margin:15px 0;
}

.product_list .number_area:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product_list .number{
	float:left;
	width:115px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#009d72;
}

.product_list .btn{
	float:right;
}

.product_list .txt{
	line-height:1.4;
	font-weight:bold;
	font-size:12px;
	min-height:35px;
}

.product_list .tbl_detail{
	margin-top:15px;
	font-size:11px;
}

.product_list .tbl_detail th{
	min-width:40px;
}

.product_list .btn_detail{
	margin-top:15px;
	text-align:center;
}

.product_list .btn_detail img{
	height:27px;
}


/*====================================================
商品詳細
====================================================*/
/*詳細トップ*/
.product_detail .img_txt_area{
	zoom: 100%;
}

.product_detail .img_txt_area:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product_detail .img_area{
	width:200px;
	float:left;
}

.product_detail .img_area .imgL{
	height:200px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.product_detail .imgL img{
	max-height:200px;
}

.product_detail .imgS li{
	float:left;
	width:34px;
	height:34px;
	margin-right:5px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.product_detail .imgS img{
	max-height:34px;
}

.product_detail .imgS .last{
	margin-right:0;
}

.product_detail .txt_area{
	width:482px;
	float:right;
}

.product_detail .txt_area .caption{
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}

.product_detail .txt_area .txt{
	margin-bottom:15px;
	font-size:14px;
}

.product_detail .tbl_detail th{
	padding:7px;
}

.product_detail .tbl_detail td{
	padding:7px;
}

.product_detail .btn_area{
	text-align:right;
	margin:15px 0;
}

.detail_img_area{
	padding:30px 10px;
	text-align:center;
	font-size:16px;
	border:1px solid #d4d4d4;
	background-color:#f7f7f7;
}

.detail_img_area li{
	float:left;
	font-weight:bold;
	width:280px;
	margin:0 30px;
}

.detail_img_area li .img{
	text-align:center;
	margin-bottom:8px;
}

.detail_img_area .txt{
	margin-top:20px;
}

.detail_img_area .txt p{
/*	width:300px;*/
	width:45%;
	margin:0 auto;
}

/*Q&A*/
.question_area{
	margin-top:40px;
	background-color:#f1faf9;
}

.question_area ul{
	padding:15px;
}

.question_area li{
	margin-bottom:18px;
	padding:3px 0 2px 40px;
	background: transparent url("../images/icon_q.png") 0 0 no-repeat;
}

.question_area li span.arrow{
	display:none;
}

/*関連商品テキスト*/
.related_txt_area{
	margin:40px 0 0 0;
	min-height:164px;
	padding:0 56px;
}

.related_txt_area .txt{
	width:440px;
	margin-top:-152px;
	margin-left:86px;
	padding:15px 15px 15px 40px;
	font-size:18px;
	border:4px solid #079c72;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background-color:#f1faf9;
}

.related_txt_area .txt a{
	text-decoration:underline;
}

.related_txt_area .character{
	width:126px;
}

/*関連商品画像*/
.related_img_area{
	margin-top:35px;
}

.related_img_area ul{
	zoom: 100%;
	margin-top:15px;
	border-left:1px solid #d4d4d4;
}

.related_img_area ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.related_img_area li{
	float:left;
	width:164px;
	padding:10px 5px;
	text-align:center;
	border-right:1px solid #d4d4d4;
}

.related_img_area .img{
	margin-bottom:16px;
}

.related_img_area .img img{
	height:80px;
}

.related_img_area a{
	font-weight:bold;
	text-decoration:underline;
}

.related_img_area .btn{
	margin-top:12px;
}


/*====================================================
商品設置例　一覧
====================================================*/
.img_map_area{
	margin-bottom:30px;
}

.img_map_area .txt_map{
	padding:14px;
	height:104px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:16px;
	border:1px solid #d4d4d4;
}

.txt_map .txt_default{
	width:435px;
	height:56px;
	margin:24px auto;
	padding:5px 0 0 85px;
	background: transparent url("../images/commodity/icon_arrow_map_txt.png") 0 center no-repeat;
}

.txt_map .txt_change{
	display:none;
	zoom: 100%;
	height:104px;
}

.txt_map .txt_change:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.txt_map .txt_change .img{
	float:left;
	max-width:170px;
}

.txt_map .txt_change .img.small{
	max-width:104px;
}

.txt_map .txt_change .txt{
	float:left;
	margin-left:30px;
	width:472px;
}

.txt_map .txt_change .name{
	margin-bottom:3px;
	color:#F15A24;
	font-size:20px;
}

.establishment_list li{
	float:left;
	width:130px;
	margin:0 10px 12px 0;
	border:1px solid #d4d4d4;
}

.establishment_list li.last{
	margin-right:0;
}

.establishment_list li a{
	color:#262626;
}

.establishment_list .txt{
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#f1faf9;
	border-top:2px solid #069D72;
}

map .gate01{
}

/*====================================================
商品設置例　詳細
====================================================*/
.establishment_detail_list{
	width:700px;
	margin:0 0 50px 1px;
}

.establishment_detail_list li{
	float: left;
	width:174px;
	border:1px solid #d4d4d4;
	margin:-1px 0 0 -1px;
}

.establishment_detail_list li a{
	display:block;
	color:#262626;
}

.establishment_detail_list .name{
	display:table-cell;
	padding:11px;
	width:152px;
	height:40px;
	line-height:1.4;
	vertical-align:middle;
	font-weight:bold;
	border-top:3px solid #009d72;
	border-bottom:1px solid #d4d4d4;
	background-color:#f1faf9;
}

.establishment_detail_list .img_txt_area{
	width:152px;
	padding:11px;
}

.establishment_detail_list .img{
	width:150px;
	height:150px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #d4d4d4;
}

.establishment_detail_list .number_area{
	zoom: 100%;
	margin:10px 0;
}

.establishment_detail_list .number_area:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.establishment_detail_list .number{
	width:85px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#009d72;
}

.establishment_detail_list .data{
	margin-top:8px;
	height:58px;
	font-size:11px;
}

.establishment_detail_list .data span{
	font-weight:bold;
}

/*空用*/
.establishment_detail_list li.empty{
	display:none;
}


/*====================================================
熱中症対策用品
====================================================*/
.page_ttl_area-heatstroke{
	background: url(../images/bg_page_ttl_sum.jpg);
}
.page_ttl_area-heatstroke .page_ttl{
	top: 26px;
}
.page_ttl_area-heatstroke span{
	font-size: 18px;
	font-weight: normal;
}
.product_list-heatstroke{
	width: 700px;
	border: none;
}
.product_list-heatstroke .name{
    border-top: 3px solid #1a2287;
    border-bottom: 1px solid #d2ecfc;
	background-color: #00a0e9;
	color: #fff;
}
.product_list-heatstroke .img{
	border: none;
}
.product_list-heatstroke li {
	border: none;
    border-left: 1px solid #d2ecfc;
    border-bottom: 1px solid #d2ecfc;
}
.product_list-heatstroke li:nth-child(3n){
    border-right: 1px solid #d2ecfc;
}
.product_list-heatstroke li:last-child{
    border-right: 1px solid #d2ecfc;
}
.product_list-heatstroke li a {
	display: block;
	width: 100%;
	height: 100%;
}
.heatstroke {
	text-align: center;
    border: 1px solid #d4d4d4;
    background-color: #f7f7f7;
}
.heatstroke .tab {
	display:table;
	width:96%;
	margin:1em auto 2em;
}
.heatstroke .tab li {
	display:table-cell;
	width:14.2%;
	text-align:center;
}
.heatstroke .tab li a{
	display: block;
	width: 96%;
	padding: 0.5em 0;
	position: relative;
	background-color: #A0B7DC;
	background-position: center center;
	background-size: auto 150%;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 2px #666;
}
.heatstroke .tab li a:after{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 1em 0 0;
	border-color: #f7f7f7 transparent transparent transparent;
}
.heatstroke .tab li a:hover {
	background-color: #1389A5;
}
.heatstroke .tab li:nth-child(1) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item01.png);
}
.heatstroke .tab li:nth-child(2) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item02.png);	
}
.heatstroke .tab li:nth-child(3) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item03.png);	
}
.heatstroke .tab li:nth-child(4) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item04.png);	
}
.heatstroke .tab li:nth-child(5) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item05.png);	
}
.heatstroke .tab li:nth-child(6) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item06.png);	
}
.heatstroke .tab li:nth-child(7) a{
	background-image: url(../images/commodity/heatstroke/heatstroke_item07.png);	
}



.heatstroke .img_box {
	width:100%;
	position:relative;
}
.heatstroke .img_box .img_heatstroke{
	width:60%;
	margin:100px auto 250px 120px;
}

.heatstroke .img_box .border{
}
.heatstroke .img_box .border li{
	position: absolute;
	width: 140px;
	height:14px;
	display: block;
	text-align: right;
	color: #A0B7DC;
	line-height: 14px;
	z-index:1;
}
.heatstroke .img_box .border li:before {
	content: "";
    display: block;
    border-top: solid 2px #A0B7DC;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 5px;
	right:0.5em;
    z-index: 1;
}
.heatstroke .img_box .border li:nth-child(1){
	top:110px;
	left:140px;
}
.heatstroke .img_box .border li:nth-child(2){
	top:120px;
	right:160px;
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	transform: rotate(150deg);
}
.heatstroke .img_box .border li:nth-child(3){
	top:310px;
	left:80px;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.heatstroke .img_box .border li:nth-child(4){
	top:410px;
	right:125px;
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg);
}

.heatstroke .img_box .fukidashi{
}
.heatstroke .img_box .fukidashi li{
	position:absolute;
	width:140px;
	z-index:10;
}
.heatstroke .img_box .fukidashi li span{
	display: block;
	width: 80%;
	padding: 0.5em 0 0;
	position: relative;
	background-color: #A0B7DC;
	color: #0003A8;
	font-weight: 700;
	font-size:16px;
}
.heatstroke .img_box .fukidashi li span:after{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 1em 0 0;
	border-color: #f7f7f7 transparent transparent transparent;
}
.heatstroke .img_box .fukidashi li .imgbox {
	border:10px solid #A0B7DC;
	background-color: #fff;
}
.heatstroke .img_box .fukidashi li:nth-child(1){
	top:10px;
	left:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(2){
	top:10px;
	right:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(3){
	top:200px;
	left:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(4){
	top:400px;
	right:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(5){
	top:400px;
	left:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(6){
	top:600px;
	left:40px;
}
.heatstroke .img_box .fukidashi li:nth-child(7){
	top:600px;
	right:40px;
}
