@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    color: #333333;
    background: #cccccc;
    font-size: 16px;
    font-family: Arial,sans-serif;
    /* iphone */
    -webkit-text-size-adjust: none;
}

img {
    vertical-align: bottom;
}

a {
    overflow: hidden;
    outline: none;
}

a img { 
    border: 0;
}

a {
    color: #333333;
    text-decoration: none; 
}
a:hover {
    color: #777777;
    text-decoration: none; 
}

.visible-desktop {
    display: block;
}

.visible-phone {
    display: none;
}

.hidden-desktop {
    display: none;
}

.hidden-phone {
    display: block;
}

div.error-message {
    color: #ff0000;
    background-image: none !important;
}

h1#title {
    display: none;
}

#header {
    width: 500px;
    margin: 0 auto;
}

#body {
    width: 500px;
    margin: 0 auto;
}

#footer {
    width: 500px;
    margin: 0 auto;
}

div.whole {
    width: 480px;
    margin: 0 auto;
}

#header div.adBox {
    margin-top: 15px;
    height: 72px;
    background-image: url('../../img/ad-box.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#header div.adBox div.ad {
    padding: 6px;
    width: 468px;
    height: 60px;
}

#header div.blankBox {
    margin-top: 15px;
    height: 128px;
}

#body div.navi {
    height: 40px;

}
#body div.navi div.breadcrumb {
    line-height: 40px;
    font-size: 14px;
    float: left;
    height: 40px;
    overflow: hidden;
}

#body div.navi div.breadcrumb a {
    color: #333333;
    /* border-bottom: 1px solid #333333; */
}
#body div.navi div.breadcrumb a:hover {
    color: #777777;
    /* border-bottom: 1px solid #777777; */
}

#body div.navi div.pagination {
    line-height: 40px;
    font-size: 14px;
    float: right;
    height: 40px;
    overflow: hidden;
}

#body div.navi div.pagination ul li{
    float: left;
    margin-left: 25px;
}

#body div.navi div.pagination a {
    color: #333333;
    /* border-bottom: 1px solid #333333; */
}
#body div.navi div.pagination a:hover {
    color: #777777;
    /* border-bottom: 1px solid #777777; */
}

#body div.paperBox {
    
}

#body div.paperBox div.boxTitle {
    height: 10px;
    background-color: #ffffff;
    background-image: url('../../img/paper_top.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#body div.paperBox div.boxContent {
    background-color: #ffffff;
    background-image: url('../../img/paper_middle.png');
    background-position: 0 0;
    background-repeat: repeat-y;
}

#body div.paperBox div.boxFooter {
    height: 10px;
    background-color: #ffffff;
    background-image: url('../../img/paper_bottom.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#body div.socialButtons {
    padding: 0 30px;
    height: 35px;
}

#body div.socialButtons ul li{
    float: left;
    margin-right: 20px;
}

#footer div.adBox {
    margin-top: 0px;
    height: 72px;
    background-image: url('../../img/ad-box.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#footer div.adBox div.ad {
    padding: 6px;
    width: 468px;
    height: 60px;
}

#footer p.link {
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-size: 12px;
}

#footer p.link a {
    color: #666666;
    /* border-bottom: 1px solid #666666; */
}
#footer p.link a:hover {
    color: #888888;
    /* border-bottom: 1px solid #888888; */
}
