/* CSS Document */
@charset "utf-8";


/*---------------------------------------
	news
---------------------------------------*/

#contentsArea {
	background:#ececec;
	width:100%;
	padding:20px 0;
}

#pagetop h1 img {
	width:229px;
}
#news table {
	width: 100%;
	margin-bottom: 20px;
}
#news table tr th {
	background-color: #CCC;
}
#news table tr td img {
	margin-top: 5px;
}
#news table tr th ,
#news table tr td {
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	line-height: 1.5em;
	text-decoration: none;
	padding-top:3px;
}
#news table tr th .st ,
#news table tr td .st {
	font-size:70%;
	vertical-align:top;
}
#news table .noborder {
	border:none;
}
#news table .w150 {
	width:150px;
}
#news table .w200 {
	width:200px;
}
@media screen and (max-width:768px) {
	#contentsArea {
		padding:20px 4%;
	}
}

/*---------------------------------------
	一覧
---------------------------------------*/

#news {
	background:#fff;
	padding:40px;
	max-width:810px;
	margin:0 auto;
}
#news dl {
	padding:20px;
	border-bottom:1px solid #ccc;
}
#news dl .st {
	font-size:70%;
	vertical-align:top;
}

#news dt {
	color:#121551;
	margin-bottom:10px;
}
#news .pager {
	text-align:center;
	margin-top:40px;
}
#news .pager span {
	padding:0 10px;
	cursor:pointer;
}
#news .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	font-size: 1%;
	color: #FFF;
}
@media screen and (max-width:768px) {
	#news {
		padding:4%;
	}
	#news dl {
		padding:20px 4%;
	}
	#news .pager {
		margin:30px auto 20px;
	}
}

/*---------------------------------------
	詳細
---------------------------------------*/

#news.detail .img {
	text-align:center;
}
#news .contact a {
	color: #03C;
	text-decoration: underline;
}
#news.detail .news_text {
	padding:40px 0;
}
#news.detail h2, 
#news.detail h3 {
	color:#121551;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
#news.detail h2 .st ,
#news.detail h3 .st {
	font-size:70%;
	vertical-align:top;
}
#news.detail .news_text p {
	margin-bottom:20px;
}
#news.detail .news_text p a {
	color: #03C;
	text-decoration: underline;
}
#news.detail .btn {
	width:70%;
	margin:0 auto 30px;
}
#news.detail .btn a {
	border:2px solid #ccc;
	display:block;
	padding:10px 0;
	text-align:center;
}
#news.detail .btn a:hover {
	text-decoration:none;
}
#news.detail .btn span:after {
	content:">";
	padding-left: 10px;
}

@media screen and (max-width:768px) {
	#news.detail .img img {
		width:100%;
	}
	#news.detail .news_text {
		padding:20px 0;
	}
}
.ita {
	font-style: italic;
}
.sup {
	vertical-align:super;
	font-size: 50%;
}