@charset "utf-8";
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.png);
}
.off-canvas-content {
	background: url(/images/bg.png);
}
p, div, li, td, h1, h2, h3, h4, h5, a:link, a:visited, a:hover, a:active {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap: break-word;
	font-size: 14px;
}
/*-------------------------*/
/* #header img-box */
/*-------------------------*/
#header {
	text-align: center;
}
#header h1 {
	font-size: 27px;
	font-weight: 800;
	margin: 10px 0px;
	padding: 0;
}
#header .sitename {
	text-align: center;
}
#header .img-box {
/*	background-image: url(/images/header-bg.jpg);*/
	background-size: cover;
	background-position: center center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;/*	box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.2);*/
}
#header .black-box {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 30px;
}
#header .black-box a {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	color: #FFFF00;
}
#header .black-box .msg {
	font-size: 18px;
	font-weight: 900;
}
/*-------------------------*/
/*#contents*/
/*-------------------------*/
#contents {
	margin-top: 2rem;
}
#contents h1 {
	font-size: 27px;
	font-weight: 800;
	margin: 20px 0px;
	padding: 0px 0px 5px;
}
#contents h2 {
	font-size: 25px;
	font-weight: 800;
	margin: 20px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px dashed #000000;
}
#contents h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 20px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid;
}
/*-------------------------*/
.fontsize20, a.fontsize20 {
	font-size: 20px;
	font-weight: 800;
}
a.name {
	font-size: 16px;
	font-weight: 600;
}
/*-------------------------*/
.resizeimage img {
	width: 100%;
	height : auto;
}
#socialbutton {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
/*------------------------*/
/* capacity */
/*-------------------------*/
ul#capacity_menu {
	background-color: #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
li#capacity_msg {
	font-weight: 600;
}
/*-------------------------*/
/*table*/
/*-------------------------*/
#search .list table {
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
}
#search .list td {
	padding: 3px 0px;
}
#search div.scroll {
	height: 100px;
	/*width: 100%;*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #eee;
}
/*------------------------*/
/*pagetop*/
/*------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}
/*------------------------*/
/*thumbnail_img*/
/*------------------------*/
/*Tanks -> http://www.webantena.net/css/jquery-css-trimming/*/
div.trimming_img {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
div.trimming_img img.thumbnail_img {
	float:left;
	position:absolute;
}
/*------------------------*/
#footer {
	background-color: #333;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #CCCCCC;
}
@media print {
table, td, th {
	border: 1px solid #999;
}
}
