@charset "UTF-8";

/* pc画面表示用スタイル */

/*  ------------------------基本、大枠設定------------------------  */
.no_font{ font-size: 0%; }
body {
	margin: 0;
	padding: 0;
	border: 0 transparent;
	font-family: "Noto Sans JP", "メイリオ", sans-serif;
	font-size: 112.5%;
	font-weight: normal;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.8;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url("/files/noto-sans-jp-v54-japanese_latin-regular.woff2") format("woff2");
}

/* 大枠 */
div#baseall {
	position: relative;
	width: auto;
	min-width: 1240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #ECFAFB;
}
div.wrap {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	margin: 0 auto;
	padding: 60px 20px 100px;
	width: 1200px;
	text-align: left;
	background-color: transparent;
}

/* メインコンテンツ */
div#main{
	margin: 0 60px 0 0;
	padding: 0;
	width: calc(100% - 360px);
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* メインコンテンツ（サブナビなし） */
div#main.nosub {
	width: 100%;
	margin: 0;
}

div#main .content{
	width: calc(100% - 80px);
	padding: 40px 40px 20px;
}
/* ローカルナビゲーション */
div#localnavi{
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: transparent;
}
div#localnavi:before{
	content: "";
	position: absolute;
	top: -50px;
	right: 0px;
	width: 60px;
	height: 60px;
	background-image: url('/images/mascot_1.png');
	background-repeat: no-repeat;
	background-size: cover;
}


/* ページ内リンクのずれ調整 
html { scroll-padding-top: 140px; }
@media only screen and (max-height: 800px) {
	html { scroll-padding-top: 110px; }
}
*/

/* ------------------------共通タグの基本定義------------------------ */
/* h1 */
div.h1bg {
	position: relative;
	margin: 0;
	padding: 0;
	background-image: none;
	width: 100%;
}
div.h1bg:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #DB6B8B; 
}

div.h1bg div.h1_wrap {
	position: relative;
	display: block;
	width: calc(100% - 80px);
	max-width: 100%;
	padding: 25px 40px 25px 40px;
}
#main.nosub > .h1bg > .h1_wrap {
	position: relative;
	display: block;
	width: calc(100% - 120px);
	max-width: 100%;
	padding: 25px 80px 25px 40px;
}
#main.nosub div.h1bg div.h1_wrap:before{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url('/images/mascot_1.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
div.h1bg h1 {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 1.3;
	color: #125488;
	background-color: transparent;
	z-index: 2;
}

div.h2bg {
	position: relative;
	margin: 40px 0 30px;
	padding: 0;
	background: #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	-webkit-box-shadow: 4px 4px #7AC9DF;
	-moz-box-shadow: 4px 4px #7AC9DF;
	box-shadow: 4px 4px #7AC9DF;
}
div.update + div.h2bg  {
	margin-top: 0;
}
h2 {
	margin: 0;
	padding: 0.45em 20px;
	font-size: 144%;
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
}

div.h2bg .text-color-red,
div.h2bg .text-color-blue,
div.h2bg .text-color-green,
div.h2bg a {
	color: #FFF!important;
}
div.h3bg {
	position: relative;
	margin: 40px 0 30px;
	padding: 0.45em 20px 0.45em 50px;
	background: #D3EDF5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
div.h3bg:before {
	content: "";
	position: absolute;
	top: 0.85em;
	left: 20px;
	width: 18px;
	height: 18px;
	background: #3F92B7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 122%;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
}
div.h3bg .text-color-red,
div.h3bg .text-color-blue,
div.h3bg .text-color-green,
div.h3bg a {
	color: #333!important;
}
div.h2bg + div.h3bg {
	margin-top: 0;
}
div.h4bg {
	position: relative;
	margin: 40px 0 20px;
	padding: 0.45em 10px 0.45em 30px;
	border-bottom: 1px solid #3F92B7;
}
div.h4bg:before{
	content: "";
	position: absolute;
	top: 0.6em;
	left: 10px;
	display: block;
	width: 6px;
	height: 1.2em;
	background: #3F92B7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
h4 {
	margin: 0;
	font-size: 105%;
	color: #333;
	line-height: 1.5;
}
div.h3bg + div.h4bg {
	margin-top: 0;
}
div.h4bg .text-color-red,
div.h4bg .text-color-blue,
div.h4bg .text-color-green,
div.h4bg a {
	color: #333!important;
}
h5, h6 {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
}
h5 .text-color-red,
h5 .text-color-blue,
h6 .text-color-red,
h6 .text-color-blue {
	color: #333;!important;
}
h1,h2,h3,h4,h5,h6, .f_biz{ 
  font-family: "BIZ UDGothic", "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体","Noto Sans JP", Meiryo, sans-serif; 
  letter-spacing: 1.4px; 
}
.f_biz{ font-weight: 600; font-size: 95%;  }

img {
	border: none;
	max-width: 100%;
	height: auto;
}
hr {
	display: none;
}
p {
	margin: 20px 0;
	padding: 0;
}
ul {
	margin: 30px 0;
	padding: 0;
}
ul li {
	position: relative;
	margin: 0 0 0.5em 1.7em;
	padding: 0;
}
ul li::marker{
	color: #3F92B7;
}
ol {
	margin: 30px 0;
	padding: 0;
}
ol li {
	margin: 0 0 0.5em 1.7em;
	padding: 0;
	background-color: transparent;
}

/* 入れ子リスト */
#main li > ol {
	margin: 15px 0;
	margin-top: 15px!important;
}
#main li > ul{
	margin: 15px 0;
	margin-top: 15px!important
}
#main ul > ul{
	margin-left: 0;
}

#main li > ol li::marker{
	color: #333;
}

li.pagelinkout img {
	margin: 0;
	padding: 0;
	height:1em;
}
dl {
	margin: 30px 0;
	padding: 0;
}
dt {
	margin: 0 0 0.5em;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	padding: 0;
}

/* 表 */
table{
	border-collapse: collapse;
	margin: 0 0 20px;
}
table.table01 {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaa;;
}
table.table01 tbody {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
caption {
	margin:0 0 10px;
	padding: 0;
	text-align: left;
	font-weight: bold;
}
th {
	margin: 0;
	padding: 10px 5px;
	border: solid 1px #aaa;
	background-color: #EFEEEE;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
}
td {
	margin: 0;
	padding: 10px 5px; 
	border: solid 1px #aaa;
	vertical-align: middle;
	text-align: left;
}
#main table td p, #main table th p{
	margin: 0;
}
#main table td ol, #main table td ul, #main table td dl{
	margin: 10px 0;
	margin-top: 10px!important;
}

th.center, td.center{ text-align: center; }
th.right, td.right{ text-align: right; }

th.top, td.top{ vertical-align: top; }
th.bottom, td.bottom{ vertical-align: bottom; }

table.table01 li {
	background-color: transparent;
}

table p {
  background-color: transparent;
}
table li {
  background-color: transparent;
}

table dt {
  background-color: transparent;
}
table dd {
  background-color: transparent;
}

/* テーブル『th』文字色再指定 */
th span.text-color-red,
th strong.text-color-red {
	color: #A32E2E;
}
form th span.text-color-red,
form th strong.text-color-red {
	color: #A32E2E;
}

/* 表取り込み（Excel）、表の外枠と追記欄 */
.t-box, .t-box2 {
	margin: 40px 0;
}

/* リンク色・下線 */
a:link,
a:link .text-color-red,
a:link .text-color-blue,
a:link .text-color-green  {
	color: #125488;
	text-decoration: underline;
}

a:visited,
a:visited .text-color-red,
a:visited .text-color-blue,
a:visited .text-color-green {
	color: #881188;
}
a:hover,
a:hover .text-color-red,
a:hover .text-color-blue,
a:hover .text-color-green {
	color: #C40000;
	text-decoration: none;
}
a:active,
a:active .text-color-red,
a:active .text-color-blue,
a:active .text-color-green {
	color: #C40000;
	text-decoration: none;
}


/* HTML取り込み枠 */
div.insertfile {
	margin: 40px 0 40px;
	padding: 0;
}
div.insertfile td,
div.insertfile th {
	padding: 4px;
}
div.bc-main {
	margin: 0 0 10px 0;
	padding: 0;
}
iframe {
	max-width: 100%;
}

/* Youtube取り込み */
div.youtube {
	margin: 40px 0;
}
/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
	display: none;
}
.guidance {
	clear: both;
	font-size: 0%;
	line-height: 1%;
	width: 0px;
	height: 0px;
}

/* 回り込みの解除 */
.newpara {
	clear: both;
}

/* ボックス内floatのclear */
.clearfix:after {
content: "";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.clearfix {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from macIE */



/* ------------------------ アイコン・ボタン共通 ------------------------ */
/* リンク矢印 */
.arrow1{ position: relative; padding-left: 20px; }
.arrow1:before {
  content: ""; position: absolute; left: 0; top: 11px; bottom: auto;
  width: 8px; height: 8px;
  border-top: 2px solid #3F92B7; border-right: 2px solid #3F92B7;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition: all ease-in-out; -moz-transition: all ease-in-out; transition: all ease-in-out;
}




/* ------------------------ヘッダー------------------------ */
#blockskip {
	display: none;
}

.header_all {
	position: relative;
	width: 100%; 
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* ヘッダー上部エリア */
.header_top{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
.h_wrap{
	position: relative;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px; 
}
.h_logo{
	padding: 0;
}
.h_logo a{
	padding: 0;
}
.h_logo img{
	width: auto;
	height: 40px;
}
.header_top .menu_pc{
	position: relative;
	display:-webkit-box; display:-ms-flexbox; display:flex;
}
.menu_pc .tool_link{
	align-items: center;
	margin: 0 30px;
	padding: 10px 0;
}
.menu_pc .tool_link a{
	display: block;
	padding: 6px 0 6px 20px;
	text-align: left;
	line-height: 1.0;
	text-decoration: none;
	color: #333;
}
.menu_pc .tool_link a:visited {
	color: #881188;
}
.menu_pc .tool_link a:hover,
.menu_pc .tool_link a:active {
	color: #C40000;
}
.menu_pc .tool_btn{
	position: relative; 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	height: 100%;
}
.menu_pc .tool_btn .btn{
	width: 150px;
	height: 80px;
}
.menu_pc .tool_btn a{
	display: block;
	height: calc(100% - 24px); 
	padding: 12px;
	text-align: center; 
	background: #DB6B8B;
	color: #fff;
	text-decoration: none;
}
.menu_pc .tool_btn .b_search a{
	background: #125488;
}
.menu_pc .tool_btn img{
	display: block;
	width: 30px;
	height: auto; 
	margin: 0 auto; 
}
.menu_pc .tool_btn span{
	position: relative;
	display: block;
	padding: 40px 0 0;
	text-align: center;
	line-height: 1.0; 
}
.menu_pc .tool_btn span:before{
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translatex(-50%); 
	-ms-transform: translatex(-50%); 
	transform: translatex(-50%); 
	width: 30px;
	height: 30px; 
	background-image: url('/images/icon_access.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.menu_pc .tool_btn .b_search span:before{
	background-image: url('/images/icon_search.png');
}
.menu_pc .tool_btn .b_search a.open span:before{
	background-image: url('/images/icon_close.png');
}

/* ヘッダー検索 */
.pc-search{
	display: none;
	position: absolute;
	top: 80px;
	right: 0; 
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 
	z-index: 99;
	width: 382px;
}
.smp-search{ display: none; }

.search-box table,
.search-box tr,
.search-box td {
	margin: 0;
	padding: 0;
	border: none;
}

.search-box form.gsc-search-box,.search-box table.gsc-search-box {
	margin: 0;
}
.search-box table.gsc-search-box td.gsc-input {
	padding-right: 0;
}
.search-box form.gsc-search-box {
	font-size: 100%;
	max-width: 100%;
}
.search-box table.gsc-search-box td.gsib_a {
	background: none;
}
.search-box .gsc-input {
	font-size: 100%;
}
.search-box div.gsc-input-box,
.search-box div.gsc-input-box-hover,
.search-box div.gsc-input-box-focus {
	border: 1px solid #333!important;
	-webkit-border-radius: 5px 0 0 5px!important; 
	-moz-border-radius: 5px 0 0 5px!important;
	border-radius: 5px 0 0 5px!important;
	height: 38px;
	padding: 0;
}
.search-box .gsc-input input.gsc-input {
	font-size: 88%;
	width: 256px!important;
	height: 38px!important;
	margin: 0!important;
	padding: 0 5px 0 10px!important;
	border: none;
	-webkit-border-radius: 5px 0 0 5px!important; 
	-moz-border-radius: 5px 0 0 5px!important;
	border-radius: 5px 0 0 5px!important; 
}
.search-box .gsc-input input.gsc-input:focus-visible {
	outline: none;
}
.search-box .gsc-input::placeholder {
	color: #777777;
	font-size: 100%;
}
.search-box table.gsc-search-box td.gsib_b {
	width: 29px;
	height: 38px;
}
.search-box div.gsst_b {
	width: 25px;
}
.search-box .gsst_a .gscb_a,
.search-box .gsst_a:hover .gscb_a,
.search-box .gsst_a:focus .gscb_a {
	color: #777777;
}
.search-box button.gsc-search-button-v2,
.search-box button.gsc-search-button-v2:hover,
.search-box button.gsc-search-button-v2:focus {
	width: 80px;
	height: 40px;
	background-color: #3F92B7;
	border: none;
	font-size: 88%;
	color: #ffffff;
	font-weight: 500;
	border: 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.search-box .gsc-clear-button {
	display: none;
}

.search-box .gsc-search-button {
	display: table-cell!important;
}


/* ヘッダー下部エリア（グローバルナビ） */
.header_btm{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EFEEEE;
}
.header_btm ul.gnavi_pc{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	width: 1200px; 
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
}
.header_btm ul.gnavi_pc .item{
	width: 25%;
	padding: 10px 0;
	margin: 0;
}
.header_btm ul.gnavi_pc .item a{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	width: calc(100% - 11px);
	height: 40px;
	border-left: 1px solid #3F92B7;
	line-height: 1.0;
	font-size: 120%;
	color: #125488;
	text-decoration: none;
	padding: 0 5px;
}
.header_btm ul.gnavi_pc .item:last-child a{
	width: calc(100% - 12px);
	border-right: 1px solid #3F92B7;
}


/* スマホメニュー */
.menu_btn_smp{
	display: none; 
}
#smp_menu{
	display: none;
}


/* ------------------------フッター------------------------ */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #6CC4DC;
	box-sizing: border-box;
	z-index: 3;
}
.ft_wrap {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: left;
}

/* 左エリア */
.ft_left{
	margin-top: 10px;
	margin-right: 60px; 
}
.ft_logo {
	margin: 0 0 40px;
}
.ft_logo img {
	width: auto;
	height: 40px;
}
.ft_left .btn{
	width: 260px;
	margin: 0 auto;
}

.ft_left .btn a{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	padding: 15px 20px 15px 20px;
	color: #DB6B8B;
	text-decoration: none;
	line-height: 1.0;
	background: #fff;
	border: 3px solid #DB6B8B;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 111%;
}
.ft_left .btn a:hover{
	background: #EFEEEE;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}
.ft_left .btn img{
	width: auto;
	height: 24px;
	margin-right: 20px;
}
.ft_left .btn span{
	margin-right: 20px;
}


/* 右エリア */
.ft_right{
	width: calc( 100% - 435px);
}
.ft_right address{
	font-style: normal;
	margin: 0 0 30px;
}
.ft_right address p{
	margin: 0 0 5px;
	line-height: 1.6;
}
.footer_menu {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menu li {
	margin: 0 10px 10px 0;
	padding: 0;
	box-sizing: border-box;
	background: none;
	line-height: 1.6;
}
.footer_menu li a {
    position: relative;
	text-decoration: none;
	z-index: 2;
	padding: 0 20px;
	margin: 0;
	color: #333;
}
.footer_menu li a:before{
	top: 10px; 
}
.footer_menu li a:visited {
	color: #881188;
}
.footer_menu li a:hover,
.footer_menu li a:active {
	color: #C40000;
}

/* コピーライト */
p.copyright {
	width: calc(100% - 20px);
	margin: 0;
	padding: 10px;
	background-color: #3F92B7;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 88%; 
}

/* ページトップ */
div.page-top {
	position: fixed;
	right: 20px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	z-index: 90;
}
div.page-top img{
	width: 80px;
	height: auto;
}

/* ------------------------パンくずナビ------------------------ */
div.pankuzu {
	margin: 0;
	padding: 10px 20px;
	width: calc(100% - 40px);
	background: #fff;
	border-bottom: 1px solid #3F92B7;
}
div.pankuzu ul {
	margin: 0 auto;
	padding: 5px 0;
	height: auto;
	border: none;
	list-style: none;
	width: 1200px;
	max-width: 100%;
	box-sizing: border-box;
}
div.pankuzu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 50px 5px 0;
	line-height: 1.3;
	background: none;
	text-align: left;
}
div.pankuzu ul li.pk-thispage {
	padding-right: 0;
}

div.pankuzu ul li:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 35%;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #002060;
    border-right: 2px solid #002060;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.pankuzu ul li.pk-thispage:after {
    content: none;
}
div.pankuzu ul li a {
	color: #333;
	text-decoration: underline;
}
div.pankuzu ul li a:visited {
	color: #881188;
}

div.pankuzu ul li a:hover,
div.pankuzu ul li a:active {
	color: #C40000;
	text-decoration: none;
}

/* ------------------------サブナビ------------------------ */
/* ▽サブナビ共通▽ */
div.lobgbox {
	margin: 0;
	padding: 0;
}
div.lobgbox h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 115%;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	background-color: #3F92B7;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
div.lobgbox h2 span {
	display: block;
	margin: 0;
	padding: 15px 8px;
}

/* ▽サブナビゲーション▽ */
div.lobgbox {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

div.lobgbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #b3b3b3;
	border-top: 0;
	background: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

div.lobgbox li {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #b3b3b3;
}
div.lobgbox li:last-child {
	border-bottom: none;
}
div.lobgbox li a {
	display: block;
	padding: 10px 10px 10px 50px;
	background-image: url(/images/icon_content.png);
    background-repeat: no-repeat;
    background-position: 15px 17px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
    text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	color: #333;
}
div.lobgbox li a[href$="index.html"] {
	background-image: url(/images/icon_index.png) !important;
}
div.lobgbox li a span.sblock {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: none;
}
div.lobgbox li a span.sblock.arrow1:before {
	content: none;
}
div.lobgbox li span.sblock {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-color: #EFEEEE;
	z-index: 2;
}
div.lobgbox li span.sblock.arrow1:before {
	left: 18px;
	top: 23px;
	right: auto;
	bottom: auto;
}
div.lobgbox li a:hover,div.lobgbox li a:active {
    background-color: #EFEEEE;
}

div.lobgbox li:last-child a, div.lobgbox li:last-child span.sblock {
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

div.lobgbox p.message {
	margin: 3px 5px 10px 8px;
}

/* ▽お気に入り▽ */
div#lobookmark {
	margin: 0 0 20px 0;
	padding: 0;
}
#tmp_mymenu{
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #b3b3b3;
	border-top: 0;
	background: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#tmp_mymenu_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
#tmp_mymenu_list ul li {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #b3b3b3;
}
#tmp_mymenu_list li a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-image: url(/images/icon_favorite.png);
	background-repeat: no-repeat;
	background-position: 15px 17px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#tmp_mymenu_list li a:hover,#tmp_mymenu_list li a:active {
    background-color: #EFEEEE;
}
#tmp_mymenu_list li:last-child a, #tmp_mymenu_list li:last-child span.sblock {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tmp_mymenu_btnlist {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	padding: 20px;
}
/* 登録・編集ボタン */
div#tmp_mymenu_status,
div.bookmarkbox{
	margin: 0;
	padding: 0;
}

div#tmp_mymenu_status p.mymenu_entry_btn {
	padding:0;
	border:none;
}
div#tmp_mymenu_status p.mymenu_entry_btn a,
div#tmp_mymenu_status p,
div.bookmarkbox a{
	position: relative;
	display: block;
	margin: 0 20px 0 0;
	padding: 13px 20px;
	width: 120px;
	line-height: 1.0;
	border: solid 2px #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	z-index: 2;
	color: #333;
}
div.bookmarkbox a{
	margin: 0; 
}
div#tmp_mymenu_status p.mymenu_entry_btn a:hover,
div#tmp_mymenu_status p.mymenu_entry_btn a:active,
div.bookmarkbox a:hover,div.bookmarkbox a:active {
    background-color: #EFEEEE;
}

div#tmp_mymenu_status p.mymenu_entry_btn a:before,
div.bookmarkbox a:before{
	left: auto;
    right: 15px;
    top: 40%;
    bottom: auto;
}

#tmp_mymenu_list p{
	margin: 0;
	padding: 10px; 
}
p.mymenu_delete_btn {
	margin-left: 15px;
}

/* ▽よくある質問▽ */
.lojoho {
	margin: 0;
	padding: 0;
	width: 100%;
}
a.lojoho_link {
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 10px 20px 70px;
	line-height: 1.0;
	font-size: 110%;
	font-weight: 600;
	color: #125488;
	border: 3px solid #3F92B7;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	background-image: url("/images/icon_faq.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-background-size: 32px;
	-moz-background-size: 32px;
	background-size: 32px;
	-webkit-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	box-sizing: border-box;
}
a.lojoho_link:hover{
	background-color: #EFEEEE;
}

/* ------------------------ インデックスパーツ ------------------------ */

/* 第2階層新着情報エリア */
div.newinfo-box {
	width: calc(100% - 120px);
	margin: 0 0 60px;
	padding: 60px;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}
h2.newinfo-title{
	margin: 0 0 30px;
	padding: 0;
	color: #125488;
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
}
h2.newinfo-title span{
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
h2.newinfo-title span:before,
h2.newinfo-title span:after{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	left: 0;
	width: 30px;
	height: 3px;
	background: #125488;
}
h2.newinfo-title span:after{
	left: auto;
	right: 0;
}
div.newinfo-box ul {
	margin: 0;
	padding: 0;
}
div.newinfo-box ul li{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	padding: 1.4em 0;
	margin: 0;
	border-bottom: solid 1px #999;
	line-height: 1.5;
}
div.newinfo-box ul.info-list li a{
	display: inline;
	width: 100%;
	text-decoration: none;
	margin: 0;
}
div.newinfo-box ul li a:hover,
div.newinfo-box ul li a:active {
	color: #C40000;
}
div.newinfo-box ul span.date{
	display: inline-block;
	min-width: 180px;
	padding: 0;
}
div.newinfo-box ul.info-list li span.title{
	display: block;
	width: calc(100% - 180px);
	margin: 0;
}
div.ichiran-link{
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
}
div.ichiran-link a {
	text-decoration: none;
	color: #333;
}
div.ichiran-link a:visited {
	color: #881188;
}
div.ichiran-link a:hover,
div.ichiran-link a:active {
	color: #C40000;
}
div.ichiran-link a:before{
	top: 10px;
}


/* 2列用メニューリスト（子・孫） */
div.menulist {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
div.m-box2 {
	position: relative;
	margin: 0 40px 60px 0;
	padding: 0;
	width: calc(50% - 20px);
}
div.m-box2:nth-child(2n) {
	margin: 0 0 40px 0;
}
div.m-title {
	margin: 0 0 10px;
	background: #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.m-title h2.nextpage {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 120%;
	line-height: 1.5;
}
div.m-title h2.nextpage a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 50px 15px 20px;
	color: #fff;
	text-decoration: none;
}
div.m-title h2.nextpage a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 41%;
    bottom: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.m-box2 .menu_box {
	display: block;
	padding: 0 10px;
}
div.m-box2 .ichiran {
	position: relative;
	margin: 30px 0 10px;
	padding: 0;
	color:  #002060;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: center;
}
div.m-box2 .ichiran .grade {
	margin: 0 auto;
	min-width: 306px;
	max-width: calc(80% + 6px);
	width: auto;
	display: inline-block;
}
div.m-box2 .ichiran a {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 300px;
	max-width: 100%;
	margin: 3px;
	padding: 12px 40px 12px 20px;
	line-height: 1.5;
	box-sizing: border-box;
	border:none;
	text-align: left;
}

div.m-box2 .ichiran a.arrow1:before {
    right: 25px;
    top: 42%;
    bottom: auto;
}
div.m-box2 .ichiran a:hover,
div.m-box2 .ichiran a:focus,
div.m-box2 .ichiran a:active {
	background-color: #F5F5F5;
}

/* 3列メニューリスト */
div.m-box3 {
	position: relative;
	margin: 0 30px 40px 0;
	padding: 0;
	width: calc(33.3% - 30px);
}
div.m-box3:nth-child(3n) {
	margin: 0 0 40px 0;
}
div.m-box3 h2.nextpage a{
	padding: 15px 40px 15px 20px;
}

/* メニュー用リスト共通 */
ul.site-li, ul.norcor, ul.info-list{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
ul.site-li{
	margin: 0;
}
ul.site-li li, ul.norcor li, ul.info-list li{
	margin: 0;
	padding: 1.0em 0;
	border-bottom: dashed 1px #b3b3b3;
	line-height: 1.5;
}
ul.site-li li a, ul.norcor li a, ul.info-list li a{
	display: inline-block;
	padding: 0 0 0 40px;
	background-image: url(/images/icon_content.png);
    background-repeat: no-repeat;
    background-position: 10px 0.3em;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
    text-decoration: none;
    color: #333;
}
ul.site-li li a[href$="index.html"],
ul.norcor li a[href$="index.html"]{
	background-image: url(/images/icon_index.png) !important;
}
ul.site-li li a:visited,
ul.norcor li a:visited, 
ul.info-list li a:visited {
    color: #881188;
}
ul.site-li li a:hover, ul.site-li li a:active,
ul.norcor li a:hover, ul.norcor a:active,
ul.info-list li a:hover, ul.info-list a:active {
    color: #C40000;
}


/* 全新着リスト */
ul.info-list li{
	display: block;
	padding: 1.0em 20px;
}
ul.info-list li a{
	display: inline;
	margin: 0;
	padding: 0;
	background-image: none;
}
ul.info-list li span.date{
	display: inline-block;
	min-width: 150px; 
}
ul.info-list li span.title {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}
ul.info-list li span.categoryicon {
	display: inline-block;
}
ul.info-list li span.categoryicon a {
	display: block;
	margin: 0;
	padding: 5px 13px 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #3F92B7;
	font-size: 90%;
    min-width: 130px;
	color: #fff;
	line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}
ul.info-list li span.categoryicon a:hover,
ul.info-list li span.categoryicon a:active {
    text-decoration: underline;
}
ul.info-list li span.categoryicon.customer a{
	background-color: #1AA59C;
}
ul.info-list li span.categoryicon.business a {
	background-color: #125488;
}

/* カテゴリリスト（日付タイトル横並び） */
ul.info-list.cate_list li{
	display:-webkit-box; display:-ms-flexbox; display:flex;
}
ul.info-list.cate_list li span.date{
	display: block;
	width: 180px; 
}
ul.info-list.cate_list li span.title{
	display: block;
	width: calc(100% - 180px);
	margin: 0;
}
ul.info-list.cate_list li a{
	display: inline;
	margin: 0;
}

/* ------------------------テンプレート用共通------------------------ */
/* 更新日 */
div.update {
	margin: -20px 0 20px;
	padding: 0;
}
div.update p {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 2.0;
}

/* ▽===== リンクパーツ =====▽ */
/* 内部リンク */
p.innerLink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/icon_inLink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
/* 外部リンク */
p.externalLink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/icon_outLink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
/* ファイルのダウンロード */
p.filelink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/icon_dlLink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
/* リンク説明用スタイル */
p.linktxt {
	margin: 0 0 10px;
	padding: 0 0 0 1.7em;
}
img.img-guidance {
	margin: 0!important;
	padding: 0!important;
	width: 0!important;
	height: 0!important;
}

/* ページ内ジャンプ */
ul.linkjump {
	margin: 30px 0 30px;
	padding: 0;
	list-style: none;
}
ul.linkjump li {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	white-space: wrap;
}
ul.linkjump li a {
	display: block;
	margin: 0;
	padding: 7px 20px 7px 40px;
	line-height: 1.5;
	background: #fff;
	border: solid 1px #3F92B7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	white-space: wrap;
	background-image: url(/images/icon_pageLink.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

/* ▽===== 画像パーツ =====▽ */
div.img-area {
	margin: 40px 0;
	padding: 0;
}
div.img-area p {
	background-color: transparent;
}
div.img-area span {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.img-center {
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
}
.img-left {
    float: left;
	margin: 0 30px 40px 0;
    padding: 0;
    text-align: center;
    display: table;
    min-width: 60px;
}
.img-right {
    float: right;
	margin: 0 0 40px 30px;
    padding: 0;
    text-align: center;
}
.img-only {
	margin: 0 0 40px;
    padding: 0;
}
.img-only img,
.img-left img,
.img-center img,
.img-right img{
    margin: 0 0 10px;
    padding: 0;
}

/* 画像＋文章回りこみ */
div.img-area-l,
div.img-area-r {
	margin: 40px 0;
	padding: 0;
}
div.img-area-l p.imglink-txt-left,
div.img-area-r p.imglink-txt-right{
	float: left;
	display: block;
	max-width: 50%;
	margin: 0 30px 10px 0;
	padding: 0;
	text-align: center;
}
div.img-area-r p.imglink-txt-right{
	float: right;
	margin: 0 0 10px 30px;
}
div.img-area-l p.imglink-txt-left img,
div.img-area-r p.imglink-txt-right img{
	margin: 0 0 10px;
	padding: 0;
}
div.img-area-l p.imglink-txt-left span,
div.img-area-r p.imglink-txt-right span{
	display: block;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.3;
}

/* 画像エリア内のmargin調整 */
.img-area .img-left,
.img-area .img-right{
	margin: 0;
}

/* 画像エリア内floatのclear */
.ClearFloat + .img-left,
.ClearFloat + .img-right{
	margin-top: 40px;
}

.img-area:after,
.img-area-l:after,
.img-area-r:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
/* Hides from macIE \*/
* html .img-area {height: 1%;}
.img-area {display: block;}
/* End hide from macIE */

/* 画像リンク　横並び */
.img-flex-row {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	-webkit-box-align: start; align-items: flex-start;
}

/* 画像リンク　2個横並び */
p.imglink-side2 {
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: center;
}
.imglink-side2 img {
	margin: 0 0 10px 0;
}
.img-area p.imglink-side2:last-child {
	margin-right: 0;
}

/* 画像リンク　3個横並び */
div.img-area p.imglink-side3 {
	margin: 0 15px 10px 0;
	padding: 0;
	text-align: center;
}
p.imglink-side3 img {
	margin: 0 0 10px 0;
	padding: 0;
}
.img-area p.imglink-side3:last-child {
	margin-right: 0;
}


/* ▽===== 地図パーツ =====▽ */
div.map-area {
	margin: 40px 0 30px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.mapimg {
	float: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width: auto;
}
div.mapimg img {
	margin: 0 0 5px 0;
	padding: 0;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
div.map-area div.markernav,div.markernav img,div.h3bg,div.h4bg,div.map-area div.h4bg,div.map-area ul,div.map-area ol,
div.img-area-l div.h3bg,div.img-area-l div.h4bg,div.img-area-l ul,div.img-area-l ol,
div.img-area-r div.h3bg,div.img-area-r div.h4bg,div.img-area-r ul,div.img-area-r ol {
	overflow: hidden;
	_zoom: 1;
}
div.img-area-l div.h3bg,div.img-area-l div.h4bg,
div.img-area-r div.h3bg,div.img-area-r div.h4bg,
div.map-area div.h3bg,div.map-area div.h4bg {
	margin-top: 0;
}

div.map-area div.markernav,
div.img-area-l div.markernav {
	margin-left: 0;
	margin-bottom: 10px;
}

div.markernav img {
	vertical-align: middle;
}
div.map-area p {
	margin: 0;
}
div.img-area-l p,div.img-area-r p {
	margin-top: 0;
}
div.map-area ul,div.img-area-l ul,div.img-area-r ul {
	margin: 0 0 20px;
}
div.map-area ol,div.img-area-l ol,div.img-area-r ol,div.img-area-r ol {
	margin: 0 0 20px;
}


/* ▽===== お問い合わせ・評価パーツ =====▽ */
/* お問い合わせ先・評価共通 */
div.contact, form.feedback{
	margin: 40px 0;
	padding: 0;
}
div.contact{ 
	margin: 80px 0 40px; 
}
div.contact-title, div.fb-title {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #7AC9DF;
	background-color: #3F92B7;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
div.contact h2, form.feedback h2{
	margin: 0;
	padding: 0.45em 20px;
	font-size: 115%; 
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
}
div.contact-wrap, div.fb-wrap {
	margin: 0;
	padding: 30px 30px 15px;
	border: 2px solid #3F92B7;
	border-top: 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
div.contact p{
	margin: 0 0 .7em;
}
div.contact p.tanto {
	font-size: 110%;
	font-weight: 600;
}
div.contact p.mail{
	padding: 0 0 0 1.7em;
    background-image: url(/images/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 0 0.4em;	
}

/* 評価フォーム */
form.feedback fieldset {
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
}
form.feedback fieldset legend {
	margin: 0;
	padding: 0;
	width: 100%;
}
form.feedback h3 {
	position: relative;
	margin: 0 0 10px;
	padding: 0 10px 0 15px;
	font-weight: 600;
	font-size: 110%; 
	color: #125488;
	line-height: 1.5;
}
form.feedback h3:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 1.5em;
    background: #3F92B7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
form.feedback p {
	margin: 0 0 1em;
}
form.feedback div.fedd {
	margin: 0;
	padding: 0;
    font-size: 100%;
    clear: both;
}
form.feedback div.fedd p.fedd_list{
	margin:0;
	padding: 0;
	float: left;
}
form.feedback div.fedd input {
	margin: 0 12px 0 0;
	cursor: pointer;
}
form.feedback label {
	margin: 0 24px 0 0;
	padding: 0;
	cursor: pointer;
}
form.feedback div.submitbox {
	position: relative;
	width: 160px;
	margin: 0 auto 15px;
	padding: 0;
}
form.feedback div.submitbox:before{
	top: 18px;
	left: auto;
	right: 15px;
	z-index:5;
}
div.submitbox .fedbt {
    position: relative;
    display: block;
	margin: 0;
    padding: 8px 20px 8px 10px;
    width: 100%;
    max-width: 100%;
    border: 2px solid #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background-color: #fff;
    font-size: 100%;
    text-align: center;
	cursor: pointer;
	color: #333;
	font-weight: normal;
	font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
div.submitbox .fedbt:hover {
	background-color: #EFEEEE;
}


/* ▽===== その他パーツ =====▽ */
/* コンテンツ内のこのページの上へ戻る */
div.tothispage2 {
	margin: 10px 0;
	padding: 0;
	text-align: right;
}
div.tothispage2 a{
	display: inline-block;
	margin: 0;
	padding: 0 0 0 1.7em;
	text-align: right;
	background-image: url(/images/icon_pageTop.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	background-color: transparent;
}

/* Adobe Readerのダウンロード */
p.dladobereader {
	clear: both;
	margin: 40px 0 40px 0;
	padding: 10px 20px;
	border: 1px solid #3F92B7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
p.dladobereader img {
	margin-right: 5px;
	vertical-align: middle;
}

/* 文章コンポーネント内の調整 */
hr.ClearFloat {
	clear: both;
	display: block;
	border-width: 0;
	margin:0;
	padding:0;
}

div.b-line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;
}
div.wysiwyg_wp div.h2bg, div.wysiwyg_wp div.h3bg, div.wysiwyg_wp div.h4bg, div.wysiwyg_wp div.h5
div.wysiwyg_wp ul, div.wysiwyg_wp ol{
	overflow: hidden;
	_zoom: 1;
}

/* 汎用エリアパーツ余白調整 */
#main div:first-child,#main p:first-child,#main ul:first-child,#main ol:first-child,#main dl:first-child,
#main-nosub div:first-child,#main-nosub p:first-child,#main-nosub ul:first-child,#main ol:first-child,#main-nosub dl:first-child {
	margin-top:0;
}
div.update + div,div.update + p,div.update ul,div.update ol,div.update dl {
	margin-top:0;
}

/* ------------------------上部隠しエリア------------------------ */
/* 隠しメッセージ */
p.jsmessage {
	margin: 4px;
	padding: 0;
}

/* 隠しジャンプ */
div.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #999999;
	text-align: center;
}
#blockskip a {
	color: #999999;
	overflow: hidden;
}
.show {
	line-height: 1.5em !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
}

.show a {
	color: #000000 !important;
	line-height: 150% !important;
	font-size: 100% !important;
}


/* ------------------------組織で探すページ------------------------ */
/*top*/
.soshiki_top .m-box2 {
	width: 48.8%;
	margin: 0.7em 0 0.56em 10px;
}
.soshiki_top .h4bg {
	background-color: #F7F2EC;
	margin: 0;
	padding: 0.3em 0 0.3em 10px;
}
.soshiki_top h4 {
	background-color: transparent;
}

h3.soshikipage {
	padding: 3px 5px 3px 15px;
	border: 1px solid #CCCCCC;
	margin: 0;
	background-image: url(/images/c_icon_h3.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.35em;
	background-color: #F7F2EC;
	_height: 1%;

}
.soshiki-box {
	margin: 0 0 10px 0;
	font-size: 95%;
}
ul.soshiki-li {
	padding: 0;
	margin: 0 5px 0 0;
}
ul.soshiki-li li {
	margin: 0.3em 0 0 0.5em;
	padding: 3px 0 0 10px;
	background-image: url(/images/c_icon_snavi_li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.46em;
	font-size: 100%;
	_height: 1%;
}
a.soshiki-idx {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_idx.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}
a.soshiki-cont {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_cont.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}
/*住所*/
dl.soshiki-add dt {
	float: left;
	clear: left;
	margin: 0;
}
dl.soshiki-add dd {
	margin-left: 3em;
}

/* ------------------------iosのボタン装飾リセット設定------------------------ */

input[type="submit"] {
-webkit-appearance: none;
}

