@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #202020;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFF url(../img/bg.png) no-repeat right top;	/*背景色、背景画像の読み込み＆リピートしない＆左右中央の上部に配置*/
}

body.no_bg {
	background-image: none;
}

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;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

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

/* 段落設定
---------------------------------------------------------------------------*/

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 990px;	/*コンテナー幅*/
	padding: 0 15px 0 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:rgba(255,255,255,0.8)
}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 270px;	/*ヘッダーブロックの高さ*/
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	width: 248px;	/*ブロック幅*/
	text-align: center;	/*センタリング*/
	background: #0c54d7 url(../img/bg1.png);	/*背景色、背景画像の読み込み*/
	border-radius: 0 0 5px 5px;	/*各丸のサイズ。左から、左上、右上、右下、左下への指定*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	border-bottom: 1px solid rgba(255,255,255,0.5);	/*下の線*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線*/
	padding: 70px 0px;	/*余白。左から、上下、左右への指定*/
}

/*h1ロゴの設定(ログイン不要画面)*/
header#header_nologin  {
	height: 150px;	/*ヘッダーブロックの高さ*/
}

/*h1ロゴの設定(ログイン不要画面)*/
header#header_nologin h1 {
	width:100%;
	padding: 10px 0px;	/*余白。左から、上下、左右への指定*/
}

/*h1ロゴの設定(管理ログイン画面)*/
header#header_nologin.admin h1  {
	background: #00bfff url(../img/bg1.png);	/*背景色、背景画像の読み込み*/
}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 720px;	/*メインコンテンツ幅*/
	float: right;	/*右側へ回り込み*/
	padding-top: 15px;
	padding-bottom: 30px;
}



#main.c1{
	float:none;
	margin:0 auto;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	background-color: #0c54d7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../img/round1.png) no-repeat 10px center, #0c54d7 url(../img/bg1.png);	/*背景画像の読み込み。カンマ区切りで２つ指定。*/
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid rgba(255,255,255,0.5);	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 3px 0px 3px 40px;	/*余白。左から、上、右、下、左への指定。*/
}

#main h2.admin{
	background-color: #00bfff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../img/round1.png) no-repeat 10px center, #00bfff url(../img/bg1.png);	/*背景画像の読み込み。カンマ区切りで２つ指定。*/

}


/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	font-size: 100%;
	color: #FFF;
	padding: 3px 12px;
	background: #0ea2df;
	background-image: linear-gradient( 135deg, #0ea2df 10%, #3dbff5 70%);
	border-radius: 3px;
	margin-bottom:5px;

}

#main h3::first-letter {
	border-left: 3px solid #fff;
	padding-left: 10px;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 0.5em;	/*左から、上、左右、下への余白*/
}



/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 250px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツのh2タグの設定*/
#sub h2 {
	padding: 0px 10px;	/*左から、上下、左右への余白*/
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;	/*文字色*/
	background-color: #2866d7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2866d7), to(#0c54d7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#2866d7, #0c54d7);	/*同上*/
	background-image: linear-gradient(#2866d7, #0c54d7);			/*同上*/
	border-bottom: 5px solid #d3d3d3;	/*下線の幅、線種、色*/
}
/*box1設定*/
#sub .box1 {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;	/*角丸のサイズ*/
	padding: 10px;		/*ボックス内の余白*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background-image: linear-gradient(#FFF, #f6f6f6);			/*同上*/
}

/*メインメニュー（パソコン環境でのみ表示される）
---------------------------------------------------------------------------*/
/*各メニューの設定*/
#sub nav ul li a,
#sub nav ul li span {
	width: 213px;		/*メニューの幅*/
	text-decoration: none;
	display: block;
	background-color: #fff;
	background-image: url(../img/arrow1.png);
	background-repeat:no-repeat;
	background-position:10px center;
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;			/*角丸のサイズ*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	margin-bottom: 1em;			/*メニュー間のスペース*/
	padding: 5px 0px 5px 35px;	/*左から、上、右、下、左への余白*/
}

#sub nav ul li span{
	background-color: #eee;
	color:#999;
}

#sub nav ul li a.selected{
	background-color: rgba(171, 220, 255, 0.3);
}

/*マウスオン時の設定*/
#sub nav ul li a:hover {
	background-color: rgba(171, 220, 255, 0.9);
	border: 1px solid #818181;	/*枠線の幅、線種、色*/
}
/*ログアウトボタンのみ文字色を変える */
#sub nav ul li a.logout {
	color:#d70035;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}


footer a {
	text-decoration: none;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	max-width:720px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	max-width:700px;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	background: #ffffff;	/*背景色*/
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	padding: 5px 8px;
	text-align: center;
	vertical-align:top;
	background: #f6f6f6;	/*背景色*/
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 5px 10px;	/*ボタン内の余白*/
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 13px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;			/*ボックスの幅*/
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	background-color:#fff;
}
#pagetop a:hover {
	border: 1px solid #818181;	/*マウスオン時の枠線の幅、線種、色*/
}

/*リストブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 6px;			/*角丸のサイズ*/
	margin-bottom: 1em;			/*ブロック間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background-image: linear-gradient(#FFF, #f6f6f6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;	/*同上*/
	padding:10px;
	clear:both;
}

#main section.list .limit{
	height:150px;
	overflow: auto;

}

/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0 10px;
}

#main section.list figure + .list_contents{
	margin-left:220px;
}

/*ボックス内のh4タグ設定*/
#main section.list h4 {
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #c9c9c9;	/*下線の幅、線種、色*/
	color: #0c54d7;						/*文字色*/
	padding: 0px 0px 0px 5px;			/*左から、上、右、下、左への余白*/
	font-size: 100%;
	margin-bottom: 0.5em;
}

/*ボックス内のulタグ設定*/
#main section.list ul {
	background: none;
	padding-left:30px;
}

#main section.list ul li {
	list-style-type:disc;
	line-height: 1.5;
	padding: 0.5em 0;
}

/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
	margin-right: 10px;
	max-width:200px;
	height:auto;
}


/*ボックス内のolタグ設定*/
#main section.list ol {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	margin-left:10px;
}
#main section.list ol > li{
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 35px;
}	

#main section.list ol > li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	
	/*数字のデザイン変える*/
	display:inline-block;
	background: darkorange;
	color: white;
	font-weight:bold;
	font-size: 15px;
	left: 0;
	top : 5px; 
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml30{ margin-left: 30px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mauto{ margin-left: auto; margin-right: auto; }

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FF0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}

.mini2 {
	font-size: 95%;
	line-height: 1.8;
}
img {
	max-width: 100%;
	height: auto;
}

.gray{
	color:#666666;
}

.txt_l{
	font-size:110%;
}

.txt_s{
	font-size:90%;
}

.txt_ss{
	font-size:11px;
}


#menubar_hdr {
	display: none;
}
img.fl {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.fr {
	margin: 0px 0px 10px 10px;
	float: left;
}
.pn {
	display: none;	/*PC環境で表示させない設定*/
}

.imput_limit{
	font-size: 80%;
	font-weight:bold;
	color:#ff4500;
}

/* エラーメッセージ */

.caution_frame {
	border: 2px solid #dc143c;
	border-radius:3px;
	background-color:#fff9f9;
	padding:10px; 
	margin:10px auto;
}

.caution{
	color:#f00;
	font-weight:bold;
}

ul.caution_list,
#main section.list ul.caution_list{
	margin:0;
	padding:0;
}

ul.caution_list li,
#main section.list ul.caution_list li { 
	list-style:none;
	background: url(../img/icon_caution.png) left 0px top 5px no-repeat;
	padding-left:25px;
}


/* 警告 */
.warning_frame{
	border-radius: 4px; 
	padding:10px; 
	margin:0 auto 10px;
	border: 5px solid #ff8c00;
	background: url(../img/icon_error_big.png) no-repeat 10px 10px,#fffff0;
	min-height:50px;
	font-weight: bold;
	color: #ff4500;
}

.warning_frame p{
	margin-left:50px;
	margin-bottom:10px;
	font-size:16px;
	min-height:40px;
	vertical-align:middle;
}

.warning_frame dl{
	margin-left:50px;
}

.warning_frame dl dt{
	font-size:14px;
	color:#333;
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	padding-left:10px;
}

.warning_frame dl dd{
	color:#333;
	font-weight: normal;
	padding:5px 3px;
}

/* お知らせ */

.info {
	font-weight: bold;
	color: #0000ff;
}

.info ul{
	list-style:disc;
	margin-left:15px;
}
.info_frame {
	border: 2px solid #006F99; 
	border-radius:3px;
	background-color: rgba(245,255,250,0.8);
	padding:10px 20px; 
	margin-right:auto;
	margin-left:auto;
}

.dash_frame {
	border: 1px dashed #c0c0c0;
	border-radius: 4px;
}

.basic_frame{
	border: solid 1px #ccc;
	padding:10px;
	text-align:center;
}

/* 罫線 */
hr.dot{
	border-top: 1px dotted #666; 
	border-right:none;
	border-bottom:none;
	border-left:none;
}

/* ボタン風リンク、使用不可ボタン風テキスト
---------------------------------------------------------------------------*/
a.btn_able, 
a.btn_able_caution, 
span.btn_disable{
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 13em;
	letter-spacing: 0.1em;
	border-radius: 5px;
	margin-top:3px;
}

a.btn_able{ 
	background:#fff;
	border: 1px solid #0ea2df;
	color: #0ea2df;
}
span.btn_disable{
	background:#ddd;
	border: 1px solid #999;
	color: #999;
}

a.btn_able_caution{
	background:#fff;
	border: 1px solid red;
	color: red;
}

a.btn_able:hover{
	color:#fff;
	background-color:#3dbff5;
}

a.btn_able_caution:hover{
	color:#fff;
	background-color:red;
}


/* ボタン風リンク、ページ遷移用
---------------------------------------------------------------------------*/
a.btn_link_big{
	display: inline-block;
	text-decoration: none;
	text-align: center;

	font-size: 110%;
	padding: 5px 5px;
	color: #FFF;
	background: #0ea2df;
	background-image: linear-gradient( 135deg, #0ea2df 10%, #3dbff5 70%);
	border-radius: 8px;
	width: 50%;

}

span.btn_link_big{
	display: inline-block;

	font-size: 110%;
	padding: 5px 5px;
	color: #999;
	background:#ddd;
	border: 1px solid #999;
	border-radius: 8px;
	width: 50%;

}



/* タグ風見出し
---------------------------------------------------------------------------*/
.tag{
	background:#006F99 url(../img/bg2.png);
	min-width:100px;
	padding:0 10px;
	margin-bottom:-1px;
	display: inline-block;
	border-radius: 5px 5px 0 0 ;
	border: 1px solid #666;
	color:#fff;
	font-weight:bold;
}


/*印刷の設定
---------------------------------------------------------------------------*/

@media print{
#sub { display: none; }
#menubar  { display: none; }
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	padding:0px;
}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	position: static;
	height: auto;
}
/*h1ロゴの設定*/
header h1 {
	position: static;
	width: 100%;
	padding: 30px 0px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 30px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: none;
	width: auto;
}

/*メインメニュー（タブレット・スマホ環境でのみ表示される）
---------------------------------------------------------------------------*/
/*各メニューの設定*/
nav#menubar ul li {
	float:left;
	width: 50%;
}
nav#menubar ul li a,
nav#menubar ul li span {
	width: auto;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../img/arrow1.png) no-repeat 10px center;/*左のカンマ区切りの4つの数値は、左3つはRGBカラーでの色指定で4つめは透明度(0.7＝70％)。背景画像の読み込み、リピートしない、左から10px、上下中央に配置。*/
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0px 5px 35px;	/*左から、上、右、下、左への余白*/
}

nav#menubar ul li span{
	background-color: #eee;
	color:#999;
}

/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #c9c9c9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background: #f7f4cc url(../img/arrow1.png) no-repeat 12px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
.pn {
	display: block;	/*PC環境で表示させない設定*/
}
/*スマホとタブレットで表示させない設定*/
.stn {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	position: static;
	height: auto;
}
/*h1ロゴの設定*/
header h1 {
	position: static;
	width: 100%;
	padding: 10px 0px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 30px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background: none, #0c54d7 url(../img/bg1.png);
	padding: 0px 0px 0px 10px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: none;
	width: auto;
}

/*メインメニュー（タブレット・スマホ環境でのみ表示される）
---------------------------------------------------------------------------*/
/*各メニューの設定*/
nav#menubar ul li {
	float:left;
	width: 50%;
}
nav#menubar ul li a,
nav#menubar ul li span
 {
	width: auto;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../img/arrow1.png) no-repeat 10px center;/*左のカンマ区切りの4つの数値は、左3つはRGBカラーでの色指定で4つめは透明度(0.7＝70％)。背景画像の読み込み、リピートしない、左から10px、上下中央に配置。*/
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0px 5px 35px;	/*左から、上、右、下、左への余白*/
}

nav#menubar ul li span{
	background-color: #eee;
	color:#999;
}


/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #c9c9c9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background: #f7f4cc url(../img/arrow1.png) no-repeat 12px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list figure + .list_contents{
	margin-left:5px;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
.pn {
	display: block;	/*PC環境で表示させない設定を表示させる*/
}
/*スマホとタブレットで表示させない設定*/
.stn {
	display: none;
}

}
