@charset "utf-8";
/*sidemenu3*/
 ul.sidemenu3  { width: 100%; }
 ul.sidemenu3 li { width: 98%;}
  /*top*/
#toppage .wrap1 #b_area1 { margin-left:50px;width:auto;	}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
.all_containner {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: 235px;
}
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo img {
	width: 70%;	/*画面に対して70％の幅に*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#globalnavi ul li,
#globalsub ul li  {
	width: 33.3%;
	margin: 0;
	box-sizing: border-box;
	font-size: 90%;

  border-bottom: solid #ccc 1px;
  border-right: solid #ccc 1px;
  border-left:none;
}

#globalnavi ul li a,#globalsub ul li a {
	width: 100%;  display: block;
}
/*現在表示中メニュー。current*/
#globalnavi ul li.on {
	box-sizing: border-box;
	border: 1px solid #5d951f;
}

#globalnavi li:nth-child(4),
#globalsub li:nth-child(4){	 clear:both;}

#globalnavi li:nth-child(1) ,
#globalnavi li:nth-child(2) ,
#globalnavi li:nth-child(3) {	border-top: solid #ccc 1px;}

#globalnavi li:nth-child(4) ,
#globalnavi li:nth-child(5) ,
#globalnavi li:nth-child(6) ,
#globalnavi li:nth-child(7) {	width: 25%;}
	


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
.toppage #main {margin-left: 0px;}
.toppage  #point li p { margin: 0; }
.toppage  #point h2 {font-size: 120%;}
.toppage  #point h3 { margin: 0 ; padding-bottom: 5px; font-size: 120%;}

#main_area {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#mainbody, #sidemenu {
	float: none;
	width: auto;
	clear:both;
		margin:auto;
		position:relative;
}
#main p {
	padding: 0;
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	height: auto;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}
#main .img98{
	width:98%;
}
