﻿@charset "UTF-8";
#contents {
    line-height: 1em;
    padding: 0;
}

body #suntory_contents #contents ol,
body #suntory_contents #contents ul {
    list-style: none;
}

body #suntory_contents #contents h1,
body #suntory_contents #contents h2,
body #suntory_contents #contents h3,
body #suntory_contents #contents h4,
body #suntory_contents #contents h5,
body #suntory_contents #contents h6 {
    font-weight: normal;
}

/* default */

body {
    font-family: "HraKakuProN-W6", "HelveticaNeue";
    color: #333333;
    line-height: 1.65;
    background: white;
    font-size: 14px;
    word-break: break-all;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #0066cc;
}

.bgc00 {
    background-color: #f4fbfd;
}

.bgc01 {
    background-color: #000;
    color: #fff;
}

.bgc02 {
    background-color: #fff;
}

h2 {
    display: block;
    color: #c00;
    font-weight: bold !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
}

.only_box {
    border: 1px solid #727171;
    width: 94%;
    padding: 2% 0;
    margin: 0 auto 5%;
}

.fc_bl {
    color: #004999;
}

/* contents */

#suntory_contents #contents {
    line-height: 1.4em;
}

#suntory_contents #contents img {
    width: 100%;
    vertical-align: top;
}

/* itemInfo */

#suntory_contents #contents #itemDetail a {
    text-decoration: underline;
}

#suntory_contents #contents #itemDetail a:hover {
    text-decoration: none;
}

#suntory_contents #contents #itemDetail article#itemInfo {
    background: #fbfbfb;
    /* 	border-top:solid 1px #999999; */
    padding: 15px;
}

#suntory_contents #contents #itemDetail article#itemInfo>* {
    margin-bottom: 15px;
}

#suntory_contents #contents #itemDetail article#itemInfo>*:last-child {
    margin-bottom: 0;
}

/* itemComponen */

#suntory_contents #contents #itemDetail article#itemComponent {
    background: #fcf8ea;
    padding: 15px;
    padding-bottom: 0;
}

#suntory_contents #contents #itemDetail article#itemComponent>* {
    margin-bottom: 15px;
}

#suntory_contents #contents #itemDetail article#itemComponent>*:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #e1dbc4;
}

/* itemAttention */

#suntory_contents #contents #itemDetail article#itemAttention {
    background: #fcf8ea;
    padding: 15px;
}

#suntory_contents #contents #itemDetail article#itemAttention table {
    vertical-align: top;
}

#suntory_contents #contents #itemDetail article#itemAttention table .mark {
    vertical-align: top;
    color: #030000;
}

#suntory_contents #contents #itemDetail article#itemAttention table td {
    padding-bottom: 7px;
}

#suntory_contents #contents #itemDetail article#itemAttention dl:after {
    clear: both;
    display: table;
    content: "";
}

/*===== text =====*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.flo_r {
    float: right;
}

.flo_l {
    float: left;
}

.attention {
    color: #c00;
}

.notice {
    color: #ccc;
}

.color01 {
    color: #003399;
}

.fontB {
    font-weight: bold;
}

.fontN {
    font-weight: normal !important;
}

.font8 {
    font-size: 8px;
    line-height: 1.2em;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font_v1 {
    font-size: 2.8vw;
}


/* clearfix */

/* for modern brouser */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* border */

.border01 {
    border: solid 2px #003399;
    margin: 10px;
}

.border01b {
    border-bottom: solid 2px #003399;
}

.comments{
    margin: 2.5% 2.5% 15% 2.5%;
    font-size: 10px;
}

.mb10{
    margin-bottom: 10%;
}