/* @group ***present*** */

.p_present {
	font-size: 1.1em;
	line-height: 1.8;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	margin-bottom: 3em;
}

.p_present .column {
	font-size: 1.1em;
	line-height: 1.8;
	/*margin-bottom: 4em;*/
	margin-bottom: 20px;
}

.p_present .title {
	font-weight: bold;
	color: #fff;
	padding: 8px;
	font-size: 136%;
	margin-bottom: 1em;
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(image/title_bg.jpg);*/
	background-image: url(../img/title_bg.jpg);
}

.p_present h3 {
	background-color: #e4f7fd;
	color: #124992;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px;
	margin-bottom: 0.5em;
	border-left: 5px solid #7ec7e5;
}

.p_present p {
	margin-bottom: 0.5em;
}

.p_present .fig {
	margin-bottom: 15px;
}

/* ***job_point*** */

.p_present .job_point {
	background-color: #ffebe8;
	margin-bottom: 1em;
	padding: 1.5em;
	border: 4px solid #ffbbaf;
	-webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.p_present .job_point h4 {
	color: #c00;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
	font-size: 1.3em;
}

.p_present .job_point p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #7e0d00;
	font-size: 1.1em;
}

.job_detail {
	margin-bottom: 1em;
}

.job_detail .left {
	float: left;
	width: 340px;
}

.job_detail .right {
	float: right;
	width: 340px;
}

.job_detail .center {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}

.job_detail table th,.job_detail table td {
	border: 1px solid #999;
	padding: 4px;
}

.job_detail table caption {
	background-color: #285190;
	color: #fff;
	padding: 3px;
}

.job_detail table th {
	white-space: nowrap;
	width: 5em;
	text-align: center;
	background-color: #f1f1f1;
}

.job_detail table td {
	/*color: #c00;*/
	line-height: 1.5;
}

.oneline {
	width: 100%;
	clear: both;
}

.oneline th,.oneline td {
	border: 1px solid #999;
	padding: 4px;
}

.oneline th {
	white-space: nowrap;
	width: 5em;
	text-align: center;
	background-color: #f1f1f1;
}

.oneline td {
	/*color: #c00;*/
	line-height: 1.5;
}

/* ***form*** */

.p_present .lists {
	margin-bottom: 1em;
	font-size: 1em;
}

.p_present .lists .look {
	color: #c00;
}
.p_present .exred {
	color: #ff0000;
	font-size: 0.9em;
	/*padding-left: 10px;*/
}
.p_present .exNotice {
	color: #000;
	line-height:18px;
	/*font-size: 0.9em;
	padding-left: 10px;*/
}
.present_form {
	width: 100%;
	margin-bottom: 1em;
}

.present_form th,.present_form td {
	border: 1px solid #999;
	padding: 10px;
}

.present_form th {
	text-align: right;
	width: 9em;
	background-color: #f1f1f1;
	vertical-align: top;
	font-size:14px;
	font-weight:bold;
}

.present_form .area01 {
	padding: 4px;
	width: 60%;
}

.present_form .area02 {
	padding: 4px;
	width: 95%;
}

.present_form .area03 {
	padding: 4px;
	width: 95%;
	height: 8em;
	overflow-y: scroll;
}

.present_form .ex {
	color: #1d518d;
	font-size: 0.9em;
	padding-left: 9px;
}
.present_form .exred {
	color: #ff0000;
	font-size: 0.9em;
	/*padding-left: 10px;*/
}
.present_form .kome,.present_form p {
	color: #c00;
	line-height: 1.2;
	padding-top: 4px;
	margin-bottom: 0;
}

.soushin {
	text-align: center;
	font-size: 1.5em;
}

/* @end */


.entry{
    padding-left:15px;
    color:yellow;
    font-weight:bold;
}
.ValidatorCallout{
	background-color:#FFFBD6;
}
.disabled {
	ime-mode: disabled;
 }
 input[type=text]{
    padding: 4px;
 }
 select.ddl {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
    padding: 4px;
    margin-left:15px;
}
input.radiobtn{ 
    border-style:none;
}

/*エラーパネル STR*/
div.errorPanel
{
    margin-top:5px;
    margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
    width:350px;
    background-color:#FFFBD6;
    border:solid 3px red;
    padding:0px 0px 20px 10px;
    color:Red;
    font-weight:bold;
    line-height:1.5;
    
}
div.errorHeader
{
    width:360px; /*padding-left分をwidthに足す*/
    height:20px;
    margin-left:-10px;/*padding-left分の-の値*/
    background-color:red;
    text-align:center;
    vertival-align:middle;
    color:white;
    font-weight:bold;
}
/*エラーパネル END*/
.p_present .confirm {
	background-color: #ffebe8;
	margin-bottom: 1em;
	padding: 1.5em;
	border: 4px solid #ffbbaf;
	-webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    width:520px;
    margin-left:auto;
    margin-right:auto;
}

.p_present .confirm h4 {
	color: #c00;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 1.3em;
	text-align:center;
}

.p_presentLogo {
	line-height: 1.8;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	/*margin-bottom: 3em;*/
}
.scroll_button a{
    position: fixed;
    display: block;
    right:50px;
    bottom:50px;
    background: #313131;
    color:#fff;
    padding:20px;
    text-decoration:none;
    font-weight:bold;
}

span.lblInfo
{
    color:#0000FF;
    font-size:18px;
    font-weight:bold;
    display:inline-block;
    padding:3px 10px 3px 10px;
}