@charset "utf-8";
/* ===================================================================
CSS information
 file name : ad.css
 2018 非同期対応版
=================================================================== */

/* new welcome */
#dag_welcome_content {
    display: none;
    width: 100%;
    height: 120%;
    z-index: 10000000;
    position: fixed;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    background-color:#fff;
}
 
/*--- content ---*/
#dag_welcome_content .header {
    text-align: center;
    width: 100%;
    background-color: white;
 
}
 
/*--- header ---*/
#dag_welcome_content .header{
    background: url(/img/top_header_back.gif) repeat-x left bottom;
    padding: 0;
    width: 100%;
    height: 100px;
}
#dag_welcome_content header{
    background: url(/img/top_header_bar.jpg) no-repeat left bottom;
    padding: 0;
    width: 100%;
    height: 100px;
}
 
#dag_welcome_content header:after {
    content: "";
    display: block;
    clear: both;
}
 
#dag_welcome_content header .siteLogo {
    width: 190px;
    float: left;
    padding-left: 10px;
}
#dag_welcome_content header .siteLogo a{
    display: block;
}
 
#dag_welcome_content header .skip {
    float: right;
    padding: 35px 20px 0 0;
}
 
#dag_welcome_content header .skip a {
    background:url(/img/top_header_btn.gif) no-repeat;
    padding-left: 15px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}
 
#dag_welcome_content .welcome_creative {
    width: 100%;
    padding-top: 60px;
}
 
#dag_welcome_content .welcome_creative div {
    width: 640px;
    margin: 0 auto;
}

/* pickup text */
.textPickup {
  width: 680px;
  margin-bottom: 10px;
  clear: both;
}
.textPickup h2 {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
.textPickup h2 span.pup_title {
  font-size: 13px;
  font-weight: bold;
}
.textPickup h2 span.pup_genre {
  color: #364151;
  float: right;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 2px 0px 0px;
}

/* side visualbox */
#sideVisualbox {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}
#sideVisualbox h2 {
  line-height: 28px;
  color: #fff;
  overflow: hidden;
  font-weight: bold;
  background-color: #000;
}
#sideVisualbox h2 .pup_title {
  float: left;
  font-size: 16px;
  margin-left: 6px;
}
#sideVisualbox h2 .pup_genre {
  float: right;
  padding-right: 7px;
}
#sideVisualbox li {
  border-bottom: #999999 dotted 1px;
  background-color: #FAEAEA;
}
/* side textad */
#sideTextad {
  margin: -10px 0 15px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

