@charset "UTF-8";

/**
 *------------------------------------------------------------------------------
 * clearfix Hack
 *------------------------------------------------------------------------------
 */

.clearfix:after {
	main: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/**
 *------------------------------------------------------------------------------
 * 共通
 *------------------------------------------------------------------------------
 */

/* 余白を削除 */
* {
	margin: 0px;
	padding: 0px;
}

/* リンク */
a {
	color: #0033CC; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	cursor: pointer;
}

a:hover {
	color: #006600;/*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

a img {
	border-style: none;
}

/* 画像下の余白を消す */
img {
	vertical-align: bottom;
}


/**
 *------------------------------------------------------------------------------
 * 全体
 *------------------------------------------------------------------------------
 */

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, san-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#container_inner {
	background-color:#ffffff;
}

#sidebar {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#foot {
	clear: both;
}


/**
 *------------------------------------------------------------------------------
 * ヘッダー
 *------------------------------------------------------------------------------
 */

/* ヘッダー */
#header {
	width: 950px;
}

/* 文字サイズボタン */
#font_small ,#font_middle ,#font_large ,#font_size_text  {
	float: left;
	margin-left: 4px;
	position: relative;
	top: 28px;
	left: 125px;
}

#font_small a,#font_middle a,#font_large a {
	display: block;
	height: 19px;
	width: 19px;
}

/* 文字サイズボタンの表示状態 */
#font_small a {
	background-image: url(./images/common/btn_font_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_middle a {
	background-image: url(./images/common/btn_font_midium.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_large a {
	background-image: url(./images/common/btn_font_large.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_small a: hover {
	background-image: url(./images/common/btn_font_small_on.gif);
}

#font_middle a: hover {
	background-image: url(./images/common/btn_font_midium_on.gif);
}

#font_large a: hover {
	background-image: url(./images/common/btn_font_large_on.gif);
}

/* グローバルナビゲーション */
#gnavi {
	margin-top : 0px;
	padding: 0px;
	width: 950px;
	height: 30px;
}

#gnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#gnavi li {
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#gnavi a{
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(./images/common/gnavi.gif);
	background-repeat: no-repeat;
}

#gnavi_top       a{background-position:    0px 0px; width: 155px;}
#gnavi_general   a{background-position: -155px 0px; width: 143px;}
#gnavi_applicant a{background-position: -298px 0px; width: 161px;}
#gnavi_member    a{background-position: -459px 0px; width: 145px;}
#gnavi_honbu     a{background-position: -604px 0px; width: 191px;}
#gnavi_inquiry   a{background-position: -795px 0px; width: 155px;}

#gnavi_top       a:hover{background-position:    0px -30px; width: 155px;}
#gnavi_general   a:hover{background-position: -155px -30px; width: 143px;}
#gnavi_applicant a:hover{background-position: -298px -30px; width: 161px;}
#gnavi_member    a:hover{background-position: -459px -30px; width: 145px;}
#gnavi_honbu     a:hover{background-position: -604px -30px; width: 191px;}
#gnavi_inquiry   a:hover{background-position: -795px -30px; width: 155px;}


/**
 *------------------------------------------------------------------------------
 * サイドバー
 *------------------------------------------------------------------------------
 */

#sidebar .menu_block {  /* 枠 */
	padding: 0px 1px 1px 1px;  /* 枠線の太さ */
	background-color: #c8c8c8;  /* 枠線を画像パターンにする場合は、BG画像を指定 */
}

#sidebar .menu_block a {
	color: #333333; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	cursor: pointer;
}

#sidebar .menu_block a:hover {
	color: #008800;/*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

#sidebar .menu_content {  /* メニュー枠の中 */
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-color: #eeeeee;
	line-height: 180%;
}

#sidebar .menu_content ul {  /* メニュー項目 */
	list-style-image : url(./images/common/arrow_double.gif);
}

#sidebar .menu_content li {  /* メニュー項目 */
	padding-left: 0px;
}

#sidebar .menu_content ul ul {  /* サブメニュー項目 */
	list-style-image : url(./images/common/arrow_double_sub.gif);
}

#sidebar .menu_content ul ul li {  /* サブメニュー項目 */
	margin-left: 15px;
}

/* 本部について */
#honbu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#honbu .honbu_block {  /* 枠 */
	padding: 3px;  /* 枠線の太さ */
	background-color: #d5dde5;  /* 枠線を画像パターンにする場合は、BG画像を指定 */
}

#honbu .honbu_content {  /* 枠の中 */
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-color: #ffffff;
	line-height: 180%;
}

#honbu .honbu_content ul {  /* メニュー項目 */
	list-style-image : url(./images/common/arrow_single.gif);
}

#honbu .honbu_content li {  /* メニュー項目 */
	padding-left: 0px;
}

#honbu .honbu_content ul ul {  /* サブメニュー項目 */
	list-style-image : url(./images/common/arrow_double_sub.gif);
}

#honbu .honbu_content ul ul li {  /* サブメニュー項目 */
	margin-left: 15px;
}

/* ボトムのバナー */
#sidebar .banner {
	margin-top : 10px;
}

/* カレンダー */
#calendar {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#wp-calendar {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #f8f8f8;
	border: 3px solid #d5dde5;
}

#wp-calendar .ec3_postday {  /* イベントのある日 */
	font-weight: bold;
}

/* 検索フォーム */
#searchform {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#searchform .searchform_block {  /* 枠 */
	padding: 3px;  /* 枠線の太さ */
	background-color: #d5dde5;  /* 枠線を画像パターンにする場合は、BG画像を指定 */
}

#searchform .searchform_content {  /* 枠の中 */
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-color: #ffffff;
	line-height: 180%;
}

/* ログインフォーム */
#my_loginform {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#my_loginform .my_loginform_block {  /* 枠 */
	padding: 3px;  /* 枠線の太さ */
	background-color: #d5dde5;  /* 枠線を画像パターンにする場合は、BG画像を指定 */
}

#my_loginform .my_loginform_content {  /* 枠の中 */
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	line-height: 180%;
}

/* ログインフォーム（未ログイン時のエラーページ用） */
#my_loginform_error_page {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 540px;
}

#my_loginform_error_page .my_loginform_block {  /* 枠 */
	padding: 3px;  /* 枠線の太さ */
	background-color: #d5dde5;  /* 枠線を画像パターンにする場合は、BG画像を指定 */
}

#my_loginform_error_page .my_loginform_content {  /* 枠の中 */
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	line-height: 180%;
}

/* テーブル（共通） */
#my_loginform table{
	width:100%;
	border-collapse: collapse;	border-spacing: 0;
	clear:both;
}

#my_loginform table th {
	margin: 2px;
	padding:2px;
	border: 2px solid #ffffff;
	background-color: #eeeeee;
	text-align:center;
	vertical-align:middle;
	color: #333;
	white-space:nowrap
}

#my_loginform table td {
	margin: 2px;
	padding:2px;
	border: 2px solid #ffffff;
	background-color: #eeeeee;
	text-align:center;
	color: #333;
}

#my_loginform .my_login_welcome {
	color: #009900;
	font-weight: bold;
}

#my_loginform .my_login_out {
	color: #000099;
	font-weight: normal;
}

#my_loginform .my_login_error {
	color: #ff0000;
	font-weight: normal;
}

/**
 *------------------------------------------------------------------------------
 * このページの先頭へ（float解除のため独立させる）
 *------------------------------------------------------------------------------
 */
#page_top {
	font-size: 12px;
	clear: both;
	text-align: right;
	line-height:12px;
}

#page_top * {
	vertical-align: middle;
}


/**
 *------------------------------------------------------------------------------
 * フッター
 *------------------------------------------------------------------------------
 */

#foot {
	width: 950px;
	margin-top: 10px;
	font-size: 12px;
	line-height:16px;
	background-color: #e4f5e5;
}

/* 三角マークの縦位置調整 */
#foot img {
	position: relative;
	top:-2pt;
	/* vertical-align : middle; */
}

#foot .link_block {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #bacbba;
}

#foot .link_content {
	margin-top: 0px;
	padding: 14px 0px 14px 0px;
	background-color: #e4f5e5;
}

#foot .link_content .link_fudousan {
	float: left;
	padding-left: 40px;
	text-align: left;
}

#foot .link_content .link_hoshou {
	padding-right: 40px;
	text-align: right;
}

#foot .link_content .link_misc {
	margin-top: 10px;
	text-align: center;
}

#foot .copy {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #e4f5e5;
}


/**
 *------------------------------------------------------------------------------
 * メイン（トップページ）
 *------------------------------------------------------------------------------
 */

/* 不動産無料相談 */
#soudan {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 335px;
}

#soudan .block {  /* 枠 */
	padding: 3px;
	background-color: #d5dde5;
}

#soudan .content {  /* 枠の中 */
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	line-height: 180%;
}

/* 宅建取引主任者法定講習会 */
#koushuukai {
	float: left;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	width: 335px;
}

#koushuukai .block {  /* 枠 */
	padding: 3px;
	background-color: #d5dde5;
}

#koushuukai .content {  /* 枠の中 */
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	line-height: 180%;
}

/* 本部からのお知らせ枠 */
#content .honbu_news_block {
	margin: 0px;
	padding-top: 20px;
	background-color: #ffffff;
	clear: both;
}

/* 本部からのお知らせ枠の中 */
#content .honbu_news_content {
	margin: 0px;
	padding: 0px;
}

/* 本部からのお知らせ項目 */
#content .honbu_news_content ul {
	margin: 0px;
	padding: 7px 0px 10px 0px;
	list-style-type: none;
	background-color: #ffffff;
}

#content .honbu_news_content li {
	margin: 0px;
	padding-bottom: 12px;
	background: url(./images/common/line_news.gif) repeat-x 0px 0.3em;
}


/**
 *------------------------------------------------------------------------------
 * コンテンツ
 *------------------------------------------------------------------------------
 */

#content {
	width: 690px;
	float: left;
	margin-left: 0px;
	padding: 0px;
}

/* パンクズ */
#content .breadcrumbs  {
	height: 20px;
	padding: 0px 0px 0px 5px;
	position: relative;
	color: #000000;
	font-size: 11px;
	line-height:20px;
}

#content .breadcrumbs a {
	color: #0033cc; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	cursor: pointer;
}

#content .breadcrumbs a:hover {
	color: #008800;/*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/* h1 */
#content h1 {
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 175%;
	color: #005500;
	font-weight: bold;
	background-color: #ffffff;
	line-height:120%;
}

#content .page {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 3px solid #d5dde5;
}

#content .post {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 3px solid #d5dde5;
}

#content .newspost {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 3px solid #d5dde5;
}

#content .todokede-shorui {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 3px solid #d5dde5;
}

#content .article {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 3px solid #d5dde5;
}

#content h2 {
	margin: -23px -23px 20px -23px;
	padding: 12px 5px 5px 10px;
	font-size: 105%;
	color: #005500;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	line-height:125%;
	background: url(./images/common/h2_bg.gif) no-repeat;
}

#content h2 a {
	color: #000099;
}

#content p {
	margin: 0px 0px 10px 0px;
}

#content .todokede-shorui p {
	margin: 0px 0px 0px 0px;
}

/* エラーメッセージ */
#content .error {
	color: red;
	font-weight: bold;
}

/* アテンション */
#content .attention {
	color: red;
	font-weight: bold;
}

/* ガイド */
#content .guide {
	color: #000066;
	font-weight: bold;
}

/* ※参照 */
#content .reference {
	color: #ff6600;
	font-weight: normal;
}

/* h3 */
#content h3 {
	margin: 15px 0px 5px 0px;
	font-size: 105%;
	color: #000066;
	font-weight: bold;
	background-color: #ffffff;
	line-height:120%;
}

/* 背景色あり */
#content .bg_y {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #003300;
	background-color: #ffffdd;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

/* 背景色あり */
#content .bg_b {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #003300;
	background-color: #ebf3fe;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

/* リスト */
#content ol {
	margin: 10px;
	padding: 0px;
}

#content li {
	margin-left: 30px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#content ul {
	list-style-image : url(./images/common/arrow.gif);
	margin: 0px;
	padding: 0px;
}

/* テーブル（共通） */
#content table {
	width:100%;
	border: 1px solid #999;
	border-collapse: collapse;	border-spacing: 0;
	clear:both;
}

#content table th {
	background-color: #ebf3fe;
	border: 1px solid #999;
	text-align:left;
	vertical-align:middle;
	color: #333;
	padding:5px;
	white-space:nowrap
}

#content table td {
	border: 1px solid #999;
	text-align:left;
	color: #333;
	padding:5px;
}

/* 画像 */
#content .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .aligncenter {
	clear: both;
	display: block;
	margin: 25px auto;
}

#content a img {
	border: none;
}


/* 20170524追加 */


#content ul.file_Dl {
    list-style: none;
    display: inline-block;
    width: 55%;
    margin-left: 10px;
}

#content ul.file_Dl li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding-bottom: 0;
}

#content ul.file_Dl li img {
    margin: 0;
}

#content p.Dl_txt {
    margin-left: 30px;
}

#content img#tbl_pic {
    margin: 0;
    display: inline-block;
}

/* 20170524追加終了 */

/* 20170607追加 */

#content div.page p.apply {
    display: inline-block;
}

#content div.page p#zero {
    margin-bottom: 0;
}


#content table.first_tbl tbody tr th:nth-child(1){
    width: 15%;
    white-space: inherit;
}

#content table.first_tbl tbody tr th:nth-child(2), #content table.first_tbl tbody tr td:nth-child(2){
    width: 70%;
}


#content table th {
    background: #fff;
}

/* 20170607追加終了 */


/* 20170710追加 */


#content img.main_btn{
    margin: 0 auto;
}

#content img.bTn1 {
    margin-top: -13.5px;
}

#content img.bTn2 {
    margin-top: -13.5px;
}

div#koushuukai div.content p {
    margin-bottom: 0;
}

/* 20170710追加終了 */


/* ページング */
#content #navigation {
	text-align: center;
}

#content #navigation .current {
	padding: 5px;
	border: 1px solid #EE6633;
}

#content #navigation .smaller {
	padding: 5px;
	border: 1px solid #BFBFBF;
}

#content #navigation .larger {
	padding: 5px;
	border: 1px solid #BFBFBF;
}


/* スケジュール */
#content table.ec3_schedule {
	width: 40%;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border:solid 3px #eeeeee;
	background-color: #f8f8f8;
	float: none;
}

#content table.ec3_schedule td {
	border: 0px;
	padding: 5px;
	color: #009999;
	font-weight: bold;
}

#content td.ec3_start {
	text-align: right;
	font-weight: normal;
}

#content td.ec3_end {
	text-align: left;
	font-weight: normal;
}

#content td.ec3_to {
	text-align: center;
	font-weight: normal;
}


/**
 *------------------------------------------------------------------------------
 * メイン（県本部）
 *------------------------------------------------------------------------------
 */

/* アクセス */
#content .content .kenhonbu_access {
	width: 580px;
	margin-top: 10px;
	padding: 0px;
	color: #003366;
	background-color: #ebf3fe;
}

#content .content .kenhonbu_access .train {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

#content .content .kenhonbu_access .car {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

#content .content .kenhonbu_access .clear {
	clear: both;
}


/**
 *------------------------------------------------------------------------------
 * メイン（ニュース）
 *------------------------------------------------------------------------------
 */

/* h2（ニュースタイトル） */
#content .content .news_title {
	margin: 20px -10px 10px -10px;
	padding: 5px 5px 5px 5px;
	font-size: 115%;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 0px;
	background-color: #448844;
}

/* ニュース詳細 */
#content .content .news_detail {
	margin: -10px -10px 0px -10px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background-color: #ffffee;
}

/* ニュース日付 */
#content .content .news_date {
	padding-bottom: 10px;
	text-align: right;
	font-weight: bold;
	color: #336633;
}


/**
 *------------------------------------------------------------------------------
 * Contact Form 7
 *------------------------------------------------------------------------------
 */

/* 成功 */
.wpcf7-mail-sent-ok {
	font-size: 150%;
	line-height: 200%;
	font-weight: bold;
	color: #008800;
	background-color: #eeffee;
}

/* 入力エラー */
.wpcf7-validation-errors {
	font-size: 150%;
	line-height: 200%;
	font-weight: bold;
	color: #ff7700;
	background-color: #ffff99;
}


/* ラジオボタン開業 */
span.wpcf7-list-item {
	display: block;
}


/**
 *------------------------------------------------------------------------------
 * Bookmark
 *------------------------------------------------------------------------------
 */
.bookmark a {
	color: #0033CC; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	cursor: pointer;
	font-weight: bold;
}

.bookmark a:hover {
	color: #008800;/*リンクの色*/
	text-decoration: underline; /*下線あり*/
	font-weight: bold;
}


/**
 *------------------------------------------------------------------------------
 * ページングリンク
 *------------------------------------------------------------------------------
 */
.prevnext {
	text-align:center;
}

.prevnext a {
	color: #0033CC; /*リンクの色*/
	text-decoration: none; /*下線無し*/
	cursor: pointer;
	font-weight: normal;
}

.prevnext a:hover {
	color: #008800;/*リンクの色*/
	text-decoration: underline; /*下線あり*/
	font-weight: normal;
}


/*1/17追記*/
#kizon {
	margin: 12px 0px 0px 0px;
}

#kizon img{
	width: 100%;
}
