@charset "UTF_8";

/*　eフレンズページcss PC用　*/

/********* PC非表示 / スマホのみ表示 *********/
.sponly {
	display:none;
}

/********* KV *********/
#kv {
	display: block;
	width: 100%;
	height: 316px;
	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;
}


/********* KV *********/
#kv {
	display: block;
	width: 100%;
	height: 316px;
	margin: 0 auto;
}
.kv_slide .bx-controls-direction a {
	height: 280px !important;
}
.kv_slide .slide_all {
	width: 100%;
	height: 100%;
}
/********* KV *********/


/********* コンテンツ *********/
#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: 154%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 3px;
	text-indent: -3px;
}

#contents h2 span {
	display: inline-block;
	vertical-align: -0.1em;
	margin: 0 10px 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: 30px 0 40px;
	text-align: center;
}

#kakurearea {
    width:1020px;
    margin:0 auto;
    overflow: hidden;
	position:relative;
}

#kakure1 {
    position: absolute;
    left: 200px;
    top: -9px;
    z-index: 20000;
}

#ef-menu h2 {}
#ef-menu h2 span {}
#ef-menu ul {
	font: 0/0 aa;
	letter-spacing: -.4em;
}
#ef-menu ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	letter-spacing: normal;
}
#ef-menu .login {
	position:relative;
	z-index:1000;
}


/** お知らせ */
#ef-info {
	overflow: hidden;
	width: 960px;
	margin: 60px auto 0;
}
#ef-info .box {
	position: relative;
	background: #f5fcf9;
	padding: 20px 30px 50px;
}
#ef-info h2 {
	font-size: 139%;
}
#ef-info h2 span {}
#ef-info ul {
	margin: 0 0 35px;
	line-height: 1.4;
}
#ef-info ul li {
	overflow: hidden;
	position: relative;
	margin: 10px 0 0;
}
#ef-info ul li:first-child {
	margin: 0;
}
#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,
#ef-info ul li strong {
	display: block;
}
#ef-info ul li span {
	position: absolute;
	top: 0.1em;
	left: 0;
	color: #774d27;
	font-size: 93%;
	font-weight: bold;
}
#ef-info ul li strong {
	padding: 0 0 0 9.2em;
	font-size: 100%;
	font-weight: normal;
}
#ef-info .btn {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	text-align: center;
}
#ef-info .btn a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-indent: -1px;
	text-decoration: none;
}
#ef-info .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#ef-info .btn a b {
	display: inline-block;
	background: url(../img/arrow_white_01.gif) no-repeat 0 center;
	min-height: 11px;
	padding: 2px 0 0 15px;
}

#ef-info .announcement {
	float: left;
	width: 615px;
}
#ef-info .announcement .btn {
	left: 0;
	right: 0;
	width: 260px;
}
#ef-info .announcement .btn a {
	background-color: #38bc80;
}


/** お届けスケジュール */
#ef-info .information {
	float: right;
	width: 320px;
}
#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 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
}
#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{
	overflow: hidden;
	padding:15px;
	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 */
	margin-top: 20px;
}

#news .news_important dl{
	display: table;
}
#news .news_important dt.tt{
	width:230px;
	background:#f93a03;
	display: table-cell;
	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 */
	padding: 10px;
}

#news .news_important dd{
	float:right;
	display: table-cell;
	margin-left:18px;
	padding: 10px 0;
}
#news .news_important dd li{
	margin-top:7px;
}
#news .news_important dd li:first-child{
	margin-top:0px;
}
#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;
	line-height: 1.4em !important;
	font-size: 100%;
}
#news .news_important img{
	vertical-align:bottom;
}




/** 更新情報部分*/
#info_area {
	width: 960px;
	margin: 40px auto 0;
	overflow: hidden;
	margin-bottom: 50px;
}

#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;
	margin-right:2px;
}
#info_area .tab li a{
	height:33px;
	display:block;
	background-repeat:no-repeat;
}
#info_area .tab li.tab1 a{width:130px;background:url(../../../top/img/info_tab1_tt.gif);background-position:0px -33px;}
#info_area .tab li.tab2 a{width:130px;background:url(../../../top/img/info_tab2_tt.gif);background-position:0px -33px;}
#info_area .tab li.tab3 a{width:130px;background:url(../../../top/img/info_tab3_tt.gif);background-position:0px -33px;}
#info_area .tab li.tab4 a{width:130px;background:url(../../../top/img/info_tab4_tt.gif);background-position:0px -33px;}
#info_area .tab li.tab5 a{width:130px;background:url(../../../top/img/info_tab5_tt.gif);background-position:0px -33px;}

#info_area .tab li.tab1 a:hover,
#info_area .tab li.tab2 a:hover,
#info_area .tab li.tab3 a:hover,
#info_area .tab li.tab4 a:hover,
#info_area .tab li.tab5 a:hover{background-position:0px 0px;}
#info_area .tab li.select a{background-position:0px 0px;}
#info_area .tab li a span{display:none;}



/*更新情報詳細*/
li#tab1{
	border-top:5px solid #ff7900;
}
li#tab2{
	border-top:5px solid #38bc80;
}
li#tab3{
	border-top:5px solid #33b9bd;
}
li#tab4{
	border-top:5px solid #f26161;
}
li#tab5{
	border-top:5px solid #ebbd1e;
}
#infobox a{
	color:#555555;
	text-decoration:underline;
}
#infobox{
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	font-size:100%;
	color:#555555;
}
#infobox ul{
	height:130px;
	overflow:auto;
	padding:15px 0px 0px 30px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.09);
}
#infobox li{
	margin-bottom:9px;
	width:885px;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
	-o-text-overflow:ellipsis; /* Opera */
	white-space:nowrap;
}
#infobox li span{
	width:130px;
	display: inline-block;
	font-size:93%;
	font-weight:bold;
	color:#774d27;
}
#infobox li b{
	width:130px;
	font-size: 93%;
	font-weight:normal;
	text-align:center;
	color:#fff;
	padding:2px 0 0;
	margin-right:12px;
	display:inline-block;
	letter-spacing:0.3em;
}
#infobox li b.icon_tab2{
	background:#38bc80;
}
#infobox li b.icon_tab3{
	background:#33b9bd;
}
#infobox li b.icon_tab4{
	background:#f26161;
}
#infobox li b.icon_tab5{
	background:#ebbd1e;
}
#infobox .btn a{
	width:300px;
	display:block;
	text-align:center;
	padding:5px 0;
	margin:20px auto 20px;
	>margin:20px auto 20px; /* IEハック用 */
}

#infobox .btn a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#infobox.tab1 .btn a{
	color:#ff7900;
	border:1px solid #ff7900;
	margin-bottom:20px;
}
#infobox.tab2 .btn a{
	color:#38bc80;
	border:1px solid #38bc80;
}
#infobox.tab3 .btn a{
	color:#33b9bd;
	border:1px solid #33b9bd;
}
#infobox.tab4 .btn a{
	color:#f26161;
	border:1px solid #f26161;
}
#infobox.tab5 .btn a{
	color:#ebbd1e;
	border:1px solid #ebbd1e;
}
#infobox img{
	vertical-align: top;
	}


/** バナーエリア */

#ef-bnrarea {
    overflow: hidden;
    width: 960px;
    margin: 60px auto 0;
}

#ef-bnrarea h2 {
	color: #f93a03;
}

#ef-bnrarea ul li img {
	width: 100%;
}

/** キャンペーン */

#ef-campaign {
    text-align: center;
}

#ef-campaign li.last {
    margin-right: 0px;
}

#ef-campaign li {
    width: 306px;
    display: inline-block;
    margin-right: 14px;
}

.campaign01 {
	text-align:center;
}

.campaign01 p {
	display: inline-block;
    margin:0 15px;
    width: 465px;
}

.campaign01 p img {
	width: 100%;
}


/** 便利ツール */

#ef-convenient {
	text-align:center;
}


/** おすすめコンテンツ */

#ef-osusume li.last {
    margin-right: 0px;
}
#ef-osusume li {
	width:218px;
	float:left;
	margin-right:29px;
}


/** 関連リンク */
#ef-link {
	text-align:center;
}
#ef-link ul {
/* 	margin: 0 -15px; */
	text-align:center;
}
#ef-link ul li {
	display: inline-block;
	width:33.3%;
	margin: 0 0 20px;
	padding: 0 15px;
}



/* パルよどがわふりわけページ */

.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;
}



/** 初期表示バナー **/

#first-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
}
#first-banner .box {
	position: relative;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	width:640px;
    height:446px;
	margin: -280px auto 0;
	text-align: center;
	z-index: 2;
}
#first-banner .close {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../../top/img/first-banner-close.png) no-repeat center center;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 3;
}
#first-banner .close:hover {
	opacity: 0.7;
}
#first-banner .banner {
	position: relative;
}
#first-banner .banner a {}
#first-banner .banner img {}
#first-banner .check {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	width: 100%;
	line-height: 1;
	text-align: center;
}

#first-banner .check span {
	display: inline-block;
	position: relative;
	padding: 15px 15px 15px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-indent: 1px;
	cursor: pointer;
}
#first-banner .check span:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../../top/img/first-banner-check.png) #000 no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin: -9px 10px 0 0;
}
#first-banner .check span.checked:before {
	background-position: -16px 0;
}
/*
#first-banner .check input {
	display: none;
	background: none;
	width: 16px;
	height: 16px;
	font: 0/0 aa;
	color: transparent;
	outline: none;
}
#first-banner .check input:checked {}
#first-banner .check label {
	display: inline-block;
	position: relative;
	padding: 15px 15px 15px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-indent: 1px;
	cursor: pointer;
}
#first-banner .check label:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/first-banner-check.png) #000 no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin: -9px 10px 0 0;
}
#first-banner .check input:checked + label:before {
	background-position: -16px 0;
}
*/
#first-banner .cover {
	position: absolute;
	top: 0;
	left: 0;
	background: #bc5b2b;
	background: rgba(188, 91, 43, 0.5);
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	filter: alpha(opacity=50);
}



/**重要なお知らせのnew*/

.news_important dl dd ul li b {
    background: #f93a03;
    color: #FFFFFF;
    padding: 0 8px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 4px;
}
