@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全体の文字色*/
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.gif);	/*背景画像*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #529823;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;				/*文字サイズ*/
	line-height: 20px;				/*行間*/
	/*text-align: right;				/*文字を右寄せ*/
	/*width: 968px;*/
	margin-right: auto;
	margin-left: auto;
}
h1 a {
	text-decoration: none;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 144px;	/*ヘッダーの高さ*/
	width: 960px;
	position: relative;
	background-image: url(../images/header_bg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-left: 4px;
}
/*トップページ専用画像読み込み*/
#top #header {
	height: 294px;	/*ヘッダーの高さ*/
	background-image: url(../images/header_bg_top.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	margin-top:5px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から25pxの位置に配置*/
}
/*採用情報バナー設定*/
#header #banner1 {
	position: absolute;
	right: 40px;	/*ヘッダーブロックに対して右から40pxの位置に配置*/
	bottom: 30px;	/*ヘッダーブロックに対して下から30pxの位置に配置*/
}
/*サイトマップメニュー設定*/
#header #nav1 {
	position: absolute;
	top: 0px;		/*ヘッダーブロックに対して上から20pxの位置に配置*/
	right: 5px;	/*ヘッダーブロックに対して右から40pxの位置に配置*/
}


#title {
	padding-left:35px;
	font-size:30px;
	background-color:#E6E6E6;
}

#title a {
	text-decoration:none;
	color:#fff;
}

#title a:hover {
	color:#090;
}

/*コンテナー（ヘッダー以外、メニューから下のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.gif);	/*両サイド枠用の背景画像*/
	background-repeat: repeat-y;					/*背景画像をＹ軸（縦軸）にリピート*/
	padding-right: 4px;
	padding-left: 4px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(../images/menu_bg.gif);	/*メニュー背景画像*/
	background-repeat: no-repeat;
	height: 57px;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 6px;
	padding-top: 6px;
}
ul#menu li {
	float: left;
	padding-right: 4px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（メインコンテンツを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 928px;	/*メインコンテンツ幅*/
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側にフロート*/
	width: 670px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}

/*h1タグ設定*/
#main h1 {
	font-size: 24px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	padding-left: 10px;
	background-color: #000000;
	background-image: url(../images/bg2.gif);	/*背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: top;				/*背景画像を上部に配置*/
	line-height: 40px;
	border-bottom: 4px solid #529823;		/*下線の幅、線種、色*/
}

/*h2タグ設定*/
#main h2 {
	font-size: 20px;	/*文字サイズ*/
	margin-top:5px;
	padding-left: 5px;
	border:2px solid #529823;
}

#main h2 a {
	text-decoration:none;
	color:#0BAAB1;
}

#main h2 a:hover {
	color:#529823;
}

#main dt {
	font-size:13px;
	text-align:right;
	padding-right:10px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	font-size:15px;
}

/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側にフロート*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;			/*文字サイズ*/
	color: #FFFFFF;				/*文字色*/
	background-color: #72AF40;	/*背景色*/
	padding: 5px 10px;			/*左から、上下、左右への余白*/
	border-top: 1px solid #666666;		/*上の線の幅、線種、色*/
	border-right: 1px solid #666666;	/*右の線の幅、線種、色*/
	border-bottom: 4px solid #666666;	/*下の線の幅、線種、色*/
	border-left: 1px solid #666666;		/*左の線の幅、線種、色*/
	background-image: url(../images/bg3.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 198px;
	padding: 5px 10px;	/*左から、上下・左右への余白*/
	text-decoration: none;
	border-bottom: 1px solid #666666;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #666666;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #666666;		/*左側の線の幅、線種、色*/
}
ul.submenu li a:hover {
	background-color: #daf1ca;	/*カーソルオーバー時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/bg4.gif);			/*フッター背景画像*/
	background-repeat: repeat-x;					/*背景画像Ｘ軸（横軸）にリピート*/
	background-position: top;						/*背景画像を上部に配置*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #529823;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	text-align: left;
	padding: 10px;
	background-color: #8f8f8f;	/*背景色*/
	background-image: url(../images/bg5.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	color: #FFFFFF;		/*文字色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 670px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #000000;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 427px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*h3タグ下部の線幅、線種、色*/
	margin-bottom: 0.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #8f8f8f;	/*背景色*/
	background-image: url(../images/bg5.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	color: #FFFFFF;		/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2edf6;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #529823;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}



@media screen and (max-width:767px) {



* {width:initial!important;}



#header {
	width: 100%;
	/*position:static;*/
}

#header h1 {
	font-size:10px;
	position: static;
}

#base {
	width: 100%;
}

#head {
	width: 100%;
	position: static;
}

#head img#logo {
	position: static;
}

#head #title {
	position: static;
}


#title {
	font-size:20px;
}


#mainimg {
	height:auto;

}



#navi {
	position: static;
}



#wrapper {
	width: 100%;
}

#wrapper,.inner{
	width: 100%;
}


img { 
    max-width: 100%; 
    height:auto;
}

#visual {
	width: 100%;
}



#imgArea {
	width: 100%;
}

#mainImg {
	height:auto;
}


div.section {
	width: 100%;
}

#hdbox1 {
	min-width: 100%;
}

#hdbox2 {
	min-width: 100%;
}

#hdbox3 {
	min-width: 100%;
}


#jsnavi li [
	clear: left;
}



#content {
	width: 100%;
	clear: left;
}

#container {
	width:100%;
}


#main {
	width: 100%;
	clear:both;	
}

#navi {
	width: 100%;
	position: static;
}


#jsnavi li {
	float:none;
}


#nav li {
	display: block;
}


#gnavi {
	width: 100%;
}




#header-menu {
	height:100%;
}

#header #logo {
	position:static;
}

#header-menu li {
	float:none;
}



ul#topmenu {
	width:100%;
	flex-direction: column; /* 縦並び */
}

#pagetop {
	width:100%;
}


#Menu ul li {
	float:none;
}

#mainimg {
	height:100%;
}


#main h1 {
	background-image:url(images/title_bg1.gif);
}



#gnavi li {
	float:none;
}



#header-menu {
	background-repeat:repeat;
}

*
#menu {
	width:100%;
		flex-direction: column; 
	background-color:#000;
}


#menu_block {
		flex-direction: column; /* 縦並び */
}


#menu ul {
		flex-direction: column; 
}

#menu li {
		flex-direction: column; /* 縦並び */
}

#menu1 {
	position:static;
}
#menu2 {
	position:static;
}
#menu3 {
	position:static;
}
#menu4 {
	position:static;
}
#menu5 {
	position:static;
}
#menu6 {
	position:static;
}





#mainpict {
	width:100%;
}

ul#mainNav {
		flex-direction: column; /* 縦並び */
}

ul#mainNav li {
		flex-direction: column; /* 縦並び */
		float:clear;

}




ul {
		flex-direction: column; /* 縦並び */
}

ul#menu {
		flex-direction: column; /* 縦並び */
}

ul#menu li {
		float:none;
		flex-direction: column; /* 縦並び */
}




#current {

		clear:none;
		flex-direction: column; /* 縦並び */
}



#header-menu ul {
		flex-direction: column; /* 縦並び */
	}

#header-menu li {
		flex-direction: column; /* 縦並び */
		display:block;
	}



navi li ,section{
		flex-direction: column; /* 縦並び */
	}


#naviArea {
	width: 100%;
}


#mainVisual .mainVisualInr {
	width: 100%;
}

#globalNavi ul {
	width: 100%;
}


#sub {
	width: 100%;
}

#side {
	margin-top:10px;
}


#footer {
	width: 100%;
}

#footer .footerInr {
	width: 100%;
}

nav#mainNav ul {
		width: 100%;
}



#footerContents {
	width:100%;
}


	nav ul,section{
		flex-direction: column; /* 縦並び */
	}
	nav ul{
		display:inline;
		padding: 0 0 1.5%;
	}
	nav ul li{
		width: 100%;
		margin-top: 5px;
		float:none;
	}
	nav ul li a{
	}
}


#top-navi {
	width: 100%;
}



#footer {
	width: 100%;
}

#top-navi table {
	width: 100%;
}

div.main-textarea {
	width: 100%;
}





#copyright {
	width:100%;
}
