.head {
	position:fixed;
	top:0;
	width:100%;
	z-index:9;
}
.foot {
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
	z-index: 9;
	background: #fff;
	font-size: 0.9rem;
}
.footsp {
    border-top: solid 1px #ddd;
	z-index: 9;
	background: #fff;
}
.mobody {
    max-width: 1200px;
    margin: 0 auto;
}
.height-head {
	height: 44px;
}
.height-foot {
	height: 59px;
}
.text-f50 {
	font-size: 50px;
}
.text-f30 {
	font-size: 30px;
}
.text-f20 {
	font-size: 20px;
}
.bg-con {
	background: url(../img/bgu1.png);
	-webkit-background-size:cover;
}
.bg-conu {
	background: url(../img/bgu2.png);
}
.yujotop {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.yujobottom {
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
.yujolb {
	border-top-left-radius: 6px;
	border-bottom-left-radius:6px;
}
.dialog-confirm{
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: unset;
}
.dialog-cancel{
	border-bottom-right-radius: unset;
	border-bottom-left-radius: inherit;
	border-right:solid 1px #eee;
	border-left:unset;
}
.dialog-confirm:last-child{
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.dialog-text + .dialog-cancel
{
	border-bottom-right-radius: inherit;
	width: 100%;
}
.dialog-content{
	flex-direction: row-reverse;
}