@charset "utf-8";

/*外枠レイアウト部分*/
body {
	background-color: #CCC;
}

img{border:0;}

#container {
	max-width: 960px;
　　min-width: 480px;
width:expression(document.body.clientWidth < 480? "480px" : document.body.clientWidth > 960? "960px" : "auto");  
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrap {
    text-align: center;
}
dl,dt,dd {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
}
/*	本文*/

h1 {
	color: #660000;
	font-size: 125%;
	line-height: 140%;
	text-align: center;
	margin-top: 40px;
}
h2 {
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
}

.center_caption {
	font-size: 90%;
	margin-top: 20px;
	text-align: center;
}

/*	navi部分*/
.navi {
	text-align: left;
	color: #003333;
	font-size: 75%;
	margin-left: 15px;
	margin-top: 10px;
}


/*報告方法についてのテーブルレイアウト部分*/
#about_tbl {
	background-color: #e6e6b8;
	width: 600px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6A3B3E;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
#about_tbl th {
	width: 130px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#about_tbl td {
	font-size: 100%;
	line-height: 180%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}
#about_tbl strong {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
.about_cap {
	text-align: left;
	width:75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 88%;
	line-height: 150%;
}
.about_cap strong {
	font-weight: bold;
	color: #FF0000;
}
/*フォーム部分*/
.form_table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	background-color: #FFFFFF;
	font-size: 90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}

.form_table td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
}

.form_item1{
	background-color: #E6E6B8;
	width: 200px;
}

.form_item2{
	background-color: #ffcc99;
	width: 200px;
}
.form_item4{
	background-color: #ffcc99;
	width: 70px;
}

.form_item3{
	background-color: #ffff99;
	width: 200px;
}
.form_caution {
	padding: 5px;
	line-height: 150%;
	text-align: left;
}
#q70 textarea {
	width: 350px;
}
.form_table .form2text {
	width: 100px;
}
.red {
	color: #F8330A;
}
.blue {
	color: #0000FF;
}



/*フッター部分*/
#footer_new {
	font-size: 75%;
	color: #cccccc;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 70px;
	text-align: center;
}
#footer_new .footer_logo  {
	height: 60px;
	max-width: 450px;
　　min-width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer_new .footer_copy  {
	height: 20px;
	max-width: 450px;
　　min-width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}


#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: 300px;
	margin-top: 5px;
}
#top_bar {
	background-color: rgb(52, 51, 131);;
	height: 6px;
	width: 100%;
}

.conf_caution {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #FF0000;
}
.conf_caution2 {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #0000FF;
}
.hukashi{
	display: none;
}
.errMSG {
	background-color: #00FFCC;
	padding: 1px;
	font-weight: bold;
}
.f2err {
	border: 1px solid #FF0000;
	font-size: 75%;
	color: #FF0000;
	background-color: #FFFF99;
	text-align: center;
}
.tblover {
	background-color: #FFC;
}
.err2 {
	border: 1px solid #00F;
	font-size: 75%;
	color: #00F;
	background-color: #FFFF99;
	text-align: center;
}

.head4 {
	font-size: 90%;
	line-height: 140%;
	width: 650px;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
	
}
.form_table tr .w370t {
	width: 370px;
}
.w130 {
	width: 135px;
}
.w70 {
	width: 70px;
}
.w100 {
	width: 100px;
}
.w90 {
	width: 90px;
}

.w10e {
	width: 75px;
}

.green {
	color: #063;
}

.fs85 {
	font-size: 85%;
	line-height: 150%;
}#wrap #container #errMsg {
	font-size: 80%;
	line-height: 150%;
	color: #F00;
	background-color: #FFC;
	width: 80%;
	border: 2px solid #903;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 3px;
	margin-bottom: 5px;
}
#wrap #container #errMsg2 {
	font-size: 80%;
	line-height: 150%;
	color: #F00;
	background-color: #FFC;
	width: 400px;
	border: 2px solid #F9C;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 3px;
}
.form_table .q7caution {
	font-size: 80%;
	border: 1px solid #FCC;
	line-height: 100%;
	background-color: #FFC;
	padding: 2px;
}

.qlink {
	font-size: 80%;
	border: 1px solid #FCC;
	line-height: 100%;
	background-color: #FFC;
	padding: 2px;
}
.ea {
	font-size: 70%;
}

.ea dl{
	width:100px;
}
.ea dl dt{
	cursor:pointer;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #000;
	background-color: #FFC;
	border: 1px solid #999;
}

.ea dl dd{
	height:90px;
	margin:0;
	display: none;
}
#wrap #container .form_table tbody .q12bl td {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #4F94A8;
	border-right-color: #4F94A8;
	border-bottom-color: #4F94A8;
	border-left-color: #4F94A8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#login_form dl {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#login_form dt {
	height: 40px;
	width: 100px;
	float: left;
	text-align: right;
}

#login_form dd {
	height: 40px;
	width: 200px;
	padding-left: 100px;
	text-align: left;
}
#login_form {
	max-width: 450px;
　　min-width: 380px;
	background-color: #E6F1FF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#login_form .title {
	color: #FFF;
	background-color: #336;
	padding: 7px;
}

.clear{
	clear:both;
}
#container .e_btn1 {
	height: 50px;
	width: 300px;
	float: left;
}
#container .e_btn2 {
	height: 50px;
	width: 300px;
	float: left;
}
#container .e_btn_wrap {
	margin-right: auto;
	margin-left: auto;
    width:70%;
}

.about_tbl {
    width:80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7E8E8;
}
.about_tbl dl {
    width:100%;
	background-color: #FFC8C8;
}

.about_tbl dt {
	float: left;
	clear: both;
	width: 170px;
	text-align: left;
	font-size: 88%;
	line-height: 150%;
	font-weight: bold;
	color: #333;
	padding: 10px;
}

.about_tbl dd {
	height: auto;
	max-width: 100%;
	　　min-width: 330px;
	margin-left: 180px;
	line-height: 150%;
	text-align: left;
	font-size: 88%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFE8E8;

}

.form1_tbl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.form1_tbl tr th{
	background-color: #E6E6B8;
	width: 190px;
	text-align: left;
	font-size: 88%;
	line-height: 150%;
	font-weight: bold;
	color: #333;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #900;
}
.form1_tbl tr td{
	max-width: 100%;
　　min-width: 380px;
	line-height: 150%;
	text-align: left;
	font-size: 88%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFE6;
	border-width: 1px;
	border-style: solid;
	border-color: #900;

}


.form1_tbl dl {
	width: 100%;
	zoom: 100%;
	background-color: #E6E6B8;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
}

.form1_tbl dt {
	float: left;
	clear: both;
	width: 200px;
	text-align: left;
	font-size: 88%;
	line-height: 150%;
	font-weight: bold;
	color: #333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
}

.form1_tbl dd {
	height: auto;
	max-width: 100%;
	min-width: 380px;
	margin-left: 210px;
	line-height: 150%;
	text-align: left;
	font-size: 88%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFE6;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;

}
#container .f1_drug_tbl {
	font-size: 88%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.f1_drug_tbl table tr th,td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
}
.f1_drug_tbl thead tr th {
	border: 1px solid #930;
	background-color: #E6E6B8;
}

.h100 {
	height: 100px;
}

.h50 {
	height: 50px;
}
.h25 {
	height: 25px;
}
.q8box1 {
	float: left;
	width: 125px;
	height:25px;
}
.error-message {
	background-color: #FFFF33;
	color: #F00;
	padding: 5px;
}

.focus {
	background:#FCC
}

.negative{
	background: #D4D0C8;
}
.active{
	background: #FFFFFF;
}


/* ラジオボタン チェック済 */
.checked{
  background-color: #ffdb00;
}

/* チェックボックススタイル*/
.chkbox input[type=checkbox] {
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2,2);
  transform: scale(2,2);
}