/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-



 * 掲示板（YESコミュ）

 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/
	#breadcrumbs {
		background: none;
}

	.mb_main--yes_cmc .h2 {
		font-size: 1.5em;
		margin-bottom: 1.5rem;
			line-height: 1.5;
	}
	.mb_main--yes_cmc .h3 {
font-size: 1.3em;
margin: 2rem 0 .8rem;
padding-left: .4em;
border-left: 5px solid;
line-height: 1.4;
	}
		.mb_main--yes_cmc p {
			margin-bottom: 1rem;
	}
	
	.mb_main--yes_cmc ul {
			margin: 1rem 0;
		background: #eee;
		padding: .8em 1em;
	}
	.mb_main--yes_cmc dd {
		margin:.3rem 0 .8rem;
		color: #777;
		line-height: 1.6;
	}
.content_inner .mb_main--yes_cmc .button a {
    background: #E9E8E6;
}
.content_inner .mb_main--yes_cmc .button a:hover {
    background: #F5F5F4;
}
	
	@media screen and (min-width: 768px) {
		.mb_main--yes_cmc {
			line-height: 1.8;
	}
			.mb_main--yes_cmc .h3 {
margin: 2rem 0 1rem;
	}
	}
		html {
  font-size: 62.5%;
}
	body {
  font-size: 10px;
  font-size: 1.0rem;
		}
@media screen and (min-width: 1001px) {
footer #footer {
    padding-left: 0 !important;
}
}
	#breadcrumbs {
		display: none;
}
	.mb_main img {
		width: 100%;
height: auto;
	}
.mb_main .button a {
    display: block;
    position: relative;
    width: 100%;
    padding: .6rem 0;
    border: 1px solid #666;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
}	
.mb_main .button a::before {
    position: absolute;
    top: 0;
    right: 1.1rem;
    bottom: 0;
    width: 1.0rem;
    height: 1.0rem;
    margin: auto;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    vertical-align: middle;
    content: "";
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mb_main .button a {
    background: #E9E8E6;
}
.mb_main .button a:hover {
    background: #F5F5F4;
}
	.contact_form dd textarea {
border: none;
	}
/*===========================================================

  ▼　全体指定

===========================================================*/
#mb_wrap {
	width: 100%;
	padding: 0 4px;
	letter-spacing: 0.01rem;
	line-height: 1.8;
	font-size: 12px;
}
#mb_wrap span.red {
	color: #F00;
	font-weight: bold;
}
@media screen and (min-width:320px) and (max-width:460px) {
	#mb_wrap {
		max-width: 460px;
	}
}
@media screen and (max-width: 999px) {
	#mb_wrap {
		max-width: 767px;
		margin: 30px auto;
	}
}
/* 1000-(PC) */
@media screen and (min-width: 1000px) {
	#mb_wrap {
		max-width: 940px;
		margin: 30px auto;
		padding: 0;
		font-size: 14px;
	}
}
/*===========================================================

  ▼　タブ(複数ある場合)

===========================================================*/
.mb_tab ul {
	overflow: hidden;
	position: relative;
	margin-top: 5rem;
	z-index: 1;
	bottom: -1px;
	text-align: left;
}
.mb_tab li {
	float: left;
	display: inline-block;
	line-height: 1.4;
	margin-right: 4px;
}
.mb_tab li a {
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: none;
	background: #ccc;
	padding: 5px 16px 2px 16px;
	border-radius: 0 0 0 0;
	display: block;
	width: 100%;
	height: auto;
 border-radius: 4px 4px 0 0;
}
.mb_tab li.select a {
	background: #f9fafb;
	color: #333;
	font-weight: bold;
}
.hide {
	display: none;
}
@media screen and (max-width: 1000px) {
	.mb_tab ul {
		padding-bottom: 1px;
		position: relative;
	}
	.mb_tab li {
		width: 33.333%;
		height: 5.4rem;
		text-align: center;
		margin-right: 0;
	}
	.mb_tab li a {
		border: 1px solid #f8f6f7;
		padding: .5em;
		text-align: center;
		display: table;
		width: 100%;
		height: 100%;
  border-radius: 4px;
	}
	.mb_tab li.select a {
		border: 1px solid;
		box-shadow: 0 0 0 2px inset;
	}
	.mb_tab li a:hover {
		background: #ddd;
	}
	.mb_tab li a span {
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width: 767px) {
.mb_tab li {
		width: 50%;
	}
}
/*===========================================================

  ▼　ページタイトル

===========================================================*/
#mb_wrap h1 {
	position: relative;
	padding-left: 40px;
	line-height: 1;
	font-size: 22px;
	margin-bottom: 20px;

    padding: 0 0 0 40px;
    border-bottom: none;
    text-align: left;
    letter-spacing: .08em;
}
#mb_wrap h1::before {
	position: absolute;
	top: -2px;
	left: 0;
	margin-right: .25em;
	font-family: "fontello";
	font-size: 24px;
	content: "\e813";
}
#mb_wrap h2 {
	margin-bottom: .4rem;
	letter-spacing: 0.02rem;
}
#mb_wrap h3 {
	margin-top: 1.2rem;
}
#mb_wrap .h1_area h1 {
margin-bottom: .4rem;
padding: 0;
letter-spacing: 0.02rem;
line-height: 1.8;
}
#mb_wrap .h1_area h1::before {
	content: "";
}
/*===========================================================

  ▼　本体部分

===========================================================*/
.mb_main {
	margin: 0 0 20px 0;
	padding: 22px 10px;
	border: 1px solid #DDD;
	background: #f9fafb;
}
/* 1000-(PC) */
@media screen and (min-width:461px) {
	.mb_main {
		padding: 26px 24px 20px 24px;
	}
}
/*===========================================================

  ▼　検索

===========================================================*/
.mb_search_area {
	position: relative;
	width: 100%;
}
.mb_search_btn {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #FFF;
	border-radius: 6px;
	top: -52px;
	right: 2px;
	cursor: pointer;
	text-align: center;
}
/* 1000-(PC) */
@media screen and (min-width:461px) {
	.mb_topic_title {
		width: 60%;
		padding-right: .2rem;
	}
	.mb_topic_author {
		width: 40%;
		text-align: right;
	}
}
.mb_search_btn::before, .mb_search_btn::after {
	position: absolute;
	width: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, 0);
}
.mb_search_btn::before {
	font-family: "fontello";
content: "\e80c";
font-size: 2.8rem;
	top: 0;
	left: 50%;
line-height: 1.2;
}
.mb_search_btn::after {
	font-family: "fontello";
	content: "検索";
	font-size: 10px;
	letter-spacing: 0.2rem;
	bottom: .1rem;
	left: 50%;
}
.mb_search_area ul {
	background: #FFF;
	padding: 14px;
	border: 1px solid #CCC;
	margin-bottom: 1rem;
}
.mb_search_txt {
	margin-bottom: .6rem;
}
/* 検索フォーム */
#mb_words_search input, select {
	width: 70%;
	height: 30px;
	border-radius: 2px;
	background: #f4f4f4;
}
#mb_words_search input[type="text"] {
	float: left;
	width: 56%;
	border: 1px solid #CCC;
	padding: 0 8px;
	margin-right: 1%;
	box-sizing: border-box;
	font-size: 16px;
}
#mb_words_search select {
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px 8px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}
#mb_words_search input[type="submit"] {
	float: left;
	width: 10%;
	color: #FFF;
	background: #333;
	padding: 4px 8px;
	cursor: pointer;
}
#mb_words_search > div {
	float: left;
	width: 15%;
}
@media screen and (max-width:766px) {
	#mb_words_search input[type="text"] {
		width: 100%;
		margin-bottom: .8rem;
	}
	#mb_words_search input[type="submit"] {
		width: 24%;
	}
	#mb_words_search > div {
		width: 36%;
		margin-right: .2rem;
	}
}
/*===========================================================

  ▼　フリーテキスト

===========================================================*/
.mb_free_txt {
	padding: 14px;
	/*border: 1px dotted #CCC;*/
	margin-top: .8rem;
	background: #FFF;
}
/*===========================================================

  ▼　ページャー

===========================================================*/
[class^="mb_pager-"] {
	clear: both;
	max-width: 544px;
	width: 100%;
	margin: 0 auto 0;
	padding: 24px 0 10px 0;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
}
[class^="mb_pager-"] li {
	display: inline-block;
	box-sizing: border-box;
	width: 9%;
	margin-right: 1.4%;
	border: solid 1px #c6c6c6;
	font-size: 14px;
}
[class^="mb_pager-"] li.next_btn, [class^="mb_pager-"] li.prev_btn {
	box-sizing: border-box;
	width: 20%;
	height: 40px;
	background: #f4f4f4;
	color: #c6c4c5;
}
[class^="mb_pager-"] li.next_btn span, [class^="mb_pager-"] li.prev_btn span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #333;
	color: #fff;
	line-height: 2.9;
	cursor: pointer;
}
[class^="mb_pager-"] li.prev_btn span::before {
	margin-right: .4rem;
	font-family: "fontello";
	content: "\e812";
}
[class^="mb_pager-"] li.next_btn span::after {
	margin-left: .4rem;
	font-family: "fontello";
	content: "\e811";
}
[class^="mb_pager-"] li.page_btn {
	box-sizing: border-box;
	width: 10%;
	height: 40px;
	background: #f4f4f4;
	color: #c6c4c5;
	line-height: 2.9;
}
[class^="mb_pager-"] li.page_btn span {
	background: #fff;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}
[class^="mb_pager-"]_txt {
	text-align: center;
}
[class^="mb_pager-"] li.active span {
	background: #f4f4f4;
	color: #c6c4c5;
}
.mb_pager_txt {
	text-align: center;
}
/*===========================================================

  ▼　新規投稿フォーム

===========================================================*/
.mb_new_form_tit {
	position: relative;
	text-align: center;
	background: #7593cf;
	border: 1px solid #5c73a1;
	border-bottom: 2px solid #5c73a1;
	color: #FFF;
	padding: 10px 6px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: .2rem;
	text-shadow: 1px 1px 0 #5c73a1;
	border-radius: 4px 4px 0 0;
}
.mb_new_form_tit::after {
	position: absolute;
	font-family: "fontello";
content: "\e818";
right: 1rem;
	top: 50%;
	-webkit-transition: right .2s, top .2s;
	transition: right .2s, top .2s;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.mb_new_form_tit.OpeN::after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mb_new_form {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background: #FFF;
	/*box-shadow: 0 -3px 10px -3px #CCC inset;*/
	border-radius: 0 0 4px 4px;
}
#mb_form_newpost {
	width: 100%;
	padding: 6px 1.4rem 15px 1.4rem;
}
#mb_form_newpost .caution {
	color: #22a45f;
	cursor: pointer;
	font-weight: bold;
}
#mb_form_newpost .caution::before {
	width: 24px;
	height: 24px;
	margin-right: .2rem;
	font-family: "fontello";
	content: "？";
	background: #22a45f;
	color: #FFF;
	border-radius: 1rem;
	padding: .16rem .2rem;
}
#mb_form_newpost input, #mb_form_newpost select {
	height: 40px;
	border-radius: 2px;
	background: #f4f4f4;
	font-size: 16px;
}
#mb_form_newpost input[type="text"],
#mb_form_newpost dd input[type="password"]{
	width: 60%;
	border: 1px solid #CCC;
	padding: 0 .6rem;
	font-size: 16px;
}
#mb_form_newpost dt {
	width: 100%;
	margin-bottom: .2rem;
margin-top: 1rem;
}
#mb_form_newpost dt .red {
	color: #ff0000;
font-weight: bold;
}
#mb_form_newpost dd {
	width: 100%;
}

@media screen and (min-width:1001px) {
#mb_form_newpost dt {
	float: left;
	width: 20%;
	margin-top: 1.6rem;
	margin-bottom: 0;
}
#mb_form_newpost dd {
	float: left;
	width: 80%;
	margin-top: 1rem;
}
}
#mb_form_newpost dt.f_none {
	display: block;
	width: 100%;
	margin-bottom: .2rem;
	margin-top: 1rem;
}
#mb_form_newpost dd.f_none {
	display: block;
	width: 100%;
	margin-top: 0;
}
#mb_form_newpost dd textarea {
	background: #f4f4f4;
	border-radius: 2px;
	padding: .6rem;
}
#mb_form_newpost dd input[type="text"], #mb_form_newpost dd textarea,
#mb_form_newpost dd input[type="password"], #mb_form_newpost dd select{
	box-sizing: border-box;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border: 1px solid #CCC;
	font-size: 16px;
}
#mb_form_newpost input[type="submit"], #mb_form_newpost input[type="reset"] {
	width: 49.5%;
	height: auto;
	float: left;
	margin-top: 1rem;
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 10px 6px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.06rem;
}
#mb_form_newpost input[type="submit"] {
	background: #7593cf;
	color: #FFF;
	margin-right: 0.5%;
	text-shadow: 1px 1px 0 #5c73a1;
}
#mb_form_newpost input[type="reset"] {
	margin-left: 0.5%;
	text-shadow: 1px 1px 0 #FFF;
}
#mb_form_newpost span.color {
	display: block;
	width: 15px;
	height: 15px;
}
/* 1000-(PC) */
@media screen and (min-width:461px) {
	#mb_form_newpost span.color {
		width: 24px;
		height: 24px;
	}
}
#mb_form_newpost input[type="radio"] {
	display: none;
}
#mb_form_newpost dd.f_color label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 6px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#mb_form_newpost dd.f_color label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #e8e3e3;
	border-radius: 50%;
}
#mb_form_newpost input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #7593cf;
}
#mb_form_newpost dd.f_color {
	width: 20%;
	float: left;
	text-align: left;
	margin-top: 0;
}
#mb_form_newpost .pink {
	background: #fea0c8;
}
#mb_form_newpost .green {
	background: #8cd280;
}
#mb_form_newpost .purple {
	background: #a58fe8;
}
#mb_form_newpost .orange {
	background: #f6bf60;
}
#mb_form_newpost .blue {
	background: #6ec9e5;
}
.mb_form_close {
	width: 150px;
	margin: 0 20px 20px 20px;
	background: #333333;
	color: #FFF;
	text-align: center;
	padding: 8px 6px;
	float: right;
	border-radius: 2px;
	cursor: pointer;
}
.mb_form_close::before {
	margin-right: .6rem;
	font-family: "fontello";
	content: "\e801";
content: "\e818";
}
/*===========================================================

  ▼　トピック

===========================================================*/
[class^="mb_topic_wrap"] {
	border: 1px solid #909cb2;
	margin-top: 1.4rem;
	background: #FFF;
}
[class^="mb_topic_wrap"] ul {
	display: block;
	position: relative;
}
[class^="mb_topic_wrap"] ul::after {
	position: absolute;
	right: .8rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: "fontello";
content: "\f006";
color: #CCC;
	font-size: 1.5rem;
	-webkit-transition: right .2s, top .2s;
	transition: right .2s, top .2s;
font-weight: bold;
}
[class^="mb_topic_wrap"]:hover {
	box-shadow: 0px 0px 0 3px #909cb2;
}
[class^="mb_topic_wrap_new"]:hover {
	box-shadow: 0px 0px 0 3px #39517d;
}
.mb_topic_top {
	background: #909cb2;
	color: #FFF;
	padding: 6px 8px;
	font-weight: bold;
	font-size: 14px;
}
.mb_topic_title, .mb_topic_author {
	float: left;
	letter-spacing: 0.06rem;
}
.mb_topic_title {
	width: 100%;
}
.mb_topic_author {
	width: 100%;
}
/* 1000-(PC) */
@media screen and (min-width:461px) {
	.mb_topic_title {
		width: 60%;
		padding-right: .2rem;
	}
	.mb_topic_author {
		width: 40%;
		text-align: right;
	}
}
.mb_topic_last, .mb_topic_text, .mb_topic_content, .mb_topic_update {
	padding: 0 12px;
	margin-top: .4rem;
	margin-right: 1.6rem
}
/* 460-(SP) スマホサイズで本文非表示 */
@media screen and (max-width:460px) {
	.mb_topic_text {
		display: none;
	}
}
.mb_topic_last {
	font-weight: bold;
}
.mb_topic_res {
	padding-right: .4rem;
	color: #909cb2;
	font-weight: bold;
	font-size: 16px;
}
.mb_topic_res::before {
	font-family: "fontello";
	content: "\f4ac";
	margin-right: .2rem;
}
.mb_topic_res, .mb_topic_date {
	float: left;
}
.mb_topic_date {
	padding-top: .1rem;
}
/* 766 */
@media screen and (max-width:766px) {
	.mb_topic_date {
		padding-top: .3rem;
	}
}
.mb_topic_wrap_new {
	border: 1px solid #39517d;
	background: #fdfdd5;
}
.mb_topic_wrap_new .mb_topic_top {
	background: #39517d;
}
.mb_topic_wrap_new .mb_topic_res {
	color: #39517d;
}
.mb_topic_last .new {
	color: #F00;
	margin-right: .4rem;
	font-size: 16px;
}
/*===========================================================

  ▼　トピック詳細

===========================================================*/
[class^="mb_topic_detail"] {
	border: 1px solid #909cb2;
	margin-top: 1.4rem;
	background: #FFF;
}
.mb_topic_dettop {
	background: #909cb2;
	color: #FFF;
	padding: 6px 8px;
}
.mb_topic_detail .pink {
	background: #fea0c8;
}
.mb_topic_detail .green {
	background: #8cd280;
}
.mb_topic_detail .purple {
	background: #a58fe8;
}
.mb_topic_detail .orange {
	background: #f6bf60;
}
.mb_topic_detail .blue {
	background: #6ec9e5;
}
.mb_topic_dettitle, .mb_topic_detauthor {
	float: left;
	letter-spacing: 0.06rem;
}
.mb_topic_dettitle {
	width: 100%;
	font-weight: bold;
}
.mb_topic_dettitle span {
	display: block;
	margin-right: .4rem;
	float: left;
}
.mb_topic_detauthor {
	width: 100%;
}
.mb_topic_detauthor span {
	display: block;
	margin-left: .6rem;
	float: right;
}
/* 1000-(PC) */
@media screen and (min-width:461px) {
	.mb_topic_dettitle {
		width: 50%;
		padding-right: .2rem;
		font-size: 16px;
	}
	.mb_topic_detauthor {
		width: 50%;
		text-align: right;
		font-size: 14px;
	}
}
.mb_topic_dettext {
	padding: 6px 12px;
}
.mb_topic_detupdate {
	width: 100%;
	border-top: 1px solid #DDD;
	line-height: 34px;
}
.mb_topic_detupdate input[type="checkbox"] {
	width: 16px;
	height: 16px;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	cursor: pointer;
	vertical-align: middle;
	margin-right: .2rem;
}
.mb_topic_detupdate label {
	display: block;
	cursor: pointer;
}
.mb_topic_detupdate dt, dd {
	display: block;
}
.mb_topic_detupdate dt.mb_topic_detdate {
	width: 40%;
	padding: 0 8px;
	float: left;
}
.mb_topic_detupdate dd {
	width: 20%;
	text-align: center;
	border-left: 1px solid #DDD;
	float: right;
}
.mb_topic_detupdate dd a, .mb_topic_detupdate dd span {
	display: block;
	cursor: pointer;
}
.mb_topic_detail_parent {
	border: 1px solid #39517d;
}
.mb_topic_detail_parent .mb_topic_dettop {
	background: #39517d;
}
.mb_topic_detupdate dd.log {
	width: 20%;
	margin-left: 40%;
	text-align: center;
	border-left: 1px solid #DDD;
}
/*===========================================================

  ▼　その他メニュー

===========================================================*/
.mb_bottom_menu {
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 8px;
	background: #FFF;
	display: table;
	table-layout: fixed;
}
.mb_bottom_menu li {
	border-right: 1px solid #CCC;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.mb_bottom_menu li a {
	display: block;
	padding: 8px 4px;
}
.mb_bottom_menu li:last-child {
	border-right: none;
}
/*-----------------------------------------------------------

  ポップアップ

-----------------------------------------------------------*/
/* モーダル コンテンツエリア */
#modal-formtxt, /* // 2020.01.09 mori:削除モーダルウィンドウ追加 */ /* #modal-cautiontxt{ */
#modal-cautiontxt, #modal-deletetxt {
	display: none;
	position: fixed;
	z-index: 501;
}
#modal-caution {
	display: block;
	padding: 8px 4px;
	cursor: pointer;
}
/* モーダル 背景エリア */
#modal-bg {
	display: none;
	width: 100%;
	height: 130%;
	background-color: rgba(100, 100, 100, 0.50);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
/*-----------------------------------------------------------

  フォームのうっすら文字

-----------------------------------------------------------*/ :placeholder-shown {
	color: #CCC;
	font-size: 16px;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
	color: #CCC;
	font-size: 16px;
}
/* Firefox 18- */ :-moz-placeholder {
	color: #CCC;
	opacity: 1;
	font-size: 16px;
}
/* Firefox 19+ */ ::-moz-placeholder {
	color: #CCC;
	opacity: 1;
	font-size: 16px;
}
/* IE 10+ */ :-ms-input-placeholder {
	color: #CCC;
	font-size: 16px;
}
/*===========================================================

  ▼　投稿確認画面

===========================================================*/
.mb_post_check {
	border: 1px solid #909cb2;
	margin-top: 1rem;
	background: #FFF;
}
.mb_p_error {
	background: #fcfcdb !important;
}
.mb_post_check_tit {
	position: relative;
	text-align: center;
	background: #7593cf;
	border: 1px solid #5c73a1;
	color: #FFF;
	padding: 10px 6px;
	font-size: 18px;
	letter-spacing: .2rem;
	text-shadow: 1px 1px 0 #5c73a1;
	border-radius: 4px 4px 0 0;
}
.mb_pc_errortit {
	background: #e00a0a;
	text-shadow: 1px 1px 0 #a71f1f;
	border: 1px solid #c32c2c;
}
.mb_post_check {
	width: 100%;
	border: 1px solid #ebedee;
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 0 0 4px 4px;
}
.mb_post_check dl {
	width: 100%;
	padding: 20px;
}
.mb_post_check dt {
	float: left;
	width: 25%;
	margin-top: 1.6rem;
}
.mb_post_check dd {
	float: left;
	width: 75%;
	margin-top: 1.6rem;
	font-size: 16px;
}
.mb_post_check dt.f_none {
	display: block;
	width: 100%;
	margin-bottom: .2rem;
	margin-top: 1.6rem;
}
.mb_post_check dd.f_none {
	display: block;
	width: 100%;
	margin-top: 0;
}
.mb_post_check input[type="submit"], .mb_post_check input[type="button"] {
	width: 49.5%;
	height: auto;
	float: left;
	margin-top: 1rem;
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 10px 6px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.06rem;
}
.mb_post_check input[type="submit"] {
	background: #7593cf;
	color: #FFF;
	margin-right: 0.5%;
	text-shadow: 1px 1px 0 #5c73a1;
}
.mb_post_check input[type="button"] {
	margin-left: 0.5%;
	background: #FFF;
}
.mb_post_check input[type="button"].return_error {
	width: 100% !important;
}
.mb_post_check input[type="text"] {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	background: #f4f4f4;
	border: 1px solid #CCC;
	padding: 0 8px;
	margin-right: 1%;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.return_btn a, .return_btn span {
	display: block;
	width: 100%;
	padding: 10px 6px;
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 1rem;
	cursor: pointer;
	background: #f4f4f4;
}
/*===========================================================

===========================================================*/
.btn_2 {
	margin: 1rem;
	line-height: 1.6;
}
.btn_2 #modal-caution {
	font-size: 1.6rem;
	padding: .5rem 0 .5rem;
	border: 1px solid #7593cf;
	text-align: center;
	letter-spacing: .1em;
	background: #e3e9f5;
	color: #7593cf;
}
.btn_2 #modal-caution span {
	font-size: .8em;
	letter-spacing: .05em;
}
#modal-caution.conf_btn_2 {
	padding: 0;
	display: inline-block;
	text-decoration: underline;
	color: #999;
}
/*===========================================================

  ▼　コメント

===========================================================*/
p.coment {
	margin-top: 1.4rem;
}
