@charset "UTF-8";

/* ----------------------------------------------------------------

    01. Normalize

----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Reset
----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
/* ----------------------------------------------------------------

    02. header

----------------------------------------------------------------- */
header {
    max-width: 1000px;
    margin: 0 auto;
}
h1 {
    display: none;
}
.aidem_logo img {
  width: 83px;
}
header img.logo {
    width: 83px;
    margin-top: 5px;
    margin-left: 3px;
}

/* ----------------------------------------------------------------

    03. keyVisual

----------------------------------------------------------------- */
.keyV {
    text-align: center;
  background-image: url(/csr/photocontestvn/img/common/bg.png);
  background-repeat: repeat-x;
}
.keyV img {
  width: 100%;
}

/* ----------------------------------------------------------------

    04. main

----------------------------------------------------------------- */
main {
  max-width: 1000px;
  margin: 0 auto;
    line-height: 1.6;
    color: #292929;
    font-size: 18px;
    font-family: "Times New Roman","メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;;
}
.padding {
    padding: 30px 10px;
}
.bold {
    font-weight: 700;
}
h2 {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background-color: #ff7e00;
}
.center {
    text-align: center;
}

/* ----------------------------------------------------------------
    テーマ
----------------------------------------------------------------- */
.thema_group {
  background-image: url(/csr/photocontestvn/img/common/icon-camera.png);
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: top 10px left 95%;
}
.theme {
    font-size: 18px;
    font-weight: 700;
}
.theme_text {
  margin-top: 45px;
    color: #565656;
}
.theme_text span {
    color: #ff0000;
}

/* ----------------------------------------------------------------
    入賞作品
----------------------------------------------------------------- */
.text {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
    padding: 0 10px;
}

.ranking {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.crown{
    width: 38px;
    margin-right: 5px;
}

#rankFirst .ranking{
    font-size: 36px;
}

#rankSecond .ranking{
    font-size: 34px;
}

#rankThird .ranking,
#rankFourth .ranking,
#rankFifth .ranking,
#rankSixth .ranking{
    font-size: 32px;
}

#rankFourth,
#rankFifth,
#rankSixth{
    margin-bottom: 10px;
}

#rankFirst p,
#rankSecond p,
#rankThird p{
    font-size: 14px;
}

#rankFourth p,
#rankFifth p,
#rankSixth p{
    font-size: 13px;
}

.photo {
    margin-bottom: 10px;
}

.one,
.oneHalf{
    margin-bottom: 40px;
    padding: 0 10px;
}

.one .photoSize,
.oneHalf .photoSize{
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.one .photoSize img,
.oneHalf .photoSize img{
    width: 100%;
    display: block;
    margin: auto;
    max-width: 550px;
    max-height: 500px;
}

.photo figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 10px;
}

#rankFourth .photo figcaption,
#rankFifth .photo figcaption,
#rankSixth .photo figcaption{
    font-size: 16px;
}

#rankFourth .photoGroup,
#rankFifth .photoGroup,
#rankSixth .photoGroup{
    letter-spacing: -.4em;
    padding: 0 2%;
}

.oneThird {
    width: 48%;
    min-height: 270px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 4% 20px 0;
    border-bottom: 2px dotted #ddd;
}

.oneThird .photoSize {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;/*IE11崩れ解消*/
}

.oneThird:nth-child(2n+2) {
    margin-right: 0;
}

.oneThird .photoSize img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*IE11崩れ解消*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ----------------------------------------------------------------
    modal
----------------------------------------------------------------- */
.none{
    display: none;
}

.modalImg p{
    color: #fff;
    margin: 10px;
    font-size: 13px;
    padding: 0 15px;
    line-height: 1.6;
}

.modalImg img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 400px;
    display: block;
    margin: auto;
}

#cboxPrevious{
    left: 0;
}

#cboxNext{
    right: 0;
}

#colorbox .center{
    text-align: left;
}
/* ----------------------------------------------------------------
    写真のhover
----------------------------------------------------------------- */

.modal .overlay {
    display: none;
}

/* ----------------------------------------------------------------
    アコーディオン
----------------------------------------------------------------- */
.acdCheck{
    display: none;
}
.acdLabel{
    background: #ff7e00;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding: 5px 0 5px 30px;
    text-align: center;
    cursor: pointer;
}
.acdContent{
    height: 0;
    opacity: 0;
    transition: 0.8s;
    overflow: hidden;
}
.acdCheck + .acdLabel:after{
    content: '';
    width: 22px;
    height: 15px;
    display: inline-block;
    background: url(/csr/photocontestvn/img/common/arrow-acd.png) center center / 22px 15px no-repeat;
    padding-left: 30px;
    vertical-align: baseline;
}
.acdCheck:checked + .acdLabel:after{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.acdCheck:checked + .acdLabel + .acdContent{
    height: auto;
    opacity: 1;
}

/* ----------------------------------------------------------------
    審査基準
----------------------------------------------------------------- */
.examination {
    color: #fa9908;
    font-size: 23px;
    font-weight: 700;
}
.margin_top {
    margin-top: 25px;
}
.deadline {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
}

/* ----------------------------------------------------------------
    応募方法
----------------------------------------------------------------- */
ul.method {
    margin-top: 5px;
}
ul.method li {
    padding-left: 1em;
  text-indent: -1em;
    list-style: none;
    font-size: 15px;
}
ul.notes li {
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
}

/* ----------------------------------------------------------------
    シリウス
----------------------------------------------------------------- */
.sirius {
    margin-top: 5px;
    font-size: 18px;
}
.sirius a {
    color: #595959;
}
.sirius_photo {
    width: 50%;
    height: auto;
}
.address {
    margin-top: 30px;
    margin-bottom: 15px;
  font-size: 20px;
}
.address_jp{
    font-size: 17px;
}
a:visited {
  color: #595959;
}

/* ----------------------------------------------------------------
    審査
----------------------------------------------------------------- */
.examination_center {
    text-align: center;
}

/* ----------------------------------------------------------------
     賞・賞品
----------------------------------------------------------------- */
.rank{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    box-shadow: 0 0 8px #b4b1b1;
    font-size: 22px;
    text-align: center;
}
.rank img {
  width: 15%;
  height: auto;
}
.hr_style {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #9c9c9c;
}
.sp_br {
    display: inline-block;
}
/* 1位 */
.first_group {
  line-height: 1.1;
}
.first {
    font-size: 30px;
}
.first_number {
  font-size: 15px;
}
.first_money {
    font-size: 42px;
}
/* 2位 */
.second_group {
  margin-top: 13px;
  line-height: 1.1;
}
.second {
    font-size: 27px;
}
.second_money {
    font-size: 36px;
}
.second_number {
  font-size: 15px;
}
/* 3位 */
.third_group {
  margin-top: 13px;
  line-height: 1.1;
}
.third {
    font-size: 27px;
}
.third_money {
    font-size: 36px;
}
.third_number {
  font-size: 15px;
}
/* 4位・5位 */
.fourth_group,.fifth_group,.sixth_group {
  margin-top: 20px;
  font-size: 18px;
}
.fourth,.fifth,.sixth {
    font-size: 22px;
}
.fourth_number,.fifth_number,.sixth_number {
  font-size: 15px;
}
.fourth_money,.fifth_money,.sixth_money {
    font-size: 25px;
}

/* ----------------------------------------------------------------
     応募ボタン
----------------------------------------------------------------- */
.entry_btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry_btn img {
  width: 95%;
  height: auto;
  max-width: 450px;
}

/* ----------------------------------------------------------------
     ページトップボタン
----------------------------------------------------------------- */
.page-top {
    position: fixed;
  z-index: 500;
  bottom: 60px;
  right: -5px;
}
.page-top img {
  width: 70%;
  height: auto;;
}

/* ----------------------------------------------------------------
     フッター
----------------------------------------------------------------- */
footer .facebook_bnr {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center;
}
footer .facebook_bnr .facebook_bnr_pc {
  display:none;
}
footer .SNSarea {
  text-align: center;
}
.mr20 {
  margin-right: 20px;
}
footer .copyright {
  width: 100%;
    margin-top: 50px;
  background: url(/csr/photocontestvn/img/common/bg-footer.png) repeat-x;
}
footer .copyright p {
    width: 100%;
    margin-left: -3px;
    line-height: 40px;
    color: #fa9908;
    font-size: 14px;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;;
    text-align: center;
    text-shadow: 0 0 5px #FFF;
}
