

/*-------------------------------- prBox -----*/
.search-map {
	float:left;
	width:365px;
	height:380px;
	border:1px solid #ccc;
	margin-left: 100px;
}
.search-address {
	float:right;
	width:365px;
	height:380px;
	border:1px solid #ccc;
	margin-right: 90px;
}

.search-address select {
	width:323px;
	/*border-top:1px solid #acadb2;
	border-left:1px solid #acadb2;
	border-right:1px solid #e2e9ef;
	border-bottom:1px solid #e2e9ef;*/
}

/*-------------------------------- prBox -----*/
.prBox {
}
.prBox .left {
	padding-left:10px;
	width:377px;
}
.prBox .right {
	width:360px;
}

.prBox ul {
	width:auto;
}
.prBox ul li {
	float:left;
}



/*-------------------------------- table -----*/
.relatedBox {
	width:744px;
	padding:10px;
	background:#fff6e5;
	position: relative;
}
.relatedBox .icon-fax {
	height:24px;
	padding-left:52px;
	padding-top:12px;
	background: url("/share_corporate/images/icon_fax.gif") left center no-repeat;
	line-height:1.0;
	position: relative;
	top: 10px;
	left: 10px;
}

.relatedBox .icon-mail {
	height:20px;
	padding-left:52px;
	padding-top:6px;
	background: url("/share_corporate/images/icon_mail.gif") left center no-repeat;
	line-height:1.0;
	position: relative;
	top: 10px;
	left: 10px;
}
/* ＦＡＸ回り込み */
.fax-l{
float: left;
padding-right: 20px;
}
.fax-r{
float: left;
padding-left: 10px;
font-size: 13px;
line-height: 40px;
}


.relatedBox .feeBtn2 {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.relatedBox .feeBtn2.last-child {
	margin-right:0;
}
.relatedBox .feeBtn2.btm {
	margin-bottom:0;
}

.relatedBox .feeBtn2 span {
	width:183px;
	padding: 17px 0 16px 30px;
}
.relatedBox .feeBtn2.line2 span {
	padding: 8px 0 5px 30px;
}

/** お問合せ > メール リスト項目 **/
ul.column3 {
    overflow: hidden;
}
ul.column3 li {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}
ul.column3 li.left {
    margin-left: 0;
    width: auto;
}


/*-------------------------------- table -----*/
table th {
	white-space: normal;
}

/*-------------------------------- width -----*/
.w151 { width:151px !important;}
.w390 { width:390px !important;}


.bnr_kepco_jp .banner_area {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: space-around;
}

.bnr_kepco_jp .banner_area p{
    flex-basis:100%;
    padding-bottom:5px;
    max-width: 365px;
}

.bnr_kepco_jp .banner_area p img{
    width:100%;
    vertical-align:middle;
}

@media screen and (min-width:641px){
    .bnr_kepco_jp .banner_area {
        flex-direction:row;
        margin:0 5px;
    }
    .bnr_kepco_jp .banner_area::after {
    	content:"";
    	display:block;
    	width:49%;

    }

    .bnr_kepco_jp .banner_area p{
    flex-basis:auto;
    padding-bottom:10px;
}
}

#tab-box{
    margin: auto;}