body {
	margin: 0;
	width: 100%;
	height: 100%;
	margin:0 auto;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

header, nav, div, section, aside, footer{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div#wrapper {
	width: 100%;
	background: url(../image/bg3.png) 50% 0 no-repeat fixed;
}
#other{
	width: 100%;
	background: url(../image/other3.png) 50% 0 no-repeat fixed;
}
#bgset {
	position: relative;
}
img.parallax {
	position: fixed;
	width: 100%;
}

header {
	display: block;
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
header img {
	margin: 10px 0;
	position: relative;
	width: 40%;
	vertical-align: middle;
}
nav {
	position: relative;
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	width: 60%;
	vertical-align: middle;
	top: 6px;
	/*top: 32%;*/
	/*margin: 50px;*/
	/*position:relative;*/
	/*right:20px;*/
}
nav ul {
	list-style: none;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	width: 90%;
	background:rgba(255,255,255,0.8);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
nav ul li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 0 8px;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, .7), 1px -1px 1px rgba(255, 255, 255, .7), -1px 1px 1px rgba(255, 255, 255, .7), -1px -1px 1px rgba(255, 255, 255, .7); */
}
footer {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding:10px 5%;
	position: relative;
	background-color:rgba(255,255,255,.8);
}
.content {
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
	/* border-top: 1px solid rgba(255, 255, 255, 0.3); */
	color: #333;
	/* min-height: 768px; */
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	width: 100%;
}
.content article {
	margin: 0 auto;
	width: 80%;
}
.logo {
	color: rgba(51, 51, 51, 0.9);
	font-size: 3.6em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	/*position: fixed;*/
	/*top: 100px;*/
	/*left: 50px;*/
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}
/* section */

section.content:nth-child(even) article{
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	/* margin: 80px; */
	padding: 50px 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
	/* width: 80%; */

}
section.content:nth-child(odd) article{
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	/* margin: 80px; */
	padding: 50px 20px;
	position: relative;
	/* width: 80%; */
}
/* #update article {
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	padding: 50px 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
} */

#update p {
	display: inline-block;
}
/* #event article {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	padding: 50px 20px;
	position: relative;
} */
/* #artist article {
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	padding: 50px 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
} */
#artist img {
	position: relative;
	width: 100%;
	display: block;
}
#artist div {
	clear: both;
	padding: 10px 10px;
}
#artist section.artist {
	display: inline-block;
}
#artist section.image {
	width: 35%;
	vertical-align:top;
	margin-top:45px;
}
#artist section.detail {
	width: 65%;/*padding-left: 10px;*/
}
#MaonKurosaki{
	background:url(../image/MaonKurosaki.png) no-repeat center 0;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
}
#SayakaSasaki{
	background:url(../image/SayakaSasaki.png) no-repeat center 0;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
}
/* #ticket article {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	padding: 50px 20px;
	position: relative;
} */
/* #access article {
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	padding: 50px 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
} */
/* #attention article {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	padding: 50px 20px;
	position: relative;
} */
/* #contact article {
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	padding: 50px 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
} */

.fieldcontain{
	width:40%;
	margin-top:10px;
}

.fieldcontain label.text{
	display:block;
	float:left
}

.fieldcontain input[type="text"], .fieldcontain input[type="email"], .fieldcontain textarea{
	clear:both;
	display:block;
	width:90%;
	padding:4px;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-ms-border-radius: 0.6em;
	border-radius: 0.6em;
	background-color:#dedede;
	border: 2px inset #666;
	line-height: 1.6;
}
.fieldcontain input[type="text"]:focus, .fieldcontain input[type="email"]:focus, .fieldcontain textarea:focus{
	background-color:#f0f0f0;
	border: 1px inset #666;
}

#twitter {
	display: block;
	float: left;
	margin: 10px 0;
	width: 50%;
	position: relative;
	padding: 0 15px;
}
#link {
	display: block;
	margin: 30px 0;
	position: relative;
	padding: 0 15px;
}
#copyright {
	display: block;
	clear: both;
	width:100%;
	padding:5px 0;
}
#copyright p{
	margin-top:0px;
	margin-bottom:0px;
}
/* font */

h2 {
	font-size: 3.6em;
	line-height: 1em;
	margin: 25px 0;
}
h3 {
	font-size: 2.6em;
	line-height: 1em;
	margin: 25px 0;
}
h4 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 25px 0 20px;
}
h5 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 25px 0 18px;
}
nav a {
	font-size: 25px;
	/* font-family: 'Verdana'; */
}
#copyright p {
	text-align: center;
	font-size: 16px;
}
a:link, a:visited {
	color: #de4393;
}
a:hover, a:active {
	color: #f0aa3f;
}
.new {
	font-size: 20px;
}
.new:after{
	content:"New!";
	color:#F03;
	font-size:16px;
	padding-left:8px;
	vertical-align:middle;
}
	
.red, strong{
	color:#f03;
}
.pageTop{
	width: 96px;
	height: 96px;
	/*border: dotted 2px #fc6;*/
	position: fixed;
	bottom: 1%;
	right: 1%;
	text-align: center;
	background-color: transparent;
}

.allow{
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	border: 24px solid transparent;
	border-bottom-color: rgba(222, 67, 147, 0.8);
}

.allow:after{
	position: absolute;
	content: '';
	top: 24px;
	left: -12px;
	width: 24px;
	height: 24px;
	background-color: rgba(222, 67, 147, 0.8);
}
