@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background: url(../img/index/body_bg.gif);/*背景色*/
}
h1,h2,h3,h4,h5,a {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
nav#navi ul li {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:110%;
}
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;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #335866; /*リンクテキストの色*/
	text-decoration: none;/*リンクの下線を消す設定*/
}
/*白バックの設定
---------------------------------------------------------------------------*/
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color:#ffffff;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#navi {
	height: 35px;	/*ブロックの高さ*/
	background-color: #edece2;  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);	/*グラデーション*/
	background-image: linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);			/*同上*/
	margin-bottom: 15px;
	border: 1px solid #cfcec7;
}
nav#navi ul {
	width: 950px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#navi ul li {
	float: left;
	width: 117.8px;	/*メニュー幅*/
	border-left: 1px solid #cfcec7;	/*メニューの左側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#navi ul li a {
	text-decoration: none;
	display: block;
	line-height: 36px;
	color: #000;	/*文字色*/
}
/*最初のメニューの設定*/
nav#navi ul li:first-child {
	border: 0;	/*左側の線を入れない*/
}
/*マウスオン時の設定*/
nav#navi ul li a:hover {
	background-color: #d6d3bf;	/*背景色*/
}
nav#navi ul li a:active {
	background: #d6d3bf;
	color: #1e343d;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}
/*見出し（h1）*/
/*---------------------------------------------------------------------------*/
div#category {
	clear: left;
	/*width: 948px;*/
	border: 1px solid #cfcec7;
	margin-bottom: 15px;
	background-color: #edece2;
	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#edece2 70%, #e2e0d1);
	/*グラデーション*/
	background-image: linear-gradient(#edece2 70%, #e2e0d1);
	/*同上*/
}
div#category h1{
	 font-size:250%;
	 font-weight:normal;
	 padding:10px 0 10px 20px;
}
div#category h1 span{
	display:inline-block;
}
/*見出し（h1）とメインコンテンツの間のスペース*/
div#category_m {
	border: 1px solid #d6d3bf;
	margin-bottom: 15px;
	background-color: #E9E7DA;
	padding: 15px;
}
div#category_m p {
	font-size: 12px;
	line-height: 1.5em;
}
div#category_m p strong {
	font-size: 14px;
	line-height: 1.5em;
}
div#category_m p#notes {
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.2em;
}
div#category-top {
	width: 918px;
	border: 1px solid #d6d3bf;
	margin-bottom: 15px;
	background-color: #E9E7DA;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
div#category-top h2 {
	margin-bottom: 10px;
}
div#category-top p {
	font-size: 12px;
	line-height: 1.5em;
}
div#category-top p#notes {
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.2em;
}
/*前のページ|次のページ*/
div.page_navi {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
}
/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 950px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}
/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 751px;
}
/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 552px;	/*メインコンテンツ幅*/
	padding-bottom: 15px;
}
/*mainコンテンツのh2タグ設定*/
#main article .h2_box {
	border: 1px solid #cfcec7; /*枠線の幅、線種、色*/
	background-color: #edece2; /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(right, #d6d3bf 10%, #e2e0d1 30%, #edece2 60%); /*グラデーション*/
	background-image: linear-gradient(right, #d6d3bf 10%, #e2e0d1 30%, #edece2 60%); /*同上*/
	/*-webkit-box-shadow: 1px 2px 7px #999;	*//*影の設定。右・下・ぼかし幅・色の設定*/
	/*box-shadow: 1px 2px 7px #999;		*/	/*同上*/
	/*font-size: 100%;*/
	clear: both;
}
#main article .h2_box h2,h3 {
	padding: 5px;	/*ボックス内の余白*/
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #335866; /*文字色*/
	width: 518px; /*枠幅*/
}
/*mainコンテンツのh3タグ設定*/
div.notes h3 {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.4em;
	text-align:left;
}
/*mainコンテンツの設定*/
div.notes {
	border-top: 1px solid #d6d3bf;
	margin-top: 13px;
	padding-top: 15px;
	margin-bottom: 5px;
}
div.notes_2 {
	text-align: center;
	margin-bottom: 12px;
}
div.notes_3 {
	border-top: 1px solid #d6d3bf;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 12px;
}
div.bt_none {
	margin-bottom: 10px;
	border-top:none;
	float:left;
	width: 168px;
}
div.bt_none_2 {
	margin-bottom: 10px;
	border-top:none;
	float:left;
	width: 265px;
}
div.notes img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.notes_2 img#img01 {
	margin-top: 12px;
	margin-bottom: 5px;
}
div.notes table {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
div.notes p {
	margin-bottom: 5px;
}
div.notes th,td {
	font-size: 11px;
}
div.notes dl dt,div.notes dl dd {
	float:left;
	margin-bottom:10px;
}
div.notes dl dt {
	width: 6%;
	margin-left: 2.5%;
}
div.notes dl dd {
	width: 87.5%;
	margin: 0 1.5% 2% 2.5%;
}
div.centered {
	width: 336px;
	margin: 0px auto;
}
div.centered_2 {
	width: 530px;
	margin: 0px auto;
}
.reinstate {
	clear:both;
}
div.picts {
	margin-bottom: 25px;
}
div.pict {
	text-align: center;
	margin-top: 20px;
}
div.pict p {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.2em;
}
/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 184px;	/*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 184px;
	padding-bottom: 30px;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h3,
#side h3 {
	font-size: 120%;
	text-indent: 0.3em;
	color: #335866;	/*文字色*/
	border-left: 5px solid #335866; 
	margin-bottom:3px;
	margin-left:0.6em;
	width:150px;
}
#sub .h3_box,
#side .h3_box {
	background-color: #edece2 ;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#edece2 1%,  #d6d3bf );	/*グラデーション*/
	background-image: linear-gradient(#edece2 1%, #d6d3bf );			/*同上*/
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h3,
#side .box1 h3 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	background-color: #edece2;		/*背景色*/
	border: 1px solid #cfcec7;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h3 + ul,
#side h3 + ul,
#sub h3 + .box1,
#side h3 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}
/*subの中の記事の仕切り線の設定*/
#sub .box1 li {
	width: 162px;
	padding: 7px 5px 5px 5px;
	border-top: 1px solid #cfcec7;
	font-size: 12px;
	line-height: 1.2em;
}
/*sideの中の記事の仕切り線の設定*/
#side_body {
	width: 162px;
	margin-top: 3px;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #cfcec7;
	font-size: 12px;
	line-height: 1.2em;
}
/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	color: #335866;
}
/*マウスオン時に下線を出す設定。*/
#sub ul li a:hover,
#side ul li a:hover {
	text-decoration: underline;
}
div#contact_link {
	width: 170px;
	height: 28px;
	border: 1px solid #cfcec7;
	display: table-cell;
	vertical-align: middle;
	margin-top: 10px;
	background-color: #edece2 ;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#edece2 10%, #e2e0d1 50%, #d6d3bf 90%);	/*グラデーション*/
	background-image: linear-gradient(#edece2 10%, #e2e0d1 50%, #d6d3bf 90%);			/*同上*/
}
div#contact_link a {
	display: block;
	font-size: 110%;
	text-align:center;
	color: #335866;	/*文字色*/
	height:28px;
	line-height:28px;
}
div#contact_link a:hover {
	background: #d6d3bf;
	color: #1e343d;
}
div#contact_link a:active {
	background: #d6d3bf;
	color: #1e343d;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}
/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	/*margin-right: auto;
	margin-left: auto;*/
}
div#copyright {
	padding: 10px;
	text-align: center;
	background-color: #edece2;
	border: 1px solid #cfcec7;
	font-size: 11px;
}

/*各ページのメイン画像
---------------------------------------------------------------------------*/
#mainimg aside {
	width: 950px;
	height: 160px;
	position: relative;
	margin: 0px auto;
}

/*各ページ内の記事の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main article {
	border: 1px solid #cfcec7;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;		/*ボックス間のスペース*/
	background-color: #edece2;
	-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;			/*同上*/
	padding:10px;
}
#main article .h2_box a {
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	color: #335866;
	display:block;
}
/*マウスオン時*/
#main article .entry_body a:hover {
	text-decoration: underline; /*マウスオン時、下線表示*/
}
#main article .entry_body a:active {
	text-decoration: underline; /*マウスオン時、下線表示*/
}
#main article .h2_box a:hover {
	background-color: #edece2 ;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#d4d3ca 10%, #babab3 98%, #b3b3ad 1%);	/*グラデーション*/
	background-image: linear-gradient(#d4d3ca 10%, #babab3 98%, #b3b3ad 1%);			/*同上*/
}
#main article .h2_box a:active {
	background: #b3b3ad;
	color: #1e343d;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}
/*ボックス内の写真設定*/
#main article figure img {
	float: right;			/*画像を左へ回り込み*/
	margin-left: 15px;
	margin-right: 10px;
}
/*ボックス内のh4タグ設定*/
#main article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #edece2;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #edece2;	/*文字色*/
}
/*ボックス内のh4タグ設定*/
div.entry_body {
	margin-top: 4px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #cfcec7;
	border-bottom: 1px solid #cfcec7;
	font-size: 14px;
	line-height: 1.5em;
   	width: 100%;
	text-align:center;
}
div.entry_body img {
	text-align:center;
}
/*ボックス右下の記事分類*/
div.entry_status {
	width: 530px;
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}
div.entry_p {
	float:left;
	width: 50%;
	text-align: left;
}
div#category-top div.entry_p3 h2 img {
	float:left;
	margin:0 0 10px 0;
}
div.entry_p2 {
	float:left;
	width: 67%;
	text-align:left;
}
div.entry_p3 {
	float:left;
	width: 55%;
	text-align:left;
}
div.entry_p4 {
	float:left;
	width: 46%;
	text-align:left;
}
div.entry_img, div.entry_img2 {
	float: right;
	margin-left: 20px;
}
div.entry_body p {
	margin-bottom:12px;
	text-align: left;
}
div.entry_body dl {
	font-size: 12px;
	text-align: left;
}
div.entry_body ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	/*width: 475px;*/
	text-align: left;
}

div.entry_body li {
	/*width: 475px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #cccccc;
	text-align: left;
}
div.right {
	text-align:right;
}
/*div.notes_2 p {
	text-align: center;
}*/
div.notes_3 p {
	text-align: center;
}
div.arrange {
	margin: 0 auto;
	text-align:center;
}
div.arrange p {
	display: inline-block;
	text-align:left;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border-collapse: collapse;
	width: 100%;
}
.ta1 th, td{
	border: 4px solid #edece2;
	padding: 5px;
	text-align:left;
}
.ta1 th{
	width:100px;
	background-color:#E1DFCF;
	font-weight:normal;
	vertical-align:middle;
}

/*アニメーション*/
.pagetop2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
}
.pagetop2 a {
  display: table-cell;
  width: 4em;
  height: 4em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background: #000042;
  /*behavior: url(PIE.htc); */
}
/*その他
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
div.e2 {
	text-align: center;
}
div.e2 img {
	margin-top: 12px;
	margin-bottom: 5px;
}
div.e2 p {
	margin-bottom: 20px;
}

div#counter {

}
.link_pdf {
	padding-left: 20px;
	background-image: url(../lib/img/index/iconPDF.png);
	background-position: left top;
	background-repeat: no-repeat;
}

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

body {
	background: none;/*背景色*/
}

#container {
	width:100%;
	padding-left:0;
	padding-right:0;
}
div.entry_img, div.entry_img2 {
	display: block;
	width: 100%;
	text-align:center;
	margin:0;
}
div.entry_p {
	display: block;
	width:100%;
	float:left;
	padding-right:10px;
	margin-bottom:30px;
}
div.entry_p2 {
	display: block;
	width:62%;
	float:left;
	padding-right:10px;
}
div.entry_p3 {
	display: block;
	width:100%;
	float:left;
	padding-right:10px;
	margin-bottom:30px;
}
div.entry_p4 {
	display: block;
	width: 100%;
	margin-bottom:30px;
}
div.entry_status {
	display: block;
	width: 100%;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#navi {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
	border: none !important;
	margin-bottom:180px;
}
nav#navi ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#navi ul li {
	width: 50%;	/*メニュー幅*/
	border: none !important;
	background-image: -webkit-linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);	/*グラデーション*/
	background-image: linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);			/*同上*/
	margin-bottom: 1%;
}
/*奇数番目のメニューの設定*/
nav#navi ul li:nth-child(odd) {
	width: 49%;	/*メニュー幅*/
	margin-right: 1%;
}
/*最後のメニューの設定*/
nav#navi ul li:last-child {
	margin-bottom: 30px;
}

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

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, #sub {
	float: none;
	width: auto;
}
#main article .h2_box h2,h3 {
	width: auto;
}
/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#cover_image {
	height: auto;
	width: 100%;
	position: relative;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
div.cover {
	display: block;
}
div.cover div.box1 {
	display: block;
	width: 100%;
}
div#category {
	display: block;
	width:auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category-top {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category_m {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category h1{
	display: block;
	width: auto;
}
div#category_m h2 {
	display: block;
	width: auto;
}
#sub h3,
#side h3 {
	width:auto;
}
#sub .box1 {
	padding: 10px;
}
#sub .box1 li {
	width: auto;
}
/*footer*/
div#footer {
	display: block;
	width:auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#copyright {
	display: block;
	width: auto;
}
div.pict {
	width: 100%;
}
#sub .box1 br, #side .box1 br {
	display: none;
}
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}
.ta2 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 2px;
}
table.mailform tr th {
	display:block;
	width:100%;
}
form#mailform ul li label .txtfiled, form#mailform ul li label .p_code {
	display:block;
	width:100%;
}
}
@media (max-width : 560px){
div.centered_2 {
	width: 265px;
}
}

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

body {
	background: none;/*背景色*/
}
	
#container {
	width:100%;
	padding-left:0;
	padding-right:0;
}
div.entry_img, div.entry_img2 {
	display: block;
	width: 100%;
	text-align:center;
	margin:0;
}
div.entry_p {
	display: block;
	width: 100%;
	margin-bottom:10px;
}
div.entry_p2 {
	display: block;
	width: 100%;
	margin-bottom:10px;
}
div.entry_p3 {
	display: block;
	width: 100%;
	margin-bottom:10px;
}
div.entry_p4 {
	display: block;
	width: 100%;
	margin-bottom:10px;
}
div.entry_status {
	display: block;
	width: 100%;
}
img#e2 {
	clear:right;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#navi {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom:15px;
}
nav#navi ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#navi ul li {
	float: none;
	width: 100%;
	border: none !important;
	background-color: #edece2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);	/*グラデーション*/
	background-image: linear-gradient(#d6d3bf 20%, #e2e0d1 40%, #edece2 60%);			/*同上*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#navi ul li a {
	line-height: normal;
	padding: 15px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}

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

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, #sub {
	float: none;
	width: auto;
}
#main article .h2_box h2,h3 {
	width: auto;
}
/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}
#sub h3,
#side h3 {
	width:auto;
}
#sub .box1 {
	padding: 10px;
}
#sub .box1 li {
	width: auto;
}
/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#cover_image {
	height: auto;
	width: 100%;
	position: relative;
}
#cover_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../lib/images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#d6d3bf 10%, #e2e0d1 30%, #edece2 60%);					/*マイナスアイコンとグラデーション*/
	background: url(../lib/images/btn_minus.png) no-repeat right center, linear-gradient(#d6d3bf 10%, #e2e0d1 30%, #edece2 60%);							/*同上*/
}
section#new h2.close {
	background: url(../lib/images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#d6d3bf 10%, #e2e0d1 30%, #edece2 60%);						/*プラスアイコンとグラデーション*/
	background: url(../lib/images/btn_plus.png) no-repeat right center, linear-gradient(#d6d3bf 10%, #e2e0d1 30%, #edece2 60%);								/*同上*/
}
/*ブロック全体の設定*/
#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;
}
.ta2 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 2px;
}
/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list article figure img {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #navi_hdr {
	display: none;
}
#navi_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	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;
}
div#category {
	display: block;
	width:auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category-top {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category_m {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#category h1{
	display: block;
	width: auto;
}
div#category_m h2 {
	display: block;
	width: auto;
}
/*footer*/
div#footer {
	display: block;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
div#copyright {
	display: block;
	width: auto;
}
div.pict {
	display:block;
	width: 100%;
}
table.mailform tr th {
	display:block;
	width:100%;
}
form#mailform ul li label .txtfiled, form#mailform ul li label .p_code {
	display:block;
	width:100%;
}
}
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 370px){
div.centered {
	width: 175px;
}

div.bt_none, div.bt_none_2 {
	display:block;
	width:100%;
}
}

#order-book {
	display: block;
	background: #ff6600;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
	text-decoration: none;
	margin: .2em auto 0 auto;
	width: 90%;
	text-align: center;
}

#order-book:hover {
	background: #c05005;
	text-decoration: none !important;
}