body, html {
 -webkit-text-size-adjust: 100%;
}
#header{
	padding-bottom:0;
}
#header #siteId{
	padding:20px 0 15px 0;
}
#header #siteId img{
	width: 60%;
	height:auto;
}
#global{
	margin: 0;
	padding:0;
	border-top: 1px dotted #666;
}
#global li{
	width: 50%;
	float: left;
	margin: 0;
	text-align: center;
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#global li a{
	display: block;
	padding: 10px 0;
}
.contents{
	padding: 250px 0 100px 0;
}
#profile .left{
	float: none;
	width: 100%;
}
#profile .right{
	float: none;
	width: 100%;
	text-align: center;
}
#profile .right img{
	margin: 0;
}
#topmain{
	margin-top: 220px !important;
	}
#main{
	float: none;
	width: 100%;
	margin-right: 0;
}
#side{
	float: none;
	width: 100%;
}
#information dt{
	float: left;
	width:24%;
	padding-right: 1%;
}
#information dd{
	float: left;
	width: 75%;
}
#information .infounit a{
	width: 100%;
	margin-right: 0;
	}