
body {
	background: none;
}

h2.stitle {
	background: none;
	border-bottom: 1px solid #333333;
	font-size: 28px;
	padding-top: 20px;
}

table.index td {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

table.index td h2 {
	border-bottom: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	color: black;
	padding: 10px 5px;
}

#title-s #title-s-contents {
	border: none;
	border-bottom: 1px solid white;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	color: white;
	padding: 40px 0 60px 0;
}

#title-s #title-s-contents a.categorylink {
	background: url(images/titles-contents_line.png) no-repeat top center;
	border: none;
	color: white;
	display: block;
	font-size: 14px;
	padding: 25px 0 30px 0;
	width: auto;
}

#title-s #title-s-contents a.categorylink em {
	font-size: 22px;
	padding-left: 5px;
	vertical-align: middle;
}

#title-s #title-s-contents a.categorylink:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
}

#title-s #title-s-contents h1 {
	font-size: 45px;
	padding-top: 20px;
	text-shadow: 2px 2px 5px black;
}

#container {
	padding-top: 70px;
}

#container,
div.bg-white,
div.bg-skyblue,
div.bg-gray {
	background-image: url(images/container_bg.png);
	background-repeat: repeat;
}

div.infodetail div.news {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	width: 900px;
}

#opentime-line {
	border-top: 5px solid black;
}

#opentime-bg {
	background: url(images/opentime_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0 40px 0;
}

#opentime-logo {
	float: left;
	padding-top: 6px;
	position: relative;
	width: 470px;
}

#opentime {
	background: rgba(255,255,255,.6);
	border-radius: 2px;
	padding: 10px;
}

#opentime table#opentime-list {
	background-color: transparent;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 0;
}

#opentime table#opentime-list th {
	border: none;
	color: black;
	width: 100px;
}

#opentime table#opentime-list td {
	border: none;
	color: black;
	width: 12%;
}

#opentime table#opentime-list tr.w {
	border-bottom: 1px solid black;
}

#opentime table#opentime-list tr.w th,
#opentime table#opentime-list tr.w td {
	background-color: transparent;
	border-right: none;
	color: black;
}

#opentime span.sun {
	color: #642f98;
}

div.footer-contact {
	margin: 0 auto;
	padding: 40px 0;
	width: 640px;
}

div.footer-contact h3 {
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	padding: 10px 0;
}

div.footer-contact p.tel {
	background: url(images/footercontact_freedial.png) no-repeat left 80px top 25px;
	font-size: 120%;
	line-height: 1em;
	margin: 0;
	padding-top: 25px;
	text-align: center;
}

div.footer-contact p.tel strong {
	font-size: 25px;
	margin-left: 10px;
}

/****************************************************************************************/
body#top #container {
	padding-top: 200px;
}

body#top div.top-mainimg {
	background-position: center;
	background-size: cover;
	height: 800px;
	margin: auto;
	position: relative;
}

body#top div.top-mainimg h1 {
	color: white;
	font-size: 70px;
	left: 50%;
	letter-spacing: 5px;
	padding: 50px 30px 250px 30px;
	position: absolute;
	text-shadow: 2px 2px 5px black;
	top: 80px;
	transform: translateX(-50%);
}

body#top div.top-mainimg h1 em {
	display: block;
	font-size: 28px;
	line-height: 1.0em;
}

body#top div.top-mainimg div.message {
	background-color: rgba(0,0,0,.5);
	bottom: 90px;
	color: white;
	left: 50%;
	margin-left: -500px;
	padding: 40px 100px;
	position: absolute;
	width: 800px;
}

body#top div.top-mainimg div.message p {
	font-size: 17px;
	font-weight: 600;
	line-height: 2em;
}

body#top div.top-mainimg div.open {
	align-items: center;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	color: white;
	display: flex;
	height: 200px;
	position: absolute;
	right: 5%;
	top: 50px;
	width: 200px;
}

body#top div.top-mainimg div.open table th {
	padding-right: 10px;
	text-align: right;
}

body#top div.top-mainimg div.open table th.title {
	font-size: 20px;
	padding-bottom: 10px;
	text-align: center;
}