@charset "UTF-8";

/* pc画面表示用スタイル */

/*  ------------------------基本、大枠設定------------------------  */
body {
	font-size: 100%;
}
div#baseall {
	width: 100%;
	padding: 60px 0 0;
}

/* ページ内リンクのずれ調整 */
html { scroll-padding-top: 60px; }


/* ------------------------共通タグの基本定義------------------------ */
div.h1bg h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 113%; padding: 0.43em 0 0.43em 30px;}
div.h3bg h3:before {
    left: 0;
    top: 0.43em;
    width: 14px;
    height: 14px;
}
div.h1bg div h1:after{ width: 20px; height: 20px; }
div.h3bg h3:after {
    left: 7px;
    top: 14px;
    width: 14px;
    height: 14px;
}
h4 { font-size: 105%; }
div.h4bg h4:before,div.h4bg h4:after {
	top: 0.4em;
    height: 1.1em;
}


/* ------------------------ヘッダー------------------------ */
.header_all .h_inner{
	width: calc(100% - 10px);
	max-width: calc(100% - 10px);
	margin: 0;
	padding: 0 0 0 10px;
	height: 60px;
}
.header_top .logo {
	max-width: calc(100% - 70px);
}
.header_top .h_logo img{  }
.header_top .h_logo img.smp{ display: block; height: 45px;  }
.header_top .h_logo img.pc{ display: none; }
/*.header_top .logo img {
	max-width: 100%;
	height: auto;
}*/
/* PC用 */
.menu_pc { display: none; }
.header_btm{ display: none; }


/* メニューボタン */
.menu_btn.smp { display:block; }
.naviMenu{
	position: relative;
	display: block;
	width: 64px;
	height: 60px;
	background-color: #002060;
	background-image:url('/images/smp_h_menu_open.png');
	background-repeat: no-repeat;
	-webkit-background-size: 26px;
	-moz-background-size: 26px;
	background-size: 26px;
	background-position: center 10px;

}
.naviMenu.open{
	background-image:url('/images/smp_h_menu_close.png');
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	background-size: 22px;
	z-index: 8;
}
.btn_txt {
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #fff;
	font-size: 88%;
	font-weight: 500;
	width: 100%;
	line-height: 1;
}

.is-fixed {
	height: 100%;
	overflow: hidden;
}

/* 開閉メニュー */
#h-menu{ 
	display: none;
	position: fixed;
    top: 60px;
    left: 0;
    padding: 20px;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 99; 
    background-color: rgba(245, 245, 245);
    box-sizing: border-box;
    
    overflow-y: scroll;
    -ms-overflow-style: none;
    
}
#h-menu .navi-box.smp{
	display: block;
	margin: 0 auto 0;
}
#h-menu .navi-box.smp h2{ 
	padding: 10px 0;
	margin: 20px 0 0; 
	background: #002060;
	font-size: 115%;
	font-weight: 500; 
	border-radius: 5px;
}
#h-menu .navi-box.smp h2 a.nbtn{
	position: relative;
	display: block;
	color: #fff!important;
	text-decoration: none;
	z-index: 2;
}
#h-menu .navi-box.smp .menu{
	display: none;
	padding: 20px 10px;
	background: #f7f7f7;
	border: 0.5px solid #ccc;
	border-top: 0;
}
#h-menu .navi-box.smp a.nbtn:before{ 
	content:"";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 10px; height: 8px; 
	background-image:url('/images/navi_arrow.png');
	background-repeat: no-repeat; 
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	background-size: contain; 
}
#h-menu .navi-box.smp a.nbtn.open:before{
	background-image:url('/images/navi_arrow_c.png');
}
/* サブメニューなしボタン */
#h-menu .navi-box.smp a.sub_menu_non:before{
	content: none;
}
/* End サブメニューなしボタン */

#h-menu ul.sub_menu {
	margin:0;
	padding: 0;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: start; justify-content: flex-start;
}
#h-menu li.dropmenu-box {
	width: calc( 50% - 8px);
	margin: 0 10px 10px 0;
	padding: 0;
}
#h-menu li.dropmenu-box a,
#h-menu li.dropmenu-box span.this_page,
#h-menu .sp_menu_ichiran a {
	position: relative;
	color: #202020;
	font-size: 100%;
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: 0;
	border: solid 1px #bbb;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 25px 5px 10px;
	box-sizing: border-box;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-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);
	text-align: left;
	text-decoration: none;
	line-height: 1.1;
	z-index: 2;
}
#h-menu li.dropmenu-box span.this_page {
	padding: 5px 10px 5px 10px;
}
#h-menu li.dropmenu-box:nth-of-type(2n) {
	margin-right: 6px;
}
#h-menu li.dropmenu-box a.arrow1:before,
#h-menu .sp_menu_ichiran a.arrow1:before  {
    right: 11px;
    top: 43%;
    bottom: auto;
}
#h-menu li.dropmenu-box span.this_page {
	background-color: #002060;
	color: #fff;
}
#h-menu .sp_menu_ichiran {
	width: calc( 100% - 6px);
	margin: 0 6px 10px 0;
	padding: 0;
}

div.header-search {
	padding: 15px 0;
}
form.key-search input.tbox {
	width: calc(100% - 60px);
	height: 40px;
}
form.key-search input.fedbt {
	font-size: 100%;
	height: 40px;
}
.placeholder {
	font-size: 100%;
	top: 6px;
}
.sns {
	padding: 15px 0;
}
.tool {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	padding: 30px 0 10px;
}
.tool img {
	width: 20px;
	height: auto;
	margin: 0 15px 0 0;
}
.tool span {
	padding: 3px 0 0;
}
.tool a {
	position: relative;
	color: #202020;
	font-size: 100%;
	width: 50%;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 15px;
	min-height:50px;
	border: solid 1px #bbb;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-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);
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tool a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 43%;
    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 {
 min-width: 100%;
}
div.pankuzu ul {
	width: 100%;
}


/* ------------------------コンテンツ大枠------------------------ */
/* コンテンツ大枠 */
div.wrap {
  min-width: 200px;
}
div.wrap_inner {
	margin: 20px 0 0;
	display: block;
}
div.wrap_inner_nosub {
	margin: 40px 0 0;
}
/* メインコンテンツ（サブナビなし） */
div#main-nosub {
  width: 100%;
}

/* メインコンテンツ */
div#main {
  width: 100%;
  margin: 0 0 20px;
}

/* ローカルナビゲーション */
div#localnavi {
  width: 100%;
  display: block;
}

th{ padding: 4px; font-size: 88%; }
td{ padding: 4px; font-size: 88%; }



/* ------------------------フッター------------------------ */
#footer {
	margin: 40px 0 0;
}
.footer_wp {
	display: block;
	margin: 0 auto;
	padding: 30px 20px;
	width: 100%;
	text-align: left;
}
.footer_logo {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.footer_logo img {
	/* width: 140px; */
	height: auto;
}
.footer_left {
	display: block;
	width: 100%;
}
.footer_address {
	margin: 0 0 30px;
	width: 100%;
	text-align: center;
}
.footer_right {
	margin: 0;
}
.footer_menu {
	margin: 0 auto;
}

.footer_menu li {
	width: calc(62% - 10px);
	margin-right: 10px; 
}
.footer_menu li:nth-of-type(2n) {
	width: calc(38% - 10px);
	margin-right: 10px; 
}
.footer_copy {
	padding: 10px 0;
}

@media only screen and (max-width: 510px) {
	.footer_menu {
		width: calc( 100% - 20px);
		-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
		margin: 0 10px;
	}
	.footer_menu li {
		width: calc( 100% - 20px);
		min-width: unset;
		margin-right: 20px; 
	}
	.footer_menu li:nth-of-type(2n) {
		width: calc( 100% - 20px);
		margin-right: 20px; 
	}
}

@media only screen and (max-width: 400px) {
	.footer_address {
		text-align: left;
	}
	.footer_menu {
		margin: 0;
	}
}

/* ページトップ */
div.page-top {
	right: 10px;
	bottom: 20px;
}
div.page-top a {
	width: 67px;
	height: 67px;
	padding: 0;
}
div.page-top a span{
	padding: 30px 0 0;
}
div.page-top a span:before {
	top: 14px;
	left: calc(50% - 2px);
	width: 15px;
	height: 15px;
}
div.page-top a:before {
	width: 60px;
	height: 60px;
}


/* ------------------------サブナビ------------------------ */
/* ▽サブナビゲーション▽ */
div#losubnavi {
	margin:0 0 40px 0;
	width: 100%;
}
div#losubnavi2 {
	width: 100%;
}
div#lobookmark {
	margin:0 0 40px 0;
}
div#tmp_mymenu_status p.mymenu_entry_btn a,
div.bookmarkbox a {
	padding: 10px 30px 10px 20px;
}
a.lojoho_link{
	-webkit-background-size: 24px;
	-moz-background-size: 24px;
	background-size: 24px;
	padding: 10px 10px 10px 60px
}

/* ------------------------テンプレート用共通------------------------ */

/* ▽地図エリア内▽ */
div.mapimg {
  text-align: center;
}
div.map-area iframe {
	width: 100%;
	height: 49vw;
	max-width: 100%;
	box-sizing: border-box;
}

/* 画像、画像リンク　左（文章回りこみ） */
div.img-area-l {
  margin: 20px 0 20px;
  /zoom: 1;
  overflow: hidden;
}
div.img-area-l p.imglink-txt-left {
  float: none;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 100%;
}


/* 画像、画像リンク　右（文章回りこみ） */
div.img-area-r {
  margin: 20px 0 20px;
  padding: 0;
  /zoom: 1;
  overflow: hidden;
}
div.img-area-r p.imglink-txt-right {
  float: none;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 100%;
}



/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
div.map-area div.markernav,div.markernav img,div.h3bg,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 {
	margin-top: 40px;
}
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 div.h3bg,
div.img-area-l div.h3bg {
  margin-left: 0;
}
div.map-area div.h4bg,
div.img-area-l div.h4bg {
  margin-left: 0;
}
div.map-area p,
div.img-area-l p {
  margin-left: 0;
}
div.map-area ul,
div.img-area-l ul {
  padding: 0;
}
div.map-area ol,
div.img-area-l ol {
  margin: 0.7em 5px 0.7em 0;
  padding: 0;
}
div.img-area-r ol {
  margin: 0.7em 5px 0.7em 10px;
  padding: 0;
}
div.map-area ol li,
div.img-area-l ol li,
div.img-area-r ol li {
  margin: 0 0 0 1.4em;
  padding: 0;
}
div.b-line {
  padding-bottom: 1em;
  border-bottom: 1px dotted #999999;
}

/* 画像エリア内 */
div.img-area {
	display: block;
	margin: 20px 0 20px
}


/*wysiwyg　パーツ画像*/
/* 画像リンク（1枚のみ） */
p.img-only {
  margin: 20px 0 20px;
  width: auto;
}

/* 画像リンク（センター） */
p.img-center {
  margin: 20px 0 20px;
  display: block;
  width: auto;
}

/* 画像リンク（左右） */
p.img-left,p.img-right {
  margin: 20px 0 20px;
  float: none;
  display: block;
  width: auto;
}
p.img-left img,
p.img-right img {
    margin: 0 0 10px 0;
}
p.img-left span,
p.img-right span {
    margin: 0 0 10px 0;
}

/* 画像パーツ単体 */
.img-area p.img-center {
	margin: 0 auto 10px;
}
.img-area p.img-left,
.img-area p.img-right {
	margin: 0 auto 10px;
}

.img-area p.img-center img,
.img-area p.img-left img,
.img-area p.img-right img {
	margin: 0 0 10px;
	padding: 0;
}

/* 画像リンク　サイドエリア用 */
p.lr-img {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1%;
  line-height: 1%;
  background-color: transparent;
}
div.lobgbox p.lr-img {
  margin: 0 0 0 7px;
  padding: 3px 0 3px 0;
  font-size: 1%;
  line-height: 1%;
  background-image: none;
}

/* 画像リンク　横並び大枠 */
.img-flex-row {
	display: block;
}

/* 画像リンク　2個横並び */
p.imglink-side2 {
  float: none;
  margin: 0 auto 20px;
}

/* 画像リンク　3個横並び */
div.img-area p.imglink-side3 {
  float: none;
  margin: 0 auto 20px;
}

/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
  float: none;
  margin: 0 auto 20px;
  text-align: center;
}


/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
  float: none;
  margin: 0 auto 20px;
}

/* サムネイルリンク　3個横並び */
div.thumb-side3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 212px;
}
div.thumb-side3 p {
  margin: 0.56em 0 0.1em 0;
  padding: 0;
}
div.thumb-side3 img {
  margin: 0 10px 5px 10px;
  padding: 0;
}
div.thumb-side3 span {
  margin: 0 10px 0 12px;
  padding: 0;
}
div.thumb-side3 p.pagelinkin {
  margin: 0.56em 10px 0.1em 10px;
  padding: 3px 0 1px 20px;
}
div.thumb-side3 p.filelink {
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 15px;
  background-position: 2px 0.2em;
}
div.thumb-side3 img.img-guidance {
  margin: 0;
  padding: 0;
}

/* ファイルのダウンロード */
p.filelink {
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
}
img.img-guidance {
  margin: 0;
  padding: 0;
}

/* 内部ページリンクスタイル（新式） */
p.innerLink {
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
}
/* 新規ウインドウ用ページリンクスタイル */
p.newWindow {
  padding: 3px 0 1px 19px;
}

/* 外部ページリンクスタイル（新式） */
p.externalLink {
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
}
/* ページ内ジャンプ */
ul.linkjump li a:after,ul.linkjump2 li a:after {
	top: 12px;
}

/* コンテンツ内のこのページの上へ戻る */
div.tothispage2 div {
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
}

/* コーナー用 */
ul.norcor {
	margin: 0 0 20px;
}

/* コーナー用（横） */
ul.norcor-side {
  margin: 0.5em 10px 0 11px;
  padding: 0;
}
ul.norcor-side li {
  float: left;
  margin: 0 0 0.6em 0;
  padding: 0 12px 0 14px;
  line-height: 110%;
  white-space: nowrap;
  border-right: 1px solid #999999;
  background-color: transparent;
  background-image: none;
}

/* イベント終了アイコン */
img.eventend {
  margin: 4px 0 4px 40px;
  vertical-align: middle;
}

/* テキスト右寄せ */
p.txt-right {
  padding-right: 5px;
  text-align: right;
}

/* ▽イメージマップ▽ */
p.mapimglink {
  margin: 15px 0 15px 0;
  padding: 0;
}

/* ▽youtube動画埋め込み▽ */
p iframe {
  width: 95%;
  height: 49vw;
}


/* お問い合わせ先 */
div.contact {
	margin: 40px 0;
	border: solid 1px #002060;
}
div.contact-title {
	margin: 0 0 20px;
}
div.contact p {
	margin: 0 20px 20px;
}
div.contact p.tanto {
	margin: 0 20px 30px;
}

/* 日付リスト */
ul.info-list {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.info-list li {
	padding: 1em 0;
}
ul.info-list .date {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
ul.info-list li span {
  display: block;
  margin: 0;
  _height: 1%;
}

/* 次階層新着情報エリア */
div.newinfo-box {
	margin: 40px 0 60px;
}
div.newinfo-box > p{ padding: 0 20px; }
div.newinfo-box ul.info-list {
	padding: 10px 20px 10px;
}
div.ichiran-link {
    padding: 10px 60px 10px 20px;
}

/* よく利用されている情報 */
.useful_info {
	margin: 0 0 45px;
}
.useful_info h2{
	padding: 10px 0 10px 30px;
	font-size: 125%;
}
.useful_info h2:before {
	top: 0.6em;
    width: 14px;
    height: 14px;
}
.useful_info h2:after {
	top: 0.95em;
	left: 7px;
    width: 14px;
    height: 14px;
}
.useful_info li.item {
	/*width: calc( 50% - 10px);
	margin: 0 5px 10px;*/
}

/* 枠レイアウト2列用（見出し、画像、文章等付） */
div.box-area {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
div.box-side2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 49.8%;
}
div.box-side2 h2.nextpage {
  clear: both;
  margin: 0 10px 0 0;
  padding: 5px 20px 0 6px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_bg_shadow_top.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  _height: 1%;
}
div.box-side2 div.img-area-r {
  margin: 0.2em 0 0 0;
}
div.box-side2 p {
  margin: 0.56em 10px 0.1em 10px;
  background-color: transparent;
}
div.box-side2 p.img-txt-right img {
  margin: 1em 14px 5px 10px;
}

/* メニュー見出し共通 */
div#main div.m-title h2.nextpage a,
div#main-nosub div.m-title h2.nextpage a {
	padding: 15px 40px 15px 20px;
}

/* メニュー用枠 */
div.menulist {
	display: block;
}

/* 2列用枠内 開閉メニューあり */
div.m-box2 {
  width: 100%;
  margin: 0 0 30px 0;
}
div.m-box2:nth-child(2n) {
  margin: 0 0 30px 0;
}
div.m-box2 .m-title:after {
	top: 20px;
	right: 20px;
}
div.m-box2 .m-title.close:after {
	right: 20px;
}
div.m-box2 .ichiran .grade {
	min-width: unset;
	max-width: 100%;
}
div.m-box2 .ichiran a {
	min-width: unset;
	max-width: 100%;
}
/* 3列用枠内 */
div.m-box3 {
  width: 100%;
  margin: 0 0 40px 0;
}

/* メニュー用リスト */
p.site-li {
  margin: 0.3em 5px 0.1em 9px;
  padding: 1px 6px 3px 20px;
  background-image: url(/images/c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  _height: 1%;
}

div.menulist div.img-area-l {
  margin: 0.56em 0 0 0;
  padding: 0 5px 0 10px;
  /zoom: 1;
  overflow: hidden;
}

/* 小見出し付サムネイル3連 */
div.thumblist {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
div.thumblist div.m-box3 p {
  clear: both;
  margin: 0.56em 5px 0.1em 7px;
  padding: 0;
}
div.m-title h3.nextpage {
  margin: 0;
  padding: 6px 5px 4px 22px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 10px 0.8em;
  _height: 1%;
}

/* ▽左右画像テキストエリア▽ */
div.imgtxtbox {
  margin: 0 0 0 10px;
  padding: 0;
  /zoom: 1;
  overflow: hidden;
}
div.img-left {
  float: left;
  margin: 0;
  padding: 0;
}
div.txt-right {
  margin: 0;
  padding: 0 2px 0 0;
  overflow: hidden;
  _zoom: 1;
}
div.txt-right p {
  font-size: 80%;
}
div.img-right {
  float: right;
  margin: 0;
  padding: 0 7px 0 0;
}
div.txt-left {
  margin: 0;
  padding: 0;
  overflow: hidden;
  _zoom: 1;
}
div.txt-right p {
  font-size: 80%;
}

/* ▽地図▽ */
p.imagemap {
  margin: 8px 0 8px 0;
  padding: 0;
  text-align: center;
}

/* 緊急エリア */
div.kinkyu-box {
  clear: both;
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  background-repeat: repeat-y;
  background-position: 0 0;
  _height: 1%;
}
div.kinkyu-box h2 {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  _height: 1%;
}
div.kinkyu-box h2 img {
  margin: 0;
  padding: 0;
}
div.kinkyu-box div.h3bg div {
  padding: 0 0 0 10px;
  border-bottom: none;
  background-image: url(/images/t_icon_h3_kinkyu.gif) !important;
}
div.kinkyu-box h4 {
  color: #222222;
}
div.kinkyu-box ul li {
  background-image: url(/images/t_icon_li_kinkyu.gif);
}

/* 動画3連 */
div.movelist {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
div.movelist div.m-title {
  clear: both;
  margin: 0 10px 0.5em 0;
  padding: 0;
  border: 1px solid #CCCCCC;
}
div.movelist div.m-title div {
  margin: 0;
  padding: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F9F7F5;
  background-image: url(/images/s_t_ma_bg_h3.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  _height: 1%;
}
div.movelist div.m-title h3 {
  margin: 0;
  padding: 7px 5px 3px 35px;
  border-bottom: none;
  color: #222222;
  background-color: transparent;
  background-image: url(/images/s_t_ma_icon_h3.gif);
  background-repeat: no-repeat;
  background-position: 5px 0.14em;
  _height: 1%;
}
div.movelist p {
  clear: both;
  margin: 0.56em 5px 0.3em 7px;
  padding: 0;
  width: 192px;
  background-image: url(/images/s_t_ma_bg_film_bottom.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  _height: 1%;
}
div.movelist p span.film {
  margin: 0 0 2px 0;
  padding: 15px 0 15px 0;
  display: block;
  background-image: url(/images/s_t_ma_bg_film_top.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  _height: 1%;
}
div.movelist p.pagelinkin {
  margin: 0.3em 0 0.1em 7px;
  padding: 0 20px 2px 16px;
  background-image: url(/images/c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 4px 0.36em;
  width: auto;
}
div.movelist p.pagelinkout {
  margin: 0.3em 0 0.1em 7px;
  padding: 0 20px 2px 16px;
  background-image: url(/images/c_icon_outlink.png);
  background-repeat: no-repeat;
  background-position: 0 0.26em;
  width: auto;
}
div.movelist div.m-box3 div.ichiran-all div {
  padding: 2px 17px 0 10px;
}

/* 広告エリア */
div.kokoku {
  clear: both;
  margin: 0 10px 6px 10px;
  padding: 0;
  border: 1px solid #CCCCCC;
  _height: 1%;
}
div.kokoku div.kokoku-title {
  margin: 0 5px 0 5px;
  padding: 0;
  border-bottom: 6px solid #E6E6E6;
  _height: 1%;
}
div.kokoku h2 {
  float: left;
  margin: 0;
  padding: 4px 0 3px 1px;
  font-size: 1%;
  line-height: 1%;
  border: none;
}
div.kokoku p {
  float: right;
  display: block;
  margin: 0;
  padding: 7px 5px 0 20px;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 0 0.6em;
  line-height: 1.4em;
  font-size: 90%;
}
div.kokoku ul {
  margin: 10px 0 5px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
div.kokoku ul li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1%;
  line-height: 1%;
  width: auto;
  height: 70px;
  list-style-type: none;
  list-style-image: none;
  background-color: transparent;
  background-image: none;
}
div.kokoku ul li.pagelinkbt {
  padding: 0 0 0 18px;
  border-bottom: none;
}

/* ソーシャルメディア */
div.socialmedia {
  clear: both;
  margin: 10px 0 10px 0;
  padding: 0;
}
div.sp_box {
  float: right;
  margin: 0;
  padding: 5px 0 0 15px;
  background-color:#FFFFFF;
}
div#facebook_like {
  float: left;
  margin: 0;
  padding: 0;
}
div#facebook_like iframe {
  width: 120px !important;
}
div#twitter {
  float: left;
  margin: 0;
  padding: 0;
}
div#twitter iframe {
  width: 100px !important;
}

/* フィードバック */
form.feedback {
	margin: 40px 0 20px;
	border: solid 2px #002060;
}
div#main form.feedback h2, div#main-nosub form.feedback h2 {
	margin: 0 0 20px;
}
form.feedback h3 {
	padding: 0.43em 0 0.43em 30px;
}
form.feedback h3:before {
    left: 0;
    top: 0.43em;
    width: 16px;
    height: 16px;
}
form.feedback h3:after {
    left: 8px;
    top: 16px;
    width: 16px;
    height: 16px;
}
form.feedback p {
	margin :0 20px 10px;
}
form.feedback fieldset {
	margin : 0 20px 20px;
}
div.submitbox {
	padding: 0 20px;
}

/* ------------------------上部隠しエリア------------------------ */
/* 隠しメッセージ */
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;
}


/* ------------------------カレンダー------------------------------------- */
table#calendarlist p img {
	width: auto;
	height: 18px;
}
table#calendarlist p span {

/* ------------------------iosのボタン装飾リセット設定------------------------ */

input[type="submit"] {
-webkit-appearance: none;
}