@charset "UTF-8";
/* 今回独自のCSS */
#contents .archive .press .press_contents > h3{
	clear:both;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height:35px;
	padding:10px;
	border-top-style: double;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-color: #000;
}
#contents .archive .press .press_contents > h3 strong{
	font-size: 26px;
}
#contents .archive .press .press_contents > h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding:10px 0 0;
	border-bottom-style: double;
	border-color: #000;
	margin-bottom:10px;
}
#contents .archive .press .press_contents > h4 p.p01{
	font-weight:normal;
	border-bottom:1px dotted #000;
	padding:0 0 10px;
	font-size: 14px;
}
#contents .archive .press .press_contents > h4 p.p02{
	padding:10px 0;
	font-size: 20px;
}


.press_contents .pt01 small {
	font-size:smaller !important;
}
.press_contents .pt01 p.img{
	width: 90%;
    margin: 0 auto 3em;
}
.press_contents .pt01 p.img img{
    width: 100%;
}
.press_contents .pt01 dl {
	margin-bottom:1.5em;
}
.press_contents .pt01 dl dt{
	width:5em;
	float:left;
}
.press_contents .pt01 dl dd{
	margin-left:5.5em;
	margin-bottom:1em;
}
.press_contents .pt01 ul li img {
	width:100%;
	margin: 0;
	border:0;
}
.press_contents .pt01 .ul01{
	display:flex;
	margin-bottom:1.5em;
}
.press_contents .pt01 .ul01 li{
    width: 22%;
    margin-left: 4%;
	margin-bottom:1em;
}
.press_contents .pt01 .ul01 li:first-child{
	margin-left:0;
}
.press_contents .pt02{
	border-top:2px solid;
	border-bottom:2px solid;
	padding:20px;
}
.press_contents .pt02 h5{
	margin:5px 0;
}
#contents .archive .press .txt09 {
    font-size: 14px;
    width: 450px;
    border: 2px solid #000;
    margin: auto;
    text-align: center;
    padding: 10px;
}