/* ----------------------------------------
puwpage
---------------------------------------- */
#puwpage #header #header-btn {
	padding-right:10px;
}
#puwpage #content {
	margin:10px auto;
	width:950px;
	color:#333;
	font:normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #puwpage #content {
    -webkit-text-stroke-width:0.2px;
  }
}
#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:100%;
	font-weight:normal;
	border:none;
}
.lead {
	margin:0;
	padding:20px 31px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}
.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:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px #76adc7;
	line-height:1;
	background:-moz-linear-gradient(top, #69bee6, #59b2dc);
	background:-webkit-gradient(linear, left top, left bottom, from(#69bee6), to(#59b2dc));
	background-color:#59b2dc;/* IE */
	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:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px #cd8594;
	line-height:1;
	background:-moz-linear-gradient(top, #ff839d, #ff718f);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff839d), to(#ff718f));
	background-color:#ff718f;/* IE */
	border-radius:5px;
}
/* ----------------------------------------
box
---------------------------------------- */
.detailBlock {
	display: table;
    border-collapse: separate;
    border-spacing: 15px 20px;
}
.detail {
	display:table-cell;
	vertical-align:top;
}
.meru {
	border:3px solid #69bee6;
	border-radius:5px;
}
.mito {
	border:3px solid #ff839d;
	border-radius:5px;
}
.detail h3 {
	margin:0;
	padding:10px 30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;	
	line-height:1;
}
.meru h3 {
	text-shadow:1px 1px 2px #76adc7;	
	background:-moz-linear-gradient(top, #69bee6, #59b2dc);
	background:-webkit-gradient(linear, left top, left bottom, from(#69bee6), to(#59b2dc));
	background-color:#59b2dc;/* IE */
}
.mito h3 {
	text-shadow:1px 1px 2px #cd8594;
	background:-moz-linear-gradient(top, #ff839d, #ff718f);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff839d), to(#ff718f));
	background-color:#ff718f;/* IE */
}
.detail h3 img {
	vertical-align: -13px;
	margin-right: 7px;
}
.bookList {
	padding:15px;
}
.berrys dt {
	padding-bottom:10px;
}
.berrys dt a {
	font-size:14px;
	font-weight:bold;
}
.berrys .imgL {
	margin-right:10px;
}
.text dt {
	margin-bottom:10px;
	padding:10px 0 10px 0;
	color:#f46d23;
	font-size:14px;
	font-weight:bold;
	background:url(/pc/static/puw/images/201512/hr.gif) bottom left repeat-x;
}
.berrys dd,
.text dd {
	line-height:1.5em;
}
.text dd.bold {
	padding-bottom:7px;
}
.text dd.bold a {
	font-size:14px;
	font-weight:bold;
}
.text dd.ico_li {
	margin:0 0 5px;
}
.meru .text dd.ico_li {
	padding:0 0 0 15px;
	background:url(../images/201512/ico_li1.gif) left center no-repeat;
}
.mito .text dd.ico_li {
	padding:0 0 0 15px;
	background:url(../images/201512/ico_li2.gif) left center no-repeat;
}
	
/* ----------------------------------------
balloon
---------------------------------------- */
.qa1,
.qa2 {
	margin:10px 20px 20px 10px;
}
/*dafault_berrys*/
.arrow_box {
	position: relative;
	margin:10px 110px 10px 10px;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	background: #ffffff;
	border: 1px solid #c8c8c8;
	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: #ffffff;
	border-width: 16px;
	margin-top: -16px;
}
.arrow_box:before {
	border-color: rgba(200, 200, 200, 0);
	border-left-color: #c8c8c8;
	border-width: 17px;
	margin-top: -17px;
}
/*meru*/
.arrow_box1 {
	position: relative;
	margin:10px 10px 10px 140px;
	padding:20px;
	font-size:14px;
	font-weight:normal;
	background: #ffeade;
	border: 1px solid #e2c4b2;
	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: #ffeade;
	border-width: 16px;
	margin-top: -16px;
}
.arrow_box1:before {
	border-color: rgba(226, 196, 178, 0);
	border-right-color: #e2c4b2;
	border-width: 17px;
	margin-top: -17px;
}
/*mito*/
.arrow_box2 {
	position: relative;
	margin:10px 10px 10px 140px;
	padding:20px;
	font-size:14px;
	font-weight:normal;
	background: #fff9df;
	border: 1px solid #e0d7ae;
	border-radius:10px;
}
.arrow_box2:after, .arrow_box2:before {
	right: 100%;
	top: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box2:after {
	border-color: rgba(255, 249, 223, 0);
	border-right-color: #fff9df;
	border-width: 16px;
	margin-top: -16px;
}
.arrow_box2:before {
	border-color: rgba(224, 215, 174, 0);
	border-right-color: #e0d7ae;
	border-width: 17px;
	margin-top: -17px;
}
