@import url("common.css");

/* ------------------------------
 Top(flash)
------------------------------ */

#top .toptitle {
	background: url(../news/img/top.jpg) no-repeat left top;
}

/* ------------------------------
 Index
------------------------------ */

#news .main img{
	max-width: 100%;
}

ul.list {
	margin: -10px 0 40px 0;
}
ul.list li {
	padding: 5px 0 5px 0;
	border-bottom: #CCC 1px dotted;
}
ul.list li a {
	display: block;
	padding: 10px;
	overflow: hidden;
}
ul.list li .wrapper {
	padding: 10px;
	overflow: hidden;
}
ul.list li a:hover {
	background-color: #EBF7D9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
ul.list li .date {
	float: left;
	line-height: 16px;
	width: 80px;
}
.font_s ul.list li .date {
	width: 70px;
}
.font_m ul.list li .date {
	width: 80px;
}
.font_l ul.list li .date {
	width: 100px;
}
ul.list li .cat {
	width: 60px;
	height: 16px;
	float: left;
	line-height: 16px;
}
ul.list li .cat img {
	vertical-align: middle;
}
ul.list li .text {
	float: right;
	line-height: 16px;
	width: 490px;
}
.font_s ul.list li .text {
	width: 500px;
}
.font_m ul.list li .text {
	width: 490px;
}
.font_l ul.list li .text {
	width: 470px;
}

/* ------------------------------
 Entry
------------------------------ */

.entrydate {
	text-align: right;
	margin-bottom: 10px;
}
.entrydate img {
	vertical-align: middle;
}
#contents .main {
	margin: 10px 6px 40px;
}
/*  */
body.font_s #contents .main {
	font-size: 10px;
}
body.font_m #contents .main {
	font-size: 12px;
}
body.font_l #contents .main {
	font-size: 15px;
}
#contents .main h1 {
	font-size: 150%;
	margin: 1em 0;
}
#contents .main h2 {
	font-size: 130%;
	margin: 1em 0;
}
#contents .main h3 {
	font-size: 115%;
	margin: 1em 0;
}
#contents .main hr {
	border-top: #CCC 1px dashed;
	margin: 24px 0;
}
#contents .main strong {
	font-size: inherit;
	font-weight: bold;
}
/*  */
#contents .main p {
	margin: 1em 0;
}
#contents ul.links {
	border: #DDD 1px solid;
	background-color: #F0F0F0;
	padding: 12px 24px;
}
#contents ul.links li {
}
#contents ul.links li.pdf {
	margin: 0 0 0 0;
}
#contents ul.links li a {
	padding: 4px 0 4px 30px;
	display: block;
}
#contents ul.links li.pdf a {
	background: url(../news/img/pdf.png) no-repeat left center;
}
#contents ul.links li.link a {
	background: url(../news/img/link.png) no-repeat left center;
}
#contents ul.links li.photo a {
	background: url(../news/img/image.png) no-repeat left center;
}


#contents table{
	width:auto;
	border-collapse: collapse;
	border:1px solid #333;
}

#contents table tr{
	border:1px solid #333;

}
#contents table th{
	width: 25%;
	
}

#contents table td{
	border:1px solid #333;
	width: 75%;

}
#contents table td,
#contents table th{
	padding:15px 8px;
}

#contents table ul{
 margin:10px 8px;	
}

#contents table ul.list li{
	padding-left:8px;
	border-bottom: none;

}
#contents table ul.list li::before{
	content:"●";
	font-size:10px;
}

#contents table td a{
	font-size: 15px;
	margin:5px 0;
	text-decoration: underline;
	padding-bottom:5px;
}


.pagenavi{
	margin: 30px auto 0; 
	text-align: center;
	clear: both;
}
.pagenavi a {
	border: #3EB4C7 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 6px 20px;
	color: #FFF;
	background-color: #6EC7D5;
}

/* 2013.02.15 LogoMark-Bosyu */

dl.oubo {
	border: #CCC 1px dashed;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px 16px;
	background-color: #FAFAFA;
}
dl.oubo dt {
	font-weight: bold;
	margin: 10px 0;
}
dl.oubo dd {
	margin: 10px 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: inherit;
}

p.fs18 {
	font-weight:bold;
	font-size:18px;	
}


.contactbnr {
	width: 653px;
	height: 212px;
	margin-bottom: 20px;
}
.contactbnr #bt_contact {
	width: 653px;
	height: 212px;
	display: block;
	background: url(/news/img/net-contactbnr.jpg) no-repeat left top;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.contactbnr #bt_contact:hover {
	opacity: 0.7;
}




