@charset "utf-8";

/*-----setting-----*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;display/*\**/: block\9;*display: inline-block;} 


/*-----common-----*/
#contentsarea .fs-11 a{
	color: #221814;
	font-weight: bold;
	text-decoration: none;
}

#contentsarea .pagetop{
	margin: 30px 0;
    clear: both;
    text-align: right;
    width: 950px;
}

/*-- common --*/

.page-ttl{
	font-size:23px;
	font-weight:bold;
	color:#1352A0;
	background:url(../images/common/border.png) no-repeat right bottom;
	padding-bottom:12px;
	margin-bottom:25px !important;
	text-align:left !important;
	line-height:1.2
}
.page-ttl.short{
	background:url(../images/common/border_short.png) no-repeat 0 bottom;
}
.page-ttl span{
	font-size:20px;
}


/*-----outline-----*/

#contentsarea img{
	vertical-align: middle;
}

#contentsarea h2{
	margin-bottom: 20px;
}

#contentsarea .gnav{
	margin-bottom: 40px;
	overflow:hidden;
}

#contentsarea .gnav li {
	float: left;
	padding: 0 5.5px;
	border-left: 1px solid #005c23; 
	box-sizing: border-box;
	text-align: center;
}

#contentsarea .gnav li.bdr_r{
	border-right: 1px solid #005c23; 
}

#contentsarea .main_img{
   margin-bottom: 30px;
}

#contentsarea p.text{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*-----schedule-----*/

#contentsarea.schedule .inner{
	width: 930px;
	margin: 0 auto;
}


/* 外枠 */
div.x_data_area {
  width: 910px;
  overflow: hidden; /* floatさせた要素を内包しているため指定 */
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
 
/* ロック部分 */
div.lock_box {
  float: left;
  width: 320px;
}
 
/* 横スクロール部分 */
div.x_scroll_box {
  float: left;
  width: 589px;
  border-left: 1px solid #CCC;
  overflow-y: hidden; /* 縦スクロール非表示 */
  overflow-x: scroll; /* 横スクロール */
}
 
/* テーブル */
.width300 {
  width: 320px;
}
 
.width2500 {
  width: 2160px;
}

.width1200 {
  width: 1200px;
}
 
table.data {
  table-layout: fixed; /* 内容を固定 */
  border-collapse: separate;
  border-spacing: 0; /* tableのcellspacing="0"の代わり */
}
 
table.data th,
table.data td {
  padding: 2px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
 
table.data th.r_none,
table.data td.r_none {
  border-right: none; /* 右ボーダーの重なりを防止 */
}
 
table.data th {
  border-top: 1px solid #CCC;
  background: #EEF1F4;
}
 
table.data th,
table.data td {
  overflow: hidden; /* データが幅を超えたとき非表示に */
  white-space: nowrap; /* データの折り返しを防止 */
}
 
table.data td p {
  margin: 0; /* 余分なマージンを消去 */
}
 
/* IE6 */
table.data {
  _border-collapse: collapse; /* IE6がborder-spacing: 0;に対応していないので */
}
 
/* IE7 */
*:first-child+html table.data {
  border-collapse: collapse; /* IE7がborder-spacing: 0;に対応していないので */
}

table.data th {
  text-align: center;
  vertical-align: middle;
  height: 20px;
}

table.data td {
  height: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
}

table.data span {
  font-size: 10px;
}
