@charset "UTF-8";
table.abc {
width:100%;
margin:0 0px;
border:none;
}
th {
	width:13%;
	padding:10px 20px;
	background-color:#0CF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	vertical-align: top;
	text-align:left;
}
th img {
margin-top:5px;
margin-left:5px;
}
th.photo {
	vertical-align: top;
}
td {
	width:87%;
	padding:10px 20px;
	background-color: #FEFFDF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	vertical-align: top;
	text-align:left;
}
td p {
	line-height: 18px;
	margin:0 0 6px 0;
}
td p.ma {
	line-height: 24px;
	margin:0 0 6px 0;
}

table.inside {
width:100%;
margin:0 0px;
border:none;
}
th.inside {
	width:13%;
	padding:10px 8px;
	background-color:#CCFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	text-align:left;
}
td.inside {
	width:87%;
	padding:5px 8px;
	background-color: #DCFBD7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	text-align:left;
}

table.inside_w {
width:100%;
margin:0 0px;
border:none;
}
th.inside_w {
	width:13%;
	padding:10px 8px;
	background-color:#FED9F5;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF0066;
	text-align:left;
}
td.inside_w {
	width:87%;
	padding:5px 8px;
	background-color: #FBE6F6;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF0099;
	text-align:left;
}
td.aiueo {
	width:10%;
	background-color: #FEFFDF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	padding-top: 10px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: auto;
}