@charset "utf-8";

/** table **/
.post table{
border: 1px #214a78 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #214a78 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#214a78;
}

.post table td{
padding:7px 5px;
border: 1px #214a78 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post table caption{
	font-weight: bold;
}


.post table.basic_table{
	border: 1px solid #4c4c4c;
	}
.post table.basic_table th{
	background: #ebebeb;
	color: #323232;
	text-align: center;
	border: 1px solid #4c4c4c;
	font-weight: normal;
	padding: 5px 15px;
	font-size: 13px;
	}
.post table.basic_table td{
	border: 1px solid #4c4c4c;
	padding: 5px 15px;
	font-size: 13px;
	}



/** form **/
#form{
	text-align:center;
	margin: auto;
	}
#form table{
	width: 99%;
	margin: 10px auto;
	text-align: left;
}
#form table th{
	width: 12em;
	vertical-align: middle;
	text-align: left;
}

#form table caption{
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	margin: 0 0 5px 3px;
	color: #f91e5d;
}
#form input{
	margin: 3px 2px 2px 0px;
}
#form label{
	margin-right: 10px;
}
#form .error{
	background-color: #FFD6D6;
	color:#333;
	font-weight:bold;
	}
#form .error_text{
	display:block;
	color: #7C0000;
	font-weight: bold;
	}
#form .form_btn form{
	display: inline;
	width: 150px;
	/zoom: 1;
	/margin: 10px 20px;
	}
#form .form_btn input[type="submit"]{
	width: 150px;
	height: 36px;
	margin: 10px 20px;
	}

#form .form_btn input[type="hidden"]{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}


#form input[type="text"], textarea{
	padding: 1px 0.1em;
	}

#form table th,
#form table td{
	padding: 5px 10px;
	}
#form p{
	text-align: left;
	}
#message{
	margin: 3px 3px 15px;
	padding: 5px 10px;
	}
	

.form_lead{
	margin: 3px 3px 15px;
	}
.post #form p{
	padding-bottom: 0;
	}
.icon_hissu{
	vertical-align: text-top;
	}

#form input[type="text"]{
	height: 20px;
	line-height: 1em;
	}



/* ルビ */
ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom;
	margin-top: 3px;
	}

/*
    HTML 5 ではこの<rb>要素は存在しないのですが、このスタイルが適用出来なくても問題は無いようです。
*/
rb {
	display: table-row;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	text-align: center;
	}

rt, a:link rt, a:visited rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 9px;
	/font-size: 50%;
	line-height: 100%;
	text-decoration: none;
	}

rp {
	display: none;
	}

.description rt, a:link rt, a:visited rt {
	/line-height: 0.5em;
	/vertical-align: bottom;
	}

/* ルビ終了 ----------------------------------- */


.entry table{
	width: 668px;
	}
.entry table th{
	white-space: nowrap;
	text-align: center;
	}
.entry table td{
	vertical-align: middle;
	}
.entry table table.wpsp_date_table{
	width: 100%;
	}
#form table table.wpsp_date_table th{
	width: auto;
	text-align: center;
	}
.entry table table.wpsp_date_table td{
	text-align: center;
	}
.post p.description,
.post span.description{
	color: #f91e5d;
	text-align: left;
	}
.post .description{
	color: #f91e5d;
	margin-top: 5px;
	}


#form table.wpsp_roommate_table th,
#form table.wpsp_roommate_table td{
	width: auto;
	text-align: center;
	padding: 5px;
	}
#form table.wpsp_roommate_table th.r_name{
	width: 98px;
	}
#form table.wpsp_roommate_table th.r_relation{
	width: 50px;
	}
#form table.wpsp_roommate_table th.r_work{
	width: 130px;
	}
#form table.wpsp_roommate_table th.r_year{
	width: 73px;
	}
#form table.wpsp_roommate_table th.r_lang{
	width: 114px;
	}
#form table.wpsp_roommate_table th.r_hobby{
	width: 130px;
	}

.r_name input{
	width: 65px;
	}
.r_relation input{
	width: 40px;
	}
.r_work input{
	width: 90px;
	}
.r_lang input{
	width: 80px;
	}
.r_hobby input{
	width: 100px;
	}

#form table img{
	vertical-align: middle;
	}

