
/* CSS Document */

/* -------------------------------------------------

pageTit

------------------------------------------------- */
.pageTit{
	background-image: url(../images/night/mainimg.jpg);
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.pageTit > h2{
	font-size: 2em;
}
}
/* -------------------------------------------------

contents

------------------------------------------------- */
#contents > p{
	margin: 0 0 20px;
	font-size: 1.1em;
}
#contents table{
	width: 100%;
	margin-bottom: 10px;
}
#contents table th,
#contents table td{
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}
#contents table th{
	background-color: #2d629d;
	color:#fff;
	width: 80px;
}
#contents table td{
	background-color: #fff;
}
#contents ul li{
	font-size:0.95em;
	margin-left: 20px;
	list-style: disc;
}
 /*  PC */
@media print, screen and (min-width:769px) {
#contents{
	width: 1030px;
	margin: 0 auto 50px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
#contents{
	padding:0 30px 30px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
#contents{
	padding:0 20px 20px;
}
#contents ul li{
	width:100%;
	float: none;
}
#contents ul li:nth-child(2n+1){
	margin-right:0;
}
#contents table th,
#contents table td{
	vertical-align: top;
	display: block;
}
#contents table th{
	width: 100%;
	box-sizing: border-box;
}
}