#onedrive .wrapper {
    font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto 50px;
    text-align: left;
    color: #505050;
    background: #fff;
    max-width: 750px;
}
#onedrive img {
    vertical-align: bottom;
    max-width: 100%;
}
#onedrive a:hover {
    text-decoration: none;
    opacity: .8;
}

#onedrive .h_section {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 0;
}
#onedrive .movie_section {
    margin: 10px 20px 0;
}
#onedrive .movie_item {
    text-align: center;
}
#onedrive .hr_block {
    padding: 40px 20px 40px;
    margin: 0 auto 0;
    max-width: 680px;
    text-align: center;
}
#onedrive .hr_line {
    height: 1px;
    background-color: #e6e6e6;
    border: none;
    color: #e6e6e6;
}

#onedrive .feature_box {
    margin: 0 20px 40px;
}
#onedrive .feature_box:last-child {
    margin-bottom: 0;
}
#onedrive .feature_item {
    text-align: center;
}
#onedrive .feature_txt {
    padding: 20px 0 0;
    text-align: center;
    font-size: 14px;
}
#onedrive .feature_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

#onedrive .product_section {
    margin:0 50px 36px;
}
#onedrive .product_box {
    margin: 0 auto;
    padding: 20px 25px 25px;
    max-width: 490px;
    text-align: center;
    border: 1px solid #b3b3b3;
}
#onedrive .product_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
}
#onedrive .product_figure {
    margin-bottom: 12px;
    padding: 0 40px 0;
}
#onedrive .product_figure_note {
    font-size: 14px;
    margin-bottom: 16px;
}
#onedrive .product_box a {
    display: block;
    background: #505050;
    vertical-align: middle;
    color: #FFF;
    padding: 10px;
}
#onedrive .promo_section {
    margin: 0 50px 0;
}
#onedrive .promo_item {
    text-align: center;
}

