@charset "utf-8";


html {-webkit-text-size-adjust: 100%}
/*------------------------------*/
/*メイン関係ここから		*/
/*------------------------------*/

html,body {
	line-height: 1.8;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	margin: 0px auto;
	text-align:justify;
    -webkit-text-size-adjust: 100%;
}

.show_sp {
	display:none;
}

body{
}


/*a {text-decoration:underline;color:#967A4A;}*/


/*ヘッダーここから*/

header {
	width:100%;
	height:auto;
}

.header_top {
	width:1000px;
	margin:0 auto;
	height:80px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.header_top_left {
	margin:17px 0 0 0;
}

h1 {
	width:100%;
	max-width:660px;
}

.header_top_right {
	margin:11px 0 0 0;
}

.header_top_right p {
	width:100%;
	max-width:265px;
	padding:0;
	margin:0;
}



/*ヘッダーここまで*/


/*スライダーここから*/

.infiniteslide1 {
	background:url(../img/top_main_20241018.jpg) repeat-x;
	width:100%;
	height:530px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*スライダーここまで*/


/*ナビゲーションここから*/

nav {
	width:100%;
	height:70px;
	background:url(../img/nav_back.jpg) repeat-x !important;
}

nav ul {
	width:1000px;
	height:70px;
	margin:0 auto;
}

nav ul li {
	/* width:125px; */
	width: calc(1000px / 9);
	float:left;
	height:70px;
	position:relative;
}
nav ul li img {
	width: 100%;
	height: 70px;
}

.top{
	/* width:125px; */
}

nav li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top:70px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
}
nav li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .1s;
}
nav li ul li a {
  text-align: center;
  text-decoration: none;
  font-size:13px;
  /* width:125px; */
	width: calc(1000px / 9);
  display:block;
  background:#4073ce;
  color: #fff;
  height: 36px;
}

nav li ul li.visit a {
  text-align: center;
  text-decoration: none;
  font-size:13px;
  width:125px;
  display:block;
	background:#1251bb;
  color: #fff;
  height: 36px;
}
.menu_left_1 {
	margin-left:20px;
}
nav li li a:hover {
	color:#fff;
	background:#1251bb;
	  }
nav > li:hover li:hover > a {
	  }
nav li:hover > ul > li {
  overflow: visible;
  /* width:125px; */
	width: calc(1000px / 9);
  height: 36px;/*
  border-top:1px solid #5a86d5;
  border-bottom:1px solid #3061b7;*/
  border-top:1px solid #779bdb;
  line-height:36px;
}
nav li:hover > ul > li span {
  overflow: visible;
  /* width:125px; */
	width: calc(1000px / 9);
  height: 32px;/*
  border-top:1px solid #5a86d5;
  border-bottom:1px solid #3061b7;*/
  border-bottom:1px solid #779bdb;
  line-height:14px;
  padding-top:4px;
  display:block;
}
nav li ul li ul {
  top: 0;
  left: 150px;
}
nav li:last-child ul li ul {
  left: 150px;
  width: 100%;
}
nav li ul li ul li a {

 }
nav li:hover ul li ul li:hover > a {
}
nav li ul li ul:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -20px;
  height: 0;
}
nav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: 0px;
}
/*ナビゲーションここまで*/






/*メイン*/
.mainArea {
	width:100%;
	margin-bottom:70px;
}

.main {
	width:1000px;
	margin:auto;
}



a#page_top {
	text-align: right;
	width: 100%;
	height: 35px;
	display:block;
	padding:0;
	margin:40px auto 0;
	background-color: #8baae1;
	line-height:2.7;
	text-align: center;
}



/*footer*/
footer {
	width:100%;
	min-width:960px;
	background:#3d6bbc;
}

footer h3 {
	width:124px;
	height:38px;
	margin:0 auto;
	padding:30px 0 20px;
}

footer p {
	color:#FFF;
	font-size:13px;
	text-align:center;
}


footer .otoiawase {
	width:412px;
	margin:0px auto;
	padding:10px 0;
}

footer .otoiawase img {
	width:188px;
	margin:0px auto;
}

small {
	width:100%;
	height:46px;
	line-height:46px;
	background:#fff;
	color:#3d6bbc;
	font-size:11px;
	text-align:center;
}


/*----------中面 始----------*/



/*パンくずここから*/
.pan {
	width:100%;
	height:40px;
	background:#eeeeee;
	margin:0 0 30px 0;
}

.pan p {
	width:1000px;
	color:#777;
	font-size:12px;
	height:40px;
	line-height:40px;
	margin:auto;
	margin-bottom:40px;
	letter-spacing:0.5px;
}

.pan p strong {
	font-weight:normal;
	color:#fff;
}

.pan p a {
	color:#111;
	text-decoration: underline;
	font-size:12px;
}

.pan p a:hover {
	color:#999;
}
/*パンくずここまで*/



.content_left_naka {
	width:200px;
	float:left;
	margin-right:20px;
}

.content_left_naka ul {
	margin-bottom:20px;
}

.content_left_naka ul li {
	margin:0;
	padding:0;
}

.content_left_naka ul li a {
	font-size:13px;
	text-decoration:none;
	color:#111;
	margin:0;
	padding:0;
	height:34px;
	line-height:34px !important;
	display:block;
}

.content_left_naka ul img.alo {
	margin-right:7px;
}

hr.blue {
	border:none;
	height:1px;
	background:#f2f5fa;
	margin:0;
}

hr.blue_last {
	border:none;
	height:1px;
	background:#e8edf7;
	margin:0;
}

.content_main_naka {
	float:right;
	width:760px;
}

.content_main_naka h3 {
	height:46px;
	line-height:48px;
	font-size:20px;
	width:760px;
	border-top:3px solid #4073cd;
	border-bottom:1px solid #4073cd;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:1.5px;
	color:#000;
	background:url(../img/naka/contents_title_listjpg.jpg) left center no-repeat;
	background-size:18px 18px;
	text-indent:25px;
	margin-bottom:20px;
}
.content_main_naka p {
	width:760px;
}

.content_main_naka .text_naka {
	width:760px;

}

p.contents_sub_title {
	font-size:16px;
	background:url(../case/img/contents_sub_title_icon.jpg) center left no-repeat;
	background-size:10px 4px;
	text-indent:16px;
	height:50px;
	line-height:54px;
	letter-spacing:0.5px;
	margin:0;
	color:#1251bb;
}

p.contents_sub_title2 {
	font-size:15px;
	background:url(../case/img/contents_sub_title_icon.jpg) no-repeat;
	background-position: 0px 9px;
	background-size:10px 4px;
	padding-left:16px;
	line-height:24px;
	letter-spacing:0.2px;
	margin:15px 0 15px 0;
	color:#1251bb;
}

p.slider_text {
	position:absolute;
	top:0;
	left:420px;
	width:340px;
	font-size:12px;
	line-height:1.8;
	letter-spacing:0.2px;
	color:#555;
}


/*----------中面 終----------*/
#events .table01 {
	width: 600px;
	margin-top: 5px;
}

#events .table01 p {
	padding-left: 10px;
}

#events .table01 tr {
	display: flex;
	border: solid 1px #ccc;
}

#events .table01 tr:nth-of-type(n+2) {
	border-top: none;
}

#events .table01 tr th {
	width: 100px;
	background: #e9edf8;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
}

#events .table01 tr td {
	width: calc(100% - 100px);
	padding: 10px 0 10px 10px;
	border-left: solid 1px #ccc;
	box-sizing: border-box;
}
