@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Aldrich);

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #555;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", 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;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
table caption {
    text-align: left;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	/*color: #000;*/
	color: #03f;
	opacity: 0.7;
}

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

/*ヘッダー
---------------------------------------------------------------------------*/
header h1 {
	font: 30px 'Aldrich', sans-serif;
	padding: 10px 0px 10px 20px;
}
header h1 a {
	color: #000;
	text-decoration: none;
}
header {
	position: relative;
}
#logo{
	float: left;
}
#head{
	position: absolute;
	top: 25px;
	right: 0px;
}


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

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 728px;
}

#main section > h1,
#main article > h1 {
	background-color: #031da3;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b44c4), to(#031da3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#0b44c4, #031da3);	/*同上*/
	background-image: linear-gradient(#0b44c4, #031da3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 100%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
}
#main section > h2 {
	border-top: 2px solid #36f;
	border-bottom: 2px solid #36f;
	padding-left: 10px;
	color: #009;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
	line-height: 1.8em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 300px;
}
/*subコンテンツ内のh1タグ設定*/
#sub h1 {
	border: 1px solid #CCC;
	border-radius: 6px 6px 0 0;
	font-size: 110%;
	text-align: center;
	padding: 1px 0px;
	background-color: #e3e3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
}
#kurashi h1{
	background: rgb(255,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,204,204,1) 0%, rgba(255,221,221,1) 48%, rgba(255,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,204,204,1) 0%,rgba(255,221,221,1) 48%,rgba(255,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,204,204,1) 0%,rgba(255,221,221,1) 48%,rgba(255,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	text-shadow:-1px -1px 0px #f66,1px -1px 0px #f66,1px 1px 0px #f66,-1px 1px 0px #f66;
}
#juken h1 {
	background: rgb(132,193,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(132,193,255,1) 0%, rgba(178,216,255,1) 48%, rgba(214,233,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(132,193,255,1) 0%,rgba(178,216,255,1) 48%,rgba(214,233,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(132,193,255,1) 0%,rgba(178,216,255,1) 48%,rgba(214,233,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	text-shadow:-1px -1px 0px #377aff,1px -1px 0px #377aff,1px 1px 0px #377aff,-1px 1px 0px #377aff;
}
#osusume h1 {
	background: rgb(247,191,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,191,89,1) 0%, rgba(255,222,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,191,89,1) 0%,rgba(255,222,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,191,89,1) 0%,rgba(255,222,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
}

/*subコンテンツ内のh2タグ設定*/
#topp h2 {
	border: 1px solid #CCC;
	border-radius: 6px;
	font-size: 100%;
	text-align: center;
	padding: 3px 0px;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 0%, rgba(115,113,232,1) 0%, rgba(0,0,153,1) 50%, rgba(115,113,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 0%,rgba(115,113,232,1) 0%,rgba(0,0,153,1) 50%,rgba(115,113,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 0%,rgba(115,113,232,1) 0%,rgba(0,0,153,1) 50%,rgba(115,113,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-bottom: 1em;
}
#topp h2 a {
	color: #fff;
	text-decoration: none;
}
#topp h2:hover {
	opacity: 0.8;
}
/*#inquiry h2 {
	border: 1px solid #CCC;
	border-radius: 6px;
	font-size: 100%;
	text-align: center;
	padding: 3px 0px;
	background-image: url(../images/a_mail.gif), linear-gradient(#f7ab50, #ffd39d);
	background-repeat: no-repeat;
	background-position: 15% center;
	margin-bottom: 1em;
}
#inquiry h2 a {
	color: #fff;
	text-shadow:-1px -1px 0px #F49C38,1px -1px 0px #F49C38,1px 1px 0px #F49C38,-1px 1px 0px #F49C38;
	text-decoration: none;
}
#inquiry h2:hover {
	opacity: 0.8;
}*/

/*subコンテンツの段落タグ設定*/
#sub p {
	padding-right: 10px;
	padding-left: 10px;
}

/*サブコンテンツ内のulタグ
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	margin-bottom: 1em;
	background-color: #ffc;
}
/*メニュー１個ごとの設定*/
#sub ul li {
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#sub ul li a {
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 90%;
	line-height: 1.5;
}
/*マウスオン時の設定*/
#sub ul li a:hover {
	opacity: 0.5;
}

#kurashi ul li a {
	color: #f36;
	background: url(../images/navi1.png) no-repeat 8px center;
	padding-left: 20px;
}
#juken ul li a {
	color: #03f;
	background: url(../images/navi2.png) no-repeat 8px center;
	padding-left: 20px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
	position: relative;
	z-index: 100;
}
#pagetop a {
	color: #FFF;
	font-size: 20px;
	background: rgba(51,102,255,0.7);
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 30px;
	width: 50px;
	line-height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #009;
	color: #FFF;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b44c4), to(#031da3));
	background-image: -webkit-linear-gradient(#0b44c4, #031da3);
	background-image: linear-gradient(#0b44c4, #031da3);
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_navi {
	margin: 0px 5px 0px;
	font-size: 80%;
}
#footer_navi a {
	color: #fc0;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg img {
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}

/*トップページのBOX
---------------------------------------------------------------------------*/
#box00 {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    background-color: #fcc;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
#boxwrap {
	display: table;
	width: 100%;
	border-right: 1px solid #f99;
	border-bottom: 1px solid #f99;
	border-left: 1px solid #f99;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
#box01 {
    display: table-cell;
    width: 55%;
    border-right: 1px solid #f99;
}
#box01 .b01menu {
    border-bottom: 1px solid #fcc;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 7px;
}
#box01 .b01menu_end {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 7px;
}
#box01 .icon {
    float: left;
    width: 48px;
    padding-right: 10px;
    height: 55px;
}

#box01r {
    display: table-cell;
    width: 45%;
    padding-bottom: 3px;
    font-size: 12px;
}
#box01r .b01menu_r {
    border-bottom: 1px solid #fcc;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
}
#box01r .b01menu_r_end {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
}

#box00_2 {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    background-color: #9cf;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#boxwrap_2 {
	display: table;
	width: 100%;
	border-right: 1px solid #9cf;
	border-bottom: 1px solid #9cf;
	border-left: 1px solid #9cf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
#box02 {
    display: table-cell;
    width: 55%;
    border-right: 1px solid #9cf;
}
#box02 .b02menu {
    border-bottom: 1px solid #9cf;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 7px;
}
#box02 .b02menu_end {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 7px;
}
#box02 .icon {
    float: left;
    width: 48px;
    padding-right: 10px;
    height: 55px;
}

#box02r {
    display: table-cell;
    width: 45%;
    padding-bottom: 3px;
    font-size: 12px;
}
#box02r .b02menu_r {
    border-bottom: 1px solid #9cf;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
}
#box02r .b02menu_r_end {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
}

/*テーブル
---------------------------------------------------------------------------*/
.bline {
	width: 100%;
	margin-bottom: 30px;
}
.bline tr {
	border-top: 1px solid #9cf;
}
.bline tr:last-child {
	border-bottom: 1px solid #9cf;
}
.bline td {
	padding-top: 10px;
	padding-left: 5px;
}
.bline td a {
	color: #00c;
	font-weight: bold;
	font-size: 18px;
}

/*部屋探し活用ガイドページ
---------------------------------------------------------------------------*/
#block_tbl {
	display: table;
	width: 99%;
	margin-bottom: 20px;
}
#block_cell {
	display: table-cell;
	width: 50%;
}
.inner_tbl {
    border: 1px solid #999;
    margin: 5px 10px 20px;
}
.inner_header {
	background-color: #009;
	height: 32px;
	border-bottom: 1px solid #999;
}
.inner_contents {
	background-color: #ffc;
	padding: 7px 7px 15px 20px;
	line-height: 1.8em;
}
.inner_contents li {
	list-style-type: disc;
	margin-left: 20px;
}

#foot_index {
	margin: 0px 10px 20px;
	color: #009;
	line-height: 1.6em;
}
#foot_index a {
	padding-left: 10px;
	color: #393;
}


/*メディアコントロール
---------------------------------------------------------------------------*/
.sp {
	display: none;
}


/*広告設定
---------------------------------------------------------------------------*/
.ad1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 8px;
}
.ad2 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}
.ad3 {
	padding-top: 8px;
	padding-bottom: 8px;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #000;
}
.txt12 {
	font-size: 12px;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}



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

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

/*ヘッダー
---------------------------------------------------------------------------*/
#logo {
	margin-bottom: 10px;
}

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

/*部屋探し活用ガイドページ
---------------------------------------------------------------------------*/
#block_tbl {
	display: block;
	width: 99%;
}
#block_cell {
	display: block;
	width: 100%;
}



}



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

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

/*ヘッダー
---------------------------------------------------------------------------*/
#head {
	position: relative;
	line-height: 1.5;
	top: 0;
	padding-left: 5px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 5px;
}
#sub ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b44c4), to(#031da3));
	background-image: -webkit-linear-gradient(#0b44c4, #031da3);
	background-image: linear-gradient(#0b44c4, #031da3);
	line-height: 1.7;
}
footer a {
	color: #FFF;
}

/*テーブル
---------------------------------------------------------------------------*/
/*.ta1 td{
	width: auto;
	padding: 2px;
}
.ta1 th{
	width: 100px;
	padding: 2px;
}*/

/*トップページの各ブロック
---------------------------------------------------------------------------*/
#boxwrap {
	display: block;
}
#box01 {
    display: block;
    width: 100%;
    border-right: none;
}
#box01 .b01menu_end {
	border-bottom: 1px solid #fcc;
}
#box01r {
    display: block;
    width: 100%;
}

#boxwrap_2 {
	display: block;
}
#box02 {
    display: block;
    width: 100%;
    border-right: none;
}
#box02 .b02menu_end {
	border-bottom: 1px solid #9cf;
}
#box02r {
    display: block;
    width: 100%;
}

/*部屋探し活用ガイドページ
---------------------------------------------------------------------------*/
#block_tbl {
	display: block;
	width: 99%;
}
#block_cell {
	display: block;
	width: 100%;
}

/*メディアコントロール
---------------------------------------------------------------------------*/
.pt {
	display: none;
}
.sp {
	display: block;
}

/*その他
---------------------------------------------------------------------------*/

}

/* 追加分
---------------------------------------------------------------------------*/
/* 共通部品
---------------------------------------------------------------------------*/
#wrap {
	padding: 0 0 32px 0;
}
#wrap h3 {
	margin: 0 8px 0 0;
	padding: 18px 0 0 8px;
}
#wrap h4 {
	margin: 0;
	padding: 12px 8px 0 8px;
}
#wrap table {
	margin: 12px auto 0;
	max-width: 98%;
}
#wrap th,
#wrap td {
	border: #a7bfff solid 1px;
	vertical-align: middle;
}
#wrap th {
	background-color: #dfffff;
	color: #333;
	text-align: center;
	padding: 0;
}
#wrap td {
	padding: 6px 8px;
}
#wrap .disp_tbl {
	display: table;
	margin: 12px auto 0;
	max-width: 98%;
}
#wrap .disp_tbl>div {
	display: table-cell;
	vertical-align: middle;
}
#wrap .tr {
	display: table-row;
}
#wrap .tr>div {
	display: table-cell;
	vertical-align: middle;
}
#wrap .bg_blue {
	background-color: #00f;
	color: #fff;
}
#wrap .bg_white th,
#wrap .bg_white td {
	background-color: #fff;
}
#wrap .th_darkblue th {
	background-color: #6f7fff;
	color: #fff;
}
#wrap ol,
#wrap ul {
	list-style-position: outside;
	padding: 12px 16px 0 38px;
}
#wrap ul {
	list-style-type: disc;
}
#wrap dl {
	padding: 6px 0 0 0;
}
#wrap dt {
	font-weight: bold;
	padding: 8px 16px 0 16px;
}
#wrap dd {
	padding: 4px 32px 0 32px;
}
#wrap p {
	margin: 0;
	padding: 12px 16px 0 16px;
}
#wrap img {
	vertical-align: bottom;
}
#wrap a {
	color: #39f;
	font-weight: bold;
}
#wrap .bold {
	font-weight: bold;
}
#wrap .inline_b span,
#wrap .inline_b a {
	display: inline-block;
}
#wrap .center {
	text-align: center;
}
#wrap .left {
	text-align: left;
}
#wrap .right {
	text-align: right;
}
#wrap .valign_top {
	vertical-align: top;
}
#wrap .valign_middle {
	vertical-align: middle;
}
#wrap .mt24px {
	margin-top: 24px;
}
#wrap .p_top {
	padding-top: 16px;
}
#wrap .red {
	color: #f00;
}
#wrap .orange {
	color: #f63;
}
#wrap .skyblue {
	color: #39f;
}
#wrap .now {
	color: #f36;
}
#wrap .ffc {
	background-color: #ffc;
}
#wrap .font_13px {
	font-size: 13px;
}
#wrap .font_16px {
	font-size: 16px;
}
#wrap .font_20px {
	font-size: 20px;
}
#wrap h3.skyblue {
	border: #39f solid 1px;
	color: #39f;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 18px 0 0;
	padding: 3px 4px 0;
}
#wrap h3.orange {
	border-top: #f90 solid 2px;
	border-bottom: #f90 solid 2px;
	color: #000;
	line-height: 1.75;
	margin: 18px 0 0;
	padding: 3px 4px 0;
}
#wrap h3.darkblue {
	background-color: #6f7fff;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 18px 0 0;
	padding: 3px 5px 0;
}
#wrap h2.img {
	border: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#wrap h3.img {
	line-height: 0;
	overflow: hidden;
}
#wrap h2.img.cut img[height="39"] {
	min-height: 39px;
}
#wrap h2.img.cut img[width="271"] {
	min-width: 271px;
}
#wrap h3.img.cut img[height="18"] {
	min-height: 18px;
}
#wrap h3.img.cut img[height="47"] {
	min-height: 18px;
}
#wrap h3.img.cut img[width="524"] {
	min-width: 524px;
}
#wrap h3.k100_sub_title {
	background: url(../images/k100/k100_sub_title.gif) 0 80% no-repeat;
	color: #fff;
	font-size: 16px;
	margin: 0 8px 0 0;
	overflow: hidden;
	padding: 18px 0 0 48px;
}
#pr ul li {
	padding: 5px 10px;
}
#pr ul li a {
	padding: 0;
}
/* フォルダ：inquiry
---------------------------------------------------------------------------*/
#wrap .inquiry table {
	max-width: 500px;
	width: 100%;
}
#wrap .inquiry table input,
#wrap .inquiry table textarea,
#wrap .inquiry table select {
	vertical-align: middle;
}
#wrap .inquiry table input,
#wrap .inquiry table textarea {
	width: 98%;
}
#wrap .inquiry table textarea {
	min-height: 128px;
	vertical-align: top;
}
#wrap .inquiry th {
	width: 120px;
	white-space: nowrap;
}
#wrap .caution_mb {
	display: none;
}
/* フォルダ：inquiry：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap .inquiry table {
		border-bottom: #a7bfff solid 1px;
	}
	#wrap .inquiry th,
	#wrap .inquiry td {
		border-bottom: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 98%;
	}
	#wrap .inquiry td {
		padding: 1px 0;
	}
	#wrap .inquiry tr:nth-last-of-type(1) td {
		padding: 4px 0;
	}
	#wrap .inquiry table input,
	#wrap .inquiry table textarea {
		width: 96%;
	}
	#wrap .caution_pc {
		display: none;
	}
	#wrap .caution_mb {
		display: inline;
	}
}
/* フォルダ：j01
---------------------------------------------------------------------------*/
#wrap .memo_parent {
	position: relative;
}
#wrap .memo {
	background-color: #ffc;
	border: #69f 2px solid;
	border-radius: 6px;
	margin: 16px 0 0 0;
	padding: 0 0 16px 0;
}
#wrap .memo .title {
	vertical-align: top;
	padding: 18px 0 0 20px;
}
#wrap .memo_parent .m_right {
	margin-right: 224px;
}
#wrap .memo_parent .img {
	margin-top: -75px;
	position: absolute;
		top: 50%;
		right: 0;
}
#wrap .tools {
	margin: 0 auto;
}
#wrap .tools td {
	border: none;
	line-height: 1.5;
}
#wrap .tools td:nth-of-type(1) {
	text-align: right;
	padding: 0 16px 0 0;
	width: 48px;
}
#wrap .tools td:nth-of-type(2) {
	text-align: left;
	width: 180px;
}
#wrap .schedule {
	border: #000 solid 2px;
	margin: 0 auto;
}
#wrap .schedule th,
#wrap .schedule td {
	border: #000 solid 1px;
}
#wrap .schedule th {
	background-color: transparent;
	padding: 0 8px;
	white-space: nowrap;
}
#wrap .schedule td {
	line-height: 2;
	padding: 0 8px;
}
/* フォルダ：j01：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap .memo_parent .m_right {
		margin-right: 0;
	}
	#wrap .memo_parent .img {
		margin-top: 0;
		padding: 16px 0 0 0;
		position: static;
		text-align: center;
	}
}
/* フォルダ：j012
---------------------------------------------------------------------------*/
#wrap .train th {
	background-color: transparent;
	font-size: 18px;
	padding: 0 0 0 8px;
	white-space: nowrap;
}
#wrap .train th,
#wrap .train td {
	border: none;
}
#wrap .price th {
	padding: 6px 8px;
}
#wrap .service table {
	line-height: 1.4;
	margin: 2px auto 0;
	width: 100%;
}
#wrap .service th,
#wrap .service td {
	text-align: left;
}
#wrap .service th {
	padding: 0 4px 0 8px;
	width: 150px;
}
#wrap .bus table {
	line-height: 1.4;
	margin: 2px auto 0;
}
#wrap .bus td {
	text-align: left;
}
/* フォルダ：j03,j032,j033
---------------------------------------------------------------------------*/
#wrap dt.ffc {
	background-color: #ffc;
	margin: 8px 0 0;
	padding: 0 16px;
}
#wrap .check th {
	width: 70px;
}
#wrap.j032 .check tr:nth-of-type(1) td:nth-of-type(1) {
	width: 30%;
}
#wrap .links_3 {
	padding: 12px 0 0;
	text-align: center;
}
#wrap .links_3.p_top {
	padding: 24px 0 0;
}
#wrap .links_3 span {
	display: inline-block;
}
#wrap .caution {
	background-color: #ffc;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0;
}
#wrap .list_hotel {
	text-align: center;
}
#wrap .list_hotel tr th:nth-of-type(3) {
	padding: 4px 10px;
}
#wrap .list_hotel tr:nth-of-type(2) td:nth-of-type(1) {
	white-space: nowrap;
}
#wrap.j033 table {
	min-width: 91%;
}
#wrap.j033 tr:nth-of-type(1) th {
	background-color: #6f7fff;
	color: #fff;
	font-size: 20px;
}
#wrap.j033 th {
	min-width: 6em;
	padding: 0 4px;
	white-space: nowrap;
}
#wrap.j033 span:not(.red) {
	display: inline-block;
}
/* フォルダ：j033：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.j033 th {
		white-space: normal;
	}
}
/* フォルダ：j04
---------------------------------------------------------------------------*/
#wrap .friend ul {
	padding: 0 0 0 16px;
}
/* フォルダ：j06
---------------------------------------------------------------------------*/
#wrap .nutrient {
	display: table;
	margin: 12px 16px 0 16px;
}
#wrap .nutrient div {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
}
#wrap .nutrient div:nth-of-type(1) {
	width: 51px;
}
#wrap .nutrient img {
	vertical-align: top;
}
/* フォルダ：k012
---------------------------------------------------------------------------*/
#wrap.k012 h2.img {
	background-color: #009;
	border: #999 solid 2px;
}
#wrap.k012 .top_links {
	font-size: 14px;
	width: 49.5em;;
	margin: 0 auto;
	padding: 18px 0 0;
}
#wrap.k012 .top_links div {
	font-size: 16px;
}
#wrap.k012 .top_links ul {
	font-size: 0;
	list-style-type: none;
	padding: 0;
}
#wrap.k012 .top_links li {
	display: inline-block;
	font-size: 14px;
	width: 16em;;
	padding: 0 0 0 0.5em;
}
#wrap.k012 .top_links.adjust_1em li::before {
	content: "　";
}
#wrap.k012 .top_links.adjust_2em li::before {
	content: "　　";
}
#wrap.k012 .top_links li a {
	font-weight: normal;
}
#wrap.k012 .font_13px {
	font-size: 13px;
}
#wrap.k012 .unit {
	padding: 24px 0 0;
}
#wrap.k012 .unit>div:nth-of-type(1) {
	background-color: #373fff;
	color: #fff;
	font-size: 16px;
}
#wrap.k012 .unit>div:nth-of-type(1) span {
	vertical-align: middle;
}
#wrap.k012 .unit>div:nth-of-type(2) {
	background-color: #dff;
	color: #000;
	padding: 0 0 12px;
}
#wrap.k012 .unit a {
	color: #f36;
}
#wrap.k012 .bottom_links_1 {
	background-color: #ffc;
	margin: 24px auto 0;
	padding: 4px 0 2px;
}
#wrap.k012 .bottom_links_1 div {
	font-size: 16px;
}
#wrap.k012 .bottom_links_1 ol {
	font-size: 0;
	margin: 0 auto;
	padding: 0;
	max-width: 600px;
}
#wrap.k012 .bottom_links_1 ol::after {
	clear: both;
	content: "";
	display: block;
}
#wrap.k012 .bottom_links_1 li {
	float: left;
	font-size: 14px;
	margin: 0 0 0 2em;
}
#wrap.k012 .bottom_links_1 li a {
	font-weight: normal;
}
#wrap.k012 .bottom_links_2 div:nth-of-type(1) {
	font-size: 16px;
}
#wrap.k012 .bottom_links_2 div:nth-of-type(2) {
	display: table;
	margin: 0 auto;
}
#wrap.k012 .bottom_links_2 ul {
	display: table-cell;
	list-style-type: square;
	padding: 0 0 0 38px;
}
#wrap.k012 .bottom_links_2 img {
	vertical-align: middle;
}
#wrap.k012 .check td,
#wrap.k012 .conditions td {
	padding: 6px 14px;
}
#wrap.k012 .conditions td:nth-of-type(2) {
	width: 50%;
}
#wrap.k012 .conditions tr:last-of-type td {
	width: 100%;
}
#wrap.k012 .method,
#wrap.k012 .check,
#wrap.k012 .preview {
	margin: 12px auto 4px;
}
#wrap.k012 .preview th {
	padding: 0 4px;
}
#wrap.k012 .preview tr:nth-of-type(1) th:nth-of-type(1) {
	background-color: #dff;
	border: none;
}
#wrap.k012 .check th {
	font-weight: normal;
	padding: 6px 14px;
	text-align: left;
	white-space: nowrap;
}
#wrap.k012 .process th,
#wrap.k012 .method th {
	padding: 0 4px;
	white-space: nowrap;
}
#wrap.k012 .prepare {
	text-align: center;
}
#wrap.k012 .process {
	margin: 0 auto;
}
#wrap.k012 .process::before {
	content: "";
	display: block;
	height: 18px;
}
#wrap.k012 .guide {
	display: table;
	margin: 6px auto 0;
}
#wrap.k012 .guide .tr {
	display: table-row;
}
#wrap.k012 .guide .tr div {
	display: table-cell;
	padding: 0 8px;
}
#wrap.k012 .flow {
	display: table;
	margin: 12px auto 0;
	max-width: 98%;
}
#wrap.k012 .flow div {
	display: table-cell;
}
#wrap.k012 .flow div div {
	display: table;
}
#wrap.k012 .flow span {
	background-color: #fff;
	border: #a7bfff solid 1px;
	display: table-cell;
	padding: 0 16px;
	vertical-align: middle;
}
#wrap.k012 .flow div:nth-last-of-type(n+2) div::after {
	content: "→";
	display: table-cell;
	font-weight: bold;
	padding: 0 8px;
	vertical-align: middle;
}
#wrap.k012 .midorizu {
	margin: 16px auto 0;
	padding: 12px 0 0 38px;
}
#wrap.k012 .midorizu li {
	color: #000;
	padding: 8px 16px 8px 0;
	position: relative;
	z-index: 0;
}
#wrap.k012 .midorizu li:nth-of-type(2n+1) {
	background-color: #cff;
}
#wrap.k012 .midorizu li:nth-of-type(2n+1)::before {
	background-color: #cff;
	content: "";
	display: block;
	height: 100%;
	width: 38px;
	position: absolute;
		top: 0;
		left: -38px;
	z-index: -1;
}
#wrap.k012 .midorizu li:nth-of-type(2n) {
	background-color: #ffc;
}
#wrap.k012 .midorizu li:nth-of-type(2n)::before {
	background-color: #ffc;
	content: "";
	display: block;
	height: 100%;
	width: 38px;
	position: absolute;
		top: 0;
		left: -38px;
	z-index: -1;
}
#wrap.k012 .check_point {
	display: table;
	margin: 8px auto 4px;
}
#wrap.k012 .check_point div {
	display: table-cell;
}
#wrap.k012 .check_point table {
	margin: 0 auto;
}
#wrap.k012 .check_point table th {
	padding: 0 8px;
	white-space: nowrap;
}
#wrap.k012 .check_point table td:nth-of-type(2) {
	padding: 0;
	width: 15em;
}
#wrap.k012 .month {
	margin: 8px auto 4px;
	width: 98%;
}
#wrap.k012 .month tr:nth-of-type(1) th:nth-of-type(1) {
	background-color: #ffdfff;
}
#wrap.k012 .month tr:nth-of-type(1) th:nth-of-type(7) {
	background-color: #dfffdf;
}
#wrap.k012 .month td {
	height: 48px;
}
/* フォルダ：k012：レスポンシブ
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px) {
	#wrap.k012 .top_links {
		width: 33em;
	}
}
@media (max-width:480px) {
	#wrap.k012 .top_links {
		width: 16.5em;
	}
}
@media (min-width:481px) and (max-width:800px),
(max-width:480px) {
	#wrap.k012 .flow,
	#wrap.k012 .flow div,
	#wrap.k012 .flow div div,
	#wrap.k012 .flow span,
	#wrap.k012 .flow div:nth-last-of-type(n+2) div::after {
		display: block;
		max-width: 280px;
	}
	#wrap.k012 .flow {
		text-align: center;
	}
	#wrap.k012 .flow div:nth-last-of-type(n+2) div::after {
		content: "↓";
	}
	#wrap.k012 .check_point div {
		display: block;
	}
	#wrap.k012 .check_point div:nth-of-type(2) {
		padding: 12px 0 0;
	}
}
/* フォルダ：k014
---------------------------------------------------------------------------*/
#wrap .mikako_01 {
	margin: 20px auto 10px;
}
#wrap .mikako_01 div:nth-of-type(2) {
	padding: 0 16px;
}
#wrap .mikako_02 div:nth-of-type(1) {
	text-align: right;
	width: 159px;
}
#wrap .mikako_03 {
	margin: 0 auto;
}
#wrap .mikako_03::after {
	clear: both;
	content: "";
	display: block;
}
#wrap .mikako_03 div:nth-of-type(1) {
	float: right;
	height: 170px;
	text-align: center;
	padding: 50px 16px 0;
	width: 180px;
}
#wrap .mikako_04 {
	margin: 0 auto;
}
#wrap .mikako_04 div:nth-of-type(2) {
	vertical-align: top;
}
#wrap .mikako_04 th {
	padding: 0 8px;
}
#wrap .mikako_05 {
	margin: 24px auto 4px;
	width: 98%;
}
#wrap .mikako_05 div {
	text-align: center;
	width: 33.3%;
}
#wrap .links_k014 {
	padding: 12px 0 0;
	text-align: center;
}
#wrap .keiko_01 div:nth-of-type(2) {
	padding: 0 16px;
}
#wrap .keiko_02 {
	padding: 14px 16px 2px;
}
#wrap .keiko_03 {
	min-width: 91%;
}
#wrap .keiko_03 div {
	text-align: center;
	width: 50%;
}
#wrap .keiko_04 {
	margin: 12px auto 2px;
	min-width: 95%;
}
#wrap .keiko_04 div {
	text-align: center;
	width: 50%;
}
#wrap .keiko_05 {
	margin: 0 auto;
}
#wrap .keiko_05 div:nth-of-type(1) {
	vertical-align: top;
}
#wrap .keiko_05 th {
	padding: 0 8px;
}
#wrap .keiko_06 {
	margin: 16px auto 4px;
}
#wrap .keiko_06 div:nth-of-type(1) {
	padding: 0 16px 0 0;
	text-align: right;
}
#wrap .keiko_06 div:nth-of-type(2) {
	width: 60%;
}
#wrap .keiko_06 div:nth-of-type(2) span {
	background-color: #ffc;
	display: inline-block;
	padding: 16px;
	text-align: left;
}
/* フォルダ：k014：レスポンシブ
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px),
(max-width:480px) {
	#wrap .disp_tbl.mikako_01>div {
		display: block;
	}
	#wrap .mikako_01 div:nth-of-type(2) {
		padding: 12px 0;
	}
	#wrap .disp_tbl.keiko_04>div {
		display: block;
		width: auto;
	}
	#wrap .keiko_04 div:nth-of-type(2) {
		padding: 12px 0 0;
	}
}
@media (max-width:480px) {
	#wrap .disp_tbl.mikako_02>div,
	#wrap .disp_tbl.mikako_04>div {
		display: block;
	}
	#wrap .mikako_02 div:nth-of-type(1) {
		text-align: center;
		padding: 12px 0;
		width: auto;
	}
	#wrap .mikako_03 div:nth-of-type(1) {
		float: none;
		width: auto;
		height: auto;
		padding: 18px 0 8px;
	}
	#wrap .mikako_04 div:nth-of-type(2) {
		vertical-align: middle;
	}
	#wrap .disp_tbl.keiko_05>div,
	#wrap .disp_tbl.keiko_06>div {
		display: block;
	}
	#wrap .keiko_05 div:nth-of-type(1) {
		vertical-align: middle;
	}
	#wrap .keiko_06 div:nth-of-type(1) {
		margin: 6px auto 0;
		padding: 0;
		text-align: center;
	}
	#wrap .keiko_06 div:nth-of-type(2) {
		margin: 16px auto 2px;
		width: auto;
	}
}
/* フォルダ：k015
---------------------------------------------------------------------------*/
#wrap.k015 .disp_tbl {
	margin: 0 auto;
}
#wrap.k015 .disp_tbl div:nth-of-type(2) {
	padding: 12px 0 0 0;
	width: 216px;
}
#wrap.k015 .tbl_01 {
	table-layout: fixed;
	width: 98%;
}
#wrap.k015 .tbl_01 th {
	padding: 0 4px;
	white-space: nowrap;
}
#wrap.k015 .tbl_01 tr:nth-of-type(1) th:nth-of-type(1) {
	border: none;
	visibility: hidden;
	width: 5em;
}
#wrap.k015 .tbl_01 tr:nth-of-type(1) th:nth-of-type(n+1) {
	background-color: #dfffdf;
}
#wrap.k015 .links {
	text-align: center;
	padding: 24px 0 0;
}
#wrap.k015 .links div:nth-of-type(2) {
	padding: 4px 0;
}
#wrap.k015 .links a,
#wrap.k015 .links span {
	display: inline-block;
}
#wrap.k015 .links img {
	vertical-align: middle;
}
/* フォルダ：k015：レスポンシブ
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px),
(max-width:480px) {
	#wrap.k015 .disp_tbl div {
		display: block;
	}
	#wrap.k015 .disp_tbl div:nth-of-type(2) {
		text-align: center;
		width: auto;
	}
}
/* フォルダ：k016
---------------------------------------------------------------------------*/
#wrap.k016_2 .disp_tbl div:nth-of-type(2),
#wrap.k016 .disp_tbl div:nth-of-type(2) {
	width: 166px;
}
#wrap.k016_2 .disp_tbl div:nth-of-type(2) img,
#wrap.k016 .disp_tbl div:nth-of-type(2) img {
	vertical-align: middle;
}
#wrap.k016 .disp_tbl:nth-of-type(1) div:nth-of-type(1) {
	padding: 0 16px;
}
#wrap.k016 .disp_tbl:nth-of-type(1) ol {
	padding: 0 16px 0 38px;
}
#wrap.k016 .disp_tbl:nth-of-type(n+1) p:nth-of-type(1) {
	padding: 0 16px;
}
#wrap.k016_2 .disp_tbl p:nth-of-type(1) {
	padding: 0 16px;
}
#wrap .link_k016 {
	line-height: 25px;
	padding: 16px 0 0;
	text-align: center;
}
#wrap .link_k016 img{
	display: inline-block;
	margin: 0 16px 0 0;
}
/* フォルダ：k016：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k016_2 .disp_tbl div,
	#wrap.k016 .disp_tbl div {
		display: block;
	}
	#wrap.k016_2 .disp_tbl div:nth-of-type(2),
	#wrap.k016 .disp_tbl div:nth-of-type(2) {
		padding: 12px 0 0 0;
		text-align: center;
		width: auto;
	}
}
/* フォルダ：k021,k022
---------------------------------------------------------------------------*/
#wrap.k022 .list_1,
#wrap.k021 .list_1 {
	text-align: center;
	padding: 8px 1% 0;
}
#wrap.k022 .list_1 ol,
#wrap.k021 .list_1 ul {
	background-color: #ffc;
	display: inline-block;
	list-style-type: square;
	padding: 12px 16px 12px 38px;
	text-align: left;
}
#wrap.k022 .list_1 ol {
	list-style-type: decimal;
}
#wrap.k021 .sub_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 -4px 0;
	padding: 18px 0 0 0;
	text-align: center;
}
#wrap.k022 dt {
	color: #f36;
	padding: 8px 16px 0 42px;
	position: relative;
}
#wrap.k022 dt::before {
	content: url("../images/k022/part_q.gif");
	position: absolute;
		top: 10px;
		left: 16px;
}
#wrap.k022 dd {
	padding: 0px 32px 8px 42px;
	position: relative;
}
#wrap.k022 dd::before {
	content: url("../images/k022/part_a.gif");
	position: absolute;
		top: 3px;
		left: 16px;
}
/* フォルダ：k03
---------------------------------------------------------------------------*/
#wrap.k03 .links_top {
	padding: 16px 16px 0 24px;
}
#wrap.k03 .links_top :nth-child(n) {
	display: inline-block;
	position: relative;
	text-align: left;
}
#wrap.k03 .links_top a::before,
#wrap.k03 .links_top span::before {
	content: url("../images/k03/ya.gif");
	position: absolute;
		top: -2px;
		left: -8px;
}
#wrap.k03 .links_top :nth-last-child(n+2) {
	margin: 0 16px 0 0;
}
#wrap.k03 .sub_title {
	text-align: center;
}
#wrap.k03 .sub_title:nth-of-type(n+2) {
	padding: 12px 0 0;
}
#wrap.k03 .sub_title div:nth-of-type(1) {
	padding: 16px 1% 0;
}
#wrap.k03 .sub_title div:nth-of-type(1) img {
	vertical-align: middle;
}
#wrap.k03 table {
	min-width: 80%;
}
#wrap.k03 th {
	color: #f30;
	background-color: #fff;
	width: 20%;
}
#wrap.k03 th a {
	color: #f30;
}
#wrap.k03 th,
#wrap.k03 td {
	border: #f90 solid 1px;
	padding: 6px 8px;
}
#wrap.k03 td:nth-of-type(2) {
	text-align: center;
	width: 20%;
}
#wrap.k03 td img {
	vertical-align: middle;
}
#wrap.k03 .disp_tbl.title {
	margin: 0 auto;
}
#wrap.k03 .disp_tbl.top {
	margin: 8px auto 0;
}
#wrap.k03 .disp_tbl.top div:nth-of-type(1) p {
	padding: 12px 0 0 16px;
}
#wrap.k03 .disp_tbl.top div:nth-of-type(2) {
	padding: 12px 16px 0;
	text-align: center;
}
#wrap.k03 .disp_tbl.top.wr25 div:nth-of-type(2) {
	width: 25%;
}
#wrap.k03 .disp_tbl.top.wr30 div:nth-of-type(2) {
	width: 30%;
}
#wrap.k03 .disp_tbl.top.wr35 div:nth-of-type(2) {
	width: 35%;
}
#wrap.k03 .disp_tbl.top.wr40 div:nth-of-type(2),
#wrap.k03 .disp_tbl.bottom.wr40 div:nth-of-type(2) {
	width: 40%;
}
#wrap.k03 .disp_tbl.top.wr45 div:nth-of-type(2),
#wrap.k03 .disp_tbl.bottom.wr45 div:nth-of-type(2) {
	width: 45%;
}
#wrap.k03 .guide,
#wrap.k03 .traffic {
	width: 98%;
}
#wrap.k03 .guide th {
	background-color: #ffffdf;
	width: 25%;
}
#wrap.k03 .guide th span {
	display: inline-block;
}
#wrap.k03 .traffic {
	table-layout: fixed;
}
#wrap.k03 .traffic th {
	background-color: #ffffdf;
	padding: 4px 0;
}
#wrap.k03 .traffic th span {
	display: inline-block;
}
#wrap.k03 .traffic td {
	text-align: center;
}
#wrap.k03 .disp_tbl.bottom {
	margin: 0 auto;
	width: 98%;
}
#wrap.k03 .disp_tbl.bottom div:nth-of-type(2) {
	padding: 12px 16px 0;
	text-align: center;
}
/* フォルダ：k03：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k03 h2+p {
		text-align: left;
	}
	#wrap.k03 .disp_tbl.top div,
	#wrap.k03 .disp_tbl.bottom div {
		display: block;
		width: auto;
	}
	#wrap.k03 .disp_tbl.top.wr25 div:nth-of-type(2),
	#wrap.k03 .disp_tbl.top.wr30 div:nth-of-type(2),
	#wrap.k03 .disp_tbl.top.wr35 div:nth-of-type(2),
	#wrap.k03 .disp_tbl.top.wr40 div:nth-of-type(2),
	#wrap.k03 .disp_tbl.top.wr45 div:nth-of-type(2) {
		width: auto;
	}
	#wrap.k03 .disp_tbl.top div:nth-of-type(1) p {
		padding: 12px 16px 0 16px;
	}
	#wrap.k03 .disp_tbl.bottom.wr40 div:nth-of-type(2) {
		padding: 12px 0 0 0;
		width: auto;
	}
	#wrap.k03 .traffic {
		table-layout: auto;
	}
	#wrap.k03 .font_20px {
		font-size: 18px;
	}
}
/* フォルダ：k04
---------------------------------------------------------------------------*/
#wrap.k04 .check {
	min-width: 65%;
}
#wrap.k04 .check td {
	padding: 6px 14px;
}
#wrap.k04 .check:nth-of-type(2) td {
	width: 33.3%;
}
#wrap.k041 table {
	table-layout: fixed;
	min-width: 75%;
}
#wrap.k041 th {
	padding: 0 4px;
}
#wrap.k041 td {
	padding: 0 4px;
	text-align: right;
}
#wrap.k041 th,
#wrap.k041 td {
	border: #000 solid 1px;
}
#wrap.k041 tr:nth-of-type(1) th:nth-of-type(1) {
	width: 10em;
}
#wrap.k041 tr:nth-of-type(1) th:nth-of-type(2) {
	width: 4em;
}
#wrap.k041 tr:nth-of-type(n+2) th {
	text-align: left;
}
/* フォルダ：k07
---------------------------------------------------------------------------*/
#wrap.k07 table {
	width: 98%;
}
#wrap.k07 table:nth-of-type(1) {
	table-layout: fixed;
}
#wrap.k07 table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(1) {
	border: none;
	visibility: hidden;
	width: 2em;
}
#wrap.k07 table:nth-of-type(1) tr:nth-of-type(1) th {
	background-color: #dfffdf;
}
#wrap.k07 table:nth-of-type(2) th,
#wrap.k07 table:nth-of-type(3) th {
	padding: 0 4px;
	white-space: nowrap;
}
/* フォルダ：k08
---------------------------------------------------------------------------*/
#wrap.k08 th {
	padding: 0 4px;
	white-space: nowrap;
}
/* フォルダ：k09
---------------------------------------------------------------------------*/
#wrap.k09 table {
	width: 98%;
}
#wrap.k09 tr:nth-of-type(1) th {
	background-color: #6f7fff;
	color: #fff;
}
#wrap.k09 td:nth-of-type(1) {
	background-color: #fff;
	width: 25%;
}
/* フォルダ：k101
---------------------------------------------------------------------------*/
#wrap.k101 table {
	table-layout: fixed;
	width: 98%;
}
#wrap.k101 tr:nth-of-type(1) th:nth-of-type(1) {
	border: none;
	visibility: hidden;
	width: 2em;
}
#wrap.k101 tr:nth-of-type(1) th {
	background-color: #dfffdf;
}
/* フォルダ：k101：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k101 h3.k100_sub_title {
		background: #f90 none;
		color: #fff;
		font-size: 16px;
		margin: 18px 8px 0 8px;
		padding: 2px 8px;
	}
}
/* フォルダ：k110
---------------------------------------------------------------------------*/
#wrap.k110_06 h2,
#wrap.k110_05 h2,
#wrap.k110_02 h2,
#wrap.k110_01 h2,
#wrap.k110 h2 {
	border-top: 2px solid #36f;
	border-bottom: 2px solid #36f;
	padding-left: 10px;
	color: #009;
}
#wrap.k110_06 .disp_tbl:nth-of-type(n),
#wrap.k110_05 .disp_tbl:nth-of-type(1),
#wrap.k110_02 .disp_tbl:nth-of-type(1),
#wrap.k110_01 .disp_tbl:nth-of-type(n),
#wrap.k110 .disp_tbl:nth-of-type(1) {
	width: 98%;
}
#wrap.k110_06 .disp_tbl:nth-of-type(1) div:nth-of-type(1),
#wrap.k110_05 .disp_tbl:nth-of-type(1) div:nth-of-type(1),
#wrap.k110_02 .disp_tbl:nth-of-type(1) div:nth-of-type(1),
#wrap.k110_01 .disp_tbl:nth-of-type(1) div:nth-of-type(1),
#wrap.k110 .disp_tbl:nth-of-type(1) div:nth-of-type(1) {
	width: 60px;
}
#wrap.k110 .disp_tbl:nth-of-type(2) div:nth-of-type(2) {
	text-align: left;
	width: 142px;
}
#wrap.k110 table {
	table-layout: fixed;
	width: 98%;
}
#wrap.k110 th {
	padding: 0 4px;
}
#wrap.k110 td {
	text-align: center;
}
#wrap.k110_01 .disp_tbl:nth-of-type(2) div:nth-of-type(1) {
	text-align: right;
	width: 195px;
}
#wrap.k110_01 .disp_tbl:nth-of-type(3) div:nth-of-type(2) {
	text-align: left;
	width: 176px;
}
#wrap.k110_02 .disp_tbl:nth-of-type(2) div:nth-of-type(2) {
	text-align: left;
	width: 209px;
}
#wrap.k110_05 .disp_tbl:nth-of-type(2) div:nth-of-type(2) {
	text-align: left;
	width: 180px;
}
#wrap.k110_06 .disp_tbl:nth-of-type(2) div:nth-of-type(2) {
	text-align: left;
	width: 124px;
}
#wrap.k110_06 .disp_tbl:nth-of-type(3) div:nth-of-type(1) {
	text-align: right;
	width: 124px;
}
#wrap.k110_06 .disp_tbl:nth-of-type(3) div:nth-of-type(2) p {
	padding: 0 16px;
}
#wrap.k110_05 th {
	padding: 0 4px;
	white-space: nowrap;
}
#wrap .links_k110 {
	list-style-type: none;
	margin: 0 auto;
	min-width: 30em;
	padding: 18px 0 0 38px;
	width: 70%;
}
#wrap .links_k110 li {
	display: inline-block;
	position: relative;
	width: 49%;
}
#wrap .links_k110 li::before {
	border-top: transparent solid 4px;
	border-bottom: transparent solid 4px;
	border-left: #ff8c00 solid 4px;
	border-right: transparent solid 4px;
	content: "";
	height: 0;
	position: absolute;
		top: 9px;
		left: -12px;
	width: 0;
}
/* フォルダ：k110：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k110_06 .disp_tbl:nth-of-type(n+2) div,
	#wrap.k110_05 .disp_tbl:nth-of-type(2) div,
	#wrap.k110_02 .disp_tbl:nth-of-type(2) div,
	#wrap.k110_01 .disp_tbl:nth-of-type(n+2) div,
	#wrap.k110 .disp_tbl:nth-of-type(2) div {
		display: block;
	}
	#wrap.k110_06 .disp_tbl:nth-of-type(2) div:nth-of-type(2),
	#wrap.k110_05 .disp_tbl:nth-of-type(2) div:nth-of-type(2),
	#wrap.k110_02 .disp_tbl:nth-of-type(2) div:nth-of-type(2),
	#wrap.k110_01 .disp_tbl:nth-of-type(3) div:nth-of-type(2),
	#wrap.k110_01 .disp_tbl:nth-of-type(2) div:nth-of-type(1),
	#wrap.k110 .disp_tbl:nth-of-type(2) div:nth-of-type(2) {
		padding: 12px 0;
		text-align: center;
		width: auto;
	}
	#wrap.k110_06 .disp_tbl:nth-of-type(3) div:nth-of-type(1) {
		padding: 0 0 12px;
		text-align: center;
		width: auto;
	}
	#wrap .links_k110 {
		min-width: 0;
		width: 15em;
	}
	#wrap .links_k110 li {
		display: list-item;
		width: auto;
	}
}
/* フォルダ：k12
---------------------------------------------------------------------------*/
#wrap.k12 .disp_tbl {
	margin: 0 auto;
}
#wrap.k12 .disp_tbl div:nth-of-type(2) {
	text-align: left;
	width: 116px;
}
/* フォルダ：k12：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k12 .disp_tbl div {
		display: block;
	}
	#wrap.k12 .disp_tbl div:nth-of-type(2) {
		padding: 12px 0;
		text-align: center;
		width: auto;
	}
}
/* フォルダ：k14
---------------------------------------------------------------------------*/
#wrap.k14 .links_top {
	display: table;
	margin: 12px auto 0;
	max-width: 98%;
	min-width: 70%;
}
#wrap.k14 .links_top .tr div {
	padding: 0 0 0 38px;
	width: 50%;
}
#wrap.k14 .links_bottom a,
#wrap.k14 .links_top a {
	position: relative;
}
#wrap.k14 .links_bottom a::before,
#wrap.k14 .links_top a::before {
	border-top: transparent solid 4px;
	border-bottom: transparent solid 4px;
	border-left: #ff8c00 solid 4px;
	border-right: transparent solid 4px;
	content: "";
	height: 0;
	margin: -6px 0 0;
	position: absolute;
		top: 50%;
		left: -12px;
	width: 0;
}
#wrap.k14 .links_bottom a {
	display: inline-block;
	margin: 0 0 0 16px;
}
#wrap.k14 .disp_tbl._01 {
	width: 98%;
}
#wrap.k14 .disp_tbl._01 div {
	text-align: center;
	width: 50%;
}
#wrap.k14 .tbl_01 tr:nth-of-type(2) th:nth-of-type(1) {
	padding: 0 4px;
	width: 6em;
}
#wrap.k14 .tbl_01 tr:nth-of-type(1) td:nth-of-type(1) {
	font-weight: bold;
	text-align: center;
}
#wrap.k14 .tbl_01 dl {
	padding: 0;
}
#wrap.k14 .tbl_01 dt {
	padding: 0 16px 0 0;
}
#wrap.k14 .tbl_01 dd {
	padding: 0 0 0 16px;
}
#wrap.k14 .disp_tbl._02 div:nth-of-type(2) {
	text-align: left;
	width: 75px;
}
#wrap.k14 .tbl_02 th {
	width: 33.3%;
}
/* フォルダ：k14：レスポンシブ
---------------------------------------------------------------------------*/
@media (max-width:480px) {
	#wrap.k14 .links_top {
		min-width: 0;
	}
	#wrap.k14 .disp_tbl._02 div,
	#wrap.k14 .disp_tbl._01 div,
	#wrap.k14 .links_top .tr div {
		display: block;
		width: auto;
	}
	#wrap.k14 .disp_tbl._01 div:nth-of-type(2) {
		padding: 12px 6px 0 0;
	}
	#wrap.k14 .disp_tbl._02 div:nth-of-type(2) {
		padding: 12px 0 0;
		text-align: center;
		width: auto;
	}
}
/* フォルダ：oboutus
---------------------------------------------------------------------------*/
#wrap.oboutus table {
	margin: 24px auto 0;
}
#wrap.oboutus table th {
	padding: 0 4px;
	width: 5em;
}
#wrap.oboutus table table {
	margin: 0 auto;
}
#wrap.oboutus tr:nth-last-of-type(1)>td td {
	border: none;
}
