@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : entry.css
 Author     : メディカルコミュニケーションズ（株）
 Style Info : エントリー記事に関するスタイル指定
=================================================================== */

/* お問い合わせ		/inquiry/
----------------------------------------------------------------- */

span	{ color:#F03; }
table	{
	width: 100%;
	margin: 0 auto 0px;
	font-size:14px;
}
table th, table td	{ padding:10px 5px; border-bottom: 1px dotted #CCC; vertical-align:top; }
table th	{ width: 160px; padding: 15px 5px; }
.active	{ ime-mode: active; }
.inactive	{ ime-mode: inactive; }
.input	{
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}
.input2	{
	border: 1px solid #CCC;
	padding: 5px;
	width: 100px;
}
#content { border: 1px solid #CCC; padding:5px; width: 400px; height:100px;}
select	{ padding: 5px; }



th.thcell {display: table-cell;}
td.tfcell {display: table-cell;}







@media only screen and (max-width:620px){

th.thcell {display: block !important; width:100%; box-sizing:border-box; -webkit-box-sizing:border-box; background:#EFEFEF;}
td.tfcell {display: block !important; width:100%; box-sizing:border-box; -webkit-box-sizing:border-box;}
.spcs {display: block !important;}
#content {padding:5px 0; width: 100%;}
.send_btn {text-align:center;}
.send_btn input {font-size: 130%;}
}

