@charset "utf-8";
html{
	height: auto;
	background:url(../img/footer_bg.png) repeat-x scroll center bottom;
}
#headmessage{
	background: url(../img/toph1_bg.jpg) no-repeat scroll 0 0;
	height: 310px;
	position: relative;
}
#headmessage:after{
	content: '';
	clear: both;
	display: block;
}
h1{
	width:320px;
	height: 310px;
	float:right;
	margin:0;
}
#mainmessage{
	position: relative;
	top:110px;
	left:30px;
}
#message{
	position: relative;
	top:130px;
	left:30px;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	text-shadow:1px 1px 1px #000 ;
}
#information{
	width: calc(100%-60px);
	padding:30px;
}
#information:after{
	display: block;
	content: '';
	clear: both;
}
#information h4{
	text-align: center;
	width:120px;
	height: 60px;
	float: left;
	background-color: #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding-top: 35px;
}
#information dl{
	width:700px;
}
#information dl dt{
	font-size: 14px;
	font-size: 1.4rem;
	width:100px;
	margin-bottom:0.8em;
	float: left;
	display: block;
	text-align: right;
}
#information dl dd{
	font-size: 14px;
	font-size: 1.4rem;
	width:450px;
	margin-bottom:0.8em;
	float: right;
	display: block;
}

#expresser{
	padding:2em 0;
	position: relative;
	width: 100%;
	text-align: center;
}
#expresser h2{
	font-size:2.4rem;
	letter-spacing: 0.2em;
	color:#ad272c;
	font-family: serif;
	margin-bottom: 10px;
}
#expresser ul li{
	list-style-type: none;
	float: left;
	width: 480px;
	height: 180px;
	margin:10px;
}
#expresser ul:after{
	clear:both;
	content:'';
	display: block;
}
#expresserlist{
	font-size: 1.6rem;
	display: block;
	border:1px solid #222;
	padding:10px 10px;
	margin:2em auto;
	width:300px;
	color:#222;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
}
#expresserlist:hover{
	border:1px solid #aaa;
	color:#aaa;	
}

@media screen and (max-width:480px) {

	#head a{
		width:240px;
		margin:10px auto;
	}
	h1{

		width:100%;
		float:none;
		text-align: center;
	}
	#headmessage{
		position: static;
		padding: 0;
		text-align: center;
		width: 100%;
		height: auto !important;
	}
	#mainmessage{
		display: none;
/*		position: static;
		width:90%;
		margin:0 5%;
*/	}
/*	img#mainmessage{
		width:90%;
	}*/
	#message{
		display: none;
/*		width:85%;
		margin:0 5%;
		position: static;
		font-size: 1.6rem;
		line-height: 1.3;*/
	}
	#expresser ul li{
		width:90%;
		float: none;
		margin:0 5%;
	}
	#information{
		margin-top:100px;

	}
	#information h4{
		width:100%;
		height:auto;
		padding:5px;
		float: none;
		margin-bottom: 1em;
		font-size: 2.4rem;
	}
	#information dl{
		width:100%;
	}
	#information dl dt{
		width:30%;
	}
	#information dl dd{
		width:65%;
	}

}

