/*
* Skeleton V1.1
*　Suzuki
* Free to use under the MIT license.
* 5/11/2016
*/




/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
body{
	line-height: 1.5em;
}
address{
	text-align: center;
	background: #2b100f;
	width: 100%;
	color: #fff;
	display: block;
	padding: 20px 0;
	line-height: 1.6em;
	font-size: 13px;
}
section{
	padding: 7%;
}

table{
	width: 100%;
}
td{
	padding: 15px;
	line-height: 1.6em;
}
th{
	padding: 10px;
	width: 20%;
	min-width: 100px;
	border-right: 2px solid #e2e2e2;
	line-height: 1.6em;

}
tr{
	border-bottom: 2px solid #e2e2e2;
}
h1{
	color: #008000;
	font-size: 30px;
	text-align: center;
	line-height: 1.6em;
}
h2{
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 30px;
	color:#ff8c00;
}
h3{
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 0;
}
.plof{
	font-size: 20px;
	letter-spacing: 9px;
}
.clear{
	clear: both;
}
.orange{
	color: #ff8c00;
	font-size: 25px;
}
strong{
	font-weight: bold;
}
.blogul li{
	border: #8198b6 2px  solid;
	padding: 20px;
	margin: 20px 0;
}
.blogtitle{
	color:#8198b6;
	font-size: 20px;
	line-height: 1.2em; 
	margin: 10px 0;
	display: block;
}
a:link{
	color: #fff;
}
a:visited{
	color: #fff;
}

table a:link{
	color: #000;
}
table a:visited{
	color: #000;
}
.address{
	color: #ff8c00!important;
}
