@charset "utf-8";
* { margin: 0; padding: 0;}
ul {list-style:none}
img {vertical-align: middle;}

html {
	background: #fff;
	color: #767676;
	text-align: left;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	line-height: 1.8em;
}
html {
	margin: 0 auto;
}

* html body {
	background: none;
	font-size: 100%;
	padding-left: 1px;
}
*:first child+html body {
	font-size: 100%;
}
*:first child+html body {
	padding-left: 1px;
}


a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color:#e68fd0;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #537ed7;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #7cc1e1;
	}
img {
	border:0;
	max-width: 100%;
}
p {
	margin: 1em 0;
}
hr {
	clear: both;
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
}
h1 {
	font-size: 48px;
	line-height: 1;
}
h2 {
	font-size: 24px;
	line-height: 1.333;
	color: #b891de;
}
h3 {
	font-size: 16px;
	line-height: 2;
	color: #6aabbc;
}
h4 {
	font-size: 110%;
	line-height: 1.5;
}
span.little {
	font-size: 80%;
	line-height: 1.2;
	font-weight: normal;
}
span.b {
	font-weight: bold;
}
span.blue {
	color: #537ed7;
}



/*コンテンツ ----------------------------------------*/
div.wrapp {
	display: block;
	margin: 0;
	padding: 20px;
	text-align: center;
}

.SNS {
	position: absolute;
	top:5px; left:5px;
	height: 25px; width: 250px;
	margin: 0;
	z-index: 999;
}
.twitter {
	padding: 3px 0 0;
	float: left;
}
iframe.twitter-share-button {
	width: 115px!important;
}



div.contents {
	margin: 0 auto;
	padding: 30px 0 ;
	clear: both;
	position: relative;
	width: 980px;
}


/*header ----------------------------------------*/
div#header {
	display: block;
	background: url("../img/bg0.jpg") no-repeat center top #ffffe9 fixed;
	text-align: center;
	padding: 0;
}
div#header h1 {
	padding: 55px 0 0;
}
div#header h2 {
	padding: 25px 0 0;
}
div#header h3 {
	padding: 10px 0 0;
}

div#headerContents {
	width: 980px;
/*	height: 620px;*/
	height: 600px;
	margin: 0 auto;
}
div#headerContents div {
	width: 500px;
	margin: 0 0 0 480px;
}


.SNS {
	top:5px; left:auto; right:5px;
}



#whatsnew {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-top: 1px solid #f7d6ef;
}

#whatsnew dl {
	margin: 0.5em 0 0;
}
#whatsnew dt {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 1.2em;
}

#whatsnew dd {
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	line-height: 1.2em;
	border-bottom: 1px solid #f7d6ef;
}
#whatsnew dd:last-child {
	margin: 0;
}

/*about ----------------------------------------*/
div#release {
	display: block;
	padding: 40px 0 80px;
	background: url("../img/bg4.jpg") no-repeat center top #fff0f3 fixed;
	text-align: center;
}

/*about ----------------------------------------*/
div#about {
	display: block;
	padding: 40px 0 80px;
	background: url("../img/bg3.jpg") no-repeat center top #e1ebf6 fixed;
	text-align: center;
}
div#about h4, div.happyo h4 {
	margin: 0 auto 15px;
	padding: 25px 0 35px;
	width: 765px;
	border-radius: 15px;
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
div#about h4.about1 {
	background: #7cc1e1;
}
div#about h4.about2 {
	margin: 60px auto 15px;
	background: #537ed7;
}
div.happyo h4 {
	background: #e68fd0;
	padding: 20px 0 21px;
}


div#aboutList {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}

a.btn {
	display: block;
	margin: 50px auto 0;
	padding: 20px 0 21px;
	width: 600px;
	opacity: 1;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);

	border-radius: 15px;
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}
a:hover.btn {
	opacity: 0.7;
}
div#about a.btn {
	background: #537ed7;
}
div#header a.btn, div#vote a.btn {
	background: #e68fd0;
}

/*vote ----------------------------------------*/
div#vote {
	display: block;
	padding: 40px 0 100px;
	background: #fff;
	text-align: center;
}



table {
	width: auto;
	border-spacing: 0;
	margin: 0 10px;
	border: 1px solid #7cc1e1;
	border-width: 1px 1px 0 0;
}
table tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #7cc1e1;
	border-left: 1px solid #7cc1e1;
	text-align: left;
}

table img {
	width: auto;
	height: 60px;
}
table img:hover {
	height: 100px;
	cursor:pointer;
}



table.aboutList, table.releaseList {
	width: auto;
	border-spacing: 0;
	margin: 0 10px;
	float: left;
	border-width: 0;
}
table.aboutList tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #7cc1e1;
  border-left: 1px solid #7cc1e1;
  text-align: left;
}
table.aboutList tr td:last-child, table.releaseList tr td:last-child {
  border-right: 1px solid #7cc1e1;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.aboutList tr:first-child td {
  border-top: 1px solid #7cc1e1;
}
table.aboutList tr td:first-child {
  text-align: right;
}
table.aboutList tr, table.releaseList tr {
  background: #fff;
}
table.aboutList tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.aboutList tr:last-child td, table.releaseList tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.aboutList tr:first-child td:first-child, table.releaseList tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
table.aboutList tr:first-child td:last-child, table.releaseList tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
table.aboutList tr:last-child td:first-child, table.releaseList tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.aboutList tr:last-child td:last-child,table.releaseList tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}*/




div.happyo {
	margin: 0 auto;
	display: block;
	padding: 40px 0 80px;
	text-align: center;
	background: #fff;
}
div.happyo table {
	float: none;
	margin: 0 auto;
}
div.happyo table tr td {
  border-bottom: 1px solid #e68fd0;
  border-left: 1px solid #e68fd0;
}
div.happyo table tr td:last-child {
  border-right: 1px solid #e68fd0;
}
div.happyo table tr:first-child td {
  border-top: 1px solid #e68fd0;
}
div.happyo table tr:nth-child(2n+1) {
  background: #fcf1f9;
}


#footer {
	background: #fff;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
	font-size: 90%;
}

#page-top {
	display: block;
	position: fixed;
	bottom: 0;
	right: 30px;
	padding: 0;
}
#page-top a {
	color: #fff;
	line-height: 0;
	padding: 5px 5px 30px 5px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	opacity: 1;
	text-decoration: none;
}



/*release ----------------------------------------*/
div#release{
	text-align: center;
}
div#release h2{
	font-size: 18px;
}
div#release h2 img {
	vertical-align: bottom;
}
div#releaseInfo {
	height: 450px;
	text-align: left;
	padding: 0px 0 0;
}
div#jacket {
	float: right;
	margin: 0 20px 0 0
}
div#COCP-39231t {
	float: left;
	padding: 100px 0 0;
}


div.disc {
	float: left;
	margin: 0 5px;
}

table.releaseList {
	float: none;
	margin: 0 auto 20px;
}
table.releaseList tr td {
  padding: 8px 6px;
  border-bottom: 1px solid #e17ce0;
  border-left: 1px solid #e17ce0;
  text-align: left;
}
table.releaseList tr td:last-child {
  border-right: 1px solid #e17ce0;
}
table.releaseList tr:first-child td {
  border-top: 1px solid #e17ce0;
}
table.releaseList tr:nth-child(2n+1) {
  background: #fff5fa;
}


div#about {
	text-align: left;
}
div#about ul#comment{
	width: 500px;
}
div#about ul#comment li{
	margin: 0 0 2em;
	background: #fff;
	padding: 1em;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);

	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
div#about h4 {
	padding: 0 ;
	width: auto;
	line-height: 1em;
}
#twitterWindow{
	float: right;
	width: 420px;
	margin: 0
}