﻿@charset "UTF-8";
/* .block */
body #main { 
	padding-bottom: 0px;
}
#main #article .block{
	margin:0;
	padding:0;
	position: relative;
	background-image: url(../music/images/bg_01.png);
	background-position: 0px 0px;
	min-height:807px;
}
#main #article .block .box{
	width:530px;
	margin-right: auto;
	margin-left:auto;
	position: relative;
}

#main #article .block #box_theme{
	padding-bottom:30px;
}
#main #article  h2.h2_title{
	padding:110px 0 30px 80px;
}
#main #article  h3.h3_title{
	text-align: center;
	padding-bottom:30px;
}
#main #article  h4.h4_title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom:5px;
} 
#main #article .box p{
	margin-bottom:20px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	position: relative;
	z-index: 1;
}
#main #article p.txt{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
#main #article div.comment:before {
	content: " ";
	position: relative;
	top: -18px;
	background:url(../music/images/arrow_01.png);
	display: block;
	height: 16px;
	width: 19px;
	margin-right: auto;
	margin-left: auto;
}
#main #article div.comment{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	background-color:rgba(11,34,65,0.1);
	padding: 2px 20px 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
#main #article div.comment p{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main #article div.comment span.name{
	text-align: right;
	display: block;
	padding-top: 10px;
	font-family: YuMincho;
	font-weight: bold;
}

#main #article p.photo{
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	padding: 5px;
	border: 1px solid #0B2340;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#main #article p#photo_02{
	height:396px;
	width: 400px;
	margin: 20px auto;
}
#main #article #box_music #item_01{
	background-image: url(../music/images/item_01.png);
	height: 75px;
	width: 291px;
	left: 0px;
	top: 60px;
	-webkit-animation:  anime01 0.5s steps(5) infinite alternate;
	animation: anime01 0.5s steps(5) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
}
#main #article #box_st #item_05{
	background-image: url(../music/images/item_01.png);
	height: 75px;
	width: 291px;
	left: 0px;
	top: 100px;
	-webkit-animation:  anime01 0.5s steps(5) infinite alternate;
	animation: anime01 0.5s steps(5) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
}

@-webkit-keyframes anime01 {
 to {background-position: 0px -375px;  }
}
@keyframes anime01 {
 to {background-position: 0px -375px;  }
}
#main #article #box_theme #item_02{
	background-image: url(../music/images/item_01.png);
	height: 75px;
	width: 291px;
	right: 0px;
	top: 1200px;
	-webkit-animation:  anime01 0.2s steps(5) infinite alternate;
	animation: anime01 0.2s steps(5) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
	zoom:0.75;
	transform:scale( -1, 1);
	-ms-transform:scale( -1, 1);
	-moz-transform:scale( -1, 1);
	-webkit-transform:scale( -1, 1);
	filter:	fliph();
	-ms-filter:fliph();
}
#main #article #box_theme #item_03{
	background-image: url(../music/images/item_01.png);
	height: 75px;
	width: 291px;
	right: 150px;
	top: 220px;
	-webkit-animation:  anime01 0.1s steps(5) infinite alternate;
	animation: anime01 0.1s steps(5) infinite alternate;
	background-position: 0px 0px;
	position: absolute;
	zoom:0.5;
	transform:scale( -1, 1);
	-ms-transform:scale( -1, 1);
	-moz-transform:scale( -1, 1);
	-webkit-transform:scale( -1, 1);
	filter:	fliph();
	-ms-filter:fliph();
}
#main #article #box_st strong{
	font-size: 24px;
	color: #ba0000;
}
#main #article #box_st p#txt_02{
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 40px;
	text-align: center;
}
#main #article #box_st p#txt_02{
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 40px;
	text-align: center;
}
