/*
Theme Name: airezias
Theme URI: http://airezias.com/
Description: airezias
Author: shota_th
Author URI: http://shota-th.com
Version: 1.0

*/

@charset "utf-8";

/********** common **********/
html{background-color: #fff;} 

body{
	color: #333;
	font-size: 12px;
	font-family: sans-serif;
	line-height: 21px;
	background-color: #fffefc;
	-webkit-text-size-adjust:100%;
	letter-spacing: 1px;
}

a{color: #333;}
a:hover{color: #ccc;}

#loader{
	position: fixed;
	top: 240px; left: 0;
	width: 100%; height: 100%;
	background: #fff;
	text-align: center;
	z-index: 999999999;
	font-family: 'Prestige Elite Std', 'Courier New', 'Courier', monospace;
	font-size: 20px;
	padding-top: 200px;
	background: #fffefc;
}

#header{
	width: 940px;
	height: 200px;
	/*text-align: center;*/
	padding-top: 40px;
	margin: 0 auto;
}

	#header #headerLogo{
		display: block;
		width: 160px; height: 0; padding-top: 120px;
		background: url(../z/logo.png);
		overflow: hidden;
		margin: 0 auto;
		transition-proparty: opacity;
		transition-duration: .2s;
		transition-timing-function: ease-in-out;
		-webkit-transition-proparty: opacity;
		-webkit-transition-duration: .2s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-proparty: opacity;
		-moz-transition-duration: .2s;
		-moz-transition-timing-function: ease-in-out;
	}
	#header #headerLogo:hover{
		opacity: .6;
	}
	#header #mainNav{
		overflow: hidden;
		width: 940px;
		margin-top: 7px;
	}
    #header #mainNav li{
        width: 140px; height: 60px;
			float: left;
			margin-right: 20px;
		}
		#header #mainNav li.last{margin: 0;}

			#header #mainNav li .navItem{
				display: block;
				width: 140px; height: 0; padding-top: 60px;
				overflow: hidden;
			}
			#header #mainNav li .item1{ background: url(../z/button0_n.png); }
			#header #mainNav li .item2{ background: url(../z/button0_a.png); }
			#header #mainNav li .item3{ background: url(../z/button0_m.png); }
			#header #mainNav li .item4{ background: url(../z/button0_d.png); }
			#header #mainNav li .item5{ background: url(../z/button0_l.png); }
			#header #mainNav li .item6{ background: url(../z/button0_c.png); }
			#header #mainNav li .item1:hover{ background: url(../z/button1_n.png); }
			#header #mainNav li .item2:hover{ background: url(../z/button1_a.png); }
			#header #mainNav li .item3:hover{ background: url(../z/button1_m.png); }
			#header #mainNav li .item4:hover{ background: url(../z/button1_d.png); }
			#header #mainNav li .item5:hover{ background: url(../z/button1_l.png); }
			#header #mainNav li .item6:hover{ background: url(../z/button1_c.png); }


#footer{
	width: 100%;
	height: 180px;
	padding-top: 20px;
	text-align: center;
	background-color: #fff;
	font-size: 10px;
	line-height: 10px;
	color: #4d4d4d;
	letter-spacing: 2px;
	clear: both;
}
	#footer ul{margin-top: 25px;}
	#footer li{display: inline;}
	#footer li:not(:last-child){margin-right: 20px;}

	#footer .colors{
		width: 10px; padding-top: 100px;
		height: 0;
		overflow: hidden;
		background: url(../z/colors.png);
		margin: 0 auto;
	}
	#footer #copyRight{
		width: 320px; padding-top: 40px;
		height: 0;
		overflow: hidden;
		background: url(../z/copy.png);
		margin: 0 auto;
	}

#content{
	position: relative;
	width: 940px;
	overflow: hidden;
	margin: 0 auto 100px auto;
}

#content.home{
	display: none;
}

h1{display: none;}
h2{font-size: 16px; font-weight: normal; margin-bottom: 10px;}
h3{font-size: 12px; font-weight: bold; margin-bottom: 10px;}

#header .topBlack{
	width: 940px;
	height: 5px;
	position: absolute;
	top: 0px;
}

/*img#wpstats{display: none;}*/

/********** index **********/

#slide{
	width: 940px;
	height: 360px;
	overflow: hidden;
}

	#slide img{
		width: 940px;
		height: 360px;
	}

#mekakushi{
	width: 100%;
	height: 12px;
	position: absolute;
	top: 365px;
	background-color: #fffefc;
}

#topNews,#nextLive{
	width: 460px;
	margin-top: 0px;
}


#topNews{
	padding-bottom: 60px;
	float: left;
}
	#topNews h2{
		color: #5dc1cf;
	}

	#topNews a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#topNews iframe{
		width: 460px;
		height: 259px;
	}

#nextLive{
	padding-bottom: 60px;
	float: right;
}

	#nextLive h2{
		color: #eb6d6c;
	}

	#nextLive a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}


span.sonota{
	font-weight: bold;
	display: block;
	margin-top: 40px;
	text-align: right;
}

/********** news **********/

#news{
	width: 620px;
	float: right;
	padding-top: 10px;
	margin-bottom: 40px;
}
	#news h2{ 
		color: #5dc1cf;
	}

	#news a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#news iframe{
		width: 620px;
		height: 349px;
	}

#sideBar_L{
	width: 300px;
	float: left;
	margin-bottom: 40px;
}
	#sideBar_L .date{ font-family: "Courier New", "Courier", "Helvetica"; font-size: 14px;}



/********** about **********/

#about{
	padding-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
	#about h2{
		color: #3db270;
		margin-top: 60px;
		font-family: sans-serif;
	}

/*	#about #bandName{
		color: #333333;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}*/
	#about #profileText,#about p{
		color: #333333;
	}

	#about #profileText{
		margin-top: 20px;
	}

/********** movie **********/

.movie{
	float: left;
	width: 300px;
	height: 169px; /* 168.75px */
	margin: 0 20px 31px 0;
}

.movie.even{
	margin-right: 0px;
}

	.iframeBox{
		position: relative;
		height: 0px;
		padding-top: 56.25%;
	}

		.iframeBox .playButton{
			display: block;
			width: 300px; padding-top: 169px;
			height: 0;
			position: absolute;
			top: 0px; left: 0px;
			background: url(../z/play_button0.png);
			overflow: hidden;
		}
		.iframeBox .playButton:hover{ background: url(../z/play_button1.png); }

		.iframeBox img{
			width: 300px;
			height: 169px;
			position: absolute;
			top: 0px; left: 0px;
		}



/********** discography **********/

#discInfo{
	width: 620px;
	float: left;
	padding-top: 10px;
}

#discInfo .disc img{
	width: 230px;
	height: 230px;
	float: left;
}

	#discInfo h2{
		color: #f3a251;
		margin-left: 15px;
	}
	


	.disc{
		width: 620px;
		overflow: hidden;
	}

	.shosai{
		width: 390px;
		float: right;
	}

	table.discInfo{
		margin: 0px 0px 0px 15px;
	}

		table.discInfo a{
			font-weight: bold;
			border-bottom: 1px dotted #333333;
		}


		.discInfo td.left{
			font-weight: bold;
			font-size: 12px;
			width: 80px;
			background-image: url(../z/dot.png);
			background-repeat: no-repeat;
		}
		.discInfo td.right{padding-left: 10px;}

		.discInfo td{
			vertical-align: top;
		}

		.discInfo td.left span{
			background-color: #fffef8;
			padding-right: 10px;
		}


	#single,#album{
		width: 300px;
		float: left;
		margin: 40px 0 40px 0;
		line-height: 0px;
	}

	#album{
		width: 300px;
		float: right;
		margin: 40px 0 40px 0;
		line-height: 0px;
	}
	img.bar{
		margin-bottom: 10px;
	}

	.navImage{
		width: 56px;
		height: 56px;
		margin: 0 5px 5px 0;
	}

	.fifthImage{
		margin-right: 0;
	}

#buyDisc{
	width: 300px;
	float: left;
}

	#buyDisc a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#buyDisc p{
		margin-bottom: 20px;
	}

	#buyDisc .hissu{
		color: #eb6d6c;
	}

	#buyDisc span.title{
		font-weight: bold;
	}


	#buyDisc input, #buyDisc textarea{
		border: solid 1px #cccccc;
	}

	#buyDisc input{
		width: 288px;
		height: 30px;
		padding-left: 10px;
	}

	#buyDisc textarea{
		width: 278px;
		height: 80px;
		padding: 10px;
		resize: none;
	}

	#buyDisc select{
		border: solid 1px #cccccc;
	}

	#buyDisc input[type="submit"]{
		width: 300px;
		height: 40px;
		border: 0px;
		padding: 0px;
		font-size: 16px;
		color: #fff;
		letter-spacing: 0px;
		background-color: #f3a251;
	}

/********** live **********/

#liveInfo{
	width: 620px;
	float: left;
	padding-top: 10px;
}
	#liveInfo h2{color: #eb6d6c;}

	#liveInfo a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#liveInfo table.liveInfo{
		margin: 0px 0 60px 0;
	}

	.liveInfo td.left{
		font-weight: bold;
		font-size: 12px;
		width: 120px;
		background-image: url(../z/dot.png);
		background-repeat: no-repeat;
	}
	.liveInfo td.right{padding-left: 10px;}

	.liveInfo td{
		vertical-align: top;
	}

	.liveInfo td.left span{
		background-color: #fffefc;
		padding-right: 10px;
	}

#sideBar_R{
	width: 300px;
	float: right;
}

#ticket{
	width: 300px;
	float: left;
}

	#ticket a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#ticket p{
		margin-bottom: 20px;
	}

	#ticket .hissu{
		color: #eb6d6c;
	}

	#ticket span.title{
		font-weight: bold;
	}


	#ticket input, #ticket textarea{
		border: solid 1px #cccccc;
	}

	#ticket input{
		width: 288px;
		height: 30px;
		padding-left: 10px;
	}

	#ticket textarea{
		width: 278px;
		height: 80px;
		padding: 10px;
		resize: none;
	}

	#ticket select{
		border: solid 1px #cccccc;
	}

	#ticket input[type="submit"]{
		width: 300px;
		height: 40px;
		border: 0px;
		padding: 0px;
		font-size: 16px;
		color: #fff;
		letter-spacing: 0px;
		background-color: #eb6d6c;
	}


	#liveSound table{
		margin: 10px 0 10px 0;
		width: 100%;
	}
	#liveSound tr{
		border-bottom: 1px solid #cccccc;
	}
	#liveSound td{
		vertical-align: center;
		height: 30px;
		padding-left: 5px;
	}

	#liveSound p{
		font-weight: bold;
	}

	#liveSound span a{
		border-bottom: 1px dotted #333333;
	}

/********** contact **********/

#form{
	width: 306px;
	float: left;
}

	#form p{
		margin-bottom: 20px;
	}

	#form .hissu{
		color: #eb6d6c;
	}

	#form span.title{
		font-weight: bold;
	}


	#form input, #form textarea, #form select{
		border: solid 1px #cccccc;
	}

	#form input[type="radio"]{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		position: relative;
		width: auto;
	}

	#form input[type="checkbox"]{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		position: relative;
		width: auto;	
	}

	#form input{
		width: 448px;
		height: 30px;
		padding-left: 10px;
	}

	#form textarea{
		width: 438px;
		height: 180px;
		padding: 10px;
		resize: none;
	}

	#form input[type="submit"]{
		width: 460px;
		height: 40px;
		border: 0px;
		font-size: 16px;
		color: #fff;
		letter-spacing: 0px;
		background-color: #af80b6;
	}

#twitter{
	width: 306px;
	float: right;	
}

#form2{
	width: 306px;
	float: right;	
}

#plan_a{
	width: 304px;
	float: left;
    margin-right: 3px;
}
#plan_b{
	width: 304px;
	float: left;
    margin-right: 3px;
}
#plan_c{
	width: 304px;
	float: left;
}

#Reqform{
    margin-top: 10px;
	width: 306px;
	float: left;
}
/*
	#Reqform p{
		margin-bottom: 20px;
	}

	#Reqform .hissu{
		color: #eb6d6c;
	}

	#Reqform span.title{
		font-weight: bold;
	}


	#Reqform input, #Reqform textarea, #Reqform select :not(input[type="radio"], input[type="checkbox"]) {
		border: solid 1px #cccccc;
	}

	#Reqform input{
		width: 448px;
		height: 30px;
		padding-left: 10px;
	}

	#Reqform input[type="radio"]{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		position: relative;
		width: auto;
	}

	#Reqform input[type="checkbox"]{
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		position: relative;
		width: auto;	
	}

	#Reqform textarea{
		width: 438px;
		height: 180px;
		padding: 10px;
		resize: none;
	}

	#Reqform input[type="submit"]{
		width: 460px;
		height: 40px;
		border: 0px;
		font-size: 16px;
		color: #fff;
		letter-spacing: 0px;
		background-color: #af80b6;
	}

    #ReqInst{
        margin-top: 50px;
        width: 460px;
        float: right;
    }
    
*/





/********** livesound **********/

#pageLiveSound{
	width: 620px;
	margin-left: 160px;
}

	#pageLiveSound table{
		margin-top: 20px;
	}
	#pageLiveSound p{
		font-weight: bold;
	}
	
	#pageLiveSound tr{
		border-bottom: 1px solid #cccccc;
		height: 40px;
	}


	#pageLiveSound td.left{
		width: 465px;
		vertical-align: center;
		padding-left: 5px;
	}	
	#pageLiveSound td.right{
		font-weight: bold;
		width: 145px;
		text-align: right;
		vertical-align: center;
		padding-right: 5px;
	}

	#pageLiveSound td.right a:hover{
		color: #eb6d6c;
	}

/********** help **********/

#help{
	width: 620px;
	float: right;
	padding-top: 10px;
	margin-bottom: 40px;
}
	#help h2{color: #006c97;}

	#help a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

/* newsã®ã¨ã“ã¨é‡è¤‡
#sideBar_L{
	width: 300px;
	float: left;
	margin-bottom: 40px;
}
	#sideBar_L .date{ font-family: "Courier New", "Courier", "Helvetica"; }

*/

/********** special **********/


#special{
	padding-top: 10px;
	margin: 0 auto 40px;
}

	#special a{
		font-weight: bold;
		border-bottom: 1px dotted #333333;
	}

	#special h1{
		display: block;
		font-size: 24px;
		font-weight: bold;
		margin: 14px 0;
	}
	#special h2{
		display: block;
		font-size: 18px;
		font-weight: bold;
		margin: 14px 0;
	}

	#special strong{font-weight: bolder;}
	#special em{font-style: italic;}
	#special del{text-decoration: line-through;}
	#special li{display: list-item;}
	#special blockquote{margin: 12px 40px;}
	#special ol,#special ul{list-style-position: outside; margin: 12px 30px;}
	#special ul li{list-style-type: disc;}
	#special ol li{list-style-type: decimal;}
	#special img{vertical-align: bottom;}

/********** 404 **********/
#content.notFound>div{
	width: 620px;
	position: relative;
	left: 160px;
}

#content.notFound h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 40px;
}
	ul.notFound{
		margin: 20px 0 0 5px;
	}

		ul.notFound li{
			font-size: 14px;
			line-height: 27px;
			letter-spacing: 1px;
			margin-top: 5px;
		}

		ul.notFound a{
			font-weight: bold;
			border-bottom: 1px dotted #333333;
		}

/********** form **********/

input[type="submit"]{
	cursor: pointer;
}

input[type="submit"]:hover{
	opacity: 0.6;
}

input,textarea,select{
	-webkit-appearance:none;
}

select{width:50%;}

input:focus, textarea:focus, select:focus{
	outline: none;
}





