/*　*/


#IssueForm form table th label,
#MailMail form table th label
{
	display:inline-block;
}
#IssueForm form table input[type="text"],
#IssueForm form table textarea,
#MailMail form table input[type="text"],
#MailMail form table textarea
 {
	width:430px;
	max-width:430px;
}
	@media screen and (max-width: 639px){
		#IssueForm form table input[type="text"],
		#IssueForm form table textarea,
		#MailMail form table input[type="text"],
		#MailMail form table textarea
		 {
			width: 100%;
			max-width: 100%;
		}
	}
#IssueForm form div.submit,
#MailMail form div.submit
{
	text-align: center;
}


table tbody tr:nth-child(2n + 1) {
    background-color: #fff;
}



#FieldMessageFlgPdftype {

}
	#FieldMessageFlgPdftype div.checkbox {
		display:inline-block;
		width:200px;
	}

#FieldMessageItems {
	display:inline-block;
}
	#FieldMessageItems div.checkbox {
		display:inline-block;
	}

/*
#RowMessageOpAtena,
#RowMessageAtena {
	display:none; 

}
*/

.area_ckpdf {
	margin: 30px 0 0 0;
}
.area_ckpdf .area_subtitle {
	margin: 30px auto;
	font-size: 2em;
	margin-bottom: 20px;
}
.area_ckpdf object {
	width: 100%;
	height: 430px;
	margin-bottom:10px;
}
	@media screen and (max-width: 639px){
		.area_ckpdf .area_subtitle {

		}
		.area_ckpdf object {
			height: 200px;
		}
	}

.area_download {

}
.area_download .area_fixview {

}
.area_download .area_fixview input[type=button] {
	display: inline-block;
	margin: 0 10px 10px 0;
}

