@charset "utf-8";

/* CSS Document */
/*=====OnlineShop Page========*/
#ols-contents {
	background:#fff url("img/ols_bg.gif") top center;
	padding:35px 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#ols-contents-end {
	background:url("img/ols_btm.gif") bottom center no-repeat;
	width:914px;
	height:10px;
	margin:0 0 30px 0;
}

a:hover img {
    filter:alpha(opacity=70);
    opacity: 0.7;
}
/* lead */
#ols-lead-area {
	margin: 0 55px;
}
	#ols-lead-area .laed-caution {
		margin: 15px 0 0;
		font-size: 11px;
		line-height: 1.2;
	}
	#ols-lead-area .laed-button {
		margin: 25px 0 0;
	}
	#ols-lead-area .laed-button li {
		width: 336px;
	}
	#ols-lead-area .laed-button li.laed-button-pc {
		float: left;
	}
	#ols-lead-area .laed-button li.laed-button-sp {
		float: right;
	}
	
/* func */
#ols-func-area {
	margin: 55px 40px 0;
	overflow: hidden;
}
	#ols-func-area h4 {
		padding-bottom: 10px;
		border-bottom: 1px dashed #bbb;
		margin-bottom: 10px;
	}
	#ols-func-area p {
		font-size: 11px;
		line-height: 1.3;
	}
	#ols-func-area sup {
		top: -5px;
		position: relative;
	}
	.ols-func-area-inner {
		width: 900px;
	}
	.ols-func-box {
		float: left;
		border: 1px solid #bbb;
		width: 170px;
		padding: 15px;
		margin: 0 8px 8px 0;
		padding: 15px 15px 10px 15px;
		position: relative;
	}
	.ols-func-box-pickup {
		float: left;
		border: 1px solid #bbb;
		width: 240px;
		padding: 15px 15px 15px 15px;
		margin: 0 8px 8px 0;
		position: relative;
	}
	.ols-func-link {
		position: absolute;
		bottom: 13px;
		right: 13px;
	}
	.ols-func-box-image {
		text-align: center;
		margin: 8px 0 12px;
	}
	.ols-func-box-txt {
		margin: 0 0 0 12px;
	}
	.ols-func-box-txt span {
		font-size: 110%;
		display: block;
		margin-bottom: 10px;
	}
	
	
/* member */
#ols-member-area {
	margin: 45px 40px 0;
	border: 1px solid #002198;
	padding: 0 28px;
}
	.ols-func-member {
		overflow: hidden;
		padding: 0 0 30px;
	}
	.ols-func-member-inner {
		width: 800px;
	}
	#ols-member-area h3 {
		text-align: center;
		margin-top: -25px;
		margin-bottom: 30px;
	}
	#ols-member-area h4 {
		padding: 0 0 15px 15px;
	}
	#ols-member-area p {
		font-size: 13px;
		line-height: 1.4;
	}
	.ols-member-box {
		float: left;
		width: 340px;
		border: 1px solid #bbb;
		border-bottom: 3px solid #bbb;
		padding: 18px 18px 15px 18px;
		margin-right: 18px;
		margin-bottom: 18px;
		position: relative;
	}
	.ols-member-link {
		position: absolute;
		bottom: 18px;
		right: 18px;
	}
	#ols-member-bottom {
		height: 31px;
		background:url("img/member_arrow.gif") center center no-repeat;
		width:100%;
	}
	.ols-member-caution {
		text-align: right;
		font-size: 10px !important;
		margin-top: -10px;
	}
	
#btn_regist {
	text-align: center;
	padding: 15px 0 65px;
}


/* module */
.mb05 {
	margin-bottom: 5px;
}