@charset "utf-8";
/* 
==================================================================================================== */
/* 
====================================================================================================
■01: common
---------------------------------------------------------------------------------------------------- */

/* #site_header
-------------------------------------------------- */
#site_header {
	height: 435px;
}
#page_tit {
	margin: 342px 0 0 164px;
}

/* #page_area
-------------------------------------------------- */
#page_area {
	margin-bottom: 100px;
}

/* #breadcrumb
-------------------------------------------------- */
#breadcrumb {
	margin: 0 30px 30px;
	line-height: 60px;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:first-child {
	padding-left: 30px;
	background: url(../common_img/ico_pan.png) no-repeat left center;
}
#breadcrumb li:before {
	content: "≫";
	padding-right: 5px;
}
#breadcrumb li:first-child:before {
	content: "";
	padding-right: 0;
}

/* .content_nav
-------------------------------------------------- */
.content_nav li {
	float: left;
	margin-left: 5px;
}
.content_nav li:first-child {
	margin-left: 0;
}

/* .pagination
-------------------------------------------------- */
.pagination {margin: 0 30px;}
.pagination .prev {float: left;}
.pagination .next {float: right;}
.pagination a {
	display: block;
	padding: 10px 50px;
	border-radius: 5px;
	background-color: #414271;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
.pagination a:hover,
.pagination .back_list a:hover {background-color: #c79929;}
.pagination .back_list a {
	width: 100px;
	margin: 0 auto 30px;
	background-color: #414271;
}

/* 
====================================================================================================
■02: news
---------------------------------------------------------------------------------------------------- */
.news #site_header {
	background: url(../news/images/mainvis_bg.jpg) no-repeat center top;
}
.news .ico_rss {
	display: inline-block;
	padding: 13px 10px 0 0;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		transition: 0.3s ease all;
}
.news .ico_rss:hover {
		-ms-filter: "alpha(opacity=60)";
		filter: alpha(opacity=60);
		opacity: 0.6;
}

/* .news_box
-------------------------------------------------- */
.news_box {
	margin-bottom: 50px;
	background-color: #fff;
}
.news_box .news_tit {
	margin-bottom: 20px;
	padding: 10px 20px;
	border-top: 3px solid #373985;
	border-bottom: 1px dashed #373985;
	font-size: 18px;
}
.news_box .news_tit span {
	display: block;
	margin-bottom: 5px;
	color: #373985;
	font-size: 14px;
}
.news_box .news_body {
	padding: 0 30px 20px;
	line-height: 1.5;
}
.news_box .photo {
	float: left;
	width: 300px;
	margin: 0 30px 10px 0;
	background-color: #000;
}
.news_body .photo a img {
	position: relative;
	z-index: -1;
	width: 100%;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		transition: 0.3s linear all;
}
.news_body .photo a:hover img {
		-ms-filter: "alpha(opacity=60)";
		filter: alpha(opacity=60);
		opacity: 0.6;
}

/* 
====================================================================================================
■03: about
---------------------------------------------------------------------------------------------------- */
.about #site_header {
	background: url(../about/images/mainvis_bg.jpg) no-repeat center top;
}
/* .page_nav
------------------------------------------------------------ */
.about .page_nav {
	margin-bottom: 50px;
	text-align: center;
}
.about .page_nav li {
	display: inline-block;
	margin: 0 10px;
}
/* #about
------------------------------------------------------------ */
.about #about .photo_list {
	margin-bottom: 50px;
}
.about #about .photo_list li {
	float: left;
	margin-left: 21px;
}
.about #about .photo_list li:first-child {
	margin-left: 0;
}
.about #about .table_style dd {
	margin-bottom: 5px;
}

/* #summary
------------------------------------------------------------ */
.about #summary .summary_txt {
	width: 780px;
	height: 230px;
	padding: 35px 25px 40px;
	background: url(../about/images/summary_bg.gif) no-repeat;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	overflow: hidden;
}
.about #summary .summary_txt p {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
/* #access
------------------------------------------------------------ */
.about #access{
	padding-top: 40px;
}
.about #access .access_map {
	margin-bottom: 50px;
}
.about #access .access_map iframe {
	width: 100%;
	height: 400px;
}
.about #access .gmap iframe {
	float: right;
	width: 55%;
	height: 300px;
	margin-left: 30px;
}
/* .company_name */
.about #access .company_name {
	margin-bottom: 30px;
}
.about #access .company_name dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.about #access .company_name dd {
	font-size: 16px;
}
/* .access_way */
.about #access .access_way {
	margin-bottom: 30px;
}
.about #access .access_way dl {
	margin: 0 10px 10px;
}
.about #access .access_way dt,
.about #access .access_way dd {
	display: inline-block;
	font-size: 16px;
}
.about #access .access_way dt {
	font-weight: bold;
}

/* 
====================================================================================================
■04: story
---------------------------------------------------------------------------------------------------- */
.story #site_header {
	background: url(../story/images/mainvis_bg.jpg) no-repeat center top;
}
.story .story_content {
	overflow: hidden;
}
.story .story_content dl {
	display: table;
	margin-bottom: 50px;
}
.story .story_content dl dt,
.story .story_content dl dd {
	display: table-cell;
	padding: 10px;
	font-size: 16px;
}
.story .story_content p {
	display: table-cell;
	padding: 10px 10px 30px;
	font-size: 16px;
	}
.story .story_content dl dt {
	width: 150px;
	color: #8c711e;
	font-weight: bold;
}

/* 
====================================================================================================
■05: event
---------------------------------------------------------------------------------------------------- */
.event #site_header {
	background: url(../event/images/mainvis_bg.jpg) no-repeat center top;
}
.event .table_style th {
	font-size: 24px;
}
.event .table_style dt {
	font-weight: bold;
}

/* 
====================================================================================================
■06: hall
---------------------------------------------------------------------------------------------------- */
.hall #site_header {
	background: url(../hall/images/mainvis_bg.jpg) no-repeat center top;
}
/* .page_nav
------------------------------------------------------------ */
.hall .page_nav {
	margin-bottom: 50px;
	text-align: center;
}
.hall .page_nav li {
	display: inline-block;
	margin: 0 15px;
}

.hall .lead_txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
.hall .photo_list li {
	float: left;
	width: 200px;
	margin: 0 0 10px 10px;
	background-color: #000;
}
.hall .photo_list li:first-child {
	margin-left: 0;
}
.hall .photo_list li img {
	width: 100%;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		transition: 0.3s ease all;
}
.hall .photo_list li a:hover img {
		-ms-filter: "alpha(opacity=60)";
		filter: alpha(opacity=60);
		opacity: 0.6;
}

/* 
====================================================================================================
■ additional
---------------------------------------------------------------------------------------------------- */
/* .tit_style
------------------------------------------------------------ */
.tit_style {
	float: left;
	margin-right: 48px;
}
.tit_style02 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../common_img/line_ptn02.png) repeat-x left bottom;
	font-size: 20px;
}
.tit_style02 .ico {
	padding-left: 30px;
	background: url(../common_img/ico_pan.png) no-repeat left center;
}
.tit_style02 .ruby {
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}
/* .table_style
------------------------------------------------------------ */
.table_style {
	width: 100%;
	border-top: 1px solid #cfc7af;
}
.table_style th,
.table_style td {
	padding: 20px 30px;
	border-bottom: 1px solid #cfc7af;
	font-size: 18px;
}
.table_style th {
	color: #8c711e;
}
/* .ruby
------------------------------------------------------------ */
.ruby_dl dd {
	color: #8c711e;
	font-size: 12px;
}


