* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family:  "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "Arial", "san-serif", "verdana", "palatino";
}
body {
	margin: 0px;
	padding: 0px;
	font-size:75% !important;
	color:#333333;

	}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
html>/**/body {
	font-size:12px;
}

/*clearFlow*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alCenter {
	text-align: center;
}
.alLeft {
	text-align:left;
}
.alRight {
	text-align:right;
}
.rollover {
	cursor:pointer;
}
.bold {
	font-weight: bold;
}
.textSmall {
	font-size: 79%;
}
.textSpace {
	padding-bottom: 1.5em;
}
a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
	outline:none;
}

img {
	vertical-align:bottom;
}

/*default page setting*/



header {
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:602px;
	position:relative;
}

header h1 {
	position:absolute;
	left:50%;
	bottom:20px;
	/*margin-left:-377px;*/
	margin-left:-175px;
}

header .sns {
	width:960px;
	margin:0 auto;
	position:relative;
}

header .sns li ,
footer .sns li {
	position:absolute;
	width:130px;
/*	overflow:hidden;*/
	padding:0;
	display:inline;
	top:4px;
	height:24px;
}

footer .sns li {
	top:0px;
}

header .sns li:first-child ,
footer .sns li:first-child {
	right:140px;
}

header .sns li:last-child ,
footer .sns li:last-child {
	right:0px;
	
}

#mv {
	background-image: url(../img/mov_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:455px;
}

#mv div {
	margin:20px auto 0px;
	width:745px;
	height:455px;
	background-image: url(../img/mv_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:27px;
	text-align:center;
	box-sizing:border-box;
	
}

#lyric {
	text-align:center;
	background-image: url(../img/lyric_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:50px;
	padding-top:1px;
	padding-bottom:110px;
}

#singer {
	width:860px;
	margin:0 auto 85px;
	position:relative;
	min-height:180px;
	box-sizing:border-box;
	padding-left:185px;
	color:#7c4c00;
	font-size:134%;
	line-height:1.5;
}

#singer h2 {
	margin-bottom:20px;
	padding-top:20px;
}

#singer h2 + p {
	position:absolute;
	left:0px;
	top:0px;
}

#bu_t {
	width:940px;
	margin:25px auto 0px;
	position:relative;
	min-height:62px;	
}

#bu_t li{
	list-style-type: none;	
}

#bu_t li.bu01{
	position:absolute;
	top:0%;
	left:11%;
}

#bu_t li.bu02{
	position:absolute;
	top:0%;
	left:51%;
}


#bu_f {
	width:940px;
	margin:0 auto 85px;
	position:relative;
	min-height:300px;	
}

#bu_f li{
	list-style-type: none;	
}

#bu_f li.bu01{
	position:absolute;
	top:0%;
	left:10.7%;
}

#bu_f li.bu02{
	position:absolute;
	top:0%;
	left:50.7%;
}

#bu_f li.bu03{
	position:absolute;
	top:25%;
	left:10.7%;
}

#bu_f li.bu04{
	position:absolute;
	top:25%;
	left:50.7%;
}

#bu_f p.detail{
	position:absolute;
	top:55%;
	left:30.7%;
}

footer {
	background-color: #000;
	color:#FFF;
}

#footerWrap {
	width:940px;
	margin:0 auto;
	position:relative;
	padding-top:30px;
	padding-bottom:50px;
}

footer .sns {
	width:265px;
	position:absolute;
	top:-30px;
	right:0px;
}

#footerLink {
	float:left;
}

#footerLink li {
	display:inline-block;
	margin-right:20px;
}

#footerLink li a {
	text-decoration:underline;
}

#copyright {
	float:right;
}

