@charset "utf-8";

/* ------------------------------
 ホーム
------------------------------ */
main {
	padding-left: 0;
	padding-right: 0;
}

.topBlock { 
	text-align: center;
}

/* キャンペーン */
.campaign {
	background: #102483;
}

.campaignIn {
	width: 318px;
	height: 94px;
	margin: 0 auto;
	background: url(/sp/img/campaign.png) no-repeat center center;
	background-size: cover;
}

/* ティッカー */
.ticker {
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 32px;
	margin: 0 auto;
	padding: 42px 0 0 0;
	line-height: 1.3;
	text-align: left;
}

.ticker ul {
	position: relative;
	width: 100%;
}

.ticker ul li {
	display: none;
	width: 100%;
}

/* 見出し */
h2 {
	margin-bottom: 5px;
	padding: 0 5%;
	border-bottom: solid 4px #001A86;
	background-image:    -moz-linear-gradient( #ffffff /*{b-bup-background-start}*/, #e6e6e6 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{b-bup-background-start}*/, #e6e6e6 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{b-bup-background-start}*/, #e6e6e6 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{b-bup-background-start}*/, #e6e6e6 /*{b-bup-background-end}*/);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
}

h2.bgn {
	margin: 1.5em 0 .75em;
	border-bottom: none;
	background: none;
	box-shadow: none;
	line-height: 1.5;
}

h2.pickup {
	border-bottom: solid 4px #d60117;
}

h2 span {
	font-size: 11px;
}

h2 a {
	display: block;
	float: right;
	margin-top: 10px;
	padding: 0 22px 0 10px;
	border-top: solid 1px #f1f1f1;
	border-radius: 15px;
	background: #001a86 url(/sp/shared/img/arrow_w.png) no-repeat 42px center; 
	background-size: 6px 12px;
	color: #fff !important;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}

h2 a.blank {
	background: #eb6100 url(/sp/img/blank.png) no-repeat 39px center; 
	background-size: 10px 9px ;
}

main p {
	padding: 0 5% 1.5em;
}

/* ピックアップ */
.pickup {
	padding: 0 5%;
}

.pickup dl {
	text-align: left;
	border-bottom: dotted 1px #999;
	padding: 7px 0;
	background: url(/sp/shared/img/blank.png) no-repeat right center; 
	background-size: 23px 23px ;
	line-height: 1.5;
}

.pickup dl.normal {
	background: url(/sp/shared/img/arrow_r.png) no-repeat right center; 
	background-size: 23px 23px ;
}

.pickup dl h3 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
	color: #333333;
}

.pickup dl dd {
	font-size: 11px;
	line-height: 1.2;
	color: #666;
}

.pickup dl em {
	color: #eb6100;
}

.pickup dl dt {
	float: left;
	margin-right: 14px;
}

.pickup dl dt img {
	width: 57px;
}

.pickup a {
	display: block;
	color: #000;
}

.recommend a:last-child dl,
.pickup a:last-child dl {
	border-bottom: none;
	margin-bottom: 5px;
}

/* バナー */
.bn {
	text-align: center;
}

/* 新着 */
.inbox {
	padding: 0 5%;
}
