@charset "utf-8";
/* インデックスページ */

.pppW {
	width: 260px;
}
.tttW {
	width: 410px;
}
/* 左寄せ */
.pl {
}
.pl .pppW {
	float: left;
}
.pl .tttW {
	float: right;
}
/* 右寄せ */
.pr {
}
.pr .pppW {
	float: right;
}
.pr .tttW {
	float: left;
}
/* らくだねット　トップページ */
.btnWrap {
}
.btnWrap .fl {
	float: left;
}
.btnWrap .fr {
	float: right;
}
.point {
}
.point li {
	float: left;
}
.point li.center {
	margin: 0 20px;
}
.benriKino {
}
.benriKino dt {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ededed;
	font-weight: bold;
	float: left;
	width: 207px;
	clear: both;
	margin-bottom: 15px;
	padding: 5px 10px;
}
.benriKino dd {
	float: right;
	width: 460px;
	margin-bottom: 15px;
	padding: 5px 0;
}
/* らくだねット　ご利用までの流れ */
.flow {
	width: 453px;
	margin: 0 auto;
}
/* らくだねット　ご購入の流れ */
.wrapFlow {
}
.wrapFlow .wrapText {
	float: left;
	width: 350px;
}
.wrapFlow .wrapText dt {
	background: #0086d9;
	color: #FFF;
	width: 1.5em;
	margin-right: 10px;
	padding: 5px;
	float: left;
	text-align: center;
}
.wrapFlow .wrapText dd {
	padding: 5px;
	width: 290px;
	float: left;
}
.wrapFlow .wrapCap {
	float: right;
	width: 340px;
	text-align: right;
}
/* らくだねット　よくある質問 */
dl.accordion {}
dl.accordion dt {
	background: #ededed url(/img/materials/rakudanet/faq/icon_open.png) no-repeat 670px center;
	margin-bottom: 15px;
	padding: 9px 7px;
	font-weight: bold;
	cursor: pointer;
}
dl.accordion dt span {
	background: url(../../img/materials/rakudanet/faq/icon_q.png) no-repeat left center;
	min-height: 30px;
	padding:7px 30px;
}

dl.accordion dt.open {
	background: #ededed url(/img/materials/rakudanet/faq/icon_close.png) no-repeat 670px center;
}
dl.accordion dd {
	margin-bottom: 15px;
	padding: 9px 7px;
	line-height: 1.5;
	display: none;
}
dl.accordion dd .answer {
	background: url(../../img/materials/rakudanet/faq/icon_a.png) no-repeat left 3px;
	padding:5px 0 5px 30px;
}

dl.accordion dd .inqu {
	padding:15px 0 0 30px;
}

/*  ------------------------------------------------------------------

	新商品・新サービス紹介ページ内リンク

---------------------------------------------------------------------*/

.linkList li {
	font-size: 13px;
	padding-left: 15px;
	margin-left: 7px;
	margin-bottom: 1.2em;
	line-height: 1em;
	background: url(../../common/img/parts/icon_bule_arrow.png) no-repeat scroll left center;
}

.linkList li .bgBlue {
	font-size: 11px;
	background: #0086d9;
	color: #fff;
	border-radius: 1px;
	padding: 4px 10px;
	line-height: 1em;
	margin-left: 15px;
}

/*  ------------------------------------------------------------------

	新商品・新サービス紹介レイアウト

---------------------------------------------------------------------*/

.twoListItems {
	width: 700px;
}

.twoListItems {
	width: 700px;
}

.twoListItems h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

.twoListItems .leftItem {
	float: left;
	width: 340px;
}

.twoListItems .rightItem {
	float: right;
	width: 340px;
}

.threeListItems {
	width: 700px;
}

.threeListItems .leftItem,
.threeListItems .centerItem,
.threeListItems .rightItem {
	float: left;
}

.threeListItems .centerItem,
.threeListItems .rightItem {
	margin-left: 20px;
}

.threeListItems .caption {
	font-weight: bold;
	line-height: 2em;
}

.wrapText {
	margin-bottom: 1.5em;
}




/*  ------------------------------------------------------------------

	新商品・新サービス紹介お問い合わせボックス

---------------------------------------------------------------------*/

.infoBox {
	width: 410px;
	margin: 0 auto;
}

.infoBox dl {
	border: 1px solid #dfdfdf;
}

.infoBox dt {
	line-height: 1em;
	background-color: #f7f7f7;
	float: left;
	width: 125px;
	border-right: 1px solid #dfdfdf;
	padding: 14px 0 14px 10px;
	font-weight: bold;
}

.infoBox dd {
	line-height: 1em;
	float: left;
	padding: 14px 0 14px 10px;
}

/*  ------------------------------------------------------------------

	新商品・新サービス紹介ページトップボタン

---------------------------------------------------------------------*/

.pageTop {
	text-align: right;
}

.pageTop p {
	font-size: 11px;
	line-height: 1em;
}

.pageTop p a{
	padding: 1px 0 1px 18px;
	background: url(../../img/materials/icon_pagetop.gif) no-repeat left 1px;
}

/*  ------------------------------------------------------------------

	新商品・新サービス紹介仕切り線

---------------------------------------------------------------------*/

.underBorder {
	border-bottom: 2px solid #818181;
	padding-bottom: 3.5em;
}


