@charset "utf-8";
/*------------------------------------------------------------
	news/index.php
------------------------------------------------------------*/
#conts h3 {
	margin-bottom: 0px;
	padding-left: 0px;
	background-image : none;
}

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

#conts .dateDl {
	margin-bottom: 30px;
	font-size: 1.4em;
}

#conts dt {
	padding: 20px 0 5px;
	line-height: 1.2;
}

#conts dt img {
	margin-left: 22px;
}

#conts dt .title {
    margin-top: 6px;
    display: inline-block;
    font-weight: bold;
}

#conts dd {
	padding-bottom: 20px;
	line-height: 1.6;
	background: url(/wp-content/themes/medicmedia/img/common/line01.png) repeat-x left bottom;
}

#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;
}
