*{ margin:0; padding:0;}

#spLinkBlockInPc {display:none;}

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ul,li {list-style: none;}
	

a,img {
	border-style: none;
}

a:link,
a:visited {
	text-decoration: none;
	color:#000;
}

a:hover {
	color:#FFCF00;
}

a:hover img {
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.8; /*FF*/
	opacity:0.8;
}

html, body {height: 100%;} 

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-color:#FFE300;
}


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/


/** 
基本設定
----------------------------------------------------------------  **/

.boks {
    width: 1000px;
    margin: 0 auto;
}

#dvd_main {
    width: 100%;
    margin: 0 auto;
	background-image: url("../img/dvd_bg_star.jpg")
}
#dvd_header{}
#dvd_specialedition{
	background-color:#000000;
	height:312px;
	}
#dvd_boks{}
#dvd_scene{}
#dvd_cast{}
#dvd_footer{}






/** 
ヘッダー設定
----------------------------------------------------------------  **/

#dvd_header {
    height: 432px;
}

#logo {
    width: 600px;
    height: 250px;
    top: 60px;
    left: 0;
    right: 0;
    background-image: url(../img/logo.png);
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 50;
    margin: 0px auto;
}


img.header_salesday {
    padding-top: 340px;
	width: 100%;
}



/** 
特別版設定
----------------------------------------------------------------  **/

.specialedition_title {
    padding-top: 44px;
    width: 100%;
}

img.specialedition_text {
    padding: 40px 0px;
    width: 100%;
}

div#dvd_obi {
    background-color:#FFE300;
    margin: 0;
    padding: 0;
}

img.specialedition_obi {
    padding: 0px;
    margin: 0px;
    width: 100%;
}


div#dvd_special {
    background-color: #000000;
	padding: 52px 0;
}

.special_title {
    clear: both;
    height: 72px;
	text-align: center;
	background-image: url("../img/dvd_bg_star.jpg")
}

.special_title img {
    margin-top: 22px;
}





.special_contents img {
    width: 524px;
    float: left;
	padding-bottom: 50px;
}

.special_contents p {
    width: 450px;
    float: left;
    padding-left: 20px;
	color:#FFFFFF;
	padding-top: 20px;
}

/** 
DVDbox設定
----------------------------------------------------------------  **/
#dvd_boks {
    text-align: center;
	background-color:#FFE300;
}

.boks_mention {
    background-color: #666666;
    color: #ffffff;
    height: 52px;
    padding-top: 24px;
}

.boks_title {
    padding: 80px 0;
}

img.cv_btn2 {
    padding-left: 10px;
}

.dvd_boks_blu-ray {
    width: 860px;
    margin: 0 auto;
	padding-bottom: 40px;
}

.dvd_boks_blu-ray ul {
    float: left;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
	margin-top: 20px;
    margin-bottom: 20px;
}

.dvd_boks_blu-ray ul li { list-style-type: none; }

img.cv_btn {
    float: left;
    padding-left: 20px;
}

img.cv_btn2 {
    padding-left: 10px !important;
    float: left;
}


#dvd_boks hr {
    border-color: #000000;
    margin: 70px 0px;
}

img.dvd_boks_img {
    float: left;
}

.dvd_boks_title {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}



/** 
DVD通常box設定
----------------------------------------------------------------  **/
#dvd_tsujo_boks {
    text-align: center;
	background-color:#f5d41d;
}


.dvd_boks_tsujo {
    width: 860px;
    margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 70px;
}

.dvd_boks_tsujo ul {
    float: left;
    padding-left: 20px;
	padding-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
	margin-top: 20px;
    margin-bottom: 20px;
}

.dvd_boks_tsujo ul li { list-style-type: none; }


img.cv_btn2 {
    padding-left: 10px;
}


img.cv_btn {
    float: left;
    padding-left: 20px;
}

img.dvd_boks_img {
    float: left;
}

.dvd_boks_title {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}












/** 
シーン設定
----------------------------------------------------------------  **/

#dvd_scene {
    background-image:url("../img/dvd_scene.jpg");
	background-size:cover;
}


/** 
footer設定
----------------------------------------------------------------  **/

div#dvd_footer {
    height: 56px;
    background-color: #000000;
    text-align: center;
}

img.copy {
    padding: 20px 0;
}

/** ---------------------------------------------------------------- 
    ---------------------------------------------------------------- 


レスポンシブ設定


---------------------------------------------------------------- 
----------------------------------------------------------------  **/


@media screen and (max-width: 1000px) {


html, body {
margin:0;
padding:0;
} 

body {
	position: relative;
	min-width:1000px;
}


/** 
基本設定
----------------------------------------------------------------  **/

.boks {
    width: 100%;
    margin:0;
    padding:0;
}

#dvd_main {
    width: 100%;
    margin: 0 auto;
	background-image: url("../img/dvd_bg_star.jpg")
}
#dvd_header{}
#dvd_specialedition{
	height:31.2%;
	}
#dvd_boks{}
#dvd_scene{}
#dvd_cast{}
#dvd_footer{}






/** 
ヘッダー設定
----------------------------------------------------------------  **/

#dvd_header {
    height: 43.2%;
}


#logo {

}


img.header_salesday {
}



/** 
特別版設定
----------------------------------------------------------------  **/

.specialedition_title {
}

img.specialedition_text {

}

div#dvd_special {
    padding: 52px 0;
}

.special_title {
    height: 72px;
    width: 100%;
}

.special_title img {
    margin-top: 22px;
    width: 80%;
}





.special_contents img {
    width: 100%;
    padding-bottom: 20px;
}

.special_contents p {
    width: 80%;
    padding-left: 10%;
    padding-bottom: 20px;
    padding-top: 0px;
    margin: 0 auto;
}

/** 
DVDbox設定
----------------------------------------------------------------  **/


#dvd_boks {
}

.boks_mention {
    padding: 20px 10% 20px 10%;
    width: 80%;
}

.boks_title {
    padding: 80px 0;
}

.boks_title img {
    width: 80%;
    margin: 0 auto;
}

img.cv_btn2 {
    padding-left: 10px;
}

.dvd_boks_blu-ray {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dvd_boks_blu-ray ul {
    padding-left: 2%;
    width: 60%;
}


img.cv_btn {
    padding-left: 2%;
}

img.cv_btn2 {
    padding-left: 2% !important;
}


#dvd_boks hr {
    margin: 70px 0px;
}

img.dvd_boks_img {
    width: 34%;
    padding-left: 2%;
}

.dvd_boks_title {
    padding-left: 2%;
    width: 60%;
}



/** 
DVD通常box設定
----------------------------------------------------------------  **/
#dvd_tsujo_boks {
}


.dvd_boks_tsujo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dvd_boks_tsujo ul {
    padding-left: 2%;
    width: 60%;
}


img.cv_btn {
    padding-left: 2%;
}

img.dvd_boks_img {
    float: left;
}





/** 
シーン設定
----------------------------------------------------------------  **/

div#dvd_scene img {
    width: 100%;
}


/** 
footer設定
----------------------------------------------------------------  **/

div#dvd_footer {
    height: 56px;
}

img.copy {
    padding: 20px 0;
}
















}


