@charset "utf-8";

@media screen and (min-width:741px),print {

	#ir main.press .news-box {
		min-height: 600px;
	}
	
	div.wp_contents {
	}
	
	body.wp_single_gkj header.pc ul.target {
		display: none;
	}
	body.wp_single_gkj main {
		width:1200px;
	}

}

@media screen and (max-width:740px){
	body.wp_single_gkj main h2 {
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.4;
	}
}


/* 
@media screen and (min-width:741px) {
	main.press .news-box dt {
		position: relative;
		top: 2em;
	}
	main.press .news-box dd {
		vertical-align: top;
	}
	main.press .news-box dd:nth-of-type(2){
		width: 620px;
	}
}
 */

/* 
@media screen and (min-width:741px) {
	#ir .press .news-box dl[class="1701201400"] dd:nth-of-type(2) {
		letter-spacing: -0.02em;
	}
}
 */

.news-box dd a {text-decoration: underline;}
.news-box a[href$=".pdf"]:after {
	content: '';
	position: relative;
	top: 4px;
	left: 5px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("/common/images/icon_pdf_mini.png") no-repeat ;
}
.news-box a.openlink:after {
	content: '';
	position: relative;
	top: -1px;
	left: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("/common/images/icon_blank.png") no-repeat ;
}

.news-box img.icon_new {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 3px 0 0;
}

#main .news-box .pager {
	clear: both;
	margin: 34px 0;
	text-align: center;
}
#main .news-box .pager span {
	display: inline-block;
	margin: 0 4px;
	padding: 3px 12px;
	color: #fff;
	line-height: 1;
	background: #666;
	border: solid 1px #ccc;
	border-radius: 3px;
}
#main .news-box .pager span:hover {
	cursor: pointer;
	background: #f00;
}
#main .news-box .pager span.current {
	color: #bbb;
	background: none;
}
#main .news-box .pager span.current:hover {
	cursor: default;
}
#main .news-box .pager span.invalid {
	color: #bbb;
	background: none;
	border: solid 1px #ccc;
}
#main .news-box .pager span.invalid:hover {
	cursor: default;
}
