/* ----------------------------------------
	iconfont
---------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:	url('/common/fonts/icomoon.eot?60am27');
	src:	url('/common/fonts/icomoon.eot?60am27#iefix') format('embedded-opentype'),
		url('/common/fonts/icomoon.ttf?60am27') format('truetype'),
		url('/common/fonts/icomoon.woff?60am27') format('woff'),
		url('/common/fonts/icomoon.svg?60am27#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:130%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
	display:block;
}
ul{
	list-style-type:none;
}
body{
	font-size:12px;
	font-family:HelveticaNeue;
	-webkit-text-size-adjust:none;
}
a,a:link,a:visited{
	text-decoration:none;
	color:#000000;
}
section, article, nav {
	margin-bottom:1em;
}
.s{font-size:100%;}

p {
	margin: 0 0 1em 0;
}
.clear{
	clear:both;
}
h1{
	text-align:center;
	margin:0px auto;
	height:auto;
	line-height:130%;
	padding:11px 0px 11px 0px;
}

nav.totop{
	background:#EAF3F6;
}
nav.totop a{
	padding: 10px 14px;
	display:block;
	color: #015696;
	text-align:left;
}
nav.totop a:before {
	font-family: 'icomoon' !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e907";
}

footer{
	margin:28px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
footer dl{
	margin:12px auto;
	padding-bottom:6px;
}
footer dt{
	text-align:center;
}
footer dd{
	padding: 10px 10px 0 10px;
}
footer dd a{
	margin: 0 0 14px 0;
	padding:12px 0px;
	display:inline-block;
	text-align:center;
	width:100%;
	color:#ffffff;
	font-weight:bold;
	font-size: 2rem;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d10f29;
	/* -webkit-box-shadow: 0px 1px 0px #B50D24; */
	/* -moz-box-shadow: 0px 1px 3px #B50D24; */
	/* box-shadow: 0px 4px 0px #B50D24; */
	outline: 0;
}
footer dd a:link,footer dd a:visited{
	font-weight:bold;
	font-size:150%;
	color:#ffffff;
}
footer p{
	clear:both;
}

footer #copyright {
	margin: 20px 0 0 0;
	padding: 14px 0;
	color: #666;
	font-size: 1.2rem;
	text-align: center;
	background: #ededed;
}