@charset "utf-8";
/* CSS Document */


/*
//============== BASE CSS ==============
*/

body {
    font-family: "AudiType-ExBold", "AudiTypeV02-Bold", "AudiType", Verdana, Helvetica, Arial, " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    height: 100%;
}
h1,h2,h3,h4,ui,ul,div,p,a{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: AudiType;
    src: url(../fonts/AudiTypeV02-Normal.otf) format('opentype');
}
@font-face {
    font-family: AudiTypeExtendedBold;
    src: url(../fonts/AudiTypeV02-ExtendedBold.otf) format('opentype');
}
@font-face {
    font-family: AudiTypeBold;
    src: url(../fonts/AudiTypeV02-Bold.otf) format('opentype');
}
.AudiTypeExtendedBold {
    font-family: AudiTypeExtendedBold;
    font-weight: bolder;
}
.AudiTypeV02Bold {
    font-family: AudiTypeBold;
    font-weight: bold;
}
.AudiType {
    font-family: AudiType;
}
a {
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
a:hover {
    color: #cc0033;
}
.linkicon {
    background: url('../img/arrows.png') no-repeat 1px -31px;
}
.clrfix {
    clear: both;
}
.centeringBlock {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.noWrap {
    white-space: nowrap;
}
.arrow {
    padding-left: 25px;
    background: url('../img/arrows.png') no-repeat 1px -31px;
}
.arrow2 {
    display:inline-block;
    box-sizing:border-box;
    padding-left: 1.5em;
    margin-left:-1.5em;
    background: url('../img/arrow2.gif') no-repeat 0px 5px;
}
.hr_border {
    padding:0;
    margin:0;
    line-height:0;
    height:0;
    border:0;
    border-bottom:1px black solid;
}
.hr_spacer{
    border:0;
    padding:0;
    margin:0;
    height:0;
    line-height:0;
}
.horizon_box{
    display:table;
    width:100%;
}
.horizon_box li {
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}
.left_border{
    border:0;
    border-left:3px #c03 solid;
    box-sizing:border-box;
    padding-left:1em;
    margin-left:-1em;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	border: white 1px solid;
	font-weight: bold;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
}
/*
//============== BASE CSS END ==============
*/

/*
//============== HEADER FOOTER CSS ==============
*/

#header {
    box-sizing:border-box;
    width:100%;
    height:100px;
    background-color:#e6e8e7;
    border:0;
    border-bottom:1px solid #444b51;
}
#header_inner {
    width:1040px;
    height:100px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    display:block;
    float:right;
    margin-top:10px;
}
#language {
    float:right;
}
.languageMenu {
    display: block;
    float: left;
    font-size:18px;
    font-weight:bold;
}
.languagebutton{
    cursor: pointer;
}
.languageLabel a {
    display: block;
    float: left;
    font-size:12px;
    font-weight:normal;
}
#languagePanel {
    position: absolute;
    display: block;
    z-index: 30;
    font-size:12px;
    padding: 5px;
    vertical-align: middle;
    font-weight:normal;
    background: white;
    border:1px solid #999999;
    opacity: 0;
}

#footer {
    width:100%;
    height:400px;
    background-color:#e6e8e7;
    border:0;
    border-top:1px solid #d5d9d8;
}
#footer_inner {
    width:960px;
    height:400px;
    margin-left: auto;
    margin-right: auto;
}

.footer_sns li a {
    display:inline-block;
    background-color: black;
    padding:0;
    width: 30px;
    height: 30px;
}
/*
//============== HEADER FOOTER CSS END ==============
*/

#mainvisualbackground {
    position:absolute;
    top:100px;
    width:100%;
    height:460px;
    background-color:black;
    z-index:-100;
}

#pageContainer {
    width:100%;
    height:100%;
}
#copntent_wrapper{
    width:1040px;
    height:100%;
    border:0;
}
.mainvisual_wrapper {
    background-color:black;
    line-height:0;
    height:460px;
    width:1040px;
    text-align:center;
    overflow:hidden;
}
#mainvisual{
    display:none;
    margin:0 auto;
}
#mainvisual iframe{
    display:block;
    width: 960px;
    margin-top:-200px;
}
.contents{
    margin:0px auto;
    padding:0;
    width:960px;
}
.contents h1 {
    font-size:28px;
    font-family: AudiTypeExtendedBold;
    font-weight: bolder;
}
.contents h2 {
    font-size:16px;
    font-family: AudiTypeBold;
    font-weight: bold;
}

#bottom_share {
    display:inline-block;
    margin-bottom:50px;
    position:relative;
    background-color:white;
}
#bottom_share > span{
    cursor: pointer;
}
#bottom_share_box {
    margin-left:-200px;
    z-index:200;
    position:absolute;
    width:300px;
    opacity: 0;
}
#bottom_share_box .bottom_share_box_parts1 {
    height:25px;
}
#bottom_share_box .bottom_share_box_parts2 {
    background-color:black;
    color:white;
    height:130px;
}
#bottom_share_box .bottom_share_box_parts2 div{
    float:left;
    width: 50%;
    box-sizing:border-box;
    padding: 5px;
    padding-left:15px;
    margin-top:15px;
    font-family: AudiTypeBold;
    font-weight: bold;
}
#bottom_share_box .bottom_share_box_parts2 div img {
 vertical-align: middle;
 margin-right:15px;
}
.film_roll_fream {
	width: 500px;
	margin-left: 5px;
}
.film_roll_fream div {
	width: 100%;
	padding-top: 5px;
	height: 50px;
	line-height: 1.2em;
}
.snsbutton{
    width: 300px;
    margin-right:0;
    margin-left:auto;
}
.snsbutton ul{
    width: 300px;
}
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.snsbutton{
    width: 400px;
    margin-right:0;
    margin-left:auto;
}
.snsbutton ul{
    width: 400px;
}