@charset "EUC-JP";

/*
 * Share*style Rakuten shop
 * https://www.rakuten.ne.jp/styles/
 * Style Guide: https://www.rakuten.ne.jp/styles/styleguide.txt
 * License: none (public domain)
 * -----------------------------------------------
 * 新着情報用のスタイルです。
 */



/* ---------------------------------------- ■ commonに移植 */

.mr_b70 { margin-right: 70px; }
.mr_b80 { margin-right: 80px; }
.mr_b100 { margin-right: 100px; }
.mr_r20 { margin-right: 20px; }

.txt_smokyred { color: #c33f55; }


/* ---------------------------------------- ■ リセット */

body {
}

a:link 	  { color: #fff; text-decoration: underline; }
a:visited { color: #bfbfbf; text-decoration: underline; }
a:hover	  { color: #e2ff0e; text-decoration: underline; }

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ---------------------------------------- ■ スタイル */

.btn_staff {
	margin-bottom: 80px;
}

.btn_staff:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.btn_staff li {
	float: left;
	margin-bottom: 20px;
}

.balloon_down {
	padding-bottom: 25px;
	background: url(../img/arrow_down_bk.gif) bottom center no-repeat;
	text-align: center;
}

	.balloon_down p {
		display: inline;
		background: #000;
		padding: 15px 60px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}

.int_pos {
	float: left;
	width: 480px;
}

	.int_copy {
		font-size: 26px;
		font-weight: bold;
		color: #c33f55;
		text-indent: -10px;
		margin-bottom: 5px;
	}

	.int_copy_s {
		font-size: 18px;
		font-weight: bold;
		color: #575757;
	}

	.int_txt {
		font-size: 14px;
		line-height: 24px;
		padding-left: 5px;
	}

.qa_list li {
	padding: 28px 0;
	border-bottom: 1px #cdcdcd dotted;
	font-size: 14px;
	line-height: 24px;
}

	.que {
		background: url(../img/intaerview_q.gif) 0 0 no-repeat;
		min-height: 38px;
		height: auto !important;
		height: 38px;
		padding-left: 50px;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.ans {
		background: url(../img/intaerview_a.gif) 0 0 no-repeat;
		min-height: 38px;
		height: auto !important;
		height: 38px;
		padding-left: 50px;
		font-size: 14px;
		line-height: 24px;
	}

.picks {
	position: relative;
	border: 1px #d8d8d8 solid;
	margin-bottom: 35px;
}

.picks:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.ribbon_no1 {
	position: absolute;
	top: -7px;
	left: 16px;
}

.picks_data {
	padding: 30px 28px 0 48px;
	float: right;
}

.picks_data_in {
	width: 315px;
}

.picks_data_in:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.picks_data_l {
	width: 210px;
	float: right;
}

.picks_item_name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #6d6d6d dotted;
}

.picks_txt {
	width: 315px;
	margin-top: 13px;
	line-height: 18px;
}

.picks_list {
}

.picks_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.picks_list li {
	width: 180px;
	margin-right: 18px;
	margin-bottom: 30px;
	float: left;
}

	.picks_list li.r_end {
		margin-right: 0px !important;
	}
	
	.picks_list li img {
		width: 180px;
		margin-bottom: 5px;
	}

.picks_list_name {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.picks_list_new {
	background: #bd0000;
	color: #fff;
	font-size: 10px;
	padding: 2px 4px 3px;
	margin-left: 10px;
}

.picks_list_txt {
	line-height: 18px;
	margin-bottom: 8px;
	color: #888888;
}

.picks_list_price {
	border-top: 1px #cdcdcd dashed;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}


.balloon {
	padding-bottom: 25px;
	text-align: center;
}

	.balloon a {
		display: inline;
		background: #000;
		padding: 15px 60px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}



