@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------- */
html *{
	line-height:180%;
	margin:0;
	padding:0;
}
html{
	background:url(http://www.bankunmei.com/images/head_bg.jpg) left top repeat-x #000;
	color:#FFF;
	font-family:Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a{
	display:inline-block;
	padding:0.3em 1em;
	text-decoration:none;
	color:#fff;
	border: solid 2px #fff;
	border-radius:3px;
	transition:.4s;
	margin-right:20px;
	margin-bottom:20px;
}
a:hover {
	opacity:.8;
}
#box{
	max-width:1000px;
	width:90%;
	margin:10px auto;
}
#box h1{
	margin-bottom:50px;
}
@media (max-width:767px){
#box h1 img{
	width:150px;
	height:auto;
}
}
#box .text-data h2{
	border-bottom:solid #808080 1px;
	margin-bottom:30px;
	line-height:150%;
}
#box .text-data h2 span{
	display:block;
	font-size:20px;
}
#box .text-data p{
	margin-bottom:20px;
}
#box .text-data p.text-right{
	text-align:right;
	margin-top:40px;
}
#box p.copyright{
	margin-top:30px;
	font-size:13px;
}