@charset "utf-8";
/*--------------------------------------------
review_post
---------------------------------------------*/
.review_post .post_text {
	width: 96%;
	font-size:14px;
	padding:10px 2%;
	text-align:center;
	background: #DF5286;
	color: #fff;
}

.review_post .post_text span {
	display: inline-block;
}

.confirmation {
 color:#E43D3D;
 font-size:12px;
 line-height:1;
}
.send {
 text-align:center;
}
.send p {
 padding:10px;
}
.more-btn {
 margin:0 auto 7px !important;
}

.post_box {
	box-sizing: border-box;
	line-height: 1.5;
	padding: 5px 0;
	border-radius: 5px;
}

.post_box .input_post {
	background: rgba(254,127,156,0.1);
	border-bottom: solid 1px #DF5286;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 2.4;
	padding: 10px;
}

.post_box .input_post p.username {
	width: 100%;
	font-family: "M PLUS Rounded 1c";
	font-size: 16px;
	font-weight: 500;
}

.post_box .input_post p.username span {
	font-size: 14px;
	font-weight: normal;
	font-family: "メイリオ","Meiryo","Meiryo UI","Hiragino Kaku Gothic ProN","Helvetica Neue","Hiragino Sans","游ゴシック  Medium",sans-serif,Roboto;
	color: #f00;
	padding-left: 2px;
}

.post_box .input_post p.input {
	width: 95%;
	display: block;
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 15px 0 15px 0;
}

.post_box .input_post p.input input {
	width: 94%;
	padding: 8px 3%;
	font-size: 16px;
}

.post_box .input_post p.input select {
	padding: 8px 3%;
	border: none;
	border-radius: 6px;
	vertical-align: middle;
}

.post_box .input_post p.input select.date {
	width: 32%;
	font-size: 16px;
	-webkit-appearance: none;
	background: #fff;
}

.post_box .input_post p.input select:disabled {
	background: rgb(35,199,194);
}

.post_box .input_post p.post_coution {
	width: 100%;
	font-size: 11px;
	line-height: 1.4;
	padding-bottom: 5px;
}

.post_box .input_post p.area textarea {
	width: 94%;
	border: none;
	font-size: 16px;
	padding: 8px 3%;
}



.post_box .btn {
	width: 100%;
	margin: 5px 0;
	text-align: center;
}

.post_box .btn input {
	width: 100%;
	padding: 8px 0;
}

.post_box .submit input {
	background: #d05a9c;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
}