@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/*photo*/
#frame_photo{
	width: 850px;
	height: 837px;
	margin: 0;
	padding: 0;
}

.houshin{
	border-top: 5px solid #144996;
	border-bottom: 5px solid #144996;
	background: url(../../img/toppage/houshin.png) no-repeat center center;
	height: 110px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}

@media screen and (max-width: 979px) {
#frame_photo{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: none;
}
#frame_photo img{
	max-width: 100%;
	height: auto;
}
.houshin{
	border-top: 5px solid #144996;
	border-bottom: 5px solid #144996;
	background: none;
	height: auto;
	display: block;
	text-indent: 0;
	margin: 0;
	padding: 25px 0;
	text-align: center;
}
.houshin img{
	max-width: 80%;
	height: auto;
}
}


/*.frameNews
----------------------------------------------------------------------*/
.frameNews{
	background: #fffcf1;
	padding: 30px;
	margin: 1px 0;
}
.frameNews h2{
	margin: 0 0 15px 0;
}

.frameNews h2 a{
	background: url(../../img/toppage/news_ttl.png) no-repeat left center, url(../../img/toppage/news_btn.png) no-repeat right center;
	height: 37px;
	display: block;
	text-indent: -9999px;
}

.frameNews li{
	width: 100%;
	border-bottom: 1px solid #999;
	padding: 12px 7px;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameNews li a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.frameNews li a:hover{
	color: #1d5bc2;
}

.frameNews li .date{
	display: table-cell;
	width: 11em;
}
.frameNews li .ttl{
	display: table-cell;
}
.frameNews li .ttl a{
	display: block;
	background: url(../../img/toppage/news_ar.png) no-repeat right center;
	padding-right: 30px;
}

.frameNews li .new a{
	font-weight: bold;
	color: #009fc7;
}
.frameNews li .new span{
	background: #da0000;
	color: #FFF;
	font-size: 1.2rem;
	padding: 2px 5px;
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}


@media screen and (max-width: 620px) {
.frameNews h2 a{
	background: url(../../img/sp/news_ttl.png) no-repeat left center, url(../../img/toppage/news_btn.png) no-repeat right center;
	height: 37px;
	display: block;
	text-indent: -9999px;
}

.frameNews li{
	display: block;
}
.frameNews li .date{
	display: block;
	width: auto;
	font-weight: bold;
}
.frameNews li .ttl{
	display: block;
}
.frameNews li .ttl a{
	padding-right: 25px;
}
}

@media screen and (max-width: 480px){
.frameNews h2 a{
	background: url(../../img/sp/news_ttl.png) no-repeat left top, url(../../img/toppage/news_btn.png) no-repeat left bottom;
	height: 75px;
	display: block;
	text-indent: -9999px;
}
}


/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 15px 10px;
	border: 1px solid #aaa;
	text-align: center;
	font-weight:bold;
	background-color: #ededed;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #e3fdff;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}


@media screen and (max-width: 620px) {
table.normal{
	display: block;
	width: 100%;
	border: 0;
}
table.normal tbody{
	display: block;
	width: 100%;
}
table.normal tr{
	display: block;
	width: 100%;
}
table.normal tbody th,
table.normal tbody td{
	display: list-item;
	width: 100%;
	padding: 9px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.normal tbody th{
	list-style-type: none;
	display: block;
	border: 1px solid #999;
}
table.normal td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
}
}
