    /**************** Initialize ****************/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img{
	vertical-align: middle;
}

em {
	color: peru;
}

a:link { color: peru;}
a:visited { color: peru;}
a:hover { color: khaki;}
a:active { color: peru;}

/******************** body ********************/
body {
	/*outline: 1px solid red;*/
	width: 100%;
	-webkit-text-size-adjust: 100%;

	background-size: 100% auto;
	background-color: #020305;
				background-image:  url("../images/background001.jpg");
					/*background-attachment: fixed;*/
		background-repeat: no-repeat;

		font-size: 13pt;
		color: #EACAA1;
	}
	/**** for PC ****/
	/*@media only screen and (min-width: 768px) {*/
	@media (min-width: @screen-sm-min) {
		body{
			margin: 0 20px 0;
		}
	}

	/**** for SmartPhone ****/
	/******************** header ********************/
	header {
		width: 100%;
	}

	header h1 img {
		width: 100%;
	}

	/**** for PC ****/
	/*@media only screen and (min-width: 768px) {*/
	@media (min-width: @screen-sm-min) {
		header {
			margin: 20px 0 20px;
		}

	}

/**** for SmartPhone ****/
	/************ nav ************/
	header nav img#img-score {
		display: none;
	}

	header nav li {
		width: 50%;
		/*width: 100%;*/
		float: left;
		/*color: khaki;*/
		color: peru;
		line-height: 1.5;
		padding-left: 15px;
		text-decoration: none;
	}
	header nav li ul li {
		width: 100%;
	}
	header nav li ul li a:before {
		content: "┗ ";
	}

	header nav li ul li div:before {
		content: "┗";
	}

	header nav li:after {
		display: table;
		content: "";
		clear: both;
	}

	header nav a {
		display: block;
		color: peru;
	}

	header nav ul .cur {
		color: khaki;
		/*text-decoration: underline;*/
		text-decoration: underline;
	}

	/**** for PC ****/
	/*@media only screen and (min-width: 992px) {*/
	@media only screen and (min-width: 768px) {
		header {
			width: 100%;
		}

		/*header h1 {
		position: relative;
		}*/
		header nav {
			/*outline: 1px solid white;*/
			/*display: relative;*/
			position: relative;
							/*margin-top: -109px;*/
				margin-top: -129px;
						}
		header nav img#img-score {
			/*outline: 1px solid blue;*/
			/*position: absolute;*/
			top: 0;
			left: 0;
			display: block;
			width: 100%;
		}

		header nav ul li {
			/*float: none;*/
			clear: both;
			/*text-align: center;*/
			font-size: 24px;
			line-height: normal;
			padding: 0;
			/*margin: 10px;*/
			width: auto;
		}

		header nav li ul li a:before {
			content: "";
		}

		header nav li ul li div:before {
			content: "";
		}

		header nav ul .cur {
			/*color: khaki;*/
			text-decoration: underline;
		}

		header nav ul li.Home {
			position: absolute;
			top: 40%;
			left: 15%;
		}
		/*header nav ul li.Album {
			position: absolute;
			top: 30%;
			left: 28%;
		}*/
		header nav ul li.Release {
			position: absolute;
			top: 30%;
			left: 28%;
		}
		header .ReleaseChildren li {
			font-size: 0.9em;
			padding-left: 20px;
		}
		header nav ul li.Voice {
			position: absolute;
			top: 45%;
			left: 43%;
		}
		header .VoiceChildren li {
			font-size: 0.9em;
			padding-left: 20px;
		}
		header nav ul li.Info {
			position: absolute;
			top: 55%;
			left: 58%;
		}
		header .InfoChildren li {
			font-size: 0.9em;
			padding-left: 20px;
		}
		header nav ul li.Blog {
			position: absolute;
			top: 60%;
			left: 70%;
		}
		header nav ul li.Contact {
			position: absolute;
			top: 30%;
			left: 80%;
		}
		header nav ul li.Template {
			position: absolute;
			top: 100%;
			left: 100%;
		}
	}
}

/******************** main ********************/
#main {
	position: static;
	width: 100%;
	margin: 40px 0;
	/*outline: 1px solid green;*/
}

#main #measure {
	width: 1030px;
}

#main h1, h2{
	border-left: 5px solid peru;
	border-bottom: 2px solid peru;
	text-indent: 0.5em;
}

/**** Wimpy Player ****/
#main .wimpy_player {
	/* display: inline; */
	/* margin-top: 200px; */
	/* margin-left: -500px; */
	/* text-align: left; */
}

#main section {
	/*border: 1px solid snow;*/
	margin-bottom: 20px;
}

#main img.width-full {
	width: 100%;
}

#main img.width-80percent {
	width: 80%;
}

#main img.width-half {
	width: 50%;
}

#main img.width-40percent {
	width: 40%;
}

#main img.width-20percent {
	width: 20%;
}

#main .div_shop_img img {
	margin: 0 auto;
	width: 50%;
	float: left;
}

#main .main-text {
	text-align: justify;
	font-size: 15px;
	/*font-size: 150px;*/
	/*line-height: 1.2;*/
	line-height: 1.5;
	text-indent: 1em;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	/*background: rgba(255, 255, 255, 0.25);*/
	/*background: rgba(255, 255, 255, 0.5);*/
	border-radius: 10px;
}

#main .main-text ul {
	text-indent: 0;
}

/******************** section ********************/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer {
	/*border: 1px solid deeppink;*/
	padding: 10px;
	color: khaki;
	background: rgba(63, 63, 63, 0.5);
}

footer ul {
	width: 100%;
	list-style-type: none;
}

footer li {
	/*display: block;*/
	font-size: 11pt;
	line-height: 45px;
	width: 100%;
	/*float: left;*/
}

footer nav li {
	width: 50%;
	/*width: 100%;*/
	font-size: 11pt;
	float: left;
	/*color: khaki;*/
	color: peru;
	line-height: 1.5;
	padding-left: 15px;
	text-decoration: none;
}

footer nav .cur {
	/*color: khaki;*/
}

footer nav li ul li {
	width: 100%;
}

footer li a {
	display: block;
	color: peru;
	text-decoration: none;
}

footer li:not(a) {
	color: #EACAA1;
}

footer li a:hover{
	color: khaki;
	/*background: #EACAA1;*/
	text-decoration: underline;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

footer ul div {
	color: khaki;
	text-decoration: underline;
}

/*@media only screen and (min-width:992px) {
footer ul {
padding: 10px;
}

footer li {
line-height: 24px;
width: 10%;
}
}*/

/************ nav ************/
footer nav img#img-score {
	display: none;
}

footer nav li {
	width: 50%;
	/*width: 100%;*/
	float: left;
	/*color: khaki;*/
	color: peru;
	line-height: 1.5;
	padding-left: 15px;
	text-decoration: none;
}
footer nav li ul li {
	width: 100%;
}
footer nav li ul li:before {
	/*content: "┗ ";*/
}
footer nav li ul li a::before {
	content: "┗";
}
footer nav li ul li div:before {
	content: "┗";
}

footer nav li:after {
	display: table;
	content: "";
	clear: both;
}

footer nav a {
	display: block;
	color: peru;
}

footer nav ul .cur {
	color: khaki;
	/*text-decoration: underline;*/
	text-decoration: underline;
}

#copyright{
	text-align: right;
	color: base_color;
	background: none;
	font-size: 12px;
}

@media only screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
}

/**************** setting ****************/
.height-40px {
	height: 0px;
	margin-bottom: 40px;
}

.height-100px {
	height: 0px;
	margin-bottom: 100px;
}

.underline {
	text-decoration: underline;
}

.no-indent {
	/*padding: 0;
	padding-left: 2em;
	line-height: 1.2;
	margin-left: 10px;*/
	text-indent: 0em;
}

#email {
	outline: 1px solid #EACAA1;
	padding: 10px;
	margin: 10px;
	color: peru;
	text-align: center;
}

.center {
	text-align: center;
}
