@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------
	defult color
----------------------------------------------------*/
a {
  color: #fff;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
}

/*----------------------------------------------------
	#content
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article {
  margin-bottom: 20px;
}

#sp_container {
  background: url(../9thanniv/images/bg.jpg) no-repeat top center #5a3f13;
  /*background-size: 50px;*/
}

#sp_mainImage {
  /*background: url(../images/logo_bg.png) no-repeat;*/
  background-size: 100%;
  max-width: 640px;
  display: block;
  margin: auto;
}

/*----------------------------------------------------
clearfix
----------------------------------------------------*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/*----------------------------------------------------
sp_contents
----------------------------------------------------*/
.sp_contentsInner {
  margin: 0 6px 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.sp_basicListStyle li {
  /*min-height: 50px;*/
  padding: 20px 20px;
  background: #bea531; /* Old browsers */
  background: -moz-linear-gradient(top, #bea531 0%, #755309 79%, #755309 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bea531), color-stop(79%,#755309), color-stop(100%,#755309)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bea531 0%,#755309 79%,#755309 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bea531 0%,#755309 79%,#755309 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bea531 0%,#755309 79%,#755309 100%); /* IE10+ */
  background: linear-gradient(to bottom, #bea531 0%,#755309 79%,#755309 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bea531', endColorstr='#755309',GradientType=0 ); /* IE6-9 */
  border-top: solid 1px #593f13;
  line-height: 28px;
  font-size: 16px;
  color:#fff;
  overflow: hidden;
}

.sp_basicListStyle li.cs {
  min-height: 50px;
  padding: 20px 20px;
  background: #513e19; /* Old browsers */
background: -moz-linear-gradient(top, #513e19 0%, #211706 79%, #211706 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#513e19), color-stop(79%,#211706), color-stop(100%,#211706)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #513e19 0%,#211706 79%,#211706 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #513e19 0%,#211706 79%,#211706 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #513e19 0%,#211706 79%,#211706 100%); /* IE10+ */
background: linear-gradient(to bottom, #513e19 0%,#211706 79%,#211706 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513e19', endColorstr='#211706',GradientType=0 ); /* IE6-9 */
border-top: solid 1px #593f13;
  line-height: 28px;
  font-size: 16px;
  color:#4d4639;
  overflow: hidden;
}

.sp_basicListStyle li.movie{
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

span.number{
  font-size: 21px;
  margin-right: 5px;
}

span.mini{
  font-size: 13px;
  line-height: 18px;
}

