
@charset "utf-8";
/* CSS Document */

/* 全体----------------------------------　*/
*  { padding : 0px ; margin : 0px ; }


/* body----------------------------------　*/
body   {
	color:#141414;
	font-size: 12px;
	line-height: 160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:scroll;
	scrollbar-face-color: #ff8c00;
}
a img {
	border-style:none;
}
.clear { 
    clear:both; 
}
.clear hr { 
    display: none; 
}
a { color: #; text-decoration:none; }
a:hover { color: #; text-decoration:none; }



h1 { font-size:100%; color:#525252; font-style:normal; float:left; width:600px;}

h2 {}

h3 {}

h4 { padding:15px 0 20px 0;}


/* wrapper----------------------------------　*/
#wrapper {}
#wrapperInner {}


/* header----------------------------------　*/


#header{
	background:url(../img/common/headerbg.jpg) repeat-x;}
#headerInner{
	width:976px;
	margin:0 auto;
	}

.headertop{
	height:25px;
	
}


.headertop ul{
	list-style:none;
	float:right;
	width:293px;
	
	
}

.headertop ul li{
	float:left;
}


.logo{
	float:left;
	padding-top:32px;}
	
	.header-contact{
		float:right;}
		
.header-contactTop{
	background:url(../img/common/header-contactbg.jpg) no-repeat;
	float:right;
	padding:35px 10px 5px 70px;

}


.contactBox{}

.contactBox ul{
	list-style:none;
	float:left;
}

.contactBox ul li{
	font-size:120%;
	
}

.contactTel{
	background:url(../img/common/header-tel.jpg) no-repeat;
	padding:0 0 0 50px;
	margin-top:10px;
}

.contactFax{
	background:url(../img/common/header-fax.jpg) no-repeat;
	padding:0 0 0 50px;
	margin-top:3px;
}

.contactbutton{
	float:right;
	padding-top:8px;
}

/* header_navi_link----------------------------------　*/
/* header END----------------------------------　*/

#navi{
	border-bottom:#15b0cf 1px solid;
	padding-bottom:0;
	padding-left:1px;
	margin-top:20px;}

#navi_inner {
	width:978px;
	margin:0 auto;
	padding-bottom:0;
	margin-bottom:0;
}

#navi_inner ul{
	list-style:none;
}

#navi_inner ul li{
	float:left;
}

/* content----------------------------------　*/

#content{}
#contentInner{
		width:976px;
	margin:30px auto 10px auto;
   }


#side{
	float:left;
}
#sideInner{}

.sidetopBox{
	background:url(../img/common/side-area.jpg) no-repeat;
	padding:7px;
	width:205px;
	height:306px;}

.sidetopBox p{
	padding-bottom:5px;
}

.sidecontact{
	padding-top:8px;
}



.sidetopBox2{
	background:url(../img/about/side-button-bg.jpg) no-repeat;
	padding:7px;
	width:214px;
	height:220px;}

.sidetopBox2 p{
	padding-bottom:5px;
}
.sidetopBox3{
	background:url(../img/common/2side-area.jpg) no-repeat;
	padding:7px;
	width:205px;
	height:500px;}

.sidetopBox3 p{
	padding-bottom:5px;
}


/* content----------------------------------　*/


/* ----------------------------------ナビゲーションスタート----------------------------------　*/

.section{
	width:735px;
	float:right;
	margin-bottom:30px;
	}
	
.setionbox{
	float:right;
	width:705px;
	margin-bottom:20px;
}


.setionboxInmessage{
	padding:13px;
	line-height:1.6;
}

.setionboxInmessageB{
	font-size:120%;
		padding:13px;
	line-height:1.6;
}

#newsBox{
	margin-top:60px;
	margin-bottom:30px;
}

.newspost{
}

.newspost ul{
	list-style:none;
}

.newspost ul li{
	border-bottom:1px dashed #494949;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:3px;
	
}

.newspost-topics1{
	background:url(../img/index/topics-1.jpg) no-repeat;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:80px;
	margin-left:30px;
	
}


.newspost-topics2{
	background:url(../img/index/topics-2.jpg) no-repeat;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:80px;
	margin-left:30px;
	
}

.president{
	text-align:right;
}


/* ----------------------------------FooterInner----------------------------------　*/  

#footer{}
   
#footerInner{
		width:976px;
	margin:20px auto 20px auto;}   


.copyright{
	background:url(../img/common/footercopy.jpg) repeat-x;
}

.copyrightInner{
	width:976px;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
}



#navi2{
	border-bottom:#15b0cf 1px solid;
	padding-bottom:0;
	padding-left:1px;
	margin-top:20px;}

#navi_inner2 {
	width:978px;
	margin:0 auto;
	padding-bottom:0;
	margin-bottom:0;
}

#navi_inner2 ul{
	list-style:none;
}

#navi_inner2 ul li{
	float:left;
}






.contents-list{
width:1180px;
margin:0 auto;
}




.center{
	text-align:center;
	padding:30px 0;
}

.contact-message{
	padding:30px 5px;
}



/*ここがテーブル*/

table {
  width: 100%;
  border-spacing: 0;
  font-size:12.5px;
}
table th {
  color: #fff;
  padding: 8px 15px;
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

  font-weight: bold;
  border-left:1px solid #0090b3;
  border-top:1px solid #0090b3;
  border-bottom:1px solid #0090b3;
  line-height: 120%;
  text-align: center;

}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #0090b3;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

.tb-nots{
text-align:left;
}

.tb-nots2{
border-top:#84b2e0 solid 1px;
}

/*ここまでテーブル*/



.main{
width:870px;
margin:0 auto;
}


.fb{
margin:20px auto;

}


.footer{
background:url(../img/footer-bg.jpg) repeat-x;
}

.footerInner{
width:1200px;
margin:0 auto 0 auto;
}





.recruit{
background:url(img/recruit-bg.jpg) repeat-x;
}

.recruitInner{
width:1181px;
margin:0 auto;
}






#privacy_box{ padding-left:20px; padding-right:20px; padding-bottom:50px;}

.privacy_box ul{ list-style:none;}

.privacy01{
    color:#fff;
	padding:5px;
    margin-top:25px;
	margin-bottom:10px;
	background:#1e76a7;
    }

.privacy02{
	padding-top:40px;
    float:right;
	padding-bottom:30px;
}		


















/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 0 ;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 735px;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 735px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {

	font-size: .85em;
	font-family: Arial;
	font-weight: bold;

	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -31px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -31px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 1px;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 1px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}



.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */




