/*layout base
---------------------------------------------------------------------------- */
p,dt,dd,li,td,th{
	color:#333;
	font-size:16px;
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-size:14px;
	font-weight: normal;
}

.pconly{display: block;}
.pconlyI{display: inline-block;}

.sponly,.sponlyI{display: none;}


a,
a img{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

a:hover,
a:hover img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}



/*header
---------------------------------------------------------------------------- */
#header{
  background: url(../images/common/head_bg.png) no-repeat center top;
}
#header .headInner{
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
}

#header #logo{
  float: left;
  width:256px;
  padding:17px 30px;
  background:#fff;
}



#header .headCompanyBox ul{
  padding: 12px 0 14px 0;
  font-size: 0;
  text-align: right;
}
#header .headCompanyBox li{
  display: inline-block;
  border-left: 1px solid #b3d9c6;
  padding: 0 20px 0 20px;
  font-size: 13px;
  vertical-align: middle;
}
#header .headCompanyBox li.headSearch{
  border: none;
  padding: 0 10px 0 20px;
}

#header .headCompanyBox li.headSearch input[type='text']{
background:url(../../../images/common/ic_search_pc.png) no-repeat 90% center #f7f7f7;
width:220px;
border:0;
padding:5px 10px;
font-size:11px;
}


#header .headCompanyBox li:first-child{
  border: none;
}
#header .headCompanyBox li a{
  color: #ffffff !important;
}

#header #gNavi{
  margin: 0 10px 0 256px;
}
#header #gNavi ul{
  border-left: 1px solid #008040;
  font-size: 0;
  width:914px;
}
#header #gNavi li{
  display: inline-block;
  border-bottom: 4px solid #d7d7d7;
  width: 20%;
  text-align: center;
  font-weight:bold;
}
#header #gNavi li.active{
  border-bottom: 4px solid #008040;
}
#header #gNavi li a{
  display: block;
  border-right: 1px solid #008040;
  padding: 22px 0 20px 0;
  color:#008040;
}

/* sp only */
#menuBtn{
  display: none;
}
#gNavi .headSearch,
#gNavi .headCompanyNavi{
  display: none;
}


/*footer
---------------------------------------------------------------------------- */
#footer{
  background: #008040;
}
#footer .footInner{
  width: 1130px;
  margin: 0 auto;
  padding: 65px 0 35px 0;
}
#footer .footInner div.footBox{
  display: inline-block;
  vertical-align: top;
  margin-left:25px;
  height:380px;
}

#footer .footInner div.footBox:nth-child(1){
}

#footer .footInner div.footBox:nth-child(2){
	margin-left:35px;
}

#footer .footInner div.footBox:nth-child(3){
	border-left:1px solid #00592d;
	padding-left:35px;
}

#footer .footInner div.footBox:nth-child(4){
	margin-left:55px;
}

#footer .footInner div.footBox:nth-child(5){
	border-left:1px solid #00592d;
	padding:8px 0 0 60px;
	margin-left:30px;
}

#footer .footInner div.footBox dl{
	margin:0 0 30px 0px
}
#footer .footInner dt,
#footer .footInner dd,
#footer .footInner p,
#footer .footInner li{
  color: #ffffff;
  font-size: 12px;
  line-height:1.6em;
}
#footer .footInner div dt{
	font-weight:bold;
}
#footer .footInner div a{
  color: #ffffff ;
}

#footer .footInner p{
	margin-bottom:30px;
	font-weight:bold
}
#footer .footInner .name{
	margin-bottom: 10px;
	text-align: center;
}
#footer .footInner .text{
	margin-bottom:3px;
	font-weight: normal;
}
#footer .footInner .text span{
	padding-left: 5.5em;
}

#footer .footInner div.footBox:nth-child(4) p a{
	display:block;
}

#footer .footInner p.contact{
	background:#00592d;
	padding:10px;
	text-align:center;
	width:210px;
	margin-top:30px;
}
#footer .footInner p.contact a{
color:#e8e8e8;
letter-spacing: 0.5em;
}

copy{
	text-align:center;
	font-size:11px;
	padding-bottom:65px;
	color:#fff;
	margin:0 auto;
	display:block;
}

/*common
---------------------------------------------------------------------------- */
.fClear{
	clear: both;
}

.h1Area{
  margin: 0 auto;
  height: 400px;
  position:relative;
  overflow:hidden;
}

.h1Area .h1Inner{
  background:rgba(0,128,64,0.8);
  position:absolute;
  left:50%;
  margin-left:-590px;
  padding:30px;
  width:440px;
  height: 400px;
  box-shadow:0px 0px 12px -4px #000;
-moz-box-shadow:0px 0px 12px -4px #000;
-webkit-box-shadow:0px 0px 12px -4px #000;
}

.h1Area .h1Inner div{
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.h1Area .h1Inner h1{
	color:#fff;
	font-size:41px;
	font-weight:bold;
  line-height:1em;
  margin-bottom:15px;
}

.h1Area .h1Inner p{
	font-size:17px;
	line-height:1.5em;
	color:#fff;
}

.h1Area .h1Inner span{
	font-size:16px;
	line-height:1em;
	color:#fff;
	margin-bottom:20px;
	display:block;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.h1Area .h1Inner span:after {
	margin-top:0.5em;
    border-top: 1px solid #80b183;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

.h1Area .h1Inner span:after {
    margin-left: 0.5em;
}

/*  H  */

h2{
color: #008040;
font-size: 33px;
line-height: 1.2;
margin: 0 0 20px;
}


h2.commonTi{
	font-size: 26px;
	color: #333333;
	text-align: center;
	font-weight: 500;
}
.greenCircle,
.entryBaseBox h2.greenCircle{
	margin: 0 0 15px ;
	font-size: 22px;
	color: #333333;
	vertical-align: middle;
	line-height: 1.4em;
}
.greenCircle::before{
	content: "●";
	color: #008040;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 2px;
}

/* font */
.fontMin,
.fontMin p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	font-size: 20px;
}


.inner{
  overflow: hidden;
 width:1180px;
  margin: 0 auto;
}

#mainContents{
  float: left;
  width: 876px;
}

.breadsArea{
  width: 1180px;
  margin: 0 auto;
}
.breadsArea ul{
  margin: 7px 0 45px 0;
  font-size: 0;
  display: inline-block;
}
.breadsArea ul li{
  display: inline-block;
  padding: 0 8px 0 0;
  font-size:12px;
}
.breadsArea ul li:first-child::before{
  content: none;
}
.breadsArea ul li::before{
  content:">";
  padding: 0 8px 0 0;
}
.breadsArea ul li a{
  color: #008040 !important;
  text-decoration: underline;
}

.pageTop{
  max-width: 1200px;
  margin: 60px auto 0 auto;
  text-align: right;
}

/* entryListArea */
.entryListArea ul{
	margin:0 0.5%;
	padding: 0 0 35px;
	text-align: center;
}
	#mainContents.entryListArea ul{
		margin:0 0% 0 -3.6%;
	}
.entryListArea li{
	display: inline-block;
	margin: 0 1.6% 40px;
   padding: 3px 0.5% 0 0.5%;
   border: 1px solid #e8e8e8;
   border-radius: 6px;
   width: 46%;
   font-size: 0px;
   vertical-align: top;
}
	#mainContents.entryListArea li{
		margin: 0 0% 40px 3.6%;
	}
.entryListArea li p {
   height: 7em;
	padding: 15px 3% 20px;
   text-align: center;
}
.entryListArea li p span {
	display: inline-block;
	margin-bottom: 8px;
    background: url(../images/common/ic_arrow_green.png) no-repeat left 7px;
    background-size: 8px;
    padding: 0 0 0 25px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

/* newEntryListArea */
.newEntryListArea{
	background: #efefef;
	padding: 55px 0 60px;
}
.newEntryListArea ul{
	margin: 25px 0 0 -2%;
	text-align: center;
}
.newEntryListArea li{
	margin:0 0 35px 2%;
	display: inline-block;
	width: 22%;
	height: 315px;
	background: #FFFFFF;
	border-radius: 3px;
	font-size: 0px;
	vertical-align: top;

	position: relative;
}
.newEntryListArea li img{
	z-index: 99;
}
.newEntryListArea li h3::before{
    display: block;
    content: url(../../../images/common/ic_balloon_arrow_white.png);
	text-align: center;
	margin-bottom: 14px;
}
.newEntryListArea li h3{
	padding: 0 5% 10px;
	font-size: 12px;
	color: #009a44;
	text-align: left;
   margin-top: -13px;
}
.newEntryListArea li h3 span{
	display: inline-block;
	height: 2.25em;
	margin: 6px 0 0;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.25em;
}
.newEntryListArea li p{
	padding: 0 4% 0 5%;
	font-size: 14px;
}
.newEntryListArea .btn a{
	display: block;
	margin: 0 auto;
	width: 230px;
	border-radius: 3px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 18px center;
    background-size: 8px;
	border:1px solid #e0e0e0;
    padding: 11px 0 11px 10px;
    color: #333333;
    font-size: 16px;
	line-height: 1em;
	text-align: center;
}
.newEntryListArea .btn.btnGray a{
    background:#888888 url(../../../images/common/ic_arrow_white.png) no-repeat 18px center;
    background-size: 8px;
	border:1px solid #888888;
    color: #FFFFFF;
}

/* relatedLinkArea */
.relatedLinkArea{
	padding: 35px 0 15px;
	background: #f8f8f8;
}
.relatedLinkArea ul{
	margin: 25px 0 0 -2%;
	text-align: center;
}
.relatedLinkArea li{
	margin-left: 2%;
	display: inline-block;
	width: 22%;
	border-radius: 3px;
	font-size: 0px;
	vertical-align: top;
}
.relatedLinkArea li p{
	text-align: center;
}
.relatedLinkArea li p a{
	display: inline-block;
    background:url(../images/common/ic_arrow_green.png) no-repeat left center;
    background-size: 8px;
    padding: 15px 0 15px 20px;
    color: #333333;
    font-size: 14px;
	line-height: 1em;
}

/* entryBaseBox */
.entryBaseBox{
  overflow: hidden;
	margin: 0 0 30px;
}

.entryBaseBox p{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.75em;
}
.entryBaseBox ul{
	padding-bottom: 40px;
}
.entryBaseBox li{
	font-size: 16px;
	line-height: 1.75em;
}
.entryBaseBox li.airport{
	padding: 10px 0 25px;
}
.entryBaseBox li > p{
	margin: 0;
	padding-left: 1.0rem;
}
.entryBaseBox li > p > .spobj{
	display: none;
}
.entryBaseBox li > p > span{
	padding-left: 4.0rem;
}
.entryBaseBox p.pcmBtn0{
	margin: 0 0 0px 0;
}
.entryBaseBox > .fRight{
	width: 43.1%;
	margin: 0 0 0 3.5%;
}
.entryBaseBox > .fLeft{
   width: 43.1%;
   margin: 0 3.5% 0 0;
}
.entryBaseBox > .fRight img,
.entryBaseBox > .fLeft img{
   margin: 0 0 2em 0;
}
.entryBaseBox > .fLeft + .fNextBox,
.entryBaseBox > .fRight + .fNextBox{
	margin-left: 46.6%;
}

/* basicTable */
.basicTable{
	width: 100%;
}
.basicTable th{
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 8px;
	width: 15%;
}
.basicTable td{
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 15px;
}
.basicTable tr.bdNone th,
.basicTable tr.bdNone td,
.basicTable th.bdNone,
.basicTable td.bdNone,
.basicTable th.pcBdNone,
.basicTable td.pcBdNone{
	border-bottom: none;
}

/* contactArea */
.contactArea{
  background: #f8f8f8;
  padding: 40px 0;
  border-radius:6px;
	float: left;
	width: 876px;
}
.contactArea dl{
  font-size: 0;
  text-align: center;
}/*
.contactArea dl dt{
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: url(../images/common/ic_arrow_green.png) no-repeat 25px center #ffffff;
  background-size: 8px;
  width: 340px;
  margin: 0 30px 0 0;
  padding: 16px 0 15px 0;
  color: #333333;
  font-size: 18px;
  border-radius: 3px;
  vertical-align: middle;
}
.contactArea dl dt a{
	font-weight:bold;
}*/
.contactArea dl dt{
  display: inline-block;
  width: 340px;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.contactArea dl dt a{
	display: block;
  border: 1px solid #e0e0e0;
  background: url(../images/common/ic_arrow_green.png) no-repeat 25px center #ffffff;
  background-size: 8px;
  padding: 16px 0 15px 0;
  color: #333333;
  font-size: 18px;
  border-radius: 3px;
	font-weight:bold;
}
.contactArea dl dd{
  display: inline-block;
  color: #333333;
  text-align: left;
  vertical-align: middle;
}
.contactArea.bgGreen{
	width: 100%;
	margin: 60px auto 100px;
	background: #008040;
	border-radius: 6px;
}
#contents > .contactArea.bgGreen{
	width: 875px;
}
.contactArea.bgGreen dl dd {
    color: #FFFFFF;
}

/* base design */

.paperBase{
	padding:30px 30px 24px;
	background:url(../../../images/product/03_txt_bg.png);
	border-radius:4px;
	margin-bottom:40px;
}


/*products
---------------------------------------------------------------------------- */
#product .h1Area{
  background: url(../../../images/product/03-00_mainimg.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.babyleaf{
  background: url(../images/product/03-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.apple{
  background: url(../images/product/03-02_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.pumpkin{
  background: url(../images/product/03-03_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.kiwi{
  background: url(../../../images/product/03-09_mainimg.jpg) no-repeat center top;
  background-size:cover;
}

.featureArea{
  max-width: 1180px;
  margin: 0 auto 55px auto;
}

.featureArea ul{
  overflow: hidden;
}
.featureArea ul li{
  border: 1px solid #e8e8e8;
  float: left;
  width: 32%;
  padding: 4px;
  margin: 0 0 0 2%;
  border-radius: 7px;
}
.featureArea ul li:first-child{
  margin: 0;
}
.featureArea ul li p{
  margin: 15px 4% 0;
  text-align: center;
}
.featureArea ul li p span{
  background: url(../images/common/ic_arrow_green.png) no-repeat left 7px;
  background-size: 8px;
  padding: 0 0 0 25px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.searchArea{
}

.searchArea h2{
	margin-bottom:5px;
}

.searchArea .allCheck{
	float:right;
	color:#008040;
	text-decoration:underline;
	font-size:13px;
	margin-top:-2em;
}

.searchArea ul{
	background:#fff;
	border-radius:4px;
	padding:20px;
}

.searchArea li{
	display:inline-block;
	margin-right:60px;
}

.searchArea li input{
	margin-right:10px;
	vertical-align:middle;
}


.productArea ul{
  font-size: 0;
}
.productArea li{
  display: inline-block;
  max-width: 250px;
  margin: 0 52px 45px 0;
  vertical-align: top;
}
/*
.productArea li:nth-child(3n){
  margin-right: 0;
}
*/
.productArea li.right{
  margin-right: 0;
}

.productArea li span{
  display: block;
  background: url(../../../images/common/bg_balloon.png) no-repeat left top;
  margin: 0 0 15px 0;
  padding: 19px 0 12px 0;
  text-align: center;
  line-height: 18px;
}
.productArea li span.twoLine{
  padding: 9px 0 4px 0;
}

.sidenavArea{
  border: 1px solid #d1d1d1;
  float: right;
  width: 260px;
  padding: 3px;
  border-radius: 6px;
}
.sidenavArea > ul > li{
  border-bottom: 1px solid #d4d4d4;
  background: url(../images/common/ic_arrow_green.png) no-repeat 10px center #fffbf8;
  background-size: 8px;
  font-size: 14px;
}
.sidenavArea > ul > li.active{
  background: #fffbf8;
}
.sidenavArea > ul > li:last-child{
  border: none;
}
.sidenavArea > ul > li a{
  display: block;
  padding: 17px 0 17px 27px;
}
.sidenavArea > ul > li.active > a{
  background: url(../images/common/ic_arrow_green.png) no-repeat 10px center #cfe9dc;
  background-size: 8px;
  margin: 4px 2px 4px 2px;
  padding: 13px 0 13px 27px;
  border-radius: 2px;
}
.sidenavArea > ul > li > ul{
	margin: 7px 2px 10px 18px;
}
.sidenavArea > ul > li > ul > li a{
  display: block;
  background: url(../../../images/common/ic_arrow_green_ss.png) no-repeat 9px 14px;
  background-size: 3px;
  padding: 5px 0 5px 18px;
  border-radius: 2px;
}
.sidenavArea > ul > li > ul > li.active > a{
  background: url(../../../images/common/ic_arrow_green_ss.png) no-repeat 9px 14px #e3f1ea;
  background-size: 3px;
}


/* detail */
#product .introArea{
  margin: 0 0 40px 0;
}
#product .introArea .fLeft{
  width: 50%;
  text-align: center;
}
#product .introArea .fLeft img{
	max-width: 100%;
	max-height: 400px;
}
#product .introArea table{
  width: 50%;
}
#product .introArea table th{
  border-bottom: 1px solid #d3d3d3;
  width: 135px;
  padding:  0 0 0 10px;
  vertical-align: middle;
}
#product .introArea table td{
  border-bottom: 1px solid #d3d3d3;
  padding:  10px 0 10px 0;
  vertical-align: middle;
}
#product .introArea table tr:last-child th,
#product .introArea table tr:last-child td{
  border: none;
}

.logoIcon{
	float:right;
}

.productDetail{
	float: left;
  margin: 0 0 50px 0;
}

.productDetail h3{
	background:#e3f1ea;
	padding:10px 15px;
	border-radius:8px;
	font-size:16px;
	margin-bottom:30px;
}
.productDetail h3.region{
	background:none;
	padding:0px;
	font-size:16px;
	margin-bottom:20px;
}
.productDetail h3.greenCircle{
	background:none;
	padding:0px 0px;
	border-radius:0px;
	font-size:16px;
	margin-bottom:15px;
}

.productDetail .detailTxt{
  margin: 0 0 20px 0;
	line-height: 1.75em;
}
.productDetail .fLeft{
  width: 54%;
  margin-right: 2.7%;
}

/* btnMap */
.productDetail .btnMap,
.productDetail .btnMap img{
	vertical-align: top;
}
.productDetail .btnMap span{
	margin-left: 26px;
	display: inline-block;
	width: 378px;
	text-align: right;
}
.productDetail .btnMap span img{
	margin-bottom: 10px;
}

/* vmpLace */
.productDetail.vmPlace li{
	overflow: hidden;
	margin-bottom: 30px;
}
.productDetail.vmPlace li img{
	float: left;
   width: 43.1%;
   margin: 0 3.5% 0 0;
}
.productDetail.vmPlace li h3{
	background: none;
  padding: 0px 0px;
  border-radius: 0px;
  margin-bottom: 0px;
	font-weight: bold;
}


.infoArea{
  margin: 70px 0 0 0;
}
.infoArea h3{
  margin: 0 0 15px 0;
  color: #008040;
  font-size: 34px;
}
.infoArea p{
  margin: 0 0 20px 0;
}
.infoArea ul{
  overflow: hidden;
}
.infoArea ul li{
  float: left;
  margin-right: 10px;
  margin-bottom:30px;
  text-align: center;
}
.infoArea ul li img{
  border: 1px solid #e8e8e8;
  margin: 0 0 13px 0;
  padding: 3px;
  border-radius: 6px;
}
.infoArea ul li span{
  background: url(../images/common/ic_arrow_green.png) no-repeat left center;
  background-size: 8px;
  padding: 0 0 0 18px;
}

/* productOtherLink */
.productOtherLink{
	padding:0 44px 0 44px;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}

.productOtherLink:before{
	border:1px solid #DCDCDC;
	border-radius:6px;
	width:99%;
	position:absolute;
	bottom:0;
	left:0;
	height:160px;
	content:'';
	z-index:-1;
}

.productOtherLink h3{
	color:#d64c9b;
	background:none;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.productOtherLink p{
	margin-bottom:10px;
}

.productOtherLink .detailImg{
	margin-right:25px;
	margin-bottom:10px;
	float:left;
	width:185px;
}

.productOtherLink > div{
	float:right;
	margin-top:80px;
	width:570px;
}

.productOtherLink a{
	display:block;
	border:1px solid #e6e6e6;
	border-radius:3px;
	background:#f8f8f8;
	text-align:center;
	padding:8px;
	width:210px;
	margin-left:24px;
	margin-bottom:15px;

}

/* productKindList */
.productKindList ul{
	margin: 25px 0;
	font-size: 0;
	text-align: center;
}
.productKindList li{
	margin: 0 20px 35px;
	display: inline-block;
	width: 252px;
	text-align: center;
	vertical-align: top;
}
.productKindList li .productKindImg{
	position: relative;
	display: block;
	margin: 0 auto;
	background: #FFF;
	width: 240px;
	height: 240px;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
}
.productKindList li .productKindImg img{
	margin: 35px auto 0;
}
.productKindList li span.all,
.productKindList li span.season,
.productKindList li span.order{
	position: absolute;
	bottom:0;
	left: 60px;
	margin: -25px auto 0;
	display: block;
	border-radius: 13px;
	padding: 6px 0;
	width: 120px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1em;
}
.productKindList li span.all{
	background: #6eaf6e;
}
.productKindList li span.season{
	background: #e99a5b;
}
.productKindList li span.order{
	background: #d3608b;
}
.productKindList li h3{
  margin: 20px 0 15px ;
	font-size: 22px;
	color: #333333;
	vertical-align: middle;
	line-height: 1.4em;
}
.productKindList li h3::before{
	content: "●";
	color: #008040;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 2px;
}
.productKindList li p:last-child{
	text-align: center;
}



/* side story */
.pointArea{
	padding:28px 10px 28px 28px;
}
.pointArea ul{
	overflow:hidden;
}
.pointArea li{
	border-radius:4px;
	padding:15px;
	background:#fff;
	display:inline-block;
	width:31%;
	margin:0 14px 14px 0;
	font-size:14px;
	text-align: center;
}
.pointArea li span{
	color:#008040;
    display: flex;
    align-items: center;
	font-weight:bold;
	margin-bottom:10px;
    text-align: center; /* for no-flexbox browsers */
}
.pointArea li span:before,
.pointArea li span:after {
    border-top: 1px solid #008040;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.pointArea li span:before {
    margin-right: 0.5em;
}

.pointArea li span:after {
    margin-left: 0.5em;
}

.voiceArea{
	padding:30px 10px 10px 30px;
}

.voiceArea li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
}

/* pumpkinStory */
.pumpkinStory ul{
	margin:0 0 0 -14px;
	text-align: center;
}
.pumpkinStory li{
	border-radius:4px;
	display:inline-block;
	width:31%;
	margin:0 0 0 14px;
	font-size:0px;
	text-align: center;
	vertical-align: top;
}
.pumpkinStory li img{
	margin-bottom: 10px;
}
.pumpkinStory li p{
	font-size:14px;
	text-align: center;
}

/* specArea */
.specArea{
	background:url(../../../images/product/03_spec_bg.png);
	border-radius:4px;
	padding:15px;
	text-align:center;
	margin-bottom:60px;
}

.specArea > div{
	background:#fff;
	border-radius:4px;
	padding:10px 30px;
}

.specArea table tr{
	border-bottom:1px solid #ccc;
}

.specArea table tr:last-child{
	border:none;
}

.specArea table th{
	font-weight:bold;
	width:8em;
	vertical-align:middle;
	padding:10px;
}

.specArea table td{
	padding:10px;
}

.specArea p{
	text-align: center;
}
.specArea p a{
	background:url(../../../images/common/ic_arrow_white.png) no-repeat left center;
	background-size: 10px auto;
	font-size:24px;
	padding-left:20px;
	display:inline-block;
	margin:15px auto 0;
	color:#fff;
}


/*company
---------------------------------------------------------------------------- */
#company .h1Area{
  background: url(../../../images/company/06_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#company.greeting .h1Area{
  background: url(../../../images/company/06-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* philosophy */
#company.philosophy .h1Area{
  background: url(../../../images/company/06-02_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
.philosophyImg{
	margin: 0 0 70px;
}

/* outline */
#company.outline .h1Area{
  background: url(../../../images/company/06-03_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

#company.outline .basicTable th{
	width: 16%;
}
#company.outline .basicTable dl{
	overflow: hidden;
}
#company.outline .basicTable dt{
	float: left;
}
#company.outline .basicTable dd{
	margin-left:8em;
	text-indent: -1em;
}

#company.outline .outlineAppleBox{
	border:1px solid #ededed;
	border-radius: 3px;
	padding: 30px 3% 18px;
	margin: 68px 0 80px;
}
#company.outline .outlineAppleBox h2{
	margin: 0 0 30px;
	text-align: center;
}
#company.outline .outlineAppleBox p{
	text-align: center;
}
#company.outline .outlineAppleBox div.clearfix{
	position: relative;
	margin:19px 0 0 0;
}
#company.outline .outlineAppleBox .basicTable{
	margin-left: 50%;
	width: 50%;
}
#company.outline .outlineAppleBox .basicTable th{
	width: 24%;
}
#company.outline .outlineAppleBox .outlineBoxImg{
	position: absolute;
	left:0;
	top:16px;
	width: 46%;
}

/* access */
#company.access .h1Area{
  background: url(../../../images/company/06-04_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#company.access .accessBox{
	margin-bottom: 75px;
}

/* information */
#company.information .h1Area{
  background: url(../../../images/company/06-05_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#company.information .informationBox{
	margin-bottom: 75px;
}



/*about
---------------------------------------------------------------------------- */

#about .h1Area{
  background: url(../../../images/about/02-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* safety */
#about.safety .h1Area{
  background: url(../../../images/about/02-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
.safetyCatchBox{
	background: url(../../../images/about/02-01_catch_bg.png) no-repeat right top;
  background-size:512px auto;
	padding: 17px 0 130px;
}
.safetyCatchBox p{
	font-size: 20px;
	line-height: 2.25em;
}

/* history */
#about.history .h1Area{
  background: url(../../../images/about/02-02_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#about.history .basicTable th{
	width: 24%;
}
#about.history .basicTable{
	margin-bottom: 85px;
}

/* approach */
#about.approach .h1Area{
  background: url(../../../images/about/02-03_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
.approachIsoBox{
	width: 800px;
	margin: -20px auto 66px;
}
.approachIsoBox .imgBox{
	width: 58%;
	float: left;
	text-align: right;
}
.approachIsoBox .imgBox img{
}
.approachIsoBox .imgBox p{
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 43%;
	margin-right: 7%;
}
.approachIsoBox .imgBox .rightTxt{
	display: block;
	text-align: center;
}
.approachIsoBox .txtBox{
	width: 42%;
	float: right;
}
.approachIsoBox .txtBox ul{
	border-top:1px solid #d3d3d3;
}
.approachIsoBox .txtBox li{
	padding: 10px 3px;
	border-bottom:1px solid #d3d3d3;
}
.approachIsoBox .txtBox p{
	margin:30px 0 0 0;
}
.approachIsoBox .txtBox .mark{
	width: 72px;
}
.approachIsoBox .txtBox p img{
	display: inline-block;
	margin:0 20px 0 0;
	vertical-align: top;
}

.approachBox{
	margin: -20px 0 70px;
	background: #f8f8f8;
	padding: 25px;
	border-radius: 3px;
}
.approachBox h4{
	margin: 25px 0 15px;
	background: #e3f1ea;
	padding: 10px;
	border-radius: 6px;
	font-size: 16px;
}
.approachBox ul{
	margin: 0 0 35px 10px;
}



/*recruit
---------------------------------------------------------------------------- */
#recruit .h1Area{
  background: url(../../../images/recruit/07-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* interview */
#recruit.interview .h1Area{
  background: url(../../../images/recruit/07-00_interview_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* interviewKF */
#recruit.interviewKF .h1Area{
  background: url(../../../images/recruit/07-02-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#recruit .bdBox{
	border: 1px solid #ededed;
	padding: 20px 2.2%;
	border-radius: 4px;
}
.interviewMessageBox{
	margin: 20px 0 0 0;
}
.interviewMessageTtl img{
	background: #FFFFFF;
}
.interviewMessageTtl{
	background: #FFF;
	position: relative;
}
.interviewMessageTtl h3{
	position: absolute;
	left: 51.9%;
	top: 113px;
}
.interviewMessageTtl p{
	position: absolute;
	left: 53.6%;
	top: 153px;
}
.interviewMessageTxt{
	background: #f8f8f8;
	padding: 26px 4.5%;
}

/* interviewNO */
#recruit.interviewNO .h1Area{
  background: url(../../../images/recruit/07-02-02_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}


/* recruitment */
#recruit.recruitment .h1Area{
  background: url(../../../images/recruit/07-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

.recruitmentBox{
	padding-bottom:40px;
	border-bottom:1px solid #d3d3d3;
}

.recruitmentBox p{
	padding-bottom:32px;
	border-bottom:1px solid #d3d3d3;
}

.recruitmentBox ul{
}

.recruitmentBox li{
	border:1px solid #008040;
	border-radius:3px;
	display:inline-block;
	width:190px;
	text-align:center;
	font-size:18px;
	color:#008040;
	position:relative;
	margin-right:30px;
	line-height:1.0em;
	padding-bottom:15px;

}

.recruitmentBox li:last-child{
	margin-right:0;
}

.recruitmentBox li:last-child::after{
	display:none;
}

.recruitmentBox li::after{
	content:url(../../../images/recruit/ic_arrow_green_recruit.png);
	position:absolute;
	right:-30px;
}

.recruitmentBox li span{
	margin-top:-20px;
	background:#fff;
	padding:10px;
	display:block;
	font-size:12px;
	font-weight:bold;
	width:65px;
	margin-left:60px
}

.recruitmentBox table{
	border-top:1px dotted #d3d3d3;
}

.recruitmentBox tr{
	border-bottom:1px dotted #d3d3d3;
}

.recruitmentBox th{
	background:#f8f8f8;
	padding:20px 15px;
}

.recruitmentBox td{
	padding:20px 40px;
}

.recruitmentBox td .btnPdf{
	background:
url(../images/common/ic_arrow_white_s.png) no-repeat 8% center,
url(../../../images/recruit/ic_pdf.png) no-repeat 90% center;
	background-color: #dd0616;
	border-radius:3px;
	padding:14px 10px 14px 12%;
	color:#fff;
	margin:12px 0;
	font-weight:bold;
	width:340px;
	display:block;

}


.recruitmentBox td .btnXls{
	background:
url(../images/common/ic_arrow_white_s.png) no-repeat 8% center,
url(../../../images/recruit/ic_xls.png) no-repeat 90% center;
	background-color: #008040;
	border-radius:3px;
	padding:14px 10px 14px 12%;
	color:#fff;
		font-weight:bold;
		width:340px;
		display:block;
}





/*appeal
---------------------------------------------------------------------------- */
#appeal .h1Area{
  background: url(../../../images/recruit/07-04_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* tabletalk */
#appeal.tabletalk .h1Area{
  background: url(../../../images/recruit/07-05_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
.tabletalkBox h3{
	margin: 0 0 8px 0;
	color: #008040;
	font-size: 16px;
	font-weight: bold;
}

.pagerBox{
	position: relative;
	padding: 0 0 60px;
}
.pagerBox ul{
	text-align: center;
}
.pagerBox li{
	display: inline-block;
	margin: 0 5px;
}

.pagerBox .prev{
	position: absolute;
	left:0;
	top:5px;
	width: 27%;
}
.pagerBox .next{
	position: absolute;
	right:0;
	top:5px;
	width: 27%;
}
.pagerBox p a{
	display: block;
  background: url(../images/common/ic_arrow_green.png) no-repeat left 4px #ffffff;
	background-size: 8px;
	padding: 0 0 0 16px;
}

#tabletalkMessageBox li{
	vertical-align: middle;
	margin: 0 0 30px 0;
}
#tabletalkMessageBox li img{
	display: inline-block;
	width: 22%;
	margin-right: 3%;
}
#tabletalkMessageBox li .txtBox{
	display: inline-block;
	width: 74%;
}


/*contact
---------------------------------------------------------------------------- */
#contact .h1Area{
  background: url(../../../images/contact/08-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* .contactFormBox */
.contactFormBox{
	width: 876px;
	margin: 0 auto;
}
.contactFormBox .basicTable th{
	background: #f8f8f8;
	width: 25%;
	padding: 20px 1%;
	vertical-align: top;
}
.contactFormBox .basicTable th span{
	color: #df2c2c;
	font-size: 13px;
}
.contactFormBox .basicTable td{
	width: 72%;
	padding: 20px 3%;
}
.contactFormBox .basicTable input[type="text"],
.contactFormBox .basicTable textarea{
	width: 100%;
	padding: 5px;
	border:1px solid #999999;
	border-radius: 1px;
}
.contactFormBox .basicTable td span:nth-of-type(2){
	margin: 0 0 0 1em;
}
.contactFormBox .basicTable td span + input[type="text"]{
	width: 44.9%;
	margin-left: 6px;
}
.contactFormBox .basicTable select{
	width: 32%;
	padding: 5px;
	border-radius: 1px;
}
.contactFormBox .btn{
	text-align: center;
	vertical-align: middle;
}
.contactFormBox .btn a{
	display: inline-block;
	margin: 40px 30px 60px;
	width: 347px;
	height: 58px;
	border-radius: 3px;
    background:#008040 url(../../../images/common/ic_arrow_white.png) no-repeat 25px center;
    background-size: 8px;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 16px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}
.contactFormBox .btn a.btnBack{
	width: 130px;
	height: 48px;
	border:1px solid #e0e0e0;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 25px center;
    background-size: 8px;
    padding: 16px 0 16px 8px;
    color: #333333;
}
.contactFormBox .btn a.btnBack.sponly{
	display: none;
}
/* contactFormBox error */
.contactFormBox .basicTable .error th,
.contactFormBox .basicTable .error td{
	background: #ffebeb;
}
.contactFormBox .basicTable .error td .errorTxt{
	margin: 5px 0 0 0;
	color: #df2c2c;
	font-size: 13px;
	font-weight: bold;
}
/* contactFormBox complete */
.contactFormBox.entryBaseBox p{
	text-align: center;
}
.contactFormBox.entryBaseBox .contactTelBox{
	margin: 55px 0 0 0;
}

/* contactTelBox */
.contactTelBox{
  background: #f8f8f8;
}
.contactTelBox dl{
  padding: 26px 2.8%;
  font-size: 0;
	text-align: left;
}
.contactTelBox dl dt{
    display: inline-block;
    width: 55%;
	font-size: 26px;
    vertical-align: middle;
}
.contactTelBox dl dd{
    display: inline-block;
    width: 45%;
    text-align: left;
    vertical-align: middle;
}
.contactTelBox dl dd img{
    display: inline-block;
    vertical-align: middle;
	margin: 0 3% 0 0;
	width: 17.4%;
}
.contactTelBox dl dd p{
    display: inline-block;
    vertical-align: middle;
	margin: 3px 0 0 0;
	line-height: 1.5em;
}
.contactTelBox dl dd span{
	font-size: 34px;
	font-weight: bold;
}


/*news
---------------------------------------------------------------------------- */
#news .h1Area{
  background: url(../../../images/news/09-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}

/* news */
#news #newsListBox li{
	overflow: hidden;
	padding: 20px 0 0px 10px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
#news #newsListBox li h3{
	margin: 0 0 20px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat left 8px;
    background-size: 8px;
    padding: 0 0 0 20px;
    color: #333333;
    font-size: 20px;
	font-weight: bold;
}
#news #newsListBox li .newsListTxt{
	width: 70%;
	float: left;
}
#news #newsListBox li .newsListImg{
	float: right;
}

/* topics */
#news .entryBaseBox .date{
	margin: 0 0 10px 0;
	font-size: 14px;
}

#news .entryBaseBox a{color: #008040;}
#news .entryBaseBox a:visited{color:#000000;}

#news .entryBaseBox  .btn a{
	display: block;
	margin: 0 auto;
	width: 230px;
	border-radius: 3px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 18px center;
    background-size: 8px;
	border:1px solid #e0e0e0;
    padding: 11px 0 11px 10px;
    color: #333333;
    font-size: 16px;
	line-height: 1em;
	text-align: center;
}


/* privacy */
#privacy .h1Area{
  background: url( /images/privacy/07-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
