@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}
body {
	position: relative;
	/*
	background: url( ./../../images/front/bg.png ) repeat;*/
	background: #FFF;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #222222;
	width: 100%;
	min-width: 1024px;
	font-size: 16px;

	line-height: 130%;
	letter-spacing: .1em;
}
a {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {}

/*
 Common
**/
.m_title {
	/*background: #DED9C6;*/
	background: #D0CAA5;
	padding: 10px 5px;
	overflow: hidden;;
}
.m_title span {
	border-left: 3px solid #D33204;
	padding-left: 10px;
	font-weight: bold;
	float: left;
}
.m_title span.title_date {
	border: 0;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	float: right;
}

.no_underline {
	border-bottom: 0 !important;
}

/**/
#wrap {}
#wrap #con {
	width: 100%;

	margin: 0 auto;
}
#wrap #con #header {
	background: url( ./../../images/front/bg.png ) repeat;

	border-bottom: 2px solid #D0CAA5;
}
#wrap #con #header #h_image {
	text-align: center;
	height: 200px;
}
#wrap #con #header .inner {
	border-top: 2px solid #D0CAA5;
	border-bottom: 2px solid #D0CAA5;
	background: #E7E3D7;
}
#wrap #con #header #h_navi {
	width: 980px;

	margin: 0 auto;
	overflow: hidden;
}
#wrap #con #header #h_navi a {
	display: block;
	float: left;
	width: 163px;

	padding: 13px 0;

	color: #333333;

	text-align: center;
	text-decoration: none;
	font-weight: bolder;
}
#wrap #con #header #h_navi a:hover {
	background: #DED9C6;
}

/**/
#wrap #con #main {
	width: 980px;

	margin: 15px auto;
	overflow: hidden;
}
#col_1 {
	width: 220px;
	float: left;
}
#col_1 .global_navi {
	background: #E7E3D7;
    padding: 5px;
    margin-bottom: 15px;
}
#col_1 .global_navi li {
	display: table;
	width: 100%;
}
#col_1 .global_navi li a {
	display: table-cell;
	background: #FFFFFF;
    border-bottom: 1px solid rgba( 0, 0, 0, .2 );

    color: #222222;
    text-decoration: none;

    height: 52px;
    padding: 5px;

    vertical-align: middle;

    font-size: 14px;
    line-height: 150%;
}
#col_1 .global_navi li:last-child a {
	border-bottom: 0;
}
#col_1 .global_navi li a:hover {
	background: #EFEFEF;
}

#col_1 .bbs_new {
	background: #D33204;
	margin-bottom: 15px;
}
#col_1 .bbs_new a {
	display: block;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}
#col_1 .bbs_new a img {
	vertical-align: bottom;
}
#col_1 .bbs_new a:hover {
	opacity: .7;
}
#col_1 .box {
	background: #E7E3D7;
	padding: 5px;
	margin-bottom: 15px;
}
#col_1 .box .new_info {}
#col_1 .box .new_info a {
	color: #222222;
	text-decoration: none;
}
#col_1 .box .new_info a dl {
	background: #FFFFFF;
	border-bottom: 1px solid rgba( 0, 0, 0, .2 );
}
#col_1 .box .new_info a dl:hover {
	background: #EFEFEF;
}
#col_1 .box .new_info a dl dt {
	padding: 5px;
	font-size: 14px;
}
#col_1 .box .new_info a dl dd {
	padding: 0 5px 5px;
}
#col_1 .banner {
	margin-bottom: 15px;
}
#col_1 .banner li {
	margin-bottom: 10px;
}
#col_1 .banner li:hover {
	opacity: .7;
}
#col_1 .banner li img {
	width: 220px;
	vertical-align: bottom;
}
#col_1 .spec {
	overflow: hidden;
	margin-left: -5px;
    margin-bottom: 15px;
}
#col_1 .spec li {
	float: left;
	width: 95px;
	position: relative;
	background: #E7E3D7;
	margin: 10px 0;
	margin-left: 15px;
	padding: 3px;
	padding-left: 40px;

	font-size: 11px;
	font-weight: bolder;
}
#col_1 .spec li img {
	position: absolute;
	top: -5px; left: -10px;
	height: 36px;
}
/*
#col_1 .box .spec {
	background: #FFFFFF;
	padding: 10px 5px;
}
#col_1 .box .spec .m_title2 {
	line-height: 150%;
	padding-bottom: 5px;

	font-weight: bold;
	border-bottom: 1px solid rgba( 0, 0, 0, .2 );
}
#col_1 .box .spec .browser {
	padding: 5px 0;
}
#col_1 .box .spec .browser li {
	padding: 5px 0;
}
#col_1 .box .spec .browser li:last-child {
	padding-bottom: 0;
}
*/

#col_2 {
	float: right;
	width: 720px;

}

.text_box {
	background: url( ./../../images/front/bg.png ) repeat;
	line-height: 180%;
	margin-bottom: 30px;
	border: 2px solid #DED9C6;
	padding: 20px;
}
.text_box .midashi {
	margin: 30px 0 40px;
	text-align: center;
}
.text_box .midashi img {
	vertical-align: bottom;
}
.text_box .concept {
	border-bottom: 1px solid #DED9C6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.text_box a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text_box a:hover {
	text-decoration: underline;
}
.text_box span {
	font-size: 12px;
	margin-left: 5px;
}
.text_box span.life {
	font-size: 18px;
	font-weight: bolder;
}
#map_area {
	margin-bottom: 30px;
	text-align: center;
}
#map_area img {
	vertical-align: bottom;
}
.box_col_2 {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.box_col_2 .box {
	display: table-cell;
	width: 50%;
}
.box_col_2 .box:last-of-type {
	padding-left: 15px;
}

.box_col_2 .box .search {
	display: table;
	width: 100%;
	border: 2px solid #DED9C6;
	border-bottom: 0;
}
.box_col_2 .box .search li {
	background: #AEA880;
	display: table-cell;
	width: 50%;
	text-align: center;
}
.box_col_2 .box .search li label {
	display: block;
	padding: 10px 10px;

	color: #FFFFFF;
	font-weight: bolder;
}
.box_col_2 .box .search li.btn label {
	background: #E7E3D7;
	color: #222222;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #FFF;
}
.box_col_2 .box .search li label input[type="radio"] {
	display: none;
}
.box_col_2 .box .search_box {
	background: #AEA880;
	padding: 10px 0 0;
	border: 2px solid #DED9C6;
	border-top: 0;
	border-bottom: 0;
}
.box_col_2 .box .search_box .sb_2_col {
	display: table;
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.box_col_2 .box .search_box li {
	display: table-cell;
	width: 50%;
	font-size: 13px;
}
.box_col_2 .box .search_box li:last-child {
	padding-right: 10px;
}
.box_col_2 .box .search_box li span {
	display: inline-block;
	width: 90%;
	background: rgba( 0, 0, 0, .5 );
	padding: 5px 10px;
	margin: 0 10px;
	text-align: center;
}
.box_col_2 .box .search_box li label {
	display: inline-block;
	padding: 10px 10px;
}

.box_col_2 .box .search_box li select {
	width: 100%;
	height: 28px;
}
.box_col_2 .box .search_box .sb_2_row {
	padding: 0 10px 10px;
}
.box_col_2 .box .search_box .sb_2_row dt {
	background: rgba( 0, 0, 0, .5 );
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
.box_col_2 .box .search_box .sb_2_row dd {
	padding: 10px 0 0;
}
.box_col_2 .box .search_box .sb_2_row dd input[type="text"] {
	width: 100%;
	height: 28px;
	padding: 0 5px;
}
.box_col_2 .box .btn_box {
	background: #AEA880;
	padding: 10px;
	border: 2px solid #DED9C6;
	border-top: 0;
}
.box_col_2 .box .btn_box button {
	background: #8D742A;
	width: 100%;
	padding: 5px;
	box-shadow: 0 2px 2px rgba( 0, 0, 0, .2 );

	color: #FFFFFF;
	border: 2px solid rgba( 0, 0, 0, .2 );
	border-bottom: 3px solid rgba( 0, 0, 0, .2 );

	text-shadow: -1px -1px 0 #222;
	font-weight: bolder;
	font-size: 15px;
	letter-spacing: .3em;

	cursor: pointer;
}
.box_col_2 .box .btn_box button:hover {
	margin-top: 2px;
	border-bottom: 1px solid rgba( 0, 0, 0, .2 );
}
/* new_info_box */
.new_info_box {
	overflow-y: scroll;

	background: #E7E3D7;
	height: 315px;
	padding: 10px;

	border: 2px solid #DED9C6;
	border-top: 0;
}
.new_info_box .info_list {}
.new_info_box .info_list li {
	margin-bottom: 10px;
}
.new_info_box .info_list li a {
	display: block;

	background: #FFFFFF;
	color: #222;

	padding: 10px;
	text-decoration: none;
	border: 2px solid rgba( 0, 0, 0, .2 );
	box-shadow: 1px 1px 2px rgba( 0, 0, 0, .1 );
}
.new_info_box .info_list li a:hover {
	background: #EFEFEF;
}
.new_info_box .info_list li a .date {
	padding: 5px 0;
	font-size: 14px;
}
.new_info_box .info_list li a .pref {
	font-weight: bold;
	padding: 0 10px;
}

#pic_slider {
	margin-bottom: 30px;
}
#pic_slider ul {}
#pic_slider ul li {
	position: relative;
	margin-left: 10px;
	width: 156px;
	overflow: hidden;
}
#pic_slider ul li a {
	text-decoration: none;
}
#pic_slider ul li .pic {}
#pic_slider ul li .pic img {
	width: 156px;
	height: 130px;
	vertical-align: bottom;
	border: 2px solid rgba( 0, 0, 0, .2 );
}
#pic_slider ul li .add {
	background: #8D742A;
	padding: 5px;
	line-height: 150%;
	height: 70px;
	color: #FFFFFF;

	font-size: 15px;
	overflow: hidden;
}
/* simply-scroll */
.simply-scroll {
	background: #E7E3D7;
	border: 2px solid #DED9C6;
	width: 720px;
	height: 223px;
	overflow: hidden;
}
.simply-scroll .simply-scroll-clip {
	width: 700px;
	margin: 10px;
}
/* share-sns */
.share-sns {
	position: relative;
	background: url( ./../../images/front/bg.png ) repeat;
	border: 2px solid #DED9C6;
	padding: 20px;
	margin-bottom: 30px;
}
.share-sns .share-midashi {
	position: absolute;
	top: 0; left: 0;

	background: #D0CAA5;
	padding: 10px 20px;
	font-weight: bolder;
}
.share-sns .disc {
	margin-top: 40px;
	line-height: 180%;
}
.share-sns .disc span {
	padding: 0 5px;
	font-size: 20px;
	font-weight: bolder;
}
.share-sns .btn-sns {
	margin-top: 10px;
	letter-spacing: -.4em;
}
.share-sns .btn-sns li {
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
}
.share-sns .btn-sns li.twitter p {
	background: #1DA1F2;
}
.share-sns .btn-sns li.facebook p {
	background: #1877f2;
}
.share-sns .btn-sns li p {
	font-size: 16px;
	text-align: center;
}
.share-sns .btn-sns li p a {
	display: block;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	padding: 20px 10px;
	text-shadow: -1px -1px 0 rgba( 0, 0, 0, 1 );
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.share-sns .btn-sns li p a:hover {
	opacity: .5;
}

/* footer */
#footer {
	margin-top: 50px;
}
#backtop {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
#backtop span {
	display: inline-block;
	background: #D0CAA5;
	color: #333333;

	padding: 5px 10px;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	cursor: pointer;
}
#backtop span:hover {
	background: #8D742A;
	color: #FFFFFF;
}
#footer #footer_main {
    background: url(./../../images/front/bg.png) repeat;
    border-top: 2px solid #D0CAA5;
}
#footer #footer_main .inner {
	position: relative;
	width: 980px;
	font-size: 15px;

	margin: 0 auto;
}
#footer #footer_main .inner #f_navi {
	width: 100%;
	text-align: left;

	overflow: hidden;
	margin: 50px 0;
}
#footer #footer_main .inner #f_nav div {
	width: 33.333%;
}
#footer #footer_main .inner #f_navi .box {
	width: 30% !important;
	display: inline-block;
	vertical-align: top;
}
#footer #footer_main .inner #f_navi .box p {
	display: block;
	margin-bottom: 20px;
	margin-right: 40px;
	text-align: left;
}
#footer #footer_main .inner #f_navi .box p a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#footer #footer_main .inner #f_navi .box p a:hover {
	color: #888888;
}
#footer #footer_main .inner #f_navi .message {
	float: right;
	width: 350px;
	line-height: 180%;
	padding: 0 10px;
}
#footer #footer_main .inner #f_navi .message .midashi {
}
#footer #footer_main .inner #f_navi .message .midashi img {
	height: 15px;
	margin-bottom: 10px;
}
#footer #footer_main .inner #f_navi .message .opcomp {
	margin-top: 30px;
	border: 2px solid #D0CAA5;
	padding: 10px 15px;
}
#footer #footer_main .inner #f_navi .message .opcomp dt {
	position: relative;
}
#footer #footer_main .inner #f_navi .message .opcomp dt span {
	position: absolute;
	top: -30px;	left: 50%;
	background: #D0CAA5;

	width: 200px;
	height: 40px;
	line-height: 40px;

	font-weight: bolder;
	text-align: center;

	margin-left: -100px;

}
#footer #footer_main .inner #f_navi .message .opcomp dd {
	margin-top: 30px;
}
#footer #footer_main .inner #f_navi .message .opcomp dd a {
	color: #333333;
	font-weight: bolder;
	text-decoration: none;
}
#footer #footer_main .inner #f_navi .message .opcomp dd span {
	font-size: 12px;
	margin-left: 5px;
}

#footer #footer_main .inner #copy {
	text-align: center;
	padding: 20px;
}

/*
 * 以下、サブページ用
 */
#col_2 .m_title {
	padding: 10px;
}
/* このサイトについて */
.about_midashi {
	background: #DED9C6;
	font-size: 18px;
	padding: 10px;
}
.about_midashi:first-letter {
	font-weight: bolder;
	font-size: 20px;
}
.about_big_text {
	margin: 30px 0;
	font-size: 22px;
	font-weight: bold;

	text-align: center;
}
.about_text {
	line-height: 180%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DED9C6;
}

.about_text_red {
	color: #DD4444;
	font-weight: bold;
	text-decoration: underline;

	line-height: 200%;

	margin-top: 10px;
}
.about_list {
	margin-top: 10px;
}
.about_list li {
	padding: 10px 0;

	list-style-type: disc;
	margin-left: 20px;
	line-height: 180%;
}
.about_image {
	text-align: center;
	margin: 20px 0 30px;
}
.about_image img {
	vertical-align: bottom;
	height: 200px;
}
/* 協賛 */
.comp_box {
	background: url( ./../../images/front/bg.png ) repeat;
	display: table;
	width: 100%;

	margin-top: 10px;
	border: 2px solid #DED9C6;
}
.comp_box .comp_box_01 {
	display: table-cell;
	width: 50%;
	padding: 10px;

	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.comp_box .comp_box_02 {
	display: table-cell;
	width: 50%;
	padding: 10px;
}
.comp_box .comp_box_02 p {
	line-height: 150%;
}
.comp_box .comp_box_02 p a {
	color: #000;
}

/* 各県警連絡先 */
.police_box {
	background: url( ./../../images/front/bg.png ) repeat;
	display: table;
	width: 100%;

	margin-top: 10px;
	border: 2px solid #DED9C6;
}
.police_box a {
	line-height: 150%;
	color: #000;
}
.police_box .police_box_01 {
	display: table-cell;
	width: 40%;
	padding: 10px;

	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.police_box .police_box_02 {
	display: table-cell;
	width: 60%;
	padding: 10px;
	line-height: 150%;
}
.police_box .police_box_02 p {
	line-height: 150%;
}
.police_box .police_box_02 p a {
	color: #000;
}
.police_box .police_box_02 p span {
}

/* 全国捜索 */
#search_box {
	margin-top: 10px;
}
#search_box .search {
	display: table;
	width: 100%;
	border: 2px solid #DED9C6;
	border-bottom: 0;
}
#search_box .search li {
	background: #AEA880;
	display: table-cell;
	width: 50%;
	text-align: center;
}
#search_box .search li label {
	display: block;
	padding: 10px 10px;

	color: #FFFFFF;
	font-weight: bolder;
	cursor: pointer;
}
#search_box .search li.btn label {
	background: #E7E3D7;
	color: #222222;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #FFF;
}
#search_box .search li label input[type="radio"] {
	display: none;
}
#search_box .search_box {
	background: #AEA880;
	padding: 10px 0 0;
	border: 2px solid #DED9C6;
	border-top: 0;
	border-bottom: 0;
}
#search_box .search_box .sb_2_col {
	display: table;
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#search_box .search_box li {
	display: table-cell;
	width: 50%;
}
#search_box .search_box li:last-child {
	padding-right: 10px;
}
#search_box .search_box li span {
	display: inline-block;
	width: 90%;
	background: rgba( 0, 0, 0, .5 );
	padding: 10px 10px;
	margin: 0 10px;
	text-align: center;
}
#search_box .search_box li label {
	display: inline-block;
	padding: 10px 10px;
}

#search_box .search_box li select {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	font-size: 16px;
}
#search_box .search_box .sb_2_row {
	padding: 0 10px 10px;
}
#search_box .search_box .sb_2_row dt {
	background: rgba( 0, 0, 0, .5 );
	padding: 10px 10px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
#search_box .search_box .sb_2_row dt span {
	margin-left: 5px;
}
#search_box .search_box .sb_2_row dd {
	padding: 10px 0 0;
}
#search_box .search_box .sb_2_row dd input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 5px;
	font-size: 16px;
}
#search_box .search_box .sb_2_row dd p {
	background: rgba( 255, 255, 255, .5 );
	margin-top: 5px;
	padding: 5px;
	color: #F00;
}

#search_box .btn_box {
	background: #AEA880;
	padding: 10px;
	border: 2px solid #DED9C6;
	border-top: 0;
}
#search_box .btn_box button {
	background: #8D742A;
	width: 100%;
	padding: 10px 5px;
	box-shadow: 0 2px 2px rgba( 0, 0, 0, .2 );

	color: #FFFFFF;
	border: 2px solid rgba( 0, 0, 0, .2 );
	border-bottom: 3px solid rgba( 0, 0, 0, .2 );

	text-shadow: -1px -1px 0 #222;
	font-weight: bolder;
	font-size: 18px;
	letter-spacing: .3em;

	cursor: pointer;
}
#search_box .btn_box button:hover {
	margin-top: 2px;
	border-bottom: 1px solid rgba( 0, 0, 0, .2 );
}
.search_map {
	background: #FFFFFF;
	padding: 10px;
	border: 2px solid #DED9C6;
	border-top: 0;
}
.search_map img {
	vertical-align: bottom;
}
/* 捜索結果 */
.result_box {
	margin-top: 10px;
	width: 100%;
}
.result_box th {
	background: #E7E3D7;
	border: 2px solid #DED9C6;
	padding: 10px 5px;

	font-size: 15px;
	vertical-align: middle;
}
.result_box tr:hover {
	background: #EFEFEF;
	cursor: pointer;
}
.result_box tr:first-child:hover {
	background: #E7E3D7;
	cursor: default;
}
.result_box td {
	border: 2px solid #DED9C6;
	padding: 10px 5px;
	line-height: 150%;
	vertical-align: middle;
}
.ins_block_pager {
	margin-top: 50px;
	text-align: center;
	font-size: 15px;
}
.ins_block_pager li {
	display: inline-block;
	list-style-type: none;

	vertical-align: middle;
}
.ins_block_pager li a {
	background: #8D742A;
	text-decoration: none;

	margin: 0 5px;
	padding: 5px 10px;

	color: #FFF;
	height: 30px;
}
.ins_block_pager li a:hover {
	opacity: .7;
}
.ins_block_pager li.block {
	background: #E7E3D7;
	margin: 0 5px;
	padding: 5px 10px;

	height: 30px;
}
/* 詳細情報 */
.person_detail {
	width: 100%;
	margin-top: 10px;
}
.person_detail tr {}
.person_detail tr th {
	background: url( ./../../images/front/bg.png ) repeat;
	width: 200px;
	padding: 10px;

	border: 2px solid #DED9C6;

	text-align: left;
	vertical-align: middle;
}
.person_detail tr td {
	padding: 10px;
	border: 2px solid #DED9C6;
	line-height: 180%;
}
.person_detail tr td img {
	width: 300px;
	vertical-align: bottom;
}
/* プライバシーポリシー */
.privacy_box {
	margin-top: 10px;
}
.privacy_box p {}
.privacy_box dl {}
.privacy_box dl dt {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bolder;
}
.privacy_box dl dd {
	margin-top: 10px;
	line-height: 180%;
	margin-left: 10px;
}
.privacy_box dl dd ul {}
.privacy_box dl dd ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 180%;
}
/* 捜索掲示板 */
.bbs_attention {
	background: rgba( 255, 0, 0, .1 );

	border: 2px solid #FF0000;


	margin-top: 10px;
	padding: 10px;

	color: #FF0000;
	line-height: 200%;
}
.bbs_attention a {
	color: #222222;
}
.bbs_form {
	margin-top: 20px;
	width: 100%;
}
.bbs_form dl {
	display: table;

	width: 100%;
}
.bbs_form dl dt {
	display: table-cell;

	width: 15%;
	padding: 5px;

	text-align: center;

	background: #E7E3D7;
	border: 2px solid #DED9C6;

	font-weight: bold;
}
.bbs_form dl dd {
	display: table-cell;

	padding: 5px;

	border: 2px solid #DED9C6;
	border-left: 0;
}
.bbs_form dl dd:first-of-type {
	border-right: 0;
}
.bbs_form dl dd input[type="text"] {
	width: 100%;
	padding: 5px;
}
.bbs_form .input_textarea {
	display: table;

	width: 100%;
	margin-top: 10px;
}
.bbs_form .input_textarea .textarea {
	display: table-cell;

	width: 60%;

	vertical-align: top;
}
.bbs_form .input_textarea .textarea textarea {
	width: 100%;
	height: 186px;
	padding: 5px;

	resize: none;
}
.bbs_form .input_textarea .captcha_area {
	display: table-cell;
	vertical-align: top;

	padding-left: 10px;
}
.bbs_form .input_textarea .captcha_area #captcha_img_area {
	background: #D0CAA5;
}
.bbs_form .input_textarea .captcha_area #captcha_img_area img {
	vertical-align: bottom;
}
.bbs_form .input_textarea .captcha_area #captcha_input_area {
	margin-top: 10px;
	display: inline-block;
}
.bbs_form .input_textarea .captcha_area #captcha_input_area input[type="text"] {
	padding: 5px;
	width: 240px;
}
.bbs_form .input_textarea .captcha_area #captcha_update_area {
	display: inline-block;
	margin-top: 10px;
	margin-left: 2px;
}
.bbs_form .input_textarea .captcha_area #captcha_submit_area {
	margin-top: 10px;
}
.bbs_form .input_textarea .captcha_area #captcha_submit_area input[type="submit"] {
	background: #8D742A;
	width: 100%;
	padding: 5px;
	box-shadow: 0 2px 2px rgba( 0, 0, 0, .2 );

	color: #FFFFFF;
	border: 2px solid rgba( 0, 0, 0, .2 );
	border-bottom: 3px solid rgba( 0, 0, 0, .2 );

	text-shadow: -1px -1px 0 #222;
	font-weight: bolder;
	letter-spacing: .3em;

	cursor: pointer;
}
.bbs_form .input_textarea .captcha_area #captcha_submit_area input[type="submit"]:hover {
	margin-top: 2px;
	border-bottom: 1px solid rgba( 0, 0, 0, .2 );
}

#post_wrap {
	margin-top: 30px;
}
#post_wrap .post {
	position: relative;
	margin-bottom: 15px;

	background: url( ./../../images/front/bg.png ) repeat;
	padding: 15px;

	border: 2px solid #DED9C6;
}
#post_wrap .post .post_res_body {
	margin-top: 20px;
	margin-left: 50px;
	border-top: 2px dashed #DED9C6;
	padding: 20px;
}
#post_wrap .post .post_head {
	overflow: hidden;
}
#post_wrap .post .post_head .post_no {
	float: left;

	background: #D0CAA5;

	padding: 5px;
	border-radius: 4px;

	font-size: 11px;
	font-weight: bold;
}
#post_wrap .post .post_head .post_date {
	float: left;

	line-height: 28px;
	margin-left: 10px;
}
#post_wrap .post .post_head .post_name {
	float: left;

	line-height: 28px;
	margin-left: 10px;
}
#post_wrap .post .post_head .post_res {
	float: right;
	line-height: 28px;
}
#post_wrap .post .post_head .post_res input[type="button"] {
	background: #8D742A;
	width: 100%;
	padding:3px 15px;
	color: #FFFFFF;
	border: 2px solid rgba( 0, 0, 0, .2 );



	cursor: pointer;
}
#post_wrap .post .post_head .post_res input[type="button"]:hover {
	opacity: .8;
}
#post_wrap .post .post_body {
	margin-top: 15px;
}
#post_wrap .post .post_body .post_img {
	text-align: center;
	margin-bottom: 15px;
}
#post_wrap .post .post_body .post_img img {
	width: 300px;
	vertical-align: bottom;
	border: 2px solid #8D742A;
}
#post_wrap .post .post_body .post_message {
	line-height: 180%;
}
#post_wrap .post .post_delete {
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
}
#post_wrap .post .post_delete input[type="password"] {
	width: 75px;
	height: 30px;

	padding: 5px;
}
#post_wrap .post .post_delete select {
	height: 30px;
	padding: 5px;
	margin-left: 5px;
}
#post_wrap .post .post_delete input[type="submit"] {
	background: #8D742A;
	padding:3px 15px;
	color: #FFFFFF;
	border: 2px solid rgba( 0, 0, 0, .2 );
	margin-left: 5px;
	cursor: pointer;
}
#post_wrap .post .post_delete input[type="submit"]:hover {
	opacity: .8;
}

/* 解決済 20210118追加 */
#post_wrap .post .post_op_2 {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba( 255, 255, 255, .95 );
}
#post_wrap .post .post_op_2 .post_op_2_inner {
	display: table;
	width: 100%;
	height: 100%;
}
#post_wrap .post .post_op_2 .post_op_2_inner p {
	display: table-cell;
	width: 100%;
	height: 100%;

	text-align: center;
	vertical-align: middle;

	font-size: 26px;
	font-weight: bolder;
	line-height: 150%;
}
/* ------------------ */

.errmsg_area {
	margin: 30px 0;
	font-weight: bold;
	color: #FF0000;
}


#bbs_pager {
	margin-top: 50px;
	text-align: center;
	font-size: 0;

}
#bbs_pager a {
	font-size: 16px;
	display: inline-block;

	vertical-align: middle;
	background: #8D742A;
	text-decoration: none;

	margin: 0 5px;
	padding: 5px 10px;

	color: #FFF;
	height: 30px;
}
#bbs_pager a:hover {
	opacity: .7;
}
#bbs_pager .block {
	font-size: 16px;
	display: inline-block;
	background: #E7E3D7;
	margin: 0 5px;
	padding: 5px 10px;

	height: 30px;
	vertical-align: middle;
}
.bbs_return {
	margin-top: 50px;
}
.bbs_return a {
	color: #8D742A;
	text-decoration: none;
}
.bbs_return a:hover {
	text-decoration: underline;
}

.bbs_fin {
	padding: 20px 0;
	font-weight: bold;
}
.bbs_back {}
.bbs_back a {
	display: inline-block;
	background: #8D742A;
    padding: 3px 15px;
    color: #FFFFFF;
    border: 2px solid rgba( 0, 0, 0, .2 );
    cursor: pointer;

    text-decoration: none;
}
.bbs_back a:hover {
	opacity: .8;
}

/**
 * mimotofumei_box
 */
.mimotofumei_box {}
.mimotofumei_box .head_text {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;

	margin-top: 20px;

	line-height: 180%;
}
.mimotofumei_box .m_text_box {
	margin-top: 20px;
	line-height: 200%;
}
.mimotofumei_box .m_text_box ul {
	margin: 15px 0;

	background: url( ./../../images/front/bg.png ) repeat;
	padding: 15px;

	border: 2px solid #DED9C6;
}
.mimotofumei_box .m_text_box ul li {
	list-style-type: decimal;
	list-style-position: outside;
	color: #ff0000;
	font-weight: bold;

	margin-left: 30px;
	padding: 5px 0;
}
.mimotofumei_box .m_text_box span {
	color: #ff0000;
	font-weight: bold;
}
.mimotofumei_box .img_box {
	overflow: hidden;
	width: 712px;
	height: 120px;

	margin-top: 20px;

	box-shadow: 3px 3px 5px rgba( 0, 0, 0, .7 );
}
.mimotofumei_box .img_box img {
	width: 715px;
	vertical-align: center;
}
.mimotofumei_box .foot_author {
	margin: 40px 0;
	text-align: right;
}
.mimotofumei_box .foot_author p {
	padding: 5px 0;
}

/* hogonin */
.hogonin_area_link {
	overflow: hidden;
	
	margin-top: 20px;
	border-top: 1px solid #E7E3D7;
	border-left: 1px solid #E7E3D7;
}
.hogonin_area_link p {
	float: left;
	display: block;

	width: 20%;

	border-right: 1px solid #E7E3D7;
	border-bottom: 1px solid #E7E3D7;

}
.hogonin_area_link p a {
	display: block;
	padding: 5px 10px;

	color: #222222;
	font-size: 14px;	
	text-align: center;
	text-decoration: none !important;
}
.hogonin_area_link p a:hover {
	background: #EFEFEF;
}
.hogonin_area {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
.hogonin_list_box {
	overflow: hidden;
	margin-top: 20px;
	margin-left: -8px;
}
.hogonin_list_box .box {
	float: left;
	width: 356px;
	 
	margin-left: 8px;
	margin-bottom: 8px;
	
	font-size: 14px;

	border: 2px solid #E7E3D7;
}

.hogonin_list_box .box .photo {
	position: relative;
	width: 100%;
	height: 250px;
}
.hogonin_list_box .box .photo .date {
	position: absolute;
	right: 0px; bottom: 0px;

	background: rgba( 0, 0, 0, .5 );
	padding: 5px;
	
	color: #ffffff;
}
.hogonin_list_box .box .name {
	text-align: center;
	border-top: 1px solid #E7E3D7;
}
.hogonin_list_box .box .name dt {
	padding: 10px 0 5px 0;
}
.hogonin_list_box .box .name dd {
	padding: 0 0 10px 0;
	font-size: 14px;

	min-height: 32px;
}
.hogonin_list_box .box .tbl_info {
	width: 100%;
	border: 1px solid #E7E3D7;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}
.hogonin_list_box .box .tbl_info tr {}
.hogonin_list_box .box .tbl_info tr th {
	background: #EFEFEF;
	width: 20%;

	padding: 5px; 
	
	color: #222222;
	font-weight: normal;
	font-size: 14px;

	vertical-align: middle;

	border: 1px solid #E7E3D7;	
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}
.hogonin_list_box .box .tbl_info tr td {
	width: 30%;
	
	padding: 5px; 

	font-size: 14px;
	color: #222222;
	text-align: center;;
	
	border: 1px solid #E7E3D7;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.hogonin_list_box .box .dl_info {
	border-collapse: collapse;
	border-top: 1px solid #E7E3D7;
	border-bottom: 1px solid #E7E3D7;
}
.hogonin_list_box .box .dl_info dt {
	background: #EFEFEF;
	padding: 5px; 

	text-align: center;
	border-bottom: 1px solid #E7E3D7;
}
.hogonin_list_box .box .dl_info dd {
	padding: 10px;
	min-height: 83px;
	line-height: 150%;
}
.hogonin_list_box .box .acc_btn {
	display: block;

	background: #8D742A;
    width: 100%;
    padding: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    color: #FFFFFF;
    border: 2px solid rgba( 0, 0, 0, .2 );
    border-bottom: 3px solid rgba( 0, 0, 0, .2 );
    text-shadow: -1px -1px 0 #222;
	text-align: center;
	font-weight: bolder;
    letter-spacing: .3em;
    cursor: pointer;
}
.hogonin_list_box .box .acc_btn:hover {
	opacity: .8;
}
.hogonin_list_box .box .acc_box {
	display: none;
}

/***
 不安そうな～
*/
.fuan_box {
	margin-top: 10px;
}
.fuan_box .m_big_text {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
}
.fuan_box .m_big_text_2 {
	background: #005;
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.fuan_box .m_text_box {
	line-height: 200%;
}

.fuan_box .m_text_box ul {
	margin-bottom: 20px;
}
.fuan_box .m_text_box ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
}
.fuan_box .m_text_box p {
	margin-top: 50px;
	text-align: right;
}
/* ホットライン */
.hotline {}
.hotline ul {
}
.hotline ul li {
	background: #fff;
	margin-top: 10px;

    border: 2px solid #DED9C6;
}
.hotline ul li .name {
	background: #E7E3D7;
	padding: 10px;

	font-size: 16px;
	font-weight: bold;
}
.hotline ul li dl {
	display: table;
}
.hotline ul li dl dt {
	display: table-cell;
	text-align: center;
	padding: 10px;
}
.hotline ul li dl dd {
	display: table-cell;
	padding: 10px;

	font-size: 15px;
	font-weight: bold;
}
.hotline ul li .time {
	padding: 10px;
}
.hotline ul li .info {
	padding: 10px;
}

/**/
.m_right_text {
	width: 720px;
	margin: 50px auto 20px;
    text-align: right;
}