/* --------------------------------
   layout
---------------------------------*/
#header-btn {
	margin-right:0;
	padding-right:10px;
}
#content-inner {
	margin:5px 10px;
	padding:5px 10px 0 10px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* --------------------------------
   font-layout
---------------------------------*/
.mainTit {
	margin:0 auto;
	width:897px;
	height:202px;
	text-align:center;
	font-weight:bold;
	background:url(../images/img_ribbon.gif) top center no-repeat;
}
.mainTit p {
	position:relative;
    top:-35px;
    left:70px;
    text-align:left;
}
p.catch {
	padding:35px 0 47px;
}
h2 {
    padding-top: 0.5em;
	color:#fff;
	font-size:68px;
}
.mainTit h3 {
	margin-top:-70px;
    padding:0 90px 0 180px;
    font-size:20px;
}
h3 {
	color:#fff;
	font-size:22px;
	text-align:center;
}
h4 {
	margin:0 0 25px 0;
	padding:10px;
	color:#333;
	font-size:22px;
	text-align:left;
}
p.red {
	font-size:90%;
	color:#cf0000;
}
.lead {
	padding:0 140px 0;
	font-size:14px;
	line-height:2em;
	letter-spacing:2px;
}
.marker {
	color:#ff873c;
	font-weight:bold;
	background:url(../images/bg_marker.gif) top left repeat;
}
.point {
	margin:0 auto 64px;
	padding:68px 60px 60px;
	width:551px;
	height:139px;
	background:url(../images/bg_clip.gif) top left no-repeat;
}
.point li {
	margin:0;
	padding:6px 0 6px 22px;
	list-style:none;
	line-height:1;
	letter-spacing:3px;
	background:url(../images/ico_list.gif) left center no-repeat;
}
.point li .marker {
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.balloon {
	position:relative;
	padding:15px 60px;
	color:#896b00;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:1;
	background:#ffdc62;
	border-radius:10px;
}
.balloon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 220, 98, 0);
	border-top-color: #ffdc62;
	border-width: 13px;
	margin-left: -13px;
}
.box {
	margin:0 auto 35px;
	width:851px;
	padding:0 0 32px 0;
	background:url(../images/bg_border_bottom.gif) bottom center no-repeat;
}
.bookList  {
	padding:0 50px;
	background:url(../images/bg_border_left.gif) top left repeat-y, url(../images/bg_border_right.gif) top right repeat-y;
}
.bookList li {
	margin:0;
	padding:25px 40px 26px 40px;
	font-size:22px;
	font-weight:bold;
	list-style:none;
	border-top:1px dotted #333;
}
.bookList li:first-child {
	border:none;
}
.bookList li a {
	padding:0 0 0 50px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/ico_book.gif) left center no-repeat;
}
.bookList li a:hover {
	text-decoration:none;
}
#bookImg {
	display:table;
	width:930px;/*151211 layout*/
}
#bookImg div {
	display:table-cell;
	width:310px;/*151211 layout*/
	vertical-align:top;
}
#bookImg img { /*151211 layout*/
	margin-bottom:10px;
	box-shadow:1px 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#bookImg dd.catch {
    font-weight: bold;
    color: #42bdd8;
}
#bookImg dt.title {
    font-weight: bold;
}
#pickUp {
	margin-left:15px;
}
#pickUp dl {
	padding-left:45px;
}
#comingSoon {
	padding-left:25px;
}
#comingSoon ul {
	margin-top:28px;
}
#comingSoon ul li {
	display:inline-block;
	text-align:center;
}
#comingSoon ul li:last-child {
	margin-left:30px;
}
.readLink {
	margin:50px auto 40px;
	text-align:center;
}
.readLink li {
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.readLink li a {
	display:block;
	width:auto;
	height:auto;
	padding:15px 20px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#00a6db;
	border:1px solid #0094c3;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.readLink li a:hover {
	text-decoration:underline;
	background-color:#27b2de;
}
#bookImg dd .readLink {
	margin:0;
}
#bookImg dd .readLink li a {
	padding:5px 10px;
	width:178px;
	font-size:14px;
}
.textLink li {
	text-align:right;
}
.textLink li a {
	padding:0 30px 0 0;
	color:#333;
	font-size:16px;
	background:url(/frontend/pc/images/li_books.gif) right center no-repeat;
}