@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}



body {
	background-color: #ffffff;
	color: #333;
	font-family: 'メイリオ', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 1.8em;
	animation: fadeIn 0.3s ease 0s 1 normal;
	-webkit-animation: fadeIn 1　s ease 0s 1 normal;
}

/* clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}


* html .box { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .box { /* IE7にのみ適用 */
	display:inline-block;
	}


html[xmlns*="#header"] body:last-child body {font-size:10px;}

/* safari only \*/
html:\66irst-child body {font-size:80%;}


	
/* link styles
---------------*/
a img {
	border-style: none;
	transition: 0.6s ;
}
a:link {
	color: #515151;
	text-decoration: none;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}
a:active {
	color: #3366CC;
	text-decoration: none;
}

a:hover img {
	opacity: 0.6;
	transition-duration: 0.5s
}

	
/* Web fonts
---------------*/

.trajan {
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
}

.tei {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
}



@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*　news追加スタイル　*/


#information dl{padding: 10px; border-bottom: thin solid #ccc;text-align: left;}
#information dt{font-weight: normal !important;color: #888;font-size: 0.8em;text-align: left;}
#information dd span{font-weight: bold;margin-bottom: 4px;text-align: left;} 
#information dd a{color: #0075a9;}