@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

/* CSS Document */
td {
	font-size: 100%;
}
.rightArea h2 {
	font-size:130%;
	margin-bottom:10px;
}
.rightArea .evtable {
	margin-top:20px;
	letter-spacing:0.1em;
	color:#363435;
	line-height:130%;
	margin-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.rightArea .evtable th {
	padding-bottom: 19px;
	vertical-align: top;
}
.rightArea .evtable td {
	padding-bottom: 19px;
	vertical-align: top;
}
.evtable a:link {
	color: #157939;
	text-decoration: underline;
} 
.evtable a:visited {
	color: #157939;
	text-decoration: underline;
}
.evtable a:hover {
	color: #157939;
	text-decoration: none;
} 
.evtable a:active { 
	color: #157939; 
	text-decoration: underline;
} 


@media screen and (max-width: 768px){
.rightArea h2 {
	font-size:1.5em;
	line-height:1.3em;
}
.rightArea table {
	width:100% !important;
}
.rightArea .evtable {
	width:95% !important;
}
.rightArea .evtable th {
	display:block;
	width:100% !important;
}
.rightArea .evtable td {
	display:block;
	width:100% !important;
}
.rightArea .evtable img {
	width:100% !important;
	max-width:100% !important;
	height: auto;
	}

}