/*****************************************************************************
CSS only for https://sumai.panasonic.jp/ 
*****************************************************************************/

/* mod_tab_jirei */
.mod_section .mod_tab_jirei{
  margin: 10px 0 20px 0;
  line-height: 1;
  font-size: 1em;
}
#jirei_list_load p{
  font-size: 14px;
}
.mod_tab_jirei ul{
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_jirei ul{
    margin: 0 10px -20px 10px;
  }
}
.mod_tab_jirei ul li{
  float: left;
  width: 220px;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.3;
  position: relative;
}
.mod_tab_jirei ul li:last-child{
    margin: 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
.mod_tab_jirei ul li{
  /*float: none;
  width: 100%;*/
  float: left;
  width: 45%;
  padding: 0 0 20px 0;
  margin: 0 7% 0 0;
}
.spn .mod_tab_jirei ul li:nth-child(2n) {
  margin-right: 0;
}
.spn .mod_tab_jirei ul li:not(:first-child){
  display: inline-block;		
}
/*
.spn .mod_tab_jirei ul li:first-child{
    padding: 0;
}*/
}
.mod_tab_jirei ul li .kekkaThum img{
  width:210px;
  border: solid 5px #FFF;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_jirei ul li .kekkaThum{
    text-align: center;
    background-color: #FFF;
  }
  .mod_tab_jirei ul li .kekkaThum img{
    /*border: 5px solid #ffffff;*/
  height: auto!important;
  width: auto !important;
  }
}
.mod_tab_jirei ul li .kekkaThum_txt{
  margin: 10px 0 10px 0;
  font-size: 12.6px;
}
.mod_tab_jirei ul li .kekkaThum_txt a:link    {color:#333;}
.mod_tab_jirei ul li .kekkaThum_txt a:visited {color:#333;}
.mod_tab_jirei ul li .kekkaThum_txt a:hover   {color:#333;}
.mod_tab_jirei ul li .kekkaThum_txt a:active  {color:#333;}

.mod_tab_jirei ul li .kekkaThum_txt2{
  display: none;
}
.mod_tab_jirei ul li .kekkaThum_txt2 img{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 119px;
  height: auto;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_jirei ul li .kekkaThum_txt2 img{
    position: static;
    margin-top: 10px;
  }
}
/* .mod_section_title */
.mod_section_title p.mod_section_title_link{
 font-size: 14px;
}
/*  mod_section_title-sp */
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
.mod_section_title-sp .section-inner{
  	margin: 0 2.60416% !important;
}
.mod_section_title-sp .btn {
	width: 100%;
	box-sizing: border-box;
	border: #adadad 1px solid;
}
.mod_section_title-sp .btn a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0px 20px 0;
	display: block;
	position: relative;
}
.mod_section_title-sp .btn a:after {
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
	margin: 0 0 0 10px;
}
}
/*  mod_tab_hiyou*/
.mod_tab_hiyou{
  margin: 0 auto;
  margin-bottom: 20px;
  width: 800px;
  box-sizing:border-box;
  border: solid 1px #adadad;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_hiyou{
    margin: 0 10px 20px 10px;
    width:auto;
  }
}
.mod_tab_hiyou p a{
  /*display: block;
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  font-size: 120%;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0px 14px 0;*/
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_hiyou p a{
    padding: 10px;
    text-align: left;
  }
}
.mod_tab_hiyou p a span{
  background: rgba(0, 0, 0, 0) url(/common/sumai2015/images/icon_yen.png) no-repeat scroll left center;
  box-sizing: border-box;
  display: inline-block;
  height: auto !important;
  min-height: 50px;
  padding: 20px 0 0 60px;
  font-size: 16.8px;
  line-height: 16.8px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_hiyou p a span{
    background-size:25px ;
    padding: 1px 0 0 35px;
    line-height: 1.5;
    min-height:25px;
    height:auto!important;
    height:25px;
	font-size: 16px;
  }
}