@charset "utf-8";
/*-------------------------------------------------

ECC×K-POPアーティスト　韓国語イベントcss
#trigger

-------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  background-color:#F7F8FB;
  line-height:1.6;
  font-size:14px;
}

#trigger #contents{
  min-width: 1024px;
  background:#F7F8FB;
}
#trigger #contents .sp_img img {
  width: 100%;
  height: auto;
}

#trigger #contents .main{
  position:relative;
  padding:0; 
  margin:0 auto;
  height: 800px;
  background: url(/lpi/trigger/img/main_bg.png) no-repeat center;
  background-size: auto;
  background-size: cover;
  min-height: 800px;
}


#trigger #contents .main figure{
}

#trigger #contents .main figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#trigger #contents .main #wrap{
  position: relative;
  margin:0 auto;
  max-width:1000px;
  width: 100%;
}

#trigger #contents .main #wrap .logo{
  width:75px;
  left: 30px;
  padding-top: 30px;
  z-index: 1;
}

#trigger #contents .main #wrap .logo img{
	max-height: 75px;
}


#trigger #contents .main #wrap h1{
  position:absolute;
  width:500px;
  height:113px;
  right: -120px;
  top:130px;
  z-index: 1;
}

#trigger #contents .info{
    padding:40px;
    background-color:#EFF1F8;
    max-width: 960px;
    width: 100%;
    margin: 40px auto 80px;
}

#trigger #contents .info h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#trigger #contents .event{
    max-width: 960px;
    width: 100%;
    margin:40px auto;
}

#trigger #contents .event h2{
    font-size: 24px;
    text-align: center;
    font-style: oblique;
    line-height: 1.4;
}

#trigger #contents .event h2 span{
    font-size: 46px;
    color:#DF004A;
    font-weight: bold;
}


#trigger #contents .event h3{
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid #000;
    margin: 40px 0 20px 0;
}

#trigger #contents .event table th{
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 0;
    width: 120px;
}


#trigger #contents .event table td{
    font-size: 18px;
    vertical-align: top;
}

#trigger #contents .event table td span{
    font-size:24px;
    font-weight: bold;
}


#trigger #contents .event table td .note {
    display: table;
    font-size: 14px;
    margin-right:55px;
}

#trigger #contents .event table td .note ul.note li {
    display: table-row;
}
#trigger #contents .event table td  ul.note span{
    font-size: 14px;
}

#trigger #contents .event table td  ul li{
    margin-bottom:10px;
}

#trigger #contents .event table td  ul.note span:first-child {
    display: table-cell;
}
#trigger #contents .event table td  ul.note li a{
    font-weight: bold;
    text-decoration: underline;
    color:#DF004A;
}

#trigger #contents .event table td .map_area{
    border:5px solid #fff; 
    width:315px; 
    height:315px;
}

#trigger #contents .event table td a.map_link {
    font-size: 12px;
    color: #DF004A;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 3px 0;
    display: block;
    border: 1px solid #DF004A;
    background-color: #FFF;
    float:right;
    text-align: center;
    text-decoration: none;
    width: 55%;
    margin-top:5px;
}

#trigger #contents .event_log{
    width: 100%;
    background-color: #FFF;
}

#trigger #contents .event_log .wrap{
    max-width: 960px;
    width: 100%;
    margin:0 auto;
    padding:60px 0;
}

#trigger #contents .event_log h2{
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid #000;
    margin: 80px 0 20px 0;
}

#trigger #contents .event_log p{
    font-size:16px;
}

#trigger #contents .event_log figure{
    float:right;
}


#trigger #contents .movie{
    max-width: 960px;
    width: 100%;
    margin:0 auto;
    padding:60px 0;
    overflow: hidden;
}

#trigger #contents .movie h2{
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid #000;
    margin: 80px 0 20px 0;
}

#trigger #contents .movie p{
    font-size:16px;
}

#trigger #contents .movie div{
    float:right;
    width: 33%;
}

#trigger #contents .contact {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#trigger #contents .contact p {
    font-size: 20px;
    margin-bottom: 15px;
}

#trigger #contents .contact a {
    text-decoration: none;
    background-color: #DF004A;
    font-size:30px;
    color: #FFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 20px 0;
    display: block;
    font-weight: bold;
}

#trigger #contents .contact a span {
    font-size:20px;
}

#trigger #contents #footer {
    text-align: center;
    padding: 100px 0 60px 0;
}

#trigger #contents #footer .copyright {
    font-size: 11px;
    text-align: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
