@charset "UTF-8";

/* tag css
================================================== */
table {
	width: 100%;
}
th {
	width: 160px;
	padding: 10px 8px;
	color: #309ED3;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	border: 1px solid #309ED3;
	vertical-align: top;
	background: #E1F5FF;
	vertical-align: middle;
}
td {
	padding: 8px;
	line-height: 15px;
	border: 1px solid #309ED3;
	background: #fff;
}



/* gp css
================================================== */
.none {display: none !important;}



.post_img_right {
	margin: 0 10px 10px 10px;
	float: right;
}
.post_img_left {
	margin: 0 10px 10px 10px;
	float: left;
}
.photo {
	padding: 2px;
	border: 1px solid #ccc;
}
.photo.bg {
	padding: 3px;
	border: none;
	background-image: url(../images/common/photo_bg.png);
}


/* clearfix
================================================== */
header:after,
nav ul:after,
#main_content:after,
main:after,
footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html header,
* html nav ul,
* html #main_content,
* html main,
* html footer {
	zoom: 1;
}
*:first-child+html header,
*:first-child+html nav ul,
*:first-child+html #main_content,
*:first-child+html main,
*:first-child+html footer {
	zoom: 1;
}

/* ----------------------------- */
article.news dl {
	width: 100%;
}
article.news dt {
	width: 120px;
	padding: 5px 0 5px 10px;
	float: left;
	clear: both;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
article.news dd {
	margin: 0 0 0 100px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #ccc;
}

article.news.stage2 dt {
	width: 100%;
	float: none;
	border: none;
}
article.news.stage2 dd {
	margin: 0;
	padding: 5px 5px 15px 10px;
}
article.news > p {
	margin: 5px 0 0;
	line-height: 30px;
	text-align: right;
}
article.news > p > a {
	padding: 0 0 0 10px;
	background-image: url(../images/icon/icon01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* article - topics
================================================== */
article.topics h3 {
	display: none;
}
article.topics ul {
	overflow: hidden;
}
article.topics li {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
}

/* section - gallery
================================================== */
section.gallery {
	width: 42%;
	margin: 0 4% 10px;
	padding-bottom: 10px;
	float: left;
}
section.gallery a {
	display: block;
	text-align: center;
}
section.gallery h3 {
	padding: 0;
	font-size: 12px;
	border: none;
	background: none;
	text-align: center;
}
section.gallery h3 span {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
	color: #007DBB;
}

/* page - news
================================================== */
body#news main section time {
	padding: 2px 2px 2px 19px;
	text-align: left;
	background-image: url(../images/icon/icon01.png);
	background-position: 9px center;
	background-repeat: no-repeat;
}
/* page - site
================================================== */
body#site main li {
	padding: 2px 2px 2px 28px;
	border-bottom: 1px dotted #007DBB;
	line-height: 45px;
	background-image: url(../images/icon/icon01.png);
	background-position: 9px center;
	background-repeat: no-repeat;
}
/* page - privacy
================================================== */
body#privacy main li {
	margin: 5px;
	padding: 0 0 0 10px;
	background-image: url(../images/icon/icon01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* page - contact
================================================== */
body#contact th span {
	color: #f00;
	font-size: 10px;
}
body#contact form > p {
	text-align: center;
}
body#contact form > p > input {
	margin: 8px;
	padding: 5px;
}
