
/* tag style */

label { cursor: pointer; }

/* input */
.input_text {
	
	line-height:2.5;
	padding:0 12px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px 0 #ececec inset;
	-moz-box-shadow: 0 2px 2px 0 #ececec inset;
	box-shadow: 0 2px 2px 0 #ececec inset;
	border: solid 1px #e2e2e2;
}

.input_select {
	
	padding:0 6px;
	height:2.4em;
	
	border-top:solid 1px #cdcdcd;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	border-left:solid 1px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input_select option { padding:0 6px; }
.input_textarea {
	
	line-height:1.7;
	padding:6px 12px;
	height:10em;
	
	border-top:solid 1px #cdcdcd;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	border-left:solid 1px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* spview */
@media screen and (max-width:767px) {
	
	.input_text{
		width:100% !important;
	}
	
	.input_textarea {
		width:100% !important;
	}
}

.input_text:hover,
.input_textarea:hover{
	background:#eee;
}

.input_text:focus,
.input_select:focus,
.input_textarea:focus {
	background:#fff;
	border:solid 1px #FCE865;
	outline:none;
}


.textarea_w24 {
	width: 100%;
	height:8em !important;
}


/* label set checkbox & radio button */
.input_label {}
.input_label input[type=checkbox],
.input_label input[type=radio]{
	margin-right:0.5em;
}

/* error style */
.input_text.err,
.input_select.err,
.input_textarea.err,
.input_text.err:focus,
.input_select.err:focus,
.input_textarea.err:focus{
	background:#EFE3E3;
	border:solid 1px #f73b1e;
	outline:none;
}


.non_activ > img,
.non_activ > p,
.non_activ > a,
input.non_activ { opacity: 0.6; }


/* --------------------------------------------------- */
/* table_form */
.table_form {
	width: 100%;
	color: #434343;
	border-top: solid 1px #e2e2e2;
	margin-bottom:2em;
}

.table_form th,
.table_form td {
	padding:15px;
	vertical-align: middle;
	border-bottom: solid 1px #e2e2e2;
}
.table_form th {
	text-align: left;
	background: #FCF5CA;
}
.table_form td {background: #FFF}

/* spview */
@media screen and (max-width:767px) {
	
	.table_form {
		display:block;
		width:auto;
		border-top:none;
		border-right:none;
		margin-bottom:2em;
	}
	
	.table_form thead,
	.table_form tbody,
	.table_form tr,
	.table_form th,
	.table_form td {
		display:block;
		width:auto;
	}
	
	.table_form tr { margin-bottom:1em; }
	.table_form tr:last-child { margin-bottom:0; }
	
	.table_form th,
	.table_form td {
		
		border-left:none;
		border-bottom:none;
	}
	.table_form th {
		padding: 0;
		margin-bottom:5px;
		background: none;
	}
	.table_form td { padding:0;background: none; }
}

/* --------------------------------------------------- */
/* table_form_skill */

.table_form_skill {
	width: 100%;
	color: #434343;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	margin-bottom:2em;
}

.table_form_skill th,
.table_form_skill td {
	padding:0.5em 1em;
	vertical-align:middle;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.table_form_skill th {
	text-align: left;
	background: #E0FBFE;
}
.table_form_skill td { text-align:center; }

.table_form_skill thead th {
	background: #F1E7EA;
	text-align:center;
}

/* --------------------------------------------------- */

.table_form_item {
	padding:0 7px 0 0;
	display: inline-block;
}

.form_mark {
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	padding: 0.25em 0.5em;
	background: #f5596c;
	font-weight:lighter;
	font-size:75%;
}

/* spview */
@media screen and (max-width:767px) {
	.table_form_item {
		display: inline-block;
	}
	
	.form_mark {
		padding: 0px 5px;
		display: inline-block;
	}
}

/* --------------------------------------------------- */

.table_form .note_links,
.table_form .note_error,
.table_form .note_text {
	font-size:90%;
	margin-top:0.5em;
	vertical-align:middle;
}

.note_text { color:#9d9d9d; }
span.note_text { display:inline-block; }

/* note style error */
.note_error { color:#f73b1e; }

.err_link { color: #fff; }

/* spview */
@media screen and (max-width:767px) {
	
	.note_links,
	.note_error,
	.note_text {
		font-size:72%;
		display:inline-block;
	}
}

/* --------------------------------------------------- */

.form_item_ul:before,
.form_item_ul:after { content: " "; display: table; }
.form_item_ul:after { clear: both; }

.form_item_ul { margin:0 -0.5em; }

.form_item_ul li {
	width:50%;
	padding:0 0.5em 0.5em;
	float:left;
}

.form_item_ul.col2 li { width:50%; }
.form_item_ul.col3 li { width:33.33%; }
.form_item_ul.col4 li { width:25%; }
.form_item_ul.col5 li { width:20%; }
.form_item_ul.col6 li { width:16.66%; }
.form_item_ul.col7 li { width:14.28%; }
.form_item_ul.col8 li { width:12.5%; }

.form_item_ul li input,
.form_item_ul li img { vertical-align:middle; }

.form_item_ul .disabled { color:#9d9d9d; }


/* spview */
@media screen and (max-width:767px) {
	
	.form_item_ul li { width:100%; }
	.form_item_ul.col2 li { width:100%; }
	.form_item_ul.col3 li { width:50%; }
	.form_item_ul.col4 li { width:33.33%; }
	.form_item_ul.col5 li { width:33.33%; }
	.form_item_ul.col6 li { width:33.33%; }
	.form_item_ul.col7 li { width:25%; }
	.form_item_ul.col8 li { width:25%; }
}

/* --------------------------------------------------- */

.form_style_iframe {
	overflow: auto;
	height: 200px;
	border: 1px solid #e2e2e2;
	padding: 25px 15px;
	background: #fff;
}

.form_style_iframe::-webkit-scrollbar { height: 5px; }
.form_style_iframe::-webkit-scrollbar-track { border-radius:5px; background: #e2e2e2; }
.form_style_iframe::-webkit-scrollbar-thumb { border-radius:5px; background: #959595; }

/* --------------------------------------------------- */

.oubo_message {}

.oubo_message_log {

	border-top: solid 1px #d2d6de;
	border-right: solid 1px #d2d6de;
	border-bottom: none;
	border-left: solid 1px #d2d6de;

	padding: 1em 1em 2em;
	/*overflow-y: scroll;*/
	/*height: 26em;*/
	
	background: #eee;
}
.oubo_message_log_nomsg {
	color: #bbb;
}

.oubo_message_log_msg {
	
	padding: 1em;
	border: solid 1px #d2d6de;
	background: #fff;
	margin-bottom: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.11);
	-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.11);
	position: relative;
}

.oubo_message_log_msg:first-child {
	margin-top: 1em;
}

.oubo_message_log_msg:before,
.oubo_message_log_msg:after {
	
	content: '';
	display: block;
	position: absolute;
	bottom: 1.5em;
	
	border-width: 0.5em 1em;
	border-style: solid;
}

.oubo_message_log_he {
	margin-right: 2em;
	margin-left: 1em;
	background: #f0f6ed;
}
.oubo_message_log_me {
	margin-left: 2em;
	margin-right: 1em;
}

.oubo_message_log_he:before {
	left: -2em;
	border-color: transparent #d2d6de transparent transparent;
	z-index: 10;
}
.oubo_message_log_he:after {
	left: -2em;
	margin-left: 2px;
	border-color: transparent #f0f6ed transparent transparent;
	z-index: 11;
}

.oubo_message_log_me:before {
	right: -2em;
	border-color: transparent transparent transparent #d2d6de;
	z-index: 10;
}
.oubo_message_log_me:after {
	right: -2em;
	margin-right: 2px;
	border-color: transparent transparent transparent #fff;
	z-index: 11;
}


.oubo_message_log_msg_info {
	display: table;
	border-collapse: collapse;
	width: 100%;
	color: #999;
	margin-bottom: 1.5em;
}
.oubo_message_log_msg_info > span {
	display: table-cell;
	font-size: 85%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.oubo_message_log_msg_info {
		display: block;
		width: auto;
	}
	.oubo_message_log_msg_info > span {
		display: block;
		width: auto;
		text-align: left;
	}
	.oubo_message_log_msg_date {
		margin-top: 0.5em;
	}
}

.oubo_message_log_msg_no {
	margin-right: 1em;
	vertical-align: middle;
}

.oubo_message_log_msg_name {
	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 0.1em 0.5em;
	vertical-align: middle;
	background: #f4f4f4;
	line-height: 1;
}
.oubo_message_log_he .oubo_message_log_msg_name {
	background: #fff;
}

.oubo_message_log_msg_date {
	width: 20em;
	text-align: right;
}

.oubo_message_log_msg_title {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.oubo_message_log_msg_body {}


.oubo_message_input_title {
	
	border-top: solid 1px #d2d6de;
	border-right: solid 1px #d2d6de;
	border-bottom: none;
	border-left: solid 1px #d2d6de;
}
.oubo_message_input_body {
	
	border: solid 1px #d2d6de;
}

.oubo_message_input_title input[type='text']{
	border: none;
	padding: 0.5em;
	vertical-align: bottom;
}
.oubo_message_input_body textarea {
	border: none;
	padding: 0.5em;
	vertical-align: bottom;
	height: 4em !important;
}
.oubo_message_input_submit {
	background: #d2d6de;
	text-align: center;
}
.oubo_message_input_submit .btn {
	
	display: block;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	padding-top: 1em;
	padding-bottom: 1em;
}



/* 利用規約にチェック */
.message_box .input_label {
    position: relative;
    padding-left: 1.25rem;
}
.message_box input[type=checkbox] {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
}

