/* COMMON */

@font-face {
	font-family: 'futura_lt_btlight';
	src: url('../../fonts/futural-webfont.eot');
	src: url('../../fonts/futural-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/futural-webfont.woff') format('woff'), url('../../fonts/futural-webfont.ttf') format('truetype'), url('../../fonts/futural-webfont.svg#futura_lt_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_md_btmedium';
	src: url('../../fonts/futuram-webfont.eot');
	src: url('../../fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/futuram-webfont.woff') format('woff'), url('../../fonts/futuram-webfont.ttf') format('truetype'), url('../../fonts/futuram-webfont.svg#futura_md_btmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 62.5%;
	line-height: 1.35;
}
html * {
	box-sizing:border-box;
}
body {
	margin: 0;
	font-size: 1.2rem;
	font-family: futura_md_btmedium;
}
h1, h2, h3, h4, h5, h6, p, ul, dl, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {
	overflow: hidden;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 1.8rem;
	font-weight: normal;
}
h2 {
	font-size: 1.6rem;
	font-weight: normal;
}
h3 {
	font-size: 1.4rem;
	font-weight: normal;
}
/* default clearfix---------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
/*----------------------------------------*/

/* HEADER */

#header-sp {
	position: relative;
	height: 44px;
	background: #111;
	margin-bottom: 20px;
	overflow: visible;
}
#top #header-sp {
	margin-bottom: 0;
}
#header-sp #menu-sp {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #404040;
	width: 45px;
	height: 44px;
}
#header-sp #menu-sp.active {
	background: #666;
}
#header-sp #login {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #404040;
	width: 45px;
	height: 44px;
}
#header-sp #logo {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -40px;
	width: 79px;
	height: auto;
}

/* FOOTER */


#footer-sp {
	background: #E2E2E2;
	padding: 10px 0 0 15px;
}
#footer-sp ul {
	margin: 0;
	padding: 0;
}
#footer-sp ul li {
	list-style-type:none;
	width: calc((100% - 30px) / 2);
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 0;
	background: url(../../sp/images/common/border_01.gif) left bottom no-repeat;
}
#footer-sp ul li a {
	color: #000;
	text-decoration: none;
}
#footer-sp #copyrightMark {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

/* MENU BLOCK */

#menuBlock-sp {
	width: 100%;
	position: absolute;
	display: none;
	top: 44px;
	z-index: 2;
	background: #111;
}
#menuBlock-sp .grayBox {
	border-top: 1px #303035 solid;
	border-right: 1px solid #414141;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../../images/naviBg2.jpg) 0 0 repeat;
}
#menuBlock-sp .Serch {
	width:100%;
	height:32px;
	position:relative;
}
#menuBlock-sp .Serch input {
	border:1px #fff solid;
	height:32px;
	width:calc(100% - 30px);
	padding:0 46px 0 10px;
	text-align:left;
	background-color:#D3D3D3;
	border-radius:4px;
	color:#333;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#menuBlock-sp .Serch input:focus {
	outline:none;
}
#menuBlock-sp .Serch .searchIcon {
	position:absolute;
	top:5px;
	right:20px;
	width:20px;
	height:20px;
	z-index:10;
	border:none;
	padding:0;
	background:url(../../images/searchIcon.png) center center no-repeat;
	background-size:20px 20px;
	text-indent:-9999px;
	cursor:text;
	outline:none;
}
#menuBlock-sp .cart, #menuBlock-sp .signIn, .languagechange, #menuBlock-sp .userName {
	width: calc(100% - 30px);
	margin:15px auto 0;
	text-align:center;
	border:1px #303035 solid;
	height:32px;
	line-height:32px;
	font-size:18px;
	border-radius:4px;
	position:relative;
}
#menuBlock-sp .signIn a, .languagechange a, #menuBlock-sp .userName a, #menuBlock-sp .cart a {
	color:#fff;
	text-decoration:none;
	display:block;
}
#menuBlock-sp .signIn a:hover, .languagechange a:hover, #menuBlock-sp .userName a:hover, #menuBlock-sp .cart a:hover {
	background-image:url(../../images/loginArrow.png);
	background-position:210px 14px;
	background-repeat:no-repeat;
	background-color:#252528;
}
#menuBlock-sp .cart .cartNum {
	position:absolute;
	top:10px;
	right:10px;
	height:30px;
	width:30px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background-color:#666666;
}
#menuBlock-sp .userName {
	background-image:url(../img/loginArrow.png);
	background-position:210px 14px;
	background-repeat:no-repeat;
	color:#fff;
}
#menuBlock-sp .leftMenuCategory li {
	width:calc(100% - 30px);
	height:32px;
	line-height:32px;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}
#menuBlock-sp .leftMenuCategory li a {
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	border:1px #111111 solid;
	text-decoration: none;
}
#menuBlock-sp .leftMenuCategory li a:hover {
}
#menuBlock-sp .sns {
	margin-top:10px;
	padding-bottom:15px;
	text-align:center;
	letter-spacing:-0.4em;
}
#menuBlock-sp .sns li {
	display:inline-block;
	margin:0 10px;
}
#menuBlock-sp .sns li a {
	display:block;
}
#menuBlock-sp .sns li a img {
	border:1px #111 solid;
	border-radius:17px;
}
#menuBlock-sp .sns li a:hover img {
	border:1px solid #303035;
}
#signInIframe, #snsConfirmIframe, #closeButton {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:700;
	border:0;
}
#signInIframe {
	position:absolute;
	width:800px;
	height:460px;
	top:50%;
	left:50%;
	margin-top:-230px;
	margin-left:-400px;
}
#closeButton {
	left:50%;
	top:50%;
	margin:-230px 0 0 400px;
	width:45px;
	height:45px;
	text-align:center;
	background-color:#000;
	cursor:pointer;
	z-index:700;
}
#closeButton img {
	width:21px;
	height:21px;
	margin-top:12px;
}
#popupBackground {
	position:fixed;
	display:none;
	z-index:600;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#forgot {
	display: none;
}

/* GALLERY */

#top #gallery {
	background: #111;
	padding-bottom: 8px;
	margin: 0 0 20px;
}
#top #gallery div a {
	display: block;
	text-decoration: none;
	text-align: center;
}
#top #gallery div a img {
	vertical-align: bottom;
}
#top #gallery div a img.title {
	position: absolute;
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-01 a img.title {
	height: calc((100% - 26px) * 0.4);
	top: calc((100% - 26px) * 0.3);
	left: 0%;
}
#top #gallery div.item-02 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-03 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-04 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.1);
	left: 5%;
}
#top #gallery div.item-05 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-06 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.1);
	left: 5%;
}
#top #gallery div.item-07 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-08 a img.title {
	height: calc((100% - 26px) * 0.5);
	top: calc((100% - 26px) * 0.25);
	left: 5%;
}
#top #gallery div.item-09 a img.title {
	height: calc((100% - 26px) * 1);
	top: calc((100% - 26px) * 0.15);
	left: 5%;
}

#top #gallery div a span {
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 auto;
	background: #333;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

/* CONTENTS */


#top h1 {
	padding: 15px;
	margin: 0;
	background: #111;
	border-top: 1px solid #404040;
	color: #FFF;
	font-size: 1.5rem;
}
#contents {
	padding: 0 15px 0;
	background: #FFF;
}
#contents h2 {
	margin: 0 -15px;
	padding: 20px 10px;
	background: #000;
	border-left: 5px solid #FFCC00;
	border-right: 5px solid #FFCC00;
	color: #FFF;
}
#contents h3 {
	margin: 0 -15px 15px;
	background:#2b2b2b;
	padding:5px 10px;
	color:#FFFFFF;	
}
#contents .lead {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
#contents .about {
	font-size: 1.6rem;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-color: #FFCC00;
	margin: -5px 0 25px;
}
#contents .about span {
	border-bottom: 2px solid #FFCC00;
}
#contents .fukidasi {
	position: relative;
	border-radius: 4px;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
}
#contents .fukidasi img {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 50%;
	top: -11px;
	margin-left: -5px;
}
#contents .join {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
#contents .benefit {
	margin-right: -15px;
	margin-left: -15px;
	background: #111 url(../../sp/images/common/bg_benefit_top_sp.gif) left top no-repeat;
	background-size: 50px 50px;
	margin-bottom: 20px;
}
#contents .benefit .inner {
	padding: 5px;
	background: url(../../sp/images/common/bg_benefit_btm_sp.gif) right bottom no-repeat;
	background-size: 50px 50px;
}
#contents .benefit .inner h2 {
	margin-bottom: 0;
	padding: 10px 20px 15px;
	background: none;
	border: none;
}
#contents .benefit .detail {
	padding: 20px 20px 0;
	border-radius: 3px;
	background: #FFF;
	text-align: center;
}
#contents .benefit .detail h4 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	font-weight: normal;
	background: url(../../sp/images/common/marker_01.gif) left top no-repeat;
	background-size: 20px;
}
#contents .benefit .detail h4 span {
	margin-bottom: 10px;
	padding: 0 25px;
	display: inline-block;
	background: url(/etc/desings/daisuki/sp/images/common/marker_01.gif) right center no-repeat;
	background-size: 20px;
}
#contents .benefit .detail .item {
	padding-bottom: 10px;
}
#contents .benefit .detail .item.simulcast .img, #contents .benefit .detail .item.ad .img {
	float: left;
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contents .benefit .detail .item.definition .img {
	float: right;
	width: 90px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents .benefit .detail .item p {
	margin: 0 0 5px;
	text-align: left;
}
#contents .benefit .detail .item p.title span {
	padding-left: 17px;
	background: url(../../sp/images/common/marker_02.gif) left 4px no-repeat;
	font-size: 1.4rem;
	background-size: 12px;
}
#contents .download {
	text-align: left;
	margin: 0 -15px;
	padding: 20px 15px 5px;
	background: #F0F0F0;
}
#contents .download p {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: center;
}
#contents .download ul {
	margin: 0 0 20px;
	padding: 0;
/*	text-align: center;*/
}
#contents .download ul li {
	margin-bottom: 5px;
	list-style-type: none;
	text-indent: -0.8em;
	margin-left: 2em;
	text-align:center;
}

.download p.banner a img {
	width: 45%;
	max-width: 250px;
	margin: 0 2.5%;
}
.download p.join a img {
	max-width: 100%;
	margin: 0;
}


/* PREMIUM */
#premiummember {
	margin: -20px -15px 0;
	padding:20px 15px 10px;
	background:#F0F0F0;
}

#premiummember #bnr img{ 
	width:100%
	}

#premiummember ul{
	padding-top:10px
	}
	
#premiummember ul:after {
	content: "."; display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0; }

#premiummember li{
	height:44px;
	border-radius:4px;
	}

#premiummember li:nth-child(1){
	width:100%;
	max-width:500px;
	margin: 0 auto 10px
	}
	
#premiummember li:nth-child(2){
	width: 80%;
	max-width:450px;
	margin:0 auto
	}
	
#premiummember li a{
	text-align:center;
	text-decoration:none;
	height:100%;
	font-weight:bold;
	}		
	
#premiummember .create {
    background: #fecc09;
    color: #111;
    display: block;
	font-size: 16px;
	border-radius: 4px;
}

#premiummember .create span {
	display:inline-block;
	line-height:44px;
}

#premiummember .create img{
	width:15px;
	margin:2px 5px 0 0;
	}

#premiummember .sign-in {
    background: #fff;
    border: 3px solid #fecc09;
    color: #111;
    display: block;
	font-size: 15px;
	border-radius: 4px;
}

#premiummember .sign-in span {
	display:inline-block;
	line-height:40px;
}

#mobile_banner{
    padding-bottom:30px; text-align:center
}

#mobile_banner img{
    height:auto
}
