body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

body h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(image/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

body ul {
    display: show;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    min-height: 418px;
    margin: 0;
    padding: 0;
}

body ul li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body ul li a {
    display: block;
    padding: 8px 32px 8px 8px;
    background: url(image/iPhoneArrow.png) no-repeat right center;
    text-decoration: none;
    color: inherit;
}

div.ad {
    display: show;
    position: absolute;
    left: 0px;
    top: 410px;
}

div.notice {
    position:absolute;
    width: 280;
    left: 20px;
    top: 330px;
    margin: 0px, 20px, 0px, 20px;
    font-size: 13px;
    line-height: 5px;
	font-weight: bold;
}

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(image/iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#homeButton, #category, #articleList {
    left: 6px;
    right: auto;
    -webkit-border-image: url(image/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
}

label {
    position: absolute;
    margin: 14px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}
 
input {
    box-sizing: border-box;
    width: 250px;
    margin: 6px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

div.price {
    font-size:14px;
    margin: 1px 0px 2px 30px;
    font-size: 13px;
}

div.title {
    font-size: 17px;
}

div.title img {
   vertical-align: middle;
   padding: 1px 5px 1px 1px;
}

a.addr {
    font-size: 15px;
}

div.info {
    position:absolute;
    width: 200;
    top: 160px;
    padding: 20px;
    font-size: 13px;
}

div.name {
    font-size: 18px;
    padding: 5px;
}

div.address {
    font-size: 13px;
    padding: 0px 0px 0px 5px;
}