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

body {  
   font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
   color: #333333;  
   font-size: 75%;
   line-height: 20px;
   background-color:#ffffff;
	min-width: 950px;
}

/* 全体のリンク指定*/
a {
	color: #2e8b57; /*元の色*/
	text-decoration: none;
}
a:hover {
    color:#ff8c00; /*カーソルオーバー時の文字色*/
	text-decoration: underline;
}


/* プライマリナビゲーションのリンク指定*/
a.primary {
	color: #333333; /*元の色*/
	text-decoration: none;
}

a.primary:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}


/* 画像の指定*/
img {
    border:none; /*ボーダー無し*/
}

/* 全てのプロパティの余白とパディングをリセット。*/
* {
   margin: 0;
   padding: 0;
}



/* ヘッダー部分コンテナ*/ 
#head_container {
   width:950px;
   margin:0 auto;
}

/* サイトロゴの高さに合わせて調節。*/
#header {
   width: 950px;
   height: 90px;
   padding-top:20px;
}

h1 {
   font-size: 65%;
   margin-top:5px;
   margin-bottom:10px; 
}

#logo {
   float: left;
   width: 185px;
   height:90px;
}
#logo_70 {
	float:left;
	width:90px;
	height:90px;
}

/* 文字サイズ変更*/ 
#fontsizechange {
   float:right;
   width:350px;
   text-align:right;
}

#primary {
   float: right;
   width: 675px;
   height:48px;
   text-align:right;
   font-size: 70%;
}

#primary p {
   margin-top:35px;
}






/* ナビゲーション部分 */
#Menu_Container {
	clear: both;
	height: 50px;
	background-image: url(../images/common/btn_bg.jpg);
	background-repeat: repeat-x;
}

#Menu_Container #MenuBlock {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* メインナビゲーション（横並びメニューボタン） */

#globalnavi{
position: relative;
width: 950;
height: 50px;
}

#globalnavi ul{list-style-type: none;}

#globalnavi li{
text-indent: -9999px;
float:left;
width: 190px;
}

#globalnavi a{
display: block;
width: 100%;
height: 50px;
background-image: url(../button/navi.jpg);
background-repeat: no-repeat;
}

#globalnavi a:hover{
background-image: url(../button/navi.jpg);
background-repeat: no-repeat;
}

#menu1 a{
background-position: 0 0;
}
#menu2 a{
background-position: -190px 0;
}
#menu3 a{
background-position: -380px 0;
}
#menu4 a{
background-position: -570px 0;
}
#menu5 a{
background-position: -760px 0;
}



#menu1 a:hover{
background-position: 0 -50px;
}
#menu2 a:hover{
background-position: -190px -50px;
}
#menu3 a:hover{
background-position: -380px -50px;
}
#menu4 a:hover{
background-position: -570px -50px;
}
#menu5 a:hover{
background-position: -760px -50px;
}





#menu6 a{
background-position: 0px -50px;
}
#menu6 a:hover{
background-position: 0px -50px;
}

#menu7 a{
background-position: -190px -50px;
}
#menu7 a:hover{
background-position: -190px -50px;
}

#menu8 a{
background-position: -380px -50px;
}
#menu8 a:hover{
background-position: -380px -50px;
}

#menu9 a{
background-position: -570px -50px;
}
#menu9 a:hover{
background-position: -570px -50px;
}

#menu10 a{
background-position: -760px -50px;
}
#menu10 a:hover{
background-position: -760px -50px;
}




/* メインナビゲーション（横並びメニューボタン）／英語 */

#globalnavi_e{
position: relative;
width: 948;
height: 50px;
}

#globalnavi_e ul{list-style-type: none;}

#globalnavi_e li{
text-indent: -9999px;
float:left;
width: 316px;
}

#globalnavi_e a{
display: block;
width: 100%;
height: 50px;
background-image: url(../english/button/navi.jpg);
background-repeat: no-repeat;
}

#globalnavi_e a:hover{
background-image: url(../english/button/navi.jpg);
background-repeat: no-repeat;
}

#menu11 a{
background-position: 0 0;
}
#menu12 a{
background-position: -316px 0;
}
#menu13 a{
background-position: -632px 0;
}


#menu11 a:hover{
background-position: 0 -50px;
}
#menu12 a:hover{
background-position: -316px -50px;
}
#menu13 a:hover{
background-position: -632px -50px;
}

#menu14 a{
background-position: -316px -50px;
}
#menu15 a{
background-position: -632px -50px;
}


#menu14 a:hover{
background-position: -316 -50px;
}
#menu15 a:hover{
background-position: -632px -50px;
}






/* パンくずリスト */
#breadcrumb {
	height: 20px;
	padding-top: 20px;
	text-align: left;
	font-size: 80%;
}

/* パンくずリストのリンク指定*/
a.breadcrumb {
	color: #333333; /*元の色*/
	text-decoration: none;
}

a.breadcrumb:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}






/* コンテンツ（レイアウト）の大枠*/ 
#container {
   width:950px;
   text-align:left;
   margin:0 auto;
}
  
#inner {
   margin-top:0px;
}
  
  
/* コンテンツ（左）*/ 
#contents {
   padding-top: 20px;
   width:650px;
   float:left;
}
  
  
/* コンテンツ（右）*/ 
#sideWrap {
   width:240px;
   float:right;
   background-color:#ececec;
   margin-top:20px;
}
  
.clear {
   clear:both;
}
  
.clear hr {
   display:none;
} 






/* メインイメージ*/
#Mainimage_Container {
	clear: both;
	height: 340px;
	background-image: url(../images/top/main_bg.jpg);
	background-repeat: repeat-x;
}

#Mainimage_Container #Block {
	height: 340px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#mainimage {
	float: left;
	height: 340px;
	width: 950px;
}







/* メイン誘導バナー*/
#bannerblock {
	height: 95px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#banner_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner_link h4 {
	display:block;
	width:310px;
	height:95px;
	padding-right:10px;
	float:left;
}

#banner_link a {
	display:block;
	width:310x;
	height:95px;
	text-indent:-10000px;
	background-repeat:no-repeat;
}

#banner_link #navi04 a {
	background-image:url(../button/navi_1.jpg);
}

#banner_link #navi04 a:hover{
	background-position: -310px 0px;
}

#banner_link #navi05 a {
	background-image:url(../button/navi_2.jpg);
}

#banner_link #navi05 a:hover{
	background-position: -310px 0px;
}

#banner_link #navi06 a {
	background-image:url(../button/navi_3.jpg);
}

#banner_link #navi06 a:hover{
	background-position: -310px 0px;
}







/* ニュースリリース（帯） */
#newsrelease {
   width:650px;
   height:30px;
   background-image: url(../images/top/title_1.jpg);
}

/* ニュースリリース（過去の更新情報一覧）のリンク指定 */
#archiveblock {
	height: 19px;
	width: 119px;
	margin-right: auto;
	margin-left: auto;
	float:right;
	margin-right:5px;
	margin-top:6px;
}

#archive_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#archive_link h5 {
	display:block;
	width:119px;
	height:19px;
	padding-right:10px;
	float:left;
}

#archive_link a {
	display:block;
	width:119x;
	height:19px;
	text-indent:-10000px;
	background-repeat:no-repeat;
}

#archive_link #navi08 a {
	background-image:url(../button/archive.gif);
}

#archive_link #navi08 a:hover{
	background-position: -119px 0px;
}


/* ニュースリリース日付 */
em.update {
	color: #43b753;
	font-style:normal;
}

/* ニュースリリース日付指定 */
.news_l {
	display: block;
	margin-bottom: 0px;
	float: left;
	color: #43b753;
	width: 90px;
	font-style:normal;
}

.news_l2 {
	display: block;
	margin-bottom: 0px;
	float: left;
	color: #333333;
	width: 100px;
	font-style:normal;
}

/* ニュースリリースアイコン指定 */
.news_c {
	display: block;
	margin-top: 1px;
	width: 70px;
	float: left;
}

/* ニュースリリース本文指定 */
.news_r {
	display: block;
	margin-bottom: 0px;
	width: 490px;
	float: left;
	padding-bottom:10px;
}

.news_r2 {
	display: block;
	margin-bottom: 0px;
	width: 480px;
	float: left;
	padding-bottom:5px;
}

/* ニュースリリース本文指定 */
a.news {
	color: #333333; /*元の色*/
	text-decoration: none;
}

a.news:hover {
	color: #333333; /*元の色*/
	text-decoration:underline;
}



/* 震災メッセージ */
.message {
    width:650px;
	height:50px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

/* メニューリスト2（下のサイドナビ） */
.sideblock {
    padding-top: 20px;
}
.Left {
	float:left;
}

#side_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side_menu {
	background-repeat:repeat-y;
	width:200px;
	margin-left:20px;
}

#side_menu h4 {
	display:block;
	height:60px;
	width:200px;
	padding-bottom:10px;
}

#side_menu a {
	display:block;
	height:60px;
	width:200x;
	text-indent:-10000px;
	background-repeat:no-repeat;
}
#side_menu #navi01 a {
	background-image:url(../images/top/banner_5.jpg);
}

#side_menu #navi02 a {
	background-image:url(../images/top/banner_6.jpg);
}

#side_menu #navi03 a {
	background-image:url(../images/top/banner_7.jpg);
}

#side_menu #navi04 a {
	background-image:url(../images/top/banner_9.jpg);
}






/* 画像の右回り込み指定（2013.10月時点使用無し） */
img.img_left{
	float: left;
	padding-right: 10px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/* 画像の左回り込み指定（2013.10月時点使用無し） */
img.img_right{
	float: right;
	padding-left: 10px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}


/* 表組レイアウト（2013.10月時点使用無し） */
table#table {
    width: 650px;
    border: 1px #464646 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table th {
    padding: 5px;
    border: #464646 solid;
    border-width: 0 0 1px 1px;
    background: #273316;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table td {
    padding: 5px;
    border: 1px #464646 solid;
    border-width: 0 0 1px 1px;
    background: #0d1605;
	text-align: center;
}






/* 上に戻るボタン */
#totop {
   width: 130px;
   height: 30px;
   float:right;
}







/* フッター／コピーライト */
#footer {
   background-image:url(../images/common/footer_bg.gif);
   background-repeat: repeat-x;
　 clear: both;
   width: 100%;
   height: 70px;
   color: #333333;
}

#footermenu {
   clear: both;
   height: 250px;
   background-color:#F5FFFA;
　 clear: both;
   color: #008080;
}

/* 英語 */
#footermenu_e {
   clear: both;
   height: 100px;
   background-color:#F5FFFA;
　 clear: both;
   color: #008080;
}

#footermenublock {
	height: 250px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* 英語 */
#footermenublock_e {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* フッターメニューのテキスト指定 */
p.footer_menu {
   padding-top:20px; 
   font-size:100%;
   font-style:normal;
   color:#43b753;
   text-align:center;
}

ul.footer_menu{
    width:135px;
    font-size:100%;
    padding-left:0;
    margin-left:0;
}

ul.footer_menu li{
    list-style:none;
    width:135px;
    float:left;
	list-style-type: none;
}

ul.footer_menu2 {
    width:194px;
    font-size:100%;
    padding-left:0;
    margin-left:0;
}

ul.footer_menu2 li{
    list-style:none;
    width:194px;
    float:left;
	list-style-type: none;
}

/* フッターメニューのリンク指定 */
ul.footer_menu li a {
	color: #008080; /*元の色*/
	text-decoration: none;
}

ul.footer_menu li a:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}

/* フッターメニューのリンク指定 */
ul.footer_menu2 li a {
	color: #008080; /*元の色*/
	text-decoration: none;
}

ul.footer_menu2 li a:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}

ul.footer_menu_sub{
    width:141px;
    font-size:100%;
    padding-left:0;
    margin-left:5px;
}

ul.footer_menu_sub li{
    list-style:none;
    width:141px;
    float:left;
	list-style-type: none;
}

ul.footer_menu_sub2{
    width:94px;
    font-size:100%;
    padding-left:0;
    margin-left:5px;
}

ul.footer_menu_sub2 li{
    list-style:none;
    width:94px;
    float:left;
	list-style-type: none;
}

ul.footer_menu_sub3{
    width:156px;
    font-size:100%;
    padding-left:0;
    margin-left:5px;
}

ul.footer_menu_sub3 li{
    list-style:none;
    width:156px;
    float:left;
	list-style-type: none;
}


/* フッターメニューのリンク指定 */
ul.footer_menu_sub li a {
	color: #008080; /*元の色*/
	text-decoration: none;
}

ul.footer_menu_sub li a:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}

/* フッターメニューのリンク指定 */
ul.footer_menu_sub2 li a {
	color: #008080; /*元の色*/
	text-decoration: none;
}

ul.footer_menu_sub2 li a:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}

/* フッターメニューのリンク指定 */
ul.footer_menu_sub3 li a {
	color: #008080; /*元の色*/
	text-decoration: none;
}

ul.footer_menu_sub3 li a:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}


/* 著作権表示 */
p.copyright {
   padding-top:10px; 
   font-size:100%;
   font-style:normal;
   color:#333333;
   text-align:center;
}



/* フッターメニューテーブル */
table td.footer_menu {
   border-left:1px solid #5ac3c6;
   border-right:1px solid #5ac3c6;
}


/* フッターメニューポイント */
img.arrow {
   padding-right:3px;
   padding-left:8px;
   padding-bottom:1px;
   vertical-align: middle;
}



/* フッターメニューリンク見出し */
em.footer_title {
   vertical-align: middle;
   font-style:normal;
   font-weight:bold;
}

a.footer_title {
	color: #008080; /*元の色*/
	text-decoration: none;
}

a.footer_title:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}





/* 下層ページ */

#sideWrap2 {
	width:230px;
	float:left;
	position: relative;
}

#side_menu2 {
	background-repeat:repeat-y;
	width:230px;
	background-color:#ececec;
	padding-bottom:10px;
	position: relative;
}

.sidemenu_block2 {
    width:210px;
    height:35px;
    float:left;
	border-bottom:solid 2px #ececec;
	background-color:#ffffff;
}

.sidemenu_block4 {
    width:210px;
    height:35px;
    float:left;
	border-bottom:solid 2px #ececec;
	background-color:#ffffff;
}

.sidemenu_block5 {
    width:210px;
    height:35px;
    float:left;
	border-bottom:solid 2px #ececec;
	background-color:#ffffff;
}

#side_menu_block {
	background-repeat:repeat-y;
	width:210px;
	background-color:#ffffff;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#side_menu_block2 {
	background-repeat:repeat-y;
	width:210px;
}


#contents2 {
   padding-top: 20px;
   width:650px;
   float:right;
}

/* 選択ページ */
.sidemenu_block3 {
    width:210px;
    height:35px;
    float:left;
	border-bottom:solid 2px #ececec;
	background-color:#faebd7;
}

/* 選択ページ */
.sidemenu_block6 {
    width:210px;
    height:35px;
    float:left;
	background-color:#faebd7;
}





/* サイドナビ */
img.sidemenu {
	float: left;
	margin-top: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

a.sidemenu {
	color: #333333; /*元の色*/
	text-decoration: none;
	margin-left:5px;
    padding-bottom:0px;
}

a.sidemenu:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}

a.sidemenu2 {
    margin-top: 3px;
	color: #333333; /*元の色*/
	text-decoration: none;
}

a.sidemenu2:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}


p.sidemenu {
    padding-top:9px;
}


p.sidemenu2 {
    padding-top:9px;
	padding-left:30px;
	float:left;
}

p.sidemenu3 {
    margin-top: 3px;
	font-size:100%;
	margin-left:5px;
}



#floatMenu{
    width: 230px;
    position: absolute;
    top:210px;
}


/* スライダー */
.viewer {
	margin: 0 auto;
	width: 950px;
	height: 340px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 950px;
	height: 340px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 950px;
	height: 340px;
	display: none;
	position: absolute;
}

/* スライドショー設定*/ 
section {
   margin: 0px;
}

ul, li {
	margin: 0;
	padding: 0;
}

#slider {
	width: 950px;
	height: 340px;
	overflow: hidden;
}

#slider li {
	display: block;
	width: 950px;
	height: 340px;
}

.pdf_indent {
   padding-left:15px;
}


.ikegami_box {
	width:100%;
	overflow:hidden;
}
.ikegami_name {
	width:30%;
	float:left;
}
.ikegami_tel {
	width:70%;
	float:right;
}



/* トップページインラインフレーム*/ 
.inlineframe {
	width:100%;
	height:80px;
	border:none;
}

.sp_menu_block {
	display:none;
}

#sp_nav {
	display:none;
}

.footer_menu_block_1 {
	width:160px;
	height:190px;
	float:left;
	border-left:1px solid #5ac3c6;
}
.footer_menu_block_2_wrap {
	width:297px;
	height:190px;
	float:left;
	overflow:hidden;
}
.footer_menu_block_2 {
	width:98px;
	height:190px;
	float:left;
	border-left:1px solid #5ac3c6;
}
.footer_menu_block_2_b {
	width:98px;
	height:190px;
	float:left;
}
.footer_menu_block_3 {
	width:145px;
	height:190px;
	float:left;
	border-left:1px solid #5ac3c6;
}
.footer_menu_block_4 {
	width:192px;
	height:190px;
	float:left;
	border-left:1px solid #5ac3c6;
	border-right:1px solid #5ac3c6;
}
.footer_menu_block_eng {
	width:136px;
	float:left;
}

.eng_p {
	width:200px;
	float:left;
}

.eng_t {
	width:425px;
	float:right;
}
.br-sp {
	display:none; 
}

.br-pc {
	display:block; 
}

.pc_menu {
	display:block;
}
.sp_menu_hidden {
	display:none;
}

.sitemap_l {
	width:300px;
	float:left;
	height:auto;
	overflow:hidden;
}

.sitemap_r {
	width:300px;
	float:right;
	height:auto;
	overflow:hidden;
}


.jpn_map {
	width:100%;
}

.message_wrap {
	width:100%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #627183;
	margin-bottom:20px;
}



@media only screen and (max-width: 736px) {
body {  
	min-width: 100%;
}
.clear {
   display:none;
}

.br-sp {
	display:block;
}
.br-pc {
	display:none; 
}
#Menu_Container {
	display:none;
}
	
#head_container {
   width:100%;
	height:auto;
   margin:0 auto;
}

#header {
   width: 100%;
   height: auto;
	overflow:hidden;
}
	
#logo {
   width: 50%;
	height:auto;
	margin-left:10px;
}	
	
#logo img {
   width: 100%;
  height:auto;
}
#logo_70 {
	display:none;
}
	
	
.jpn_map {
	display:none;
}
	
	
	

#primary {
	width:100%;
	height:30px;
   text-align:center;
	margin:10px 0;
}
/* プライマリナビゲーションのリンク指定*/
a.primary {
	font-size:130%;
}
	
/* プライマリナビゲーションのリンク指定*/
.primary_eng {
	width:100px;
	height:30px;
	border:1px solid #eee;
	margin:0 auto;
	border-radius:20px;
	line-height:30px;
}
	
/* メインイメージ*/
#Mainimage_Container {
	height: auto;
	background-image: none;
}

#Mainimage_Container #Block {
	height: auto;
	width: 100%;
	margin-right:0;
	margin-left:0;
}
	
.swiper-container {
	width: 100%;
	height: auto;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}	
	
.sp_menu_block {
	display:block;
	width:100%;
	height:50px;
	background-color:#00a669;
}

li.sp_menu_box {
	width:20%;
	float:left;
	line-height:50px;
	list-style:none;
	text-align:center;
}

li.sp_menu_box_eng {
	width:33.3%;
	float:left;
	line-height:50px;
	list-style:none;
	text-align:center;
}
	
li.sp_menu_box a {
	color:#fff;
}	
li.sp_menu_box_eng a {
	color:#fff;
}
#changeBox {
	display:none;
}	
	
#container {
   width:95%;
	overflow:hidden;
	margin:0 auto;
}	
	
#bannerblock {
	width: 100%;
	height:auto;
	margin-right:0;
	margin-left:0;
}
#banner_link h4 {
	width:310px;
	height:95px;
	padding-right:0px;
	float:none;
	margin: 20px auto;
}	
	
#inner {
   width:100%;
	overflow:hidden;
}
	
#contents {
   padding-top: 0px;
   width:100%;
	margin:0 auto;
   float:none;
}	
	
#contents img {
	width:100%;
	height:auto;
}	
	
#newsrelease {
   width:100%;
}	
	
.news_l {
	margin-bottom: 0px;
	width: 25%;
}
.news_l2 {
	margin-bottom: 0px;
	width: 25%;
}
.news_c {
	width: 75%;
	float: left;
	margin-bottom:5px;
}	

.news_c img {
	width:60px !important;
	height:14px !important;
	margin-bottom:5px;
}

.news_r {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}
.news_r2 {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}
#sideWrap {
   width:100%;
	height:auto;
   float:none;
   background-color:#ececec;
	overflow:hidden;
   margin-top:20px;
}	
	
#side_menu {
	width:90%;
	margin:0 auto;
	overflow:hidden;
}	
	
.Left {
	float:none;
}

#side_menu li {
	width:48%;
	float:left;
	margin:0 1%;
}
	
#side_menu h4 {
	width:100%;
}

#side_menu a {
	height:100%;
	width:100%;
}

#side_menu #navi01 a, #side_menu #navi02 a, #side_menu #navi03 a, #side_menu #navi04 a {
	background-size:100% auto;
	background-position:center;
}
	
#totop {
	margin:20px auto;
	float:none;
}
	
#footermenu {
	width:100%;
	height: auto;
	overflow:hidden;
}
#footermenu_e {
	width:100%;
	height: auto;
	overflow:hidden;
}
	
#footermenublock {
	height: auto;
	width: 95%;
	overflow:hidden;
}

#footermenublock_e {
	height: 50px;
	width: 95%;
	overflow:hidden;
}
	
.footer_menu_block_1 {
	width:100%;
	height:auto;
	float:none;
	border-left:none;
	overflow:hidden;
	margin-bottom:20px;
}
.footer_menu_block_2_wrap {
	width:100%;
	height:auto;
	float:none;
	overflow:hidden;
	margin-bottom:20px;
}
.footer_menu_block_2 {
	width:33.3%;
	height:auto;
	float:left;
	border-left:none;
	overflow:hidden;
	margin-bottom:20px;
}
.footer_menu_block_2_b {
	width:33.3%;
	height:auto;
	float:left;
}
.footer_menu_block_3 {
	width:100%;
	height:auto;
	float:none;
	border-left:none;
	overflow:hidden;
	margin-bottom:20px;
}
.footer_menu_block_4 {
	width:100%;
	height:auto;
	float:none;
	border-left:none;
	border-right:none;
	overflow:hidden;
	margin-bottom:30px;
}
	
ul.footer_menu_sub3{
    width:100%;
}

ul.footer_menu_sub3 li{
    width:33.3%;
}
ul.footer_menu_sub{
    width:100%;
}

ul.footer_menu_sub li{
    width:33.3%;
}	
	
ul.footer_menu2 {
    width:100%;
}

ul.footer_menu2 li{
    width:100%;
}	
	
#sideWrap2 {
	width:100%;
	float:none;
	position: static;
}
	
#side_menu2 {
	width:100%;
	background-color:#fff;
}	
	
#side_menu_block {
	width:100%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}	
.sidemenu_block3 {
    width:100%;
    float:none;
}	
.sidemenu_block2 {
    width:100%;
	height:auto;
	overflow:hidden;
    float:none;
}
.sidemenu_block4 {
    width:100%;
    float:none;
}
.sidemenu_block5 {
    width:100%;
    float:none;
}
#side_menu_title {
	display:none;
}
	
.pdf_bt {
	width:130px !important;
	height:30px !important;
}

#contents2 img {
   width:100%;
   max-width: 100%;
   height:100%;
}
	
.ikegami_name {
	width:100%;
}
.ikegami_tel {
	width:100%;
}	

	
	
.eng_p {
	width:50%;
	float:none;
	margin: 0 auto 20px;
}

.eng_t {
	width:100%;
	float:none;
}

a.sidemenu2 {
    margin-top: 20px;
}
a.sidemenu2 {
    margin-top: 6px;
	color: #333333; /*元の色*/
	text-decoration: none;
}

a.sidemenu2:hover {
    color:#ff0000; /*カーソルオーバー時の文字色*/
	text-decoration: none;
}
	
.pc_menu {
	display:none;
}
.sp_menu_hidden {
	display:block;
}
	
p.sidemenu2 {
    padding-top:9px;
}
	
.sitemap_l {
	width:45%;
}

.sitemap_r {
	width:45%;
}	
	
#breadcrumb {
	width:100%;
}


#contents2 {
   width:100%;
   float:none;
}


header {
    position:fixed;
    width:100%;
    height:50px;
    top:0;
    left:0;
    background:#FFF;
    border-bottom:1px solid #00a669;
    z-index:100;
}
.spmenu_btn {
    display:block;
    position:absolute;
    top:14px;
    right:15px;
    width:30px;
    height:22px;
    background:#00a669;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#00a669;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#00a669;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:51px;
    left:0;
    width:100%;
    background:#00a669;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #ececec;
}

p.sidemenu3 {
	margin-left:0px;
}
img.sidemenu {
	padding-right: 0px;
}
}