@charset "UTF-8";
/* CSS Document */
#mainVisual {
	position:relative;
	/*height:590px;20241213修正*/
	height:650px;
}
.bxslider .slide {
	/*height:590px;20241213修正*/
	height:650px;
}
.bxslider .slide01 {
	background:url(../images/slide01.jpg) no-repeat center top;
	background-size:cover;
}
.bxslider .slide02 {
	background:url(../images/slide02.jpg) no-repeat center bottom;
	background-size:cover;
}
.bxslider .slide03 {
	background:url(../images/slide03.jpg) no-repeat center bottom;
	background-size:cover;
}
.bxslider .slide04 {
	background:url(../images/slide04.jpg) no-repeat center bottom;
	background-size:cover;
}
.bxslider .slide05 {
	background:url(../images/slide05.jpg) no-repeat center bottom;
	background-size:cover;
}
.bxslider .slide06 {
	background:url(../images/slide06.jpg) no-repeat center bottom;
	background-size:cover;
}
#mainVisual .time {
	position:absolute;
	/*top:0;20241213修正*/
	top:60px;
	padding:135px 0 0;
	width:100%;
	min-width:1000px;
	z-index:100;
}
#mainVisual .bar {
	display:block;
	position:absolute;
	top:117px;
	left:72px;
	width:22px;
	height:2px;
	background:#FFF;
	z-index:110;
}
#mainVisual .bar::before {
	content:"";
	display:block;
	position:absolute;
	top:5px;
	left:0;
	width:22px;
	height:2px;
	background:#FFF;
	z-index:110;
}
#mainVisual .bar::after {
	content:"";
	display:block;
	position:absolute;
	top:-5px;
	left:0;
	width:22px;
	height:2px;
	background:#FFF;
	z-index:110;
}
#mainVisual .head {
	position:absolute;
	top: 100px;
	color:#FFF;
	width:390px;
	padding:0;
	background:url(../images/bg_time.png);
	cursor:pointer;
	height: 35px;
	line-height: 38px;
	font-size:100%;
	text-align:center;
}
#mainVisual .time div {
	background:url(../images/bg_time.png);
	width:330px;
	padding:30px 30px 0;
	height: 425px;
}
#mainVisual .time dl {
	color:#FFF;
	margin-bottom: 30px;
}
#mainVisual .time dl:last-child {
	margin-bottom:0;
}
#mainVisual .time dt {
	font-size:114%;
	text-align:center;
	border:2px solid #FFF;
	line-height:45px;
	margin-bottom: 15px;
}
#mainVisual .time dd {
	font-size:105%;
	line-height:24px;
}
#mainVisual .time dd a {
	color:#FFF;
	display: inline-block;
}
#mainVisual .time dd a:hover {
	text-decoration:none;
}
#mainVisual .time dd a.gairai {
	margin-top:15px;
}
#mainVisual .time hr {
	border-top:2px dotted #FFF;
	margin: 15px 0 15px;
}
#mainVisual .time .reception {
	margin-bottom: 8px;
	display: inline-block;
}
#gNavi.fixed {
	position:fixed;
	top:100px;
	left:0;
	z-index: 1000;
}
#content.pdt120 {
	padding-top:120px;
}
#content .visitor {
	margin-bottom:30px;
}
#content .concerned {
	margin-bottom:25px;
}
#content .visitor h2 {
	text-align:center;
	margin-bottom:30px;
	color:#008ac6;
	font-size: 225%;
}
#content .concerned h2 {
	font-size: 225%;
	text-align: center;
	margin-bottom: 30px;
	color: #ff6a54;
}
#content .visitor .photomenu li span {
	border-bottom:3px solid #008bc6;
}
#content .concerned .photomenu li span {
	border-bottom:3px solid #ff6a54;
}
#content .visitor .photomenu li.menu01 span {
	background:url(../images/v_menu01.jpg) no-repeat center center;
}
#content .visitor .photomenu li.menu02 span {
	background:url(../images/v_menu02.jpg) no-repeat center center;
}
#content .visitor .photomenu li.menu03 span {
	background:url(../images/v_menu03.jpg) no-repeat center center;
}
#content .visitor .photomenu li.menu04 span {
	background:url(../images/v_menu04.jpg) no-repeat center center;
}
#content .visitor .photomenu li.menu05 span {
	background:url(../images/v_menu05.jpg) no-repeat center center;
}
#content .visitor .photomenu li.menu06 span {
	background:url(../images/v_menu06.jpg) no-repeat center center;
}
#content .concerned .photomenu li.menu01 span {
	background:url(../images/c_menu01.jpg) no-repeat center center;
}
#content .concerned .photomenu li.menu02 span {
	background:url(../images/c_menu02.jpg) no-repeat center center;
}
#content .concerned .photomenu li.menu03 span {
	background:url(../images/c_menu03.jpg) no-repeat center center;
}
#content .visitor .photomenu li h3 {
	background:url(../images/menu_icon_01.png) no-repeat right center;
}
#content .concerned .photomenu li h3 {
	background:url(../images/menu_icon_02.png) no-repeat right center;
}
#content #infoBox {
	background:#f1fbfd;
	padding:30px 40px 10px;
	position:relative;
	margin-bottom:30px;
}
#content #infoBox .more {
	display:block;
	position:absolute;
	top:60px;
	right:40px;
	border:1px solid #bcbdad;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
	width:53px;
	padding-right:5px;
	height: 22px;
	line-height: 24px;
	background:#FFF;
	color:#000;
}	
#content #infoBox .more::after {
	content:"";
	display:block;
	position:absolute;
	top:8px;
	right:5px;
	width:4px;
	height:6px;
	background:url(../images/icon_more.png) no-repeat 0 0;
}
#content #infoBox .more:hover {
	color:#666;	
}
#content #infoBox .more:hover::after {
	opacity:0.6;
	filter:alpha(opacity=60);
}
#content #infoBox h2 {
	letter-spacing: 0.1em;
	line-height:32px;
	margin-bottom:4px;
	font-size:187.5%;
}
#content #infoBox h2.local {
	background: url(../images/icon_local.png) no-repeat 0 center;
	padding-left: 46px;
	padding-top:4px;
}
#content #infoBox h2.recruit {
	background: url(../images/icon_recruit.png) no-repeat 5px center;
	padding-left: 42px;
	padding-top:6px;
}
#content #infoBox ul {
	border-top:1px solid #c0c8ca;
	margin-bottom:35px;
}
#content #infoBox ul li {
	border-bottom:1px solid #c0c8ca;
	padding:20px 0;
	line-height:1.5;
}
#content #infoBox ul dl::after {
  content:" ";
  display:block;
  clear:both;
}
#content #infoBox ul dt {
	float:left;
	font-weight:bold;
	width: 200px;
}
#content #infoBox ul dd {
	padding-left: 150px;
}
#content #infoBox ul.l-news dd {
	padding-left:320px;
	position:relative;
}
#content #infoBox ul li dd a:hover {
	text-decoration:none;
}
#content #infoBox ul.l-news li dd a.pdf {
    padding-right: 30px;
}
#content #infoBox ul.l-news li dd a.pdf::after {
	content:"";
	display:inline-block;
	color:#ff0000;
	margin-left: 5px;
	width:22px;
	height:26px;
	background:url(../images/icon_pdf.png) no-repeat 0 0;
	position:absolute;
	margin-top: -2px;
}

#content #infoBox ul.important-news{
    /*font-size:1.2rem;*/
    margin-bottom: 10px;
    padding-top: 15px;
}
#content #infoBox ul.important-news li{
    padding: 7px 0;
    border-bottom:none;
}
#content #infoBox ul.important-news dd {
	padding-left:320px;
	position:relative;
}
#content #infoBox ul li dd a:hover {
	text-decoration:none;
}
#content #infoBox ul.important-news li a{
    color:#ff0000;
}
#content #infoBox ul.important li dd a.pdf {
    padding-right: 30px;
}
#content #infoBox ul.important li dd a.pdf::after {
	content:"";
	display:inline-block;
	color:#ff0000;
	margin-left: 5px;
	width:22px;
	height:26px;
	background:url(../images/icon_pdf.png) no-repeat 0 0;
	position:absolute;
	margin-top: -2px;
}



#content #infoBox ul li dd.new::after {
	content:"[NEW]";
	display:inline;
	color:#ff0000;
	margin-left: 5px;
}
#content #infoBox ul li.caution {
	margin: 40px auto;
	text-align: center;
	border-bottom: none;
}
#content #infoBox ul dd span {
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	height:24px;
	line-height:26px;
	width:130px;
	text-align:center;
	border-radius:4px;
	position:absolute;
	top: 2px;
	left: 160px;
}
#content #infoBox ul dd span.tsushin {
	background:#3fbd7d;
}
#content #infoBox ul dd span.info_r {
	background:#ff6a54;
}
#content #infoBox ul dd span.info_h {
	background:#4fbbe1;
}
#content #infoBox ul dd span.info_i {
	background:#003366;
}
