/* ----------------------------------------
puwpage
---------------------------------------- */
#puwpage #header #header-btn {
	padding-right: 10px;
}
#puwpage #content {
	margin: 10px auto;
	width: 950px;
	color: #333;
	font: normal 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#puwpage #content-inner {
	margin: 0 auto;
	padding: 0 10px;
	background: url(/pc/static/puw/images/bg.png) top center repeat-y;
}
.bgColor {
	margin: 0 0 10px 0;
	padding: 0 0 25px 0;
	background-color: #fff;
	border-radius: 5px;
}
.bgColor:last-child {
	padding: 25px;
}
#content h1 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	border: none;
}
.lead {
	margin: 0;
	padding: 20px 31px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
.imgL {
	float: left;
}
.imgR {
	float: right;
}
/* ----------------------------------------
btn
---------------------------------------- */
.profileBtn1, .profileBtn2 {
	margin-top: 5px;
	text-align: right;
}
.profileBtn1 a {
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #ff5aa5;
	line-height: 1;
	background: linear-gradient(top, #ff7cb7, #ff6bae);
	background: -moz-linear-gradient(top, #ff7cb7, #ff6bae);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7cb7), to(#ff6bae));
	background: -ms-linear-gradient(top, #ff7cb7, #ff6bae);
	border-radius: 5px;
}
.profileBtn1 a:hover, .profileBtn2 a:hover {
	opacity: 0.9;
}
.profileBtn2 a {
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #b369be;
	line-height: 1;
	background: linear-gradient(top, #bf81c8, #b975c3);
	background: -moz-linear-gradient(top, #bf81c8, #b975c3);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf81c8), to(#b975c3));
	background: -ms-linear-gradient(top, #bf81c8, #b975c3);
	border-radius: 5px;
}
/* ----------------------------------------
box
---------------------------------------- */
.detailBlock {
	display: table;
	border-collapse: separate;
	border-spacing: 15px 20px;
}
.detail {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}
.detail h3 {
	margin: 0 0 25px;
	padding: 10px 15px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.8;
}
.user1 h3 {
	color: #ff5aa5;
	border-bottom: 1px solid #ff5aa5;
}
.user2 h3 {
	color: #b975c3;
	border-bottom: 1px solid #b975c3;
}
.bookList {
	margin: 0;
	padding: 0;
}
.bookList dl {
	padding: 0 0 0 145px;
}
.berrys dt {
	padding-bottom: 10px;
}
.berrys dt a {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.7;
}
.berrys .imgL {
	margin-right: 20px;
}
.text dt {
	margin: 15px 0 10px;
	padding: 10px;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	background-color: #eee;
}
.berrys dd, .text dd {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.text dd.bold {
	padding-bottom: 7px;
}
.text dd.bold a {
	font-size: 110%;
	font-weight: bold;
}
.text dd ul li {
	margin: 0 0 5px 25px;
	padding: 10px 0 0 0;
	list-style-type: disc;
}
/* ----------------------------------------
balloon
---------------------------------------- */
.qa1 {
	margin: 10px 20px 20px 10px;
}
.qa2 {
	margin: 30px 40px;
}
.arrow_box {
	position: relative;
	margin: 10px 110px 10px 10px;
	padding: 20px;
	font-size: 130%;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}
.arrow_box:before {
	border-color: rgba(200, 200, 200, 0);
	border-left-color: #ccc;
	border-width: 17px;
	margin-top: -17px;
}
.arrow_box1 {
	position: relative;
	margin: 10px 10px 10px 140px;
	padding: 20px;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.7;
	background: #fdf8f4;
	border: 1px solid #f7e8d8;
	border-radius: 10px;
}
.arrow_box1:after, .arrow_box1:before {
	right: 100%;
	top: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box1:after {
	border-color: rgba(255, 234, 222, 0);
	border-right-color: #fdf8f4;
	border-width: 16px;
	margin-top: -16px;
}
.arrow_box1:before {
	border-color: rgba(226, 196, 178, 0);
	border-right-color: #f7e8d8;
	border-width: 17px;
	margin-top: -17px;
}