
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ';
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* @end */

/* DaisyHeadsステッカー */

#daisyheads-banner {
	width: 100%;
	background-color: white;
	margin-top: 70px;
	margin-bottom: 70px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

#daisyheads-banner a {
	display: flex;
	width: 100%;
}

#daisyheads-banner .dh-logo {
	background: url(/link/fanclub/images/iTunesArtwork.png) 0 0 no-repeat;
	display: block;
	width: 180px;
	height: 180px;
	margin-bottom: 0px;
	background-size: contain;
}

#daisyheads-banner .text-frame {
	display: block;
	width: calc(100% - 180px);
	margin-left: 30pt;
	height: auto;
}

#daisyheads-banner h2 {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10pt;
}

#daisyheads-banner h2 .title {
	font-size: 2.0rem;
	display: inline-block;
	margin-right: 20px;
}

#daisyheads-banner p {
	color: black;
	font-size:1.3em;
	line-height: 1.4em;
}

#daisyheads-banner .download-now {
	display: block;
	font-size: 1em;
	padding-top: 15px;
	margin: 30px auto 0 auto;
	width: 360px;
	height: 59px;
	box-sizing: border-box;
	text-align: center;
	color: white;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(top, #2bb2fc 0%, #047bcc 99.4%);
    background-image: linear-gradient(to bottom, #2bb2fc 0%, #047bcc 99.4%);
}
