@charset "utf-8";
/* CSS Document */

.spfj-1banner{
		margin-bottom:10px;
		font-size:12px;
					}
.spfj-2banner-area{
		width:46%;
		margin:10px 2% 10px 2%;
		float:left;
		font-size:12px
		}
.spfj-2banner-area img{
		width:100%;
		}			




/************　新　着　情　報　*************/

/*新着のタイトル*/

.jf-newspick-top{
	margin-bottom:5px;
	background-color:#f2800d;
	color:#ffffff;
	font-size:16px;
	padding:8px 0px 8px 8px;
	border-top-right-radius: 10px;
}

/*新着のタイトル画像*/
.jf-newspick-top img{
	width:100%;
}

/*新着エリア大枠*/

.jf-newspick-area{
	border:none;
	width: 98%;
	/*height:460px;*/
	padding-right:10px;
	overflow:auto;
	margin: 10px 10px 10px 0px;
}


/*新着記事*/
.jf-newspick-item{
	width:100%;
	height:120px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:1px #666 dashed;
	padding-bottom:5px;
	clear:both;
}

/*新着記事画像*/
.jf-newspick-item img{
	width:110px;
	float:left;
	margin-right:10px;
}

/*新着日付*/
.newspick-daytext{
	font-size: 11px;
    color: #FF0000;
    font-weight: bold;
    line-height: 18px;
}


/*新着タイトル*/
.newspick-title{
	font-size: 12px;
	line-height: 14px;
    color: #000000;
    font-weight: bold;
}


/*新着本文*/
.newspick-text{
	font-size: 11px;
	line-height: 14px;
    color: #666666;
    margin-top:5px;
}



/************　ク　ー　ポ　ン　　*************/

.jf-cupon-area{

	}

.jf-cupon-area-img{
    display: inline-block; /* インラインブロック化 */
	text-align:center;
	}

.jf-cupon-area-img img{
	width: 70%;
	}

.jf-cupon-area-text{
    display: inline-block; /* インラインブロック化 */
	vertical-align: top;   /* 上端を揃える */
	}

.jf-cupon-title{
	font-weight:bold;
	font-size:18px;

	}

.jf-cupon-text{
	border-top:#333 solid 1px;
	font-size:12px;
	line-height:20px;
	margin-top:8px;
	}





