@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/

body {
	color: #fff;	/*全体の文字色*/
	background-color: #fff;	/*全体の背景色*/
	margin: 0px;
	padding: 0px;
	font: 13px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}


	

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;

}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #cc0000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#wrapper{
	width: 100%;	/*コンテナー幅*/
	background-color: #000;
}

#container {
	width: 100%;	/*コンテナー幅*/
	margin: 0px auto;
}

#container .inner {
	width: 100%;	/*コンテナー幅*/
	margin: 0px auto;
	background-color: #fff;	/*背景色*/

}

.inner {
	width: 980px;	/*コンテナー幅*/
	margin: 0px 10px;
	position: relative;
}

/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 10px;			/*文字サイズ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
}

header h2 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 18px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
}

header h2 a{
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 18px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
	margin-bottom: 10px;
}

header h3 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 18px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
}

header h3 a{
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 18px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
	margin-bottom: 10px;
}

header h3 a{
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	font-size: 18px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 24px;			/*行間*/
	color: #FFF;
	margin-bottom: 10px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
	position: relative;
	background-color: #000;	/*背景色*/
	height: 90px;
z-index: 200;

}


/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から70pxの位置に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/

/*メニューブロックの設定*/
#menu {
	width: 100%;	/*コンテナー幅*/
	margin: 0px auto 0 auto;
	background-color: #cc0000;
        background:url('../images/menu.png') repeat-x; 
z-index: 200;

}




/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1000px;	/*コンテナー幅*/
	margin: 20px auto 20px auto;
	padding:10px 10px;

}

.wide{
	width: 100%;
        height:auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 710px;	/*メインコンテンツ幅*/
	padding: 10px;	/*ボックス内の余白*/
	-webkit-box-shadow: 0px 0px 8px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 8px #CCC;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 30px;

}

#main2 {
	float: left;	/*左側に回り込み*/
	width: 98%;	/*メインコンテンツ幅*/
	padding: 10px 1%;	/*ボックス内の余白*/
	-webkit-box-shadow: 0px 0px 0px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 0px #CCC;			/*同上*/
	border: 0px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 30px;
	background-color: #fff;	
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 120%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#313131, #000);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#313131, #000);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	margin-bottom: 15px;
}

#main h2.red {
	font-size: 120%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #b10000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#b10000), to(#900000));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#b10000, #900000);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#b10000, #900000);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #000;			/*同上*/
	margin-bottom: 15px;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	font-size: 120%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#313131, #000);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#313131, #000);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	margin-bottom: 15px;
	margin-top: 15px;
}
#main h4 {
	font-size: 140%;
	color: #FFF;		/*文字色*/			/*同上*/
	margin-top: 15px;
	margin-left: 1em;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
width:100%;height:auto;
}

/*service.html内の各ブロック（※タイプ１）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	height: 240px;	/*ボックスの高さ*/
	width: 47%;	/*ボックスの幅*/
	float: left;
	line-height: 1.6;
	margin-left: 14px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
/*ボックス内の段落タグ設定*/
#main section.list1 section p {
	padding: 0px;
}
/*ボックス内のh4タグ設定*/
#main section.list1 section h4 {
	font-size: 120%;
	color: #fff;	/*文字色*/
}
/*写真の設定*/
#main section.list1 section figure {
	padding: 5px;	/*写真と枠線との余白設定*/
	margin-bottom: 5px;	/*画像の下に少し余白を空ける設定*/
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#main section.list1 section figure img {
	width: 100%;
	height: auto;
}
/*「もっと詳しく」ボタン設定*/
#main section.list1 section p.more {
	position: absolute;
	right: 0px;		/*ボックスに対して右から0pxの場所に配置*/
	bottom: 0px;	/*ボックスに対して下から0pxの場所に配置*/
}
#main section.list1 section p.more a {
	color: #FFF;	/*文字色*/
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #900000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b10000), to(#900000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#b10000, #900000);	/*同上*/
	background-image: linear-gradient(#b10000, #900000);			/*同上*/
	padding: 2px 15px;	/*上下、左右への余白*/
	font-size: 11px;	/*文字サイズ*/
	border-radius: 4px;	/*各丸のサイズ*/
}
#main section.list1 section p.more a:hover {
	background: #d30000;	/*マウスオン時の背景色*/
}



.inner2 {
	width: 1000px;	/*コンテナー幅*/
	margin: 0px auto;
	position: relative;

}


p.more a {
	color: #FFF;	/*文字色*/
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #900000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b10000), to(#900000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#b10000, #900000);	/*同上*/
	background-image: linear-gradient(#b10000, #900000);			/*同上*/
	padding: 3px 15px;	/*上下、左右への余白*/
	font-size: 13px;	/*文字サイズ*/
	border-radius: 4px;	/*各丸のサイズ*/
}
p.more a:hover {
	background: #d30000;	/*マウスオン時の背景色*/
}

/*service.html内の各ブロック（※タイプ２）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list2 section {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 25px;	/*ボックスの下に空けるスペース*/

	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list2 section a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#main section.list2 section a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #fff;				/*文字色*/
	border-radius: 6px;			/*角丸のサイズ*/
}
/*ボックス内の段落タグ設定*/
#main section.list2 section p {
	padding: 0px;
	margin-left: 43%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list2 section figure img {
	float: left;			/*画像を左へ回り込み*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 40%;
	height: auto;
}
/*ボックス内のh4タグ設定*/
#main section.list2 section h4 {
	font-size: 120%;
	color: #fff;	/*文字色*/
	margin-left: 43%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/*service.html内の各ブロック（※タイプ3）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list3 section {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 25px;	/*ボックスの下に空けるスペース*/

	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list3 section a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#main section.list3 section a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #fff;				/*文字色*/
	border-radius: 6px;			/*角丸のサイズ*/
}
/*ボックス内の段落タグ設定*/
#main section.list3 section p {
	padding: 0px;
	margin-left: 33%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list3 section figure img {
	float: left;			/*画像を左へ回り込み*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 30%;
	height: auto;
}
/*ボックス内のh4タグ設定*/
#main section.list3 section h4 {
	font-size: 120%;
	color: #fff;	/*文字色*/
	margin-left: 33%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
	padding: 10px;	/*ボックス内の余白*/
	-webkit-box-shadow: 0px 0px 8px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 8px #CCC;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 3px 0px;	/*左から、上下、左右への余白*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#222, #333);	/*同上*/
	background-image: linear-gradient(#222, #333);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	color: #FFF;	/*文字色*/
}

#sub h3 {
	font-size: 150%;
	text-align: center;	/*文字をセンタリング*/
	color: #fff;	/*文字色*/
	border-top: 2px solid #000;	/*枠線の幅、線種、色*/
	border-bottom: 2px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 0px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
}

#sub ul.submenu li a{
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
        background:url('../images/arrow3.png') 5px 6px no-repeat; 
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 2px;
}





/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
	color: #cc0000;
}


#sub ul.submenu2 {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}

#sub ul.submenu2 li {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 0px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
}

#sub ul.submenu2 li a{
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
        background:url('../images/arrow4.png') 5px 6px no-repeat; 
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 2px;
}
/*マウスオン時の設定*/
#sub ul.submenu2 li a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
	color: #cc0000;
}

#sub ul.submenu3 {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom:0px;			/*メニューブロックの下にあけるスペース*/
}

#sub ul.submenu3 li {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 0px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
}

#sub ul.submenu3 li a{
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
        background:url('../images/arrow5.png') 5px 6px no-repeat; 
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 2px;
}
/*マウスオン時の設定*/
#sub ul.submenu3 li a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
	color: #cc0000;
}

#sub ul.submenu4 {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}

#sub ul.submenu4 li {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 0px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
}

#sub ul.submenu4 li a{
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: rgba(0,0,0,0.65);
	margin-bottom: 1px;
        background:url('../images/arrow6.png') 5px 6px no-repeat; 
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 2px;
}
/*マウスオン時の設定*/
#sub ul.submenu4 li a:hover {
background-color:rgba(0,0,0,0.15);	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
	color: #cc0000;
}




/*サブコンテンツ　製品情報ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box1 {
	font-size: 11px;	/*文字サイズ*/
	border-bottom: 1px solid #CCC;	/*下の線の幅、線種、色*/
	line-height: 1.5;	/*行間*/
	overflow: hidden;
	color: #fff;
}
#sub section.box1 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub section.box1 a:hover {
background-color:rgba(0,0,0,0.10);	/*マウスオン時のボックス色*/
	color: #000;				/*マウスオン時の文字色*/
}
/*h4見出しタグ*/
#sub section.box1 h4 {
	margin-left: 68px;	/*左の画像とバランスをとって設定する*/
	font-size: 13px;
	color: #fff;
}
/*段落タグ*/
#sub section.box1 p {
	margin-left: 68px;	/*左の画像とバランスをとって設定する*/
	color: #fff;
}
/*写真の設定*/
#sub section.box1 figure {
	float: left;	/*左に回り込みさせる設定*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	color: #FFF;				/*文字色*/
	background-color: #111;		/*背景色*/
	-webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 8px #999;
	padding: 10px 0;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 120px;	/*ボタン幅*/
	padding: 5px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background-image: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #dcdcdc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#dcdcdc, #FFF);	/*同上*/
	background-image: linear-gradient(#dcdcdc, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	background-color: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	padding: 5px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #555;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.mb10 {
	margin-bottom: 0px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 0px;
}

.mt30 {
	margin-top: 30px;
}

.f16 {
	font-size: 16px;
}

.f28 {
	font-size: 28px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #313131;
}

.color2 {
	color: #000000;
}

.color3 {
	color: #cc3300;
}

.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}




p.atama{
  text-indent:-1em;
  padding-left:1em;
}


table	{ width: 100%; 
margin-top: 20px;
margin-bottom: 20px;}
th, section td	{ padding: 3px; border: 1px solid #ddd; }
th	{ background: #f4f4f4; }
/*----------------------------------------------------
	.tb01
----------------------------------------------------*/
.tb01 th{ width: 20%; text-align: left; 
  padding-left:2em;
	background: #000000;
	color: #ffffff;
}
@media only screen and (max-width:480px){
	

table {
	border: none;
width: 96%; 
}
.tb01 tr {
	display:block;
	margin-bottom: 10px;
}
.tb01 th {
	display:block;
	width: 95%;
	margin: 0 auto 10px;
	background: #000000;
	color: #ffffff;
	border:none;
	border-radius: 3px;
	border: 1px solid #fff;
}
.tb01 td {
	display: list-item;
	width: 90%;
	margin-left: 20px;
	border:none;
list-style-type: none;
#mainImg img{width:98%;height:auto;}
}
}


/*----------------------------------------------------
	.tb02
----------------------------------------------------*/
.tb02 th{ width: 30%; text-align: left;
	font-size: 13px;
	background: #000000;
	color: #ffffff;
}
.tb02 td{
	font-size: 13px;
width: 50%;
}
.tb02 td.tel{
	font-size: 13px; 
}
@media only screen and (max-width:480px){
	

table {
	border: none;
width: 96%; 
}
.tb02 tr {
	display:block;
	margin-bottom: 10px;
}
.tb02 th {
	display:block;
	width: 95%;
	margin: 0 auto 10px;
	background: #000000;
	color: #ffffff;
	border:none;
	border-radius: 3px;
	border: 1px solid #fff;
}
.tb02 td {
	display: list-item;
	width: 90%;
	margin-left: 20px;
	border:none;
list-style-type: none;
}


#mainImg img{width:98%;height:auto;}
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* --- リストエリア --- */
ol.qa {
width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
}

/* --- リスト項目の内容 --- */
ol.qa dl {
margin: 0;

}

/* --- Questionエリア --- */
ol.qa dt {
margin: 0;
padding: 8px 6px 8px 35px; /* Questionエリアのパディング（上右下左） */
background: url(../images/q1.png) no-repeat 4px 2px; /* Questionエリアの背景 */
border: 1px #c0c0c0 solid; /* Questionエリアの境界線 */
font-weight: bold;
line-height: 120%;
	color:#cc0000;
}

/* --- Answerエリア --- */
ol.qa dd {
margin: 0;
padding: 11px 6px 25px 35px; /* Answerエリアのパディング（上右下左） */
background: url(../images/a1.png) no-repeat 4px 8px; /* Answerエリアの背景 */
line-height: 150%;
}



