@charset "UTF_8";

/*　eフレンズページcss スマホ用　*/

.cf:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    margin: 0px !important;
}

/********* スマホ非表示 / PCのみ表示 *********/
.pconly {
	display:none;
}

/********* KV *********/
#kv {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.kv_slide .bx-controls-direction a {
	height: 280px !important;
}
.kv_slide .slide_all {
	width: 100%;
	height: 100%;
}
/********* KV *********/


.yomiage {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

/* スライド1枚の時のみ */
.sponly .slide_only_sp {
 background: url(../../top/img/kv_shadow.png) repeat-x bottom;
 padding-bottom: 10px;
 width: 100%;
 margin-bottom: 10px;
}
.sponly .slide_only_sp img {
 width: 100%;
}

/********* コンテンツ *********/
#contents {
	position: relative;
	padding-bottom: 80px;
	color:#555555;
}

#contents a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#contents * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contents h2 {
	display: block;
	margin: 0 0 20px;
	text-align: center;
	font-size:126%;
	font-weight:100;
	line-height: 1;
	text-indent: -3px;
}

#contents h2 span {
    display: inline-block;
    vertical-align: 0.1em;
    margin: 0 4px 0 0;
}
#contents h2.line {}
#contents h2.line:after {
	content: '';
	display: block;
	background: #f93a03;
	width: 130px;
	height: 4px;
	margin: 10px auto 0;
	border-radius: 2px;
}


/** eフレンズのメニュー */
#ef-menu {
	background: #fff1cd;
	padding:20px 15px;
	text-align: center;
}

.ef-kantan {
    margin:8px auto 20px auto;
    text-decoration: underline;
}

.ef-first {
    float: left;
    width: 19%;
}

.ef-first p {
    margin-top:5px;
    color:#5FA642;
    font-weight: bold;
}

.ef-menusp {
    float: right;
    width: 78%;
    border:2px solid #F35F17;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
     background: #ffffff;
}

.ef-menusp li {
    float: left;
    width: 50%;
}

.ef-menusp li p {
	display:block;
	text-align: center;
    color:#F35F17;
}

.ef-menusp1 p {
    padding-top:18px;
    padding-bottom:18px;
    border-bottom: 1px dashed #F35F17;
    border-right: 1px dashed #F35F17;
}

.ef-menusp2 p {
    padding-top:18px;
    padding-bottom:18px;
    border-bottom: 1px dashed #F35F17;
}

.ef-menusp3 p {
    padding-top:7px;
    padding-bottom:7px;
    border-right: 1px dashed #F35F17;
}

.ef-menusp4 p {
    padding-top:18px;
    padding-bottom:18px;
}

#kakurearea {
    width:1020px;
    margin:0 auto;
    overflow: hidden;
	position:relative;
}

#kakure1 {
    position: absolute;
    left: 200px;
    top: -9px;
    z-index: 20000;
}


/** お知らせ */
#ef-info {
    margin:15px;
}
#ef-info .box {
	background: #f5fcf9;
	padding:20px;
	margin-bottom:20px;
}
#ef-info h2 {
	font-size: 139%;
}

#ef-info ul li {
	padding:10px 0;
	border-bottom: 1px dashed #666666;
}
#ef-info ul li:last-child {
	border-bottom:none;
}

#ef-info ul li a {}
#ef-info ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#ef-info ul li span {
	color: #774d27;
	font-weight: bold;
}

#ef-info .announcement ul li span {
	display: block;
}
#ef-info ul li strong {
	font-weight:100;
}
#ef-info .btn {
	margin: 0 auto;
	text-align: center;
    margin-top: 10px;
}
#ef-info .btn a {
	display: inline-block;
	width:86%;
	padding: 10px 0;
	color: #fff;
	font-size:100%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-indent: -1px;
	text-decoration: none;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    -ms-border-radius:50px;
}
#ef-info .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#ef-info .btn a b {
	display: inline-block;
	min-height: 11px;
}

#ef-info .announcement {
	width:100%;
}

#ef-info .announcement .btn a {
	background-color: #38bc80;
}


/** お届けスケジュール */
#ef-info .information {
	width:100%;
	height: auto !important;
}
#ef-info .information h2 sapn {
	vertical-align: -0.2em;
}
#ef-info .information .btn {
	left: 30px;
	right: 30px;
}
#ef-info .information .btn a {
	background-color: #33b9bd;
}


/** 重要なお知らせ部分*/
#news {
	margin:20px 15px;
}
#news a{
	color:#555555;
	text-decoration: underline;
}
#news a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
#news .news_important{
	padding:10px;
	border:1px solid #F00;/* 枠線を引く */
	border-radius: 12px;/* Firefox13以降 */
	-moz-border-radius: 12px;/* Firefox12まで */
	-webkit-border-radius: 12px;/* Safari,Google Chrome */
	-ms-border-radius: 12px;/* IE */
}

#news .news_important dl{
}
#news .news_important dt.tt{
	width:100%;
	padding:8px 0;
	background:#f93a03;
	text-align:center;
	vertical-align:middle;
	border-radius: 10px;/* Firefox13以降 */
	-moz-border-radius: 10px;/* Firefox12まで */
	-webkit-border-radius: 10px;/* Safari,Google Chrome */
	-ms-border-radius: 10px;/* IE */
}

#news .news_important dd{
}
#news .news_important dd li{
	border-bottom: 1px dashed #666666;
	padding: 10px 0;
}
#news .news_important dd li:last-child{
	border-bottom:none;
}
#news .news_important dd li span{
	margin-right:13px;
	vertical-align:top;
	color:#774d27;
	font-weight:bold;
}
#news .news_important dd li p{
	display:inline-block;
}




/** 更新情報部分*/
#info_area {
	margin:10px;
}

#info_area .panel{
	overflow:hidden;
}
#info_area .panel .disnon{
	display:none;
}
#info_area .panel li li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
#info_area ul.tab{
	height:33px;
	list-style:none;
	margin:0;
	padding:0;
}
#info_area .tab li{
	float:left;
	width: 20%;
	text-align:center;
}
#info_area .tab li a{
	height:33px;
	display:block;
	background-repeat:no-repeat;
}
#info_area .tab li.tab1 a {background: #FFE4CC; color: #FF7900;}
#info_area .tab li.tab1.select a {background:#FF7900; color: #ffffff;}
#info_area .tab li.tab2 a {background: #D7F2E6; color: #38BC80;}
#info_area .tab li.tab2.select a {background: #38BC80; color: #ffffff;}
#info_area .tab li.tab3 a {background: #D6F1F2; color: #33B9BD;}
#info_area .tab li.tab3.select a {background: #33B9BD; color: #ffffff;}
#info_area .tab li.tab4 a {background: #FCDFDF; color: #f26161;}
#info_area .tab li.tab4.select a {background:#f26161; color: #ffffff;}
#info_area .tab li.tab5 a {background: #FEF6D8; color: #ebbd1e;}
#info_area .tab li.tab5.select a {background: #ebbd1e; color: #ffffff;}

#info_area .tab li.tab1 a span,
#info_area .tab li.tab2 a span,
#info_area .tab li.tab3 a span{
	display:block;
	padding-top:6px;
}



/*トップお知らせ部分*/
.newss {
	margin:15px;
}



/** バナーエリア */

#ef-bnrarea {
	margin:10px;
}

#ef-bnrarea h2 {
	color: #f93a03;
	font-weight: bold;
}

#ef-bnrarea ul li img {
	width: 100%;
}


/** キャンペーン */

#ef-campaign li {
    width:98%;
    margin:1% 1% 2% 1%;
}

.campaign01 p img {
	width: 100%;
}


/** バナーエリア */

#ef-osusume li {
    width:48%;
    float: left;
    margin:1%
}

#ef-link ul li {
    width:48%;
    float: left;
    margin:1%
}

#ef-convenient img {
	width:98%;
    margin:1%
}



/* パルよどがわふりわけページ */

.whole {
	width: 750px;
	margin: 0 auto;
	padding: 30px 0;
}

.whole .box {
	width: 350px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:0px 0px 6px 3px #999;
	-moz-box-shadow:0px 0px 6px 3px #999;
	-webkit-box-shadow:0px 0px 6px 3px #999;
}

.whole .image {
	padding-top: 20px;
	text-align: center;
}

.whole .chara {
	padding-top: 30px;
}

.whole .left {
	float: left;
}

.whole .right {
	float: right;
}

.whole p {
	padding: 0 20px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.whole .link a {
	display: table;
	width: 100%;
	position: relative;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.whole .link_pal a {
	border: 2px solid #ff970e;
	background-color: #f35f17;
	background: -webkit-gradient(linear, center top, center bottom, from(#f38417), to(#f35f17));
}

.whole .link_yodo a {
	border: 2px solid #4cc8e6;
	background-color: #28afcf;
	background: -webkit-gradient(linear, center top, center bottom, from(#28afcf), to(#1596b5));
}

.whole .link a:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
}

.whole .area_t {
	padding-top: 10px;
	font-weight: bold;
}

.whole .clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.whole .code {
	font-size: 1rem;
}

.whole .area {
	font-size: 0.8rem;
}

.whole .btn_pal a {
	text-decoration:none;
	text-align: center;
	display: block;
	font-size:100%;
	font-weight:bold;
	padding:20px;
	color:#FFFFFF;
	background:#f35f17;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
}

.whole .btn_pal a span {
	font-size:120%;
}

.whole .btn_yodo a {
	text-decoration:none;
	text-align: center;
	display: block;
	font-size:100%;
	font-weight:bold;
	padding:20px;
	color:#FFFFFF;
	background:#3CB2CF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
}

.whole .btn_yodo a span {
	font-size:120%;
}


/* ご利用ガイドここから */

div#contents div#guid {
background-image:url(../img/img_guid.gif);
background-repeat:no-repeat;
background-position:right;
}

div#contents_sec div#guid dl dt
{
margin-top:10px;
margin-bottom:15px;
}

div#contents_sec div#guid dl dd
{
line-height:140%;
margin-bottom:35px;
}

table.table0 {
background-color:#666666;
margin:10px 0;
}

table.table0 th {
background-color:#cccccc;
font-weight:normal;
padding:5px;
}

table.table0 td {
background-color:#ffffff;
padding:5px;
}

p.guid_lead
{
margin:40px 0;
}

p.guid
{
background-image:url(../img/icon_flawer.jpg);
background-repeat:no-repeat;
background-position:left top;
font-weight:bold;
padding-left:20px;
}

/* ご利用ガイドここまで */

/* 初めての方へここから */

.joukenef {
    background:#FCF5CC;
    padding: 20px 40px;
    border:4px solid #FBEEB9;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    text-align:center;
}

.madacoop1 {
    float:left;
    text-align:center;
}

.madacoop2 {
    float:right;
    text-align:center;
}

.madaef {
    text-align:center;
}

.clearfix {
    clear:both;
}

.cf:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	margin: 0px !important;
}

/* 初めての方へここまで */

/* 特定商取引に基づく表記ここから */

#law dt {
padding-top:20px;
padding-bottom:5px;
font-weight:bold;
font-size:114%;
color: #f35f17;
}

/* 特定商取引に基づく表記ここまで */



/**重要なお知らせのnew*/

.news_important dl dd ul li b {
    background: #f93a03;
    color: #FFFFFF;
    padding: 0 8px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}
