/*
Theme Name: 福岡県テンプレート
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/*------------------------------------------
                Common
------------------------------------------*/
/* アイコン */
.rss:after{
	content: '\f143';
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 1.6rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #103aa5;	
	margin-left: 15px;
}


.question:before{
	content: '\51';
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 1.6rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4a99db;	
	margin-right: 15px;
}

.ex_link:before{
	content: '\f0c1';
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 1.2rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #103aa5;	
	margin-right: 15px;
}


/* link */
a:link { color: #000000;}
a:visited { color: #000000; }
a:hover { color: #333333;  text-decoration: underline;}
a:active { color: #000000; }


.ex_link a:link { color: #103aa5;}
.ex_link a:visited { color: #103aa5; }
.ex_link a:hover { color: #103aa5;  text-decoration: underline;}
.ex_link a:active { color: #103aa5; }


.h3_wbg {
	background: #fff;
	padding: 10px;
	font-size: 1.4rem;
}

.ex_bg {
	background: #ededed;
	padding: 30px;
	margin: 0 10px;
	border-radius: 10px;
}


/* ヘッダーロゴ横 検索 */
@media (min-width: 992px) {

.header_scrolled .site-header-logo {
    display: block;
    position: absolute;
    padding-top: 10px;
}

.site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
    width: auto;
}

.header_scrolled .site-header-logo img {
    width: auto;
}

.header_scrolled .site-header .global-nav {
    margin-right: 0;
}
}

/* ヘッダーロゴを非表示*/
.headerSearch {
	padding-top: 20px;
	width: 300px;
	float: right;
}

/*------------------------------------------
ヘッダー検索窓
------------------------------------------*/
.fukuoka-search-wrapper {
  max-width: 405px;
}

.fukuoka-search-form {
  display: flex;
  background-color: #e7e7e7;
  border-radius: 0;
  overflow: hidden;
  height: 36px;
}

.fukuoka-search-form input[type="text"] {
  flex: 1;
  padding: 0 0.75em;
  font-size: 1rem;
  border: none;
  background: transparent;
  outline: none;
  line-height: 36px;  /* ← 高さと合わせて中央に見せる */
  height: 36px;        /* ← ボックス自体の高さも揃える */
}

.fukuoka-search-form button {
  background-color: #174ca1;
  border: none;
  color: #fff;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;    /* ← 縦中央 */
  justify-content: center;/* ← 横中央 */
  cursor: pointer;
  padding: 0;
}

.fukuoka-search-form button i {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 0;
}


.fukuoka-search-note {
  font-size: 0.8rem;
  color: #333;
  margin-top: 4px;
  text-align: right;
}


/* グローバルナビ部分をウィンドウ全幅に拡張 */
.site-header--layout--sub-active  {
  width: 100vw;
  max-width: 100%;
  left: 0;
  right: 0;
  position: relative;
  background-color: #fff !important; /* 好きな色に変更OK */
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.haeadNav > .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}


/*ハンバーガー*/
.vk-mobile-nav-menu-btn {
border: none;
}

.vk-mobile-nav-menu-btn.menu-open {
border: none;
}

/*開閉時ハンバーガー*/
@media (max-width: 1200px) {
.vk-menu-acc .acc-btn {
border: none;
background: var(--vk-menu-acc-icon-open-black-bg-src) right 50% no-repeat;
width:100%;
right: 0;
top: 0;
height: calc( 24px + 1.4em );
background-size: 25px;
}

.vk-menu-acc .acc-btn-close {
background: var(--vk-menu-acc-icon-close-black-bg-src) right 50% no-repeat;
background-size: 25px;
}
}


/* ページヘッダー */
.page-header {
    /* 文字色 */
    color: #000000;
    /* 背景画像 */
    background: url(https://odcs.bodik.jp/400009/wp-content/uploads/sites/381/2025/07/mv.png) no-repeat 50% center;
    background-size: cover;
    min-height: 9rem;
    /*font-family: Hiragino Mincho ProN,"游明朝",serif;*/
}

.page-header .page-header-title{
	text-align: center;
	font-size: 1.6rem;
}


/* 前の記事 次の記事 */
.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}


/*------------------------------------------
                TOP PAGE
------------------------------------------*/

/*------------------------------------------
新着のデータセット 
人気のデータセット 
------------------------------------------*/

/* データセットリストの基本的なスタイル */
.popular-dataset-list,
.new-dataset-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-dataset-item,
.new-dataset-item {
  padding: 17px 0;
  border-bottom: 1px solid #f2f2f2;
}

.popular-dataset-item:last-child,
.new-dataset-item:last-child {
    border-bottom: none; /* 最後の項目は下線なし */
}

.popular-dataset-date,
.new-dataset-date {
  font-size: 1rem;
  color: #333;
  margin: 0 0 2px 0;
  display: block;
}

.popular-dataset-title a,
.new-dataset-title a {
  color: #000;
  text-decoration: underline;
}

.popular-dataset-title a:hover,
.new-dataset-title a:hover {
  text-decoration: underline;
}


/*------------------------------------------
オープンデータボタン（縦積み）
------------------------------------------*/
.od-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 420px;
  margin: 2rem auto;
}

.od-btn {
  display: block;
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid #000;
  background-color: #f5f5f5;
  color: #000;
}


/* ホバー時の視覚変化 */
.od-btn:hover {
  filter: brightness(90%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/*------------------------------------------
トップページRSS
------------------------------------------*/
.wp-block-rss__item a:link { color: #000000; text-decoration: underline;}
.wp-block-rss__item a:visited { color: #000000; }
.wp-block-rss__item a:hover { color: #333333; }
.wp-block-rss__item a:active { color: #000000; }

.wp-block-rss__item-publish-date {
	order: 1;
	background: #e7e7e7;
	padding: 5px;
	color: #000;
	border-radius: 5px;
}

.wp-block-rss__item-title {
	order: 2; 
}

.wp-block-rss__item-publish-date:before{
	display: none;	
}
/* RSS日付 */
.wp-block-rss__item-publish-date {
  font-size: 1rem;
  color: #333;
  margin: 0 0 2px 0;
	padding: 0 !important;
 background: none !important;
}


/*------------------------------------------
メインビジュアル部分
------------------------------------------*/
.top_logo {
	font-size: 1.2rem;
	letter-spacing:  0.12em;
	color: #000;
	text-align: center;
}

.top_lead {
	color: #000;
}


.entry-meta-item-author {
	display: none;
}

@media screen and (max-width: 559px) {
		.haeadNav {
			display: none;
	}
}



/*------------------------------------------
                Header
------------------------------------------*/
@media (min-width: 992px){
.navbar-header {
    float: none;
}

.navbar-brand {
    text-align: center;
    float: none;
}

.navbar-brand img {
    display: inline;
    text-align: center;
}

ul.gMenu {
    float: none;
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

}


/* サイトロゴとヘッダーナビを縦に積む */
div#site-header-container {
  display: block;
}

/* ヘッダーナビをコンテンツ幅いっぱいに広げる */
body:not(.header_scrolled) .global-nav--layout--float-right {
  display: block;
  width: 100%;	
}
.global-nav-list {
  justify-content: space-between;
  width: 100%;
}

/* モバイルではヘッダーメニューを非表示とする */
@media (max-width: 991.98px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    display: none;
  }
}

.global-nav-list li a:link { background-color: #103aa6; color:#fff; }
.global-nav-list li a:visited { background-color: #103aa6; color:#fff; }
.global-nav-list li a:hover { background-color: #4a99db; color:#fff; }
.global-nav-list li a:active { background-color: #103aa6; color:#fff; }



/*コンテンツの表示幅を変更*/
.container{
	max-width:1280px;
}

.page-header-title {
	text-align: left;
}

/* ぱんくず */
.breadcrumb-list i{ display: none; }


/* 検索 */
.search_header{
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 3px 10px;
  height: 3em;
  width: 300px;
  overflow: hidden;
  background: #e7e7e7;
}
.search_header input[type="text"]{
  border: none;
  height: 2.4em;
  background: #e7e7e7;
}
.search_header input[type="text"]:focus {
  outline: 0;
}
.search_header input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #103aa5;
  position: absolute;
  height: 3em;
  right: 0;
  top: -7px;
  outline : none;
	padding: 0 20px;
}
.search_header ::-webkit-input-placeholder {
  color: #fff;
}


/*------------------------------------------
       上に戻るボタンカスタマイズ
------------------------------------------*/

.page_top_btn {
width: 60px;
height: 58px;
background:#4a99db;

/*ボタンの丸み*/
border-radius: 50%;
background-image: var(--ver_page_top_button_url);

/*ボタンの中の画像サイズと位置など*/
background-size:50%;
background-repeat: no-repeat;
background-position: center;
/*シャドウ効果なし*/
 box-shadow: none;
}


/*------------------------------------------
       活用事例リスト
------------------------------------------*/
ul.ex  {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.ex li {
    border-bottom:1px solid #e7e7e7;
	list-style: none;
    padding: 10px 0px 20px 0;
}

.ex a:link { color: #000000; text-decoration: underline;}
.ex a:visited { color: #000000; }
.ex a:hover { color: #333333; }
.ex a:active { color: #000000; }


/*------------------------------------------
       データカタログ統計
------------------------------------------*/
a.catalog_total {
	margin: 0 auto;
  padding: 50px;
  color: #fff;
  background: #103aa5;
	width: 80%;
}

a.catalog_total i {
  font-size: 3.0rem;
	margin: 0 auto;
}

a.catalog_total:hover {
	background: #4a99db;
  color: #fff;
}

.catalogNumber {
	font-size: 3.0rem;
	font-weight: bold;
}

.catalogName {
	font-size: 1.0rem;
}


/*------------------------------------------
       Footer
------------------------------------------*/
.site-body-bottom {
	background-color: var(--vk-color-primary);
	color: #fff;
	padding:  20px 0 10px 0;
}

footer {
	border-top: 4px solid  var(--vk-color-primary);
	/*background-color: var(--vk-color-primary);*/
	color: #000;
}

/**/
.flex-sample {
  display: flex;
  width: auto;
}
.flex-sample .item1 {
  flex: 0 0 50%;
}
.flex-sample .item2 {
  flex: 1;
}



/*------------------------------------------
      福岡県ポータル用
------------------------------------------*/

/*----------------------------------------
municipality-link
----------------------------------------*/

.municipality-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
}


.map-area {
	width:56%;
	max-width: 555px;
	background: url("https://odcs.bodik.jp/400009/wp-content/themes/fukuokapref/img/map_bg.png") no-repeat top center;
}


.map-area area {
	border: none;
	margin: 0;
	padding: 0;
}

.map-area {
  max-height: 596px; /* 適宜調整 */
  overflow: hidden;
}


/** {
  outline: 1px solid red;
}*/


.list-area {
  width: 44%;
  padding: 0 30px 10px;
  margin: 0;
}


.list-area ul {
  list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
.list-area li {
  list-style: none;
	margin: 0;
	padding: 0;
}

.list-area > ul > li {
	margin-bottom: 10px;
}

.list-area > ul > li a {
	padding:10px 20px 8px;
	display:block;
	font-size:0.9rem;
	line-height:1;
	text-decoration: none;
}

.list-area > ul > li p {
	padding: 0px 20px 0px 0;
	display: block;
	font-size: 0.9rem;
}
.list-area > ul > li ul {
	display: flex;
	flex-wrap:wrap;
	margin-right:-2%;
}

.list-area > ul > li ul li {
	width:23%;
	margin-top:10px;
	margin-right:2%;
}

.list-area > ul > li ul li a {
	padding:10px 0 8px;
	display:block;
	text-align:center;
	font-size:0.9rem;
	line-height:1;
	text-decoration: none;
}

.list-area > ul > li ul li {
	width:23%;
}


.fukuoka-pref a {
	background:#B5B5B5;
	color:#000;
}
.fukuoka-pref a:hover {
	background:#505050;
	color:#FFF;
}

.fukuoka-city-area a {
	background:#3ac9be;
	color:#000;
}
.fukuoka-city-area a:hover {
	background:#0cb2a5;
	color:#FFF;
}

.fukuoka-city-area ul li a {
	background:#7ce3dd;
	color:#000;
	border-radius: 50px;
}
.fukuoka-city-area ul li a:hover {
	background:#3ac9be;
	color:#FFF;
}

.kurume-city-area a {
	background:#5ca2dc;
	color:#000;	
}
.kurume-city-area a:hover {
	background:#3182c6;
	color:#FFF;
}

.kurume-city-area ul li a {
	background:#99cbed;
	color:#000;
	border-radius: 50px;
}
.kurume-city-area ul li a:hover {
	background:#5ca2dc;
	color:#FFF;
}

.kitakyushu-city-area a {
	background:#edc200;
	color:#000;
}
.kitakyushu-city-area a:hover {
	background:#edc200;	
	color:#FFF;
}

.kitakyushu-city-area ul li a {
	background:#fff26c;
	color:#000;
	border-radius: 50px;
}
.kitakyushu-city-area ul li a:hover {
	background:#fbdd57;
	color:#FFF;
}

.list-area > ul .minami-chikugo {
	margin-bottom: 10px;
}

.minami-chikugo a {
	background:#BCCD34;
	color:#000;
	border-radius: 50px;
}
.minami-chikugo a:hover {
	background:#8B9A2A;
	color:#FFF;
}

.list-area > ul .minami-chikugo ul li,
.list-area > ul .chikuho ul li{
    margin-top: 0;
	margin-bottom: 10px;
}

.minami-chikugo ul li a {
	background:#8cda67;
	color:#000;
	border-radius: 50px;
}
.minami-chikugo ul li a:hover {
	background:#67ba3d;
	color:#FFF;
}


.list-area > ul .fukuoka-south-area {
	margin-bottom: 10px;
}

.fukuoka-south-area a {
	background:#00bcc1;
	color:#000;
}
.fukuoka-south-area a:hover {
	background:#00a8ae;
	color:#FFF;
}

.list-area > ul .fukuoka-south-area ul li{
    margin-top: 0;
	margin-bottom: 10px;
}

.fukuoka-south-area ul li a {
	background:#00bcc1;
	color:#000;
	border-radius: 50px;
}
.fukuoka-south-area ul li a:hover {
	background:#00a8ae;
	color:#FFF;
}

.iizuka a {
	background:#C6A1D6;
	color:#000;
	border-radius: 50px;
}
.iizuka a:hover {
	background:#842699;
	color:#FFF;
}


.tagawa a {
	background:#E193C4;
	color:#000;
	border-radius: 50px;
}
.tagawa a:hover {
	background:#9F1C71;
	color:#FFF;
}

.chikuho a {
	background:#DF9C95;
	color:#000;
	border-radius: 50px;
}
.chikuho a:hover {
	background:#94242E;
	color:#FFF;
}


.kitakyushu-other-area a {
	background:#ffbd62;
	color:#000;
}
.kitakyushu-other-area a:hover {
	background:#fba657;
	color:#FFF;
}

.list-area > ul .kitakyushu-other-area ul li{
    margin-top: 0;
	margin-bottom: 10px;
}

.kitakyushu-other-area ul li a {
	background:#ffbd62;
	color:#000;
	border-radius: 50px;
}
.kitakyushu-other-area ul li a:hover {
	background:#fba657;
	color:#FFF;
}


@media screen and (max-width: 640px) {

	.municipality-link {
		display:block;
		padding:20px 0;
	}

	.map-area {
		display:none;
	}
	
	.list-area {
		width:100%;
		padding:0;
	}
	
	.list-area > ul > li a {
		font-size:1.2rem;
	}
	
	.list-area > ul > li ul li a {
		font-size:1.2rem;
	}

	
}



/*----------------------------------------
keyword-search
----------------------------------------*/
.keyword-search {
	background:#f5f5f5;
	width:auto;
	margin:0 auto 40px;
	padding:40px;
}

.keyword-search dl {
  padding-bottom: 20px;
}

.keyword-search dt {
  display: block;
  float: left;
	width: 8em;
	font-size: 1.0rem;
	padding-right: 30px;
	white-space: nowrap;
}

.keyword-search dd {
  display: block;
  width: 100%;
	font-size: 1.0rem;
	padding-left:8em;
}

.cities dt:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  content: "\f279";
  color: #333333;
  padding-right: 0.5em;
}


.cities fieldset legend {
    display: none;
}

.cities fieldset ul {
	margin-bottom:5px;
}

.cities fieldset ul li {
	margin-bottom:15px;
}

.cities fieldset ul li p{
	font-size: 1.4rem;
}


.cities fieldset .all-select {
	display:inline-block;
}

.cities fieldset .kitakyushu-city-area div,
.cities fieldset .fukuoka-city-area div,
.cities fieldset .kurume-city-area div,
.cities fieldset .tagawa-city-area div {
	padding-left:25px;
}

.cities fieldset .kitakyushu-city-area div span,
.cities fieldset .fukuoka-city-area div span,
.cities fieldset .kurume-city-area div span,
.cities fieldset .tagawa-city-area div span{
	width:7em;
}


.cities fieldset label input[type="checkbox"] {
	position: absolute;
	display:none;
	top: 0;
	left: 0;
	opacity: 0;
}
.cities fieldset label input[type="checkbox"] + span {
	position: relative;
	padding: 0 0.5em 0 24px;
	display: inline-block;
}
.cities fieldset label input[type="checkbox"] + span::before, 
.cities fieldset label input[type="checkbox"] + span::after {
	position: absolute;
	top: .25em;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.cities fieldset label input[type="checkbox"] + span::before {
	z-index: 0;
	background: #fff;
	width: 16px;
	height: 16px;
	border: 2px solid #D13B09;
	border-radius:2px;
}

.cities fieldset label input[type="checkbox"] + span::after {
	z-index: 1;
	top: .1em;
	left: -.2em;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
}

.cities fieldset label input[type="checkbox"]:checked + span::before {
	background: #D13B09;
}

.cities fieldset label input[type="checkbox"]:checked + span::after {
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




.cities fieldset .all-select label input[type="checkbox"] + span::before {
	border: 2px solid #000;
}
.cities fieldset .all-select label input[type="checkbox"]:checked + span::before {
	background: #000;
}

.cities fieldset .fukuoka-pref label input[type="checkbox"] + span::before {
	border: 2px solid #505050;
}
.cities fieldset .fukuoka-pref label input[type="checkbox"]:checked + span::before {
	background: #505050;
}

.cities fieldset .kitakyushu-city-area label input[type="checkbox"] + span::before {
	border: 2px solid #8F4100;
}
.cities fieldset .kitakyushu-city-area label input[type="checkbox"]:checked + span::before {
	background: #8F4100;
}

.cities fieldset .fukuoka-city-area label input[type="checkbox"] + span::before {
	border: 2px solid #006533;
}
.cities fieldset .fukuoka-city-area label input[type="checkbox"]:checked + span::before {
	background: #006533;
}

.cities fieldset .fukuoka-city-area div label input[type="checkbox"] + span::before {
	border: 2px solid #006533;
}
.cities fieldset .fukuoka-city-area div label input[type="checkbox"]:checked + span::before {
	background: #006533;
}


.cities fieldset .kurume-city-area label input[type="checkbox"] + span::before {
	border: 2px solid #145197;
}
.cities fieldset .kurume-city-area label input[type="checkbox"]:checked + span::before {
	background: #145197;
}

.cities fieldset .kurume-city-area div label input[type="checkbox"] + span::before {
	border: 2px solid #145197;
}
.cities fieldset .kurume-city-area div label input[type="checkbox"]:checked + span::before {
	background: #145197;
}


.cities fieldset .minami-chikugo-area label input[type="checkbox"] + span::before {
	border: 2px solid #8B9A2A;
}
.cities fieldset .minami-chikugo-area label input[type="checkbox"]:checked + span::before {
	background: #8B9A2A;
}


.cities fieldset .tagawa-city-area label input[type="checkbox"] + span::before {
	border: 2px solid #9F1C71;
}
.cities fieldset .tagawa-city-area label input[type="checkbox"]:checked + span::before {
	background: #9F1C71;
}



.cities fieldset .kama label input[type="checkbox"] + span::before {
	border: 2px solid #94242E;
}
.cities fieldset .kama label input[type="checkbox"]:checked + span::before {
	background: #94242E;
}



.cities fieldset .fukuoka-south-area label input[type="checkbox"] + span::before {
	border: 2px solid #277666;
}
.cities fieldset .fukuoka-south-area label input[type="checkbox"]:checked + span::before {
	background: #277666;
}



.search-note {
	font-size:1.0rem;
}

.Keyword dt {
  padding: 0.5em 20px 0.5em 0;
}

.Keyword dt:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  content: "\f002";
  color: #333333;
  padding-right: 0.5em;
}

.Keyword .searchKeyword {
  font-size: 16px;
  font-size: 1.0rem;
  padding: 0.5em;
  width: 100%;
	border:2px solid #333;
	border-radius:2px;
}


.searchBtnArea {
	margin:40px 0;
	text-align:center;
}

.clearBtn,
.searchBtn {
	display:inline-block;
	margin:0 .5em;
	vertical-align:top;
}

.clearBtn a {
	display:block;
	background:#FFF;
	border:1px solid #333;
	padding:0.5em 0;
	font-size:1.0rem;
	line-height:1;
	display:block;
	color:#333;
	width:6em;
	text-align:center;
}

.searchBtn input {
	display:block;
	background:#333;
	color:#FFF;
	border:1px solid #333;
	padding:0.5em 2em;
	font-size:1.0rem;
	display:block;
	line-height:1;
	width:6em;
	text-align:center;
}

.keyword-search ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.keyword-search fieldset {
  border: none;
  padding: 0;
  margin: 0;
}



@media screen and (max-width: 640px) {
	
	.keyword-search {
			width: auto;
			margin: 0 auto 10px;
			padding: 20px;
	}
	
	.keyword-search dl {
		padding-bottom: 30px;
	}
	
	.keyword-search dt {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		margin-bottom:.5em;
	}
	
	.keyword-search dd {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding-left:0;
	}
	
	.cities fieldset ul {
		margin-bottom:10px;
	}
	
	.cities fieldset ul li {
		margin-bottom:10px;
	}

	.cities fieldset .fukuoka-city-area div,
	.cities fieldset .kurume-city-area div {
		padding-left:16px;
	}
	
	.cities fieldset .fukuoka-city-area div span,
	.cities fieldset .kurume-city-area div span {
		width:7em;
	}

	
	
	.search-note {
		font-size:1.2rem;
	}
	
	.searchBtnArea {
		margin:20px 0 40px;
	}

	.clearBtn a {
		font-size:1.4rem;

	}
	
	.searchBtn input {
		font-size:1.4rem;
	}
	
}
