@charset "UTF-8";
/* CSS Document */
@media(max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
p{
	background: none;
	line-height: 1.6em;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
.container{
	width: auto;
	margin: 0;
	padding: 0 10px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	float: none;
	margin: 0;
	font-size: 1.2rem;
	font-weight: normal;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	padding: 10px;
}
.header_inner {
	width: auto;
	margin: 0 ;	
}
.header_inner .logo_area {
	float: none;
	margin: 0 0 5px;
}
/*---------------------------------------------------------------------

movie

---------------------------------------------------------------------*/
.playerLeftElement {
	width:auto;
	float: none;
	margin: 0 0 20px;
}
.playerRightElement {
	width: auto;
	float: none;
	/*display: none;*/
}

/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sns_btn_spn {
	 display: block;
}
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 0;
}
.button {
    width: 100%;
}
}


