@charset "UTF-8";
/**
 *
 * �}�i�[ ���ʃX�^�C��
 */
/**********************
  reset
***********************/
img {
    max-width: 100%;
    height: auto;
}

img.w100 {
    width: 100%;
}

/**********************
  utility
***********************/
.pd10Wrap {
    padding: 10px;
}

.font13 {
    font-size: 13px;
}

.clrParent {
    color: inherit;
}

.dotBorder {
    height: 1px;
    border-top: 1px dotted #ccc;
}

.pinkBgWrap2 {
    background-color: #fff2f0;
}

.pinkBgWrap {
    background-color: #faf1f8;
}

.yellowBgWrap {
    background-color: #fefcf4;
}

/**********************
  button
***********************/
.gradBtn {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.gradBtn a {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    border-radius: 3px;
}

.gradBtn a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradBtn a.winIcon:after {
    background-image: url(/smt/common/img/icon_blank_w.png);
    background-size: 14px auto;
}

.gradBtn.gradBtn01 a {
    background-color: #ec664d;
}

.gradBtn.gradBtn02 a {
    background-color: #366aba;
}

/* -------------*/
.zoomIcon {
    position: relative;
    display: block;
}

.zoomIcon:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url(../img/btn_photo.png);
    background-size: 100% auto;
}

/* -------------*/
.winIcon {
    position: relative;
}

.winIcon:after {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-top: -2px;
    margin-left: 3px;
    content: '';
    vertical-align: middle;
    text-decoration: none;
    background: url(../img/icon_blank_black.png) no-repeat center center;
    background-size: 100% auto;
}

/* -------------*/
.moreLink {
    margin-top: 10px;
}

.moreLink a {
    display: block;
    padding-left: 10px;
    color: inherit;
    background: url(../img/icon_tri01.png) no-repeat 0 2px;
    background-size: 7px auto;
}

/**********************
  title
***********************/
.mnTitle-lv2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 0;
    padding-left: 25px;
    color: #3c75c0;
    background: url(../img/cmn_icn_maru01.png) no-repeat 0 center;
    background-size: 21px auto;
}

.mnTitle-lv2:first-child {
    margin-top: 0;
}

/* -------------*/
.mnTitle-lv3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 2px 0;
    padding-left: 28px;
    background: url(../img/cmn_icn_maru01.png) no-repeat 0 center;
    background-size: 21px auto;
}

.mnTitle-lv3:first-child {
    margin-top: 0;
}

/* -------------*/
.mnTitle-min img {
    width: auto;
    height: 14px;
}

/**********************
  list
***********************/
.newsList li {
    padding: 10px;
    background-color: #fffefc;
}

.newsList li:nth-child(2n+1) {
    background-color: #eff4f1;
}

.newsList li a {
    color: inherit;
}

/**********************
  contents
***********************/
.seriesWrap .seriesTit {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 12px 10px;
    padding-right: 40px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background-color: #3c76c0;
}

.seriesWrap .seriesTit.acBtn {
    cursor: pointer;
}

.seriesWrap .seriesTit.acBtn .acIcon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    border-radius: 50% 50%;
    background-color: #fff;
}

.seriesWrap .seriesTit.acBtn .acIcon:before, .seriesWrap .seriesTit.acBtn .acIcon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    content: '';
    transform-origin: 50% 50%;
    background-color: #3c76c0;
}

.seriesWrap .seriesTit.acBtn .acIcon:after {
    transform: rotate(90deg);
}

.seriesWrap.open .seriesTit.acBtn .acIcon:after {
    transform: rotate(0deg);
}

.seriesWrap .seriesMain {
    padding: 10px;
    background-color: #fff;
}

.seriesWrap .seriesMain .button-list {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.seriesWrap .seriesMain .button-list li {
    margin-bottom: 12px;
    text-align: left;
    border: solid 1px #3b75bf;
    border-radius: 2px;
    background: linear-gradient(#4481c4, #3c76c0);
}

.seriesWrap .seriesMain .button-list li a {
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px 10px 10px 20px;
    border: solid 1px #3b75bf;
    border-radius: 2px;
    background: linear-gradient(#4481c4, #3c76c0);
    text-decoration: none;
}

.seriesWrap .seriesMain .button-list li a span {
    display: block;
    background-image: url(../img/button_manner-link.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

/**********************
  閉鎖のお知らせ
***********************/
.contents_info {
  margin: 10px 0;
}
.contents_info .link_txt {
  background: url('../img/close-info-middle.png') repeat-y;
  background-size: contain;
  padding: 0 1.5em;
}
.contents_info .link_txt img {
  vertical-align: middle;
  padding-left: 5px;
}

/**********************
  コンテスト
***********************/
.seriesWrap .contest_bg {
    background-color: #fff3b9;
}

/**********************
  YouTube
***********************/
.mv-block {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.mv-block iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
