@charset "UTF-8";

/* common */
.head-R {
	display: table;
	float: right;
	margin-top: 10px;
	text-align: right;
}
.head-R .h-text{
	margin-bottom: 25px;
	font-size: 1.1rem;
	font-weight: bold;
}
.head-R .h-info span{
	display: table-cell;
	vertical-align: bottom;
	line-height: 1;
	font-size: 1.5rem;
}
.head-R .h-info span.h-time{
	padding-right: 20px;
}

.navigation {
	height: 52px;
	padding-top: 3px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;

	box-shadow:rgba(0, 0, 0, 0.368627) 0px 0px 16px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.368627) 0px 0px 16px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.368627) 0px 0px 16px 2px;
}

.sub-header {
	min-width: 900px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	
	border-bottom: 2px solid #937C5F;
}
.sub-headerinn {
	position: relative;
	min-width: 900px;
	overflow: hidden;
}

.sub-header.top {
	background-image: url(../images/head_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sub-header.top .sub-headerinn {
	height: 400px;
	margin-bottom: 2px;
}
.sub-header.top .sub-headerinn {
	background-image: url(../images/top/head_image.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.sub-header.second {
	background-image: url(../images/second_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sub-header.second .sub-headerinn {
	height: 200px;
	margin-bottom: 2px;
}
.sub-header.second .sub-headerinn {
	background-image: url(../images/second_head.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sub-header.second h1 {
	width: 900px;
	margin: 60px auto 0;
	padding-left: 50px;
	text-align: left;
}

.side-box h3 {
	padding-top: 3px;
	height: 32px;
	text-align: center;
	background-image: url(../images/title_back2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.side-boxinn {
	padding: 12px 10px;
}
.side-boxinn p.phone {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.side-boxinn ul {
	margin-bottom: 8px;
}
.side-boxinn li {
	font-size: 1.3rem;
}
.side-boxinn.link {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#sidemap {
	height: 260px;
	width: 190px;
	margin-left: 5px;
}

.column-title {
	height: 39px;
	padding-left: 35px;
	background-image: url(../images/title_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1;
}

.leftcolumninn {
	padding: 15px 0;
}
.leftcolumninn.pd15 {
	padding-left: 15px;
	padding-right: 15px;
}
.leftcolumninn.pd20 {
	padding-left: 20px;
	padding-right: 20px;
}

/* ===========================================
	   Top Page
   =========================================== */
.tp-movie {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #DCD1BB;
}
.tp-info {
	padding: 15px;
}
.tp-infoinn {
	overflow-y: auto;
	height: 430px;
}
.tp-infoinn dl {
}
.tp-infoinn dl dt {
	padding: 10px 20px 0;
	font-weight: bold;
}
.tp-infoinn dl dd {
	padding: 5px 20px 10px;
	border-bottom: 1px dotted #DCD1BB;
}
.tp-infoinn dl dd span.title{
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.tp-infoinn iframe{
  margin:1em 0;
  width:425px;
  height:239px;
}

/* ===========================================
	    Page
   =========================================== */
.re-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	font-size: 1.4rem
}
.re-table th, .re-table td{
	padding: 10px;
	border: 1px solid #DDDDDD;
	text-align: left;
}
.re-table th {
	width: 130px;
	background: #E9E9E9;
}
.re-table td strong {
	font-size: 1.8rem
}

/* ===========================================
	    Page
   =========================================== */
.ca-photo {
	margin: 5px 20px;
}
.bxGallery {
	margin: 0 auto 20px;
}
.ca-photo .caption {
	padding: 10px 0;
	text-align: center;
}
.ca-photo .thumbs li {
	text-align: center;
}

/* ===========================================
	    Page
   =========================================== */
.staff-list {
	margin: 5px 0 5px 20px;
}
.staff-list li {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
.staff-list li p {
	margin-top: 5px;
	text-align: center;
}
