@charset "utf-8";

/*
.nail-white {
    background-color: #fff;
}

*/

/* 共通部分 */

#movie .movie-contents-one p {
    color: #fff;
}


#movie .movie-header img {
    margin: 0 auto;
    display: block;
}

#banner {
    margin-top: 20px;
}

#footer .footer-wrap {
    margin: 0 auto;

}

/* aタグの下線ゴミを除く */

a {
text-decoration: none;
}

/* ナビゲーションボタンの反応*/

#wrapper #wrapper_menu ul li a:hover {
    /* background-color: white; */
    opacity: 0.7;
}

/* トップ以外のヘッダの記述*/

.h1-under{
    height: 87px;
}

#wrapper #title img#h1-under-img {
    width: 72px;
    height: auto;
    margin-top: 5px;
    margin-left: 3px;
}

.h1-under-img{
    width:auto;
}

#accordion .a2 p {
    color: #3d3d3d;
}

/* diable状態の言語ボタンの反応 */

.language-underpath a.disabled:hover {
    opacity: 1.0;
　  filter: alpha(opacity=100);
 　 -moz-opacity:1.00;
}

.language a.disabled:hover {
    opacity: 1.0;
　  filter: alpha(opacity=100);
 　 -moz-opacity:1.00;
}

/* h1テキストを消す*/

h1{
	text-indent:-100%;
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	}

/* 20160313 privacyページの一部修正ここから */


ul.getinformation li {
    list-style: initial;
}

ol.privacy-2.privacy-2-fix li {
    list-style-type: lower-roman;
	margin-left: 0em !important;
    margin-bottom: 0px !important ;
}

a.jump-to-privacy {
    color: #0000EE;
}

a.jump-to-license {
    color: #0000EE;
}


/* 20160313 privacyページの一部修正ここまで */