@charset "utf-8";

/* ==========================================================

  popup用css

========================================================== */

/* override
===========================================================*/
body {
background-image: none;
min-width: inherit;
}
#wrapper {
width: 800px;
margin: 0 auto;
position: relative;
}
#main_contents {
background: transparent;
margin-bottom: 40px;
padding-top: 40px;
}

/* header
===========================================================*/
#header_popup {
height: 85px;
position: relative;
color: #333;
z-index: 3;
padding-bottom: 16px;
}
#header_popup #sjnh {
position: absolute;
top: 10px;
right: 0;
}
#header_popup a {
color: #333;
}
#header_popup:after {
content: ' ';
display: block;
width: 100%;
height:16px;
position: absolute;
bottom: -9px;
left: 0;
background: url(/common/img/bg_header_arc_center.png) no-repeat;
}


/* footer
===========================================================*/
#footer_popup {
border-top: #ccc solid 1px;
font-size: 85%;
}
#footer_popup a {
text-decoration: none;
color: #333333;
}
#footer_popup a:visited {
text-decoration: none;
color: #696969;
}
#footer_popup a:hover {
text-decoration: underline;
color: #6666aa;
}
#footer_popup .inner {
width: 800px;
margin: 0 auto;
padding: 10px 0;
}
#footer_popup > .inner p {
line-height:  1.5;
}
#footer_popup .copyright_area {
background-color: #ce002c;
}
#footer_popup .copyright_area .footer_logo {
margin: 0;
}
#footer_popup .copyright_area .copyright {
margin-top: 10px;
color: #fff;
font-size: 12px;
}

/* origin
===========================================================*/
.close_btn_area {
  text-align: center;
  margin: 20px;
}
.popup_close {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #a8a8a8;
  color: #333;
  text-decoration: none;
  background: #d8d8d8;
  background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d8d8d8 100%);
  border-radius: 5px;
}
.popup_close:hover {
  color: #333;
  text-decoration: none;
}
.popup_close:hover,
.popup_close:focus {
  opacity: .7;
}
.video_wrapper {
padding-top: 20px;
}
.video_wrapper .video {
margin: 0 auto;
max-width: 800px;
display: block;
}