@charset "utf-8";
/*--------------------------------------------------
/* font
--------------------------------------------------*/
html {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%; /* 10px */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/* ---------------------------------------------------------
/* reset
--------------------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  outline: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  vertical-align: bottom;
}
input, textarea, {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}

/*--------------------------------------------------
/* cfix
--------------------------------------------------*/
.cfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cfix {
  display: inline-table;
  min-height: 1%;
}
* html .cfix {
  height: 1%;
}
.cfix {
  display: block;
}

/* ---------------------------------------------------------
/* a
--------------------------------------------------------- */
a {
  text-decoration: none;
}
a:visited {
}
a:hover {
}
a:active {
}

/* ---------------------------------------------------------
/* 
--------------------------------------------------------- */
#wrap {
  margin: 0 auto;
  width: 320px;
}
#main {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}
#disc .img {
  float: left;
}
#disc .ttl {
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0 0 150px;
  text-indent: -0.5em;
}
#disc .ttl span {
  font-size: 10px;
}
#disc .btn {
  padding: 14px 0 0 150px;
}
#music {
  padding: 24px 0 0;
}
#music li {
  padding: 0 0 4px;
}
#music p {
  line-height: 1.6;
}
#music .txt1 {
  color: #FFF;
  font-size: 12px;
}
#music .txt2 {
  color: #BFA583;
  font-size: 10px;
  text-indent: 1em;
}
#dscr {
  background: #FCF7DE;
  padding: 15px;
}
#dscr p {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0 15px;
}
#social li {
  float: left;
}
#foot {
  background-color: #69B9B1;
  background-image: url(../images/bg2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  padding: 22px 0 0;
}
#foot li {
  border-bottom: 1px solid #FFF;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
}
#foot li:last-child {
  border: none;
}
#foot .copy {
  text-align: center;
}
#foot a {
  color: #FFF;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
}
#foot a:after {
  border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-left: 8px solid #FFF;
  content: "";
  height: 0;
  margin: -4px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
}