body {
	background: #DDDDDD;
}

.input_set{
	width:100%;
	height:48px;
	font-size: 24px;
}


img {
	max-width: 160px;
    max-height: 240px;
	margin-bottom: 8px;
	display:none;
}
table {
	margin-bottom: 16px;
	width:100%;
}
.div_block{
	margin-top:56px;
	padding: 16px;
	background: white;
	max-width: 480px;
    min-height:90%;
	margin-left: auto;
    margin-right: auto;
}
.div_sub{
	margin-bottom: 16px;
}
.sub_title{
	font-size: 20px;
	font-weight: bold;
}
.sub_value{
	border-radius: 8px;
	border: 1px solid #AAAAAA;
	padding: 1px;
    overflow: hidden;
}

.had{
	position: fixed;
	background: #083759;
	width:100%;
	height: 48px;
	left: 0px;
	top: 0px;
}
.had_view{
	float:left;
	color:white;
	height:100%;
	margin-left: 16px;
    margin-right: 16px;
	line-height:50px;
}



