/* css reset - yahoo 2.6.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* style */
html {
color: #fff;
background-color: #00173a;
font-family: "Trebuchet MS", sans-serif;
}
p {
font-size: 14px;
line-height: 1.5;
margin: 10px 0;
}
p.signature {
text-align: right;
margin-top: 20px;
font-style: italic;
}
a {
color: #fff;
}
.header h1 {
border: 0;
position: fixed;
left: 10px;
bottom: 20px;
}
.header img.spl {
position: fixed;
right: 00px;
top: 00px;
}
h2 {
font-size: 18px;
font-weight: bold;
}
h3 {
font-size: 16px;
font-weight: bold;

}
table {
margin-top: 20px;
}
table thead {
text-align: center;
font-size: 12px;
font-weight: bold;
}
table thead th {
padding-bottom: 5px;
}
table thead tr {
border-bottom: 3px double #fff;
}
table tbody {
font-size: 14px;
}
table tbody tr {
border-bottom: 1px solid #eee;
}
table tbody tr td {
padding: 5px 5px 5px 0;
line-height: 1.5;
}
.menu {
position: fixed;
top: 220px;
left: 0;
}
.menu ul li {
}
.menu ul li a {
text-decoration: none;
font-size: 16px;
border-left: 10px solid #fff;
padding-left: 10px;
}
.menu ul li a span {
font-weight: bold;
}
.content {
position: absolute;
top: 80px;
left: 230px;
width: 620px;
}
.content ul li {
font-size: 14px;
line-height: 1.5;
list-style-type: disc;
margin-left: 10px;
}
.content .pl-cont {
position: absolute;
top: 0;
left: 0;
width: 300px;
}
.content .en-cont {
position: absolute;
top: 0;
right: 0;
width: 300px;
}
.footer {
position: fixed;
right: 20px;
text-align: right;
bottom: 0;
}
.footer p a {
font-size: 0.8em;
color: #fff;
text-decoration: none;
}
.bold {
font-weight: bold;
}
p.holiday {
font-weight: bold;
color: #f00;
}

@media (max-width: 768px) {

	* {
		    box-sizing: border-box !important;
	}

.header h1 {
border: 0;
position: static;
left: auto;
bottom: auto;
text-align: center;
margin-top: 1em;
}
.header img.spl {
display: none;
}
iframe {
	max-width: 100% !important;
	height: 300px !important;
	margin-top: 20px;
}
h2 {
	font-size: 36px;
}
.menu {
position: static;
top: auto;
left: auto;
padding: 0 20px;
}
.menu ul li {
}
.menu ul li a {
display: inline-block;
text-decoration: none;
font-size: 16px;
border-left: 10px solid #fff;
padding: 5px 10px;
}
.menu ul li a span {
font-weight: bold;
}
.content {
position: static;
top: auto;
left: auto;
width: 100%;
margin-top: 20px;
padding: 20px;
}
.content .pl-cont, .content .en-cont  {
position: static;
top: auto;
left: auto;
width: 100%;
margin-bottom: 30px;
}
.content .pl-cont {
	border-bottom: 1px dotted #00138F;
	padding-bottom: 30px;
	
}
.content ul {
padding-bottom: 10px;
}
.content ul li {
margin-left: 25px;
}
.footer {
position: static;
right: auto;
text-align: right;
bottom: 0;
padding: 15px;
border-top: 1px solid #fff;
}
.footer p a {
font-size: 0.8em;
color: #fff;
text-decoration: none;
}
.bold {
font-weight: bold;
}
p.holiday {
font-weight: bold;
color: #f00;
}

}