@charset "utf-8";


article > h1 {
    background: url(/img/item/vis.jpg) no-repeat center center;
    height: 180px;
    padding-top: 50px;
}



/* -- pin
-------------------------------------------------------------------------------- */
#pin {
    text-align: left;
    max-width: 1100px;
    padding-bottom: 75px;
    overflow: hidden;
}
#pin h2 {
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
}
#pin form + h2 {
    margin-top: 110px;
}
#pin h2 span {
    font-weight: 700;
    display: block;
    color: #034679;
    font-size: 30px;
}
#pin form {
    display: block;
    height: 120px;
    position: relative;
}
.ua-ie-9 #pin form:first-of-type:before {
    content: "";
    background: #F5F5F5;
    display: block;
    height: 80px;
    width: 20px;
    margin-left: -20px;
    position: absolute;
    left: 63.5%;
    top: 0;
}
#pin form select,
#pin form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    display: block;
    height: 80px;
    padding: 0;
    margin: 0;
    border: none;
}
#pin form select,
#pin form input[type="text"] {
    font-size: 20px;
    background: #F5F5F5;
    width: 63.5%;
    padding-left: 30px;
    float: left;
    box-sizing: border-box;
}
#pin form select {
    background: #F5F5F5 url(/img/common/form_select_arw.png) no-repeat 96% center;
}
#pin form input[type="submit"] {
    color: #FFF;
    font-size: 16px;
    background: #034679;
    width: 32%;
    float: right;
    position: relative;
    top: -80px;
    cursor: pointer;
}
#pin form input[type="submit"]:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pin form p {
    font-size: 12px;
    clear: left;
    float: left;
    margin-top: 20px;
}

/* -- twitter
-------------------------------------------------------------------------------- */
#twitter {
    background: url(/img/common/bg_twitter.jpg) no-repeat center 0;
    background-size: cover;
    max-width: 100%;
    padding: 120px 10px 0;
    height: 790px;
}
#twitter h2 {
        font: 400 28px/1.25 Montserrat, sans-serif;
    line-height: 1.25;
    color: #FFF;
    margin-bottom: 105px;
    text-align: center;
    display: block;
    position: relative;
}
#twitter h2:after {
    content: "";
    background: #FFF;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
#twitter h2 span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -28px;
}
#twitter > div {
    width: 100%;
    max-width: 520px;
    margin: auto;
}
