@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
#conts h3 {
	margin-bottom: 0px;
	padding-left: 0px;
	background-image : none;
}

#conts h3 span {
	padding-left: 20px;
	height: 30px;
	background: url(/wp-content/themes/medicmedia/img/common/icon/h8s_img.png) no-repeat left 1px;
}

#conts .noteList {
	margin-bottom: 16px;
}

#conts .noteList li {
	font-size: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

#conts .list {
	margin-bottom: 8px;
}

#conts .pdfLink {
	margin-bottom: 14px;
	font-size: 1.4em;
	line-height: 1.6;
}

#conts .pdfLink a {
	padding: 0 0 2px 26px;
	display: inline-block;
	color: #7E97CC;
	text-decoration: underline;
	background: url(/wp-content/themes/medicmedia/img/book/icon01.jpg) no-repeat left -1px;
}

#conts .pdfLink a:hover {
	text-decoration: none;
}

#conts .comTabBox {
	margin-bottom: 3px;
}

#conts .subBox {
	margin-bottom: 30px;
}

#conts .newbookWrap .bookBox,
#conts .subBox .bookBox {
	padding: 17px 0 21px;
	background: url(/wp-content/themes/medicmedia/img/common/line01.png) repeat-x left bottom;
}
	
#conts .comImgBox {
	margin-bottom: 9px;
}

#conts .comImgBox .photoBox img {
	border: 1px solid #CCC;
}

#conts .comImgBox .photoBox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#conts .comImgBox .textBox img {
	margin-bottom: 8px;
}

#conts .comImgBox .title {
	margin-bottom: 7px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
}

#conts .comImgBox dl {
	padding-left: 10px;
	border-left: 3px solid #7D96CC;
}

#conts .comImgBox dt {
	float: left;
	color: #7E97CC;
	font-size: 1.4em;
	line-height: 1.3;
}

#conts .comImgBox dd {
	padding-left: 3.5em;
	font-size: 1.4em;
	line-height: 1.3;
	word-wrap: break-word;
}

#conts .comImgBox dd .red {
	color: #990000;
}

#conts .bookBox .link {
	font-size: 1.4em;
	line-height: 1.6;
}

#conts .bookBox .link a {
	padding-left: 15px;
	display: inline-block;
	color: #7E97CC;
	text-decoration: underline;
	background: url(/wp-content/themes/medicmedia/img/book/icon02.png) no-repeat left center;
}

#conts .bookBox .link a:hover {
	text-decoration: none;
}

#conts .bookBox .link span {
	padding-right: 15px;
	background: url(/wp-content/themes/medicmedia/img/book/icon03.png) no-repeat right center;
}

#conts .newbookWrap {
	margin-bottom: 30px;
}

#conts .page-numbers {
    clear: both;
    text-align: center;
}

#conts .page-numbers li {
    margin: 0 1px;
    display: inline;
    font-size: 1.4em;
}

#conts .page-numbers span.current,
#conts .page-numbers li a {
    padding: 3px 9px;
    display: inline-block;
    border: 1px solid #D7D7D8;
    border-radius: 4px;
	behavior: url(/wp-content/themes/medicmedia/js/pie.htc);
}

#conts .page-numbers span.current,
#conts .page-numbers li a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #375DB2;
    background-color: #375DB2;
}

#conts .noBook {
	margin: 0 10px;
	padding: 15px 0 0;
	font-size: 1.4em;
}