body {
	margin:0;
	padding:0;
	color:#fff;
	background:#edabab;
	font-size:12px;
	line-height:1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	z-index:1;
}


a {
	color:#fff;
	text-decoration:none;
	 -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
	
}

a:hover,a:focus {
	text-decoration:none;
	cursor:pointer;
	transition: all 0.7s ease;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.7s ease;
}


img {
	border:0;
	outline:none;
}


#header {
	position:fixed;
	top:0;
	left:0;
	z-index:7777;
	background:#edabab;
	width:100%;
	box-shadow: 0 0 2px 0  rgba(0, 0, 0, 0.2);
}

#header:after {
	content: "";
    clear: both;
    display: block;
}

h1 {
	display:block;
	width:190px;
	margin:10px 0 0 10px;
	float:left;
}

h1 img {
	width:100%;
}

#nav {
	float:left;
	margin:15px 0 0 10px;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-size:16px;
}


#nav li a {
	display:block;
	padding:5px 8px 8px 8px;
}

#nav li a:hover{
	background:#f7e2e2;
}
	
@media screen and (max-width:1000px) {
	
#nav {
    float: none;
	clear:left;
	width:100%;
    margin: 0;
	padding:0;
	text-align:center;
	font-size:14px;
  }

#nav li {
	display:block;
    margin: 0;
    width: 11.11%;
	padding:0;
	text-align:center;
  }

}

@media screen and (max-width:700px) {

#nav li {
    width: 33.3%;
  }

}

.naver .naver-handle {
	font-size:40px;
	cursor: pointer;
	display: none;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position:absolute;
	right:10px;
	top:10px;
	line-height:1;
 	}
	
 
.naver .naver-wrapper { 
	height: auto; 
	}
	
.naver .naver-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}

.naver.enabled .naver-handle { 
	display: block;
	}
	
.naver.enabled .naver-wrapper {
	height: 0px;
	overflow: hidden;
	
}

#share {
	position:fixed;
	right:45px;
	top:23px;
	width:140px;
	height:20px;
}

#share .fb-like {
	position:absolute;
	left:70px;
	top:0;
}

@media screen and (max-width:1000px) {

#share {
	right:64px;
}

}

@media screen and (max-width:480px) {

#share {
	right:61px;
	top:15px;
}

}


#main {
	background:#fdf4f4;
	max-width:1060px;
	padding:30px 20px;
	color:#996666;
	margin:30px auto;
	box-shadow: 0 0 2px 0  rgba(0, 0, 0, 0.2);
	overflow:hidden;
}

.index #main {
	padding:20px;
}


#main a {
	color:#F33486;
	text-decoration:none;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.5s ease;
	
}

#main a:hover {
	color:#FBD4D5;
}

#contents{
	width:68%;
	float:left;
	overflow:hidden;
}

#sub{
	width:68%;
	float:left;
	overflow:hidden;
}


#side{
	width: 28%;
	float: right;
	overflow:hidden;
}

#bnr {
	overflow:hidden;
	padding-bottom:10px;
}


#bnr img {
	width:47%;
	height:auto;
	float:left;
	margin:0 1.5% 10px 1.5%;
}

@media screen and (max-width:780px) {

#main {
	padding:15px;
}

#contents, #sub{
	width:auto;
	float:none;
}


#side{
	width:auto;
	float:none;
	padding-bottom:30px;
}

}
	
	
@media screen and (max-width:480px) {
	
h1 {
	display:block;
	width:170px;
	margin-left:5px;
}

.naver .naver-handle {
	font-size:35px;
	right:10px;
	top:5px;
 	}
	
#main {
	margin:20px auto;
	padding:10px;
}

#bnr img {
	width:100%;
	height:auto;
	float:none;
	margin:0 0 10px 0;
}

}

@media screen and (max-width:340px) {

h1 {
	display:block;
	width:125px;
	margin-left:5px;
}

}

#bayorin {
	background:#edabab;
	margin:0;
	padding:10px;
	color:#fff;
}

#bayorin div {
	border:1px solid #fff;
	padding:10px;
}

#bayorin h3,#bayorin h4,#bayorin p {
	margin:0;
} 

#bayorin h3 img {
	width:100%;
	height:auto;
}

.input {
	border:none;
	border-radius:3px;
	padding:3px;
	width:75%;
}

#send {
	background-color:#ffffff !important;
	border-style: none;
	color:#edabab;
	border-radius:9px;
	padding:2px 5px;
	cursor:pointer;
}

.attention {
	font-size:10px;
	margin-bottom:1em!important;
}


.bnrs img {
	width:100%;
	margin:0 0 15px 0;
}


@media screen and (max-width:780px) {
	
#bayorin, .bnrs {
	width:48%;
	box-sizing:border-box;
	float:left;
	margin:10px 1%;
}

}

@media screen and (max-width:480px) {

#bayorin,.bnrs {
	width:100%;
	margin:15px 0 0 0;
	float:none;
}

}





#footer {
	text-align:center;
	font-size:11px;
	cear:both;
}


#footer ul {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

#footer li {
	display:inline;
	margin:0;
	padding:5px;
	line-height:2.5;
}

#icons {
	margin-top:10px;
}

#footer #icons a {
display: inline-block;
vertical-align: middle;
}

#icons img {
	width:37px;
	margin:5px;
}

#credit {
	border-top:1px solid #fff;
	margin-top:10px;
	padding-top:10px;
}

#credit p {
	margin:5px 0 20px 0;
	font-size:10px;
}

#credit img {
	width:100px;
}

@media screen and (max-width:780px) {
	.index .slide + div {
		background-position: 5% 50% !important;
	}
}


#visual, #video {
	width:100%;
	max-width:1100px;
	height:650px;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin:60px auto 0 auto;
}

@media screen and (max-width:780px) { #visual { height:550px;}}
@media screen and (max-width:480px) { #visual { height:450px; margin-top:40px}}
@media screen and (max-width:350px) { #visual { height:350px; margin-top:40px}}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}

#visual .youtube {
  display: none;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width:780px) {

#whatsnew {
	position:absolute;
	left:auto;
	right: 15px;
	top:80px;
	width:35%;
	margin-left:0;

}

}


@media screen and (min-width:1100px) {

#whatsnew {
	position:absolute;
	left:auto;
	right: 50%;
	top:80px;
	width:380px;
	margin-left:0;
	margin-right: -530px
}

}

#contents h2 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:21px;
}

h2.categoryTitle {
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-size:24px;
	color:#edabab;
}


#contents h3 {
	margin:0 0 15px 0;
	font-size:18px;
	font-weight:normal;
}

#side h3 {
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-size:16px;
}

#contents h4 {
	margin:0 0 15px 0;
	font-size:16px;
	font-weight:normal;
}

@media screen and (max-width:480px) {
	
#contents h2 {
	font-size:22px;
}

h2.categoryTitle {
	font-size:22px;
}

#contents h3 {
	font-size:18px;
}

#contents h4 {
	font-size:16px;
}
	
}

#whatsnew h2 {
	color:#a53c66;
	font-family:serif;
	font-style:normal;
	font-weight:normal;
	font-size:22px;
	margin:0 0 0 5px;
}
	

#whatsnew ul {
	list-style:none;
	padding:0 0 0 1em;
	margin:0 0 2em 0;
}

#whatsnew li {
	margin:0;
}

#whatsnew li a {
	color:#F33486;
}

#whatsnew li a span {
	color:#999;
}

#button img {
	width:150px;
	position:absolute;
	right:15px;
	bottom:15px;
}

#twitter, #facebook {
	width:47%;
	float:left;
	margin:0 1.5% 10px 1.5%;
}

@media screen and (max-width:480px) {
	
#twitter, #facebook {
	width:100%;
	float:none;
	margin:0 0 10px 0;
}

}

#devil {
	background:#990000;
}

#devil #header{
	background:#990000;
}

#devil #main{
	background:#000;
	color:#fff;
}


#pageTitle {
	width:100%;
	max-width:1100px;
	text-align:right;
	box-sizing:border-box;
	margin:80px auto 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-size:26px;
	color:#c50000;
	padding:10px 20px 0 0;
	line-height:1;
}

#pankuzu {
	width:100%;
	box-sizing:border-box;
	max-width:1100px;
	margin:0 auto -20px auto;
}

@media screen and (max-width:1100px) {
	
#pankuzu {
	padding:0 10px;
}

}

@media screen and (max-width:780px) {
	
#pageTitle {
	font-size:20px;
	margin:70px auto 0 auto;
}

#pankuzu {
	margin:0 auto -25px auto;
}


}

@media screen and (max-width:480px) {
	
#pageTitle {
	font-size:18px;
	margin:60px auto 0 auto;
}

#pankuzu {
	margin:0 auto -15px auto;
}

}

.section {
	padding-bottom:30px;
	border-bottom:1px solid #EDD2D3;
	margin-bottom:30px;
}

.discography .section{
	display: none;
}
.discography .section.active{
	display: block;
}

.section:last-child {
	border-bottom:none;
}

.entryDate {
	text-align:right;
	color:#EDD2D3;
	border-top:1px dotted #EDD2D3;
	font-size:12px!important;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
}

.archive {
	list-style:none;
	margin:1em 0;
	padding:0;
	overflow:hidden;
}

.archive li {
	float:left;
	width:6em;
	margin:0 12px 10px 12px;
	padding:0;
}

hr {
	border:none;
	height:1px;
	background:#EDD2D3
}

#contents img {
	max-width:100%;
	height:auto;
}

.btn {
	border:1px solid #fff;
	margin-bottom:30px;
}

.btn a {
	padding:10px;
	background:#edabab;
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff!important;
}

.btn a:hover {
	background:#F9E9E9;
}


.btn1 {
	border:1px solid #ba9999;
	box-shadow: 0 0 3px  rgba(0, 0, 0, 0.3);
	margin-bottom:30px;
}

.btn1 a {
	border:1px solid #fff;
	padding:10px;
	background:#ba9999;
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff!important;
}

.btn1 a:hover {
	background:#B2656E;
}

#tab {
	margin: 1em 0;
	padding:0;
	overflow:hidden;
	border-left:1px solid #EDD2D3;
}

#tab li {
	display:block;
	color:#fff;
	width:33.3%;
	float:left;
	background:#EDD2D3;
	padding:7px 10px;
	box-sizing:border-box;
	cursor:pointer;
	border-top:1px solid #EDD2D3;
	border-right:1px solid #EDD2D3;
	border-bottom:1px solid #EDD2D3;
	font-size:14px;
}

#tab li:hover {
	background:#fdf4f4;
	color:#EDD2D3;
}

#tab li.select {
	background:#fdf4f4;
	color:#EDD2D3;
	border-bottom:none;
}

img.profile {
	border:10px solid #fff;
	box-shadow: 0 0 2px 0  rgba(0, 0, 0, 0.2);
	margin:2em auto;
	display:block;
	box-sizing:border-box;
	width:98%;
}

.content_wrap {
	padding:10px;
}

.content_wrap p {
	margin-bottom:2em;
	line-height:2;
}


.form {
	width:98%;
	margin:0 1%;
	border-collapse:collapse;
}

.form th {
	width:10em;
	text-align:left;
	padding-bottom:10px;
}

.form td {
	padding-bottom:10px;
}

.form input {
	width:300px;
	padding:5px;
	border-radius:5px;
	border:1px solid #EDD2D3;
	text-align:left;
}

.form textarea {
	width:95%;
	height:10em;
	padding:5px;
	border-radius:5px;
	border:1px solid #EDD2D3;
	text-align:left;
}

#mail-form-footer {
	text-align:center;
}

.tel {
	font-size:20px;
	font-weight:bold;
	margin:0;
}

@media screen and (max-width:480px) {
	
.form th, .form td {
	width:100%;
	float:none;
	display:block;
}	

.form input {
	width:95%;
}	
}

.article {
	padding:15px;
	background:#fff;
	margin-bottom:2em;
	font-size:14px;
}

.article h3 {
	background:#EDD2D3;
	color:#fff;
	padding:5px;
	line-height:1;
}

.article h4 {
	font-weight:bold!important;
}

.point {
	font-size:12px;
	padding:5px 10px;
	border:1px dotted #EDD2D3;
}

.fcbutton {
	display:block;
	margin:2em auto;
	box-shadow: 0 0 2px 0  rgba(0, 0, 0, 0.2);
	width:100%;
	max-width:500px;
}


.detail {
	margin:2em 0;
}

.new h4 {
	clear:both;
}

.detail p {
	margin:0;
}

.jacket {
	width:40%;
	margin:0 15px 15px 0;
	float:left;
}

.link {
	text-align:right;
	margin:1em 0!important;
    text-align: right;
    width: 207px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width:480px) {
	
.jacket {
	display:block;
	width:60%;
	margin:0 auto 15px auto;
	float:none;
}
	
}

.disc {
	width:50%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}

#gallery {
	text-align:center;
}

#gallery a {
	margin:5px;
	padding:5px;
	background:#fff;
	display:inline-block;
	box-shadow: 0 0 2px 0  rgba(0, 0, 0, 0.2);
}

#gallery a:hover {
	background:#FAEEEE;
}

#gallery img {
	vertical-align:bottom;
}

#pager {
	margin-bottom:30px;
	text-align:center;
}

.tac {
	text-align:center;
}


.more {
	clear:both;
	margin:-1em 20px 1em 20px;
	text-align:right;
	color:#F33486;
	cursor:pointer;
}


.more:hover {
	color:#FBD4D5;
}



.chuui {
	border:2px solid #FA686B;
	padding:10px;
	color:#FA686B;
}

.chuui h3 {
	background:#FA686B;
}

#login {
	background:#afeeee;
	color:#185678;
	padding:10px 15px 1px 10px;
	text-align:center;
	margin:20px 10px;
}

#login h2 {
	margin:0;
}

#login h2 img {
	width:50%;
	min-width:200px;
}

#login p {
	line-height:3;
}


#login span {
	margin:0 10px;
	white-space:nowrap;
}

#login h3 {
	background:#b49b50;
	color:#fff;
}

.input {
	padding:5px;
	border-radius:5px;
	width:200px;
}


/*CATEGORY SLUG*/
.categorySlug{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.categorySlug li{
	display: inline-block;
	vertical-align: top;
}
.categorySlug li a{
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    margin: 0 10px;
    width: 145px;
    font-weight: bold;
}
#main .categorySlug li a:hover,
#main .categorySlug li a.active{
	background: #F33486;
	color: #fff;
}

	

.singleinfo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
/*.singleinfo.singlefirst {
	margin-bottom: 8px;
}*/
.singleinfo.hasduosin {
	margin-bottom: 0;
}
.singleinfo .singlephoto {
	width: 40%;
	float: left;
}
.singleinfo .singlephoto img {
	width: 100%;
}
.singleinfo .singlecontent {
	width: 58%;
	float: right;
}
.singleinfo .singlecontent .songlistTitle {
	margin-top: 5px;
	font-size: 15px;
	margin-bottom: 3px;
}
.singleinfo .singlecontent .listsong {
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-top: 2px;
}
.singleinfo .singlecontent .listsong li {
	display: block;
	padding: 2px 5px;
}
/*.singleinfo .singlecontent .listsong li:nth-child(odd){
	background-color: #EEF1F6;
}*/

@media screen and (max-width:480px) {

	.singleinfo .singlephoto {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.singleinfo .singlephoto img {
		width: 70%;
	}
	.singleinfo .singlecontent {
		width: 100%;
		float: none;
	}
	.categorySlug{
		padding-left: 0;
	}
	.categorySlug li a{
		width: 110px;
		margin: 0;
	}

}




