@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{	
color:#343434;
font-size:16px;
margin:0;
height:100%;
position:relative;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.6;
overflow-x:hidden;
background-image:url(../image/back.jpg);
background-repeat:repeat;
background-position:center top;
background-attachment:fixed;
border-top:solid 28px #f5e73c;
}

body > #primary {
height: auto;
}


a:link {color:#1b98da; text-decoration:underline;}
a:visited {color:#1b98da; text-decoration:underline;}
a:hover {color:#3fbdff; text-decoration:underline;}

img{
border:0;
vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}
.center { text-align:center; }

.ro img:hover,.ro:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
}

.photo-r img {
	width:100%;
	height:auto;
}

.photo-c {
	text-align:center;
}

.photo-c img {
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	background-color:#2d2d2d;
	padding-top:20px !important;
	padding-bottom:20px !important;
	margin-bottom:50px;
	display:block !important;
	clear:both !important;
	text-align:center;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 9px 6px 9px !important;
		border:none !important;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #4E802C !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		margin-right:3px !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
width:100%;
height:100%;
margin-left: auto;
margin-right: auto;
text-align: left;
}

article {
width:1000px;
margin-left:auto;
margin-right:auto;
position:relative;
padding-top:40px;
}

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

.logo a {
	background-image:url(http://luckast.com/mihoudai2016/image/logo.png);
	width:300px;
	height:86px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.mihoudai-logo a {
	background-image:url(http://luckast.com/mihoudai2016/image/mihoudai-logo.png);
	width:943px;
	height:170px;
	display:block;
}

/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

#gnavi {
	display:none;
}

/*------------------------------------------------------------------------------------------------------------------
　Side
-------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------
　Footer
---------------------------------------*/

#footer {
	width:100%;
	background-color:#000000;
}

#footer a {
	color:#ffffff !important;
}

#footer #cc {
	height:42px;
	background-color:#242424;
	margin-bottom:36px;
}

#footer #cc #cc-inbox {
	height:42px;
	line-height:42px;
	color:#FFF;
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	font-family:"Century Gothic";
	text-align:left !important;
}

#footer #cc #cc-inbox .topback {
	float:right;
	width:99px;
	height:42px;
}

#footer-contents {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:55px;
}

#footer-contents .logo {
	float:left;
}

#footer-link {
	width:455px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#242424;
	line-height:1.8;
}

#footer-contents #option-box {
	float:right;
	margin-top:10px;
	width:500px;
}

#footer-contents #option-box .svbutton {
	margin-right:10px;
}

#footer-contents #footer-link a {
	color:#ffffff;
}

#footer-contents #footer-link a:hover {
	color:#2b90c4;
}

.license {
	margin-top:15px;
}

.jas-minibox {
	float:right;
	width:245px;
	height:31px;
	line-height:1.2;
	text-align:right;
	font-size:9px;
	margin-left:15px;
	color:#FFF;
}

.jas-minibox img {
	float:left;
	margin-right:3px;
}

.elicense-minibox {
	font-size:9px;
	float:right;
	width:140px;
	margin-left:10px;
	line-height:1;
	color:#FFF;
	border-left:solid 1px #ffffff;
	padding-left:9px;
	margin-left:8px;
}

.elicense-minibox img {
	float:left;
	margin-right:2px;
}

.elicense-minibox div {
	margin-left:-870px;
	font-size:14px;
}

.topback_fix a {
	position:fixed;
	bottom:30px;
	right:30px;
	background-color:#000000;
	width:80px;
	height:80px;
	background-image:url(../image/topback.png);
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#artistlist-primary {
	width:1030px;
	margin-top:30px;
	margin-bottom:50px;
}

.artist-list {
	width:280px;
	float:left;
	background-color:#ffffff;
	padding:15px;
	margin-right:30px;
	margin-bottom:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.36);
}

.artist-list .thum a {
	width:280px;
	height:187px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:10px;
	display:block;
}

.artist-list .thum a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#search-option {
	background-color:#2d2d2d;
	padding:20px;
	color:#ffffff;
	margin-top:30px;
	position:relative;
}

#search-option .free-word {
	width:595px;
	margin-bottom:15px;
	line-height:37px;
}

#search-option .free-word input {
	float:right;
	width:426px;
	height:33px;
	line-height:33px;
	padding-left:5px;
}

.count {
	margin:0;
	padding:0;
	margin-top:15px;
}

.count .sort {
	width:250px;
	height:35px;
	line-height:35px;
	float:right;
	margin-top:-5px;
	margin-right:-9px;
}

.count .sort select {
	float:right;
	width:190px;
	height:35px;
	line-height:35px;
}

#search-option .livehouse {
	width:400px;
	height:35px;
	line-height:35px;
	float:left;
}

#search-option .livehouse select {
	float:right;
	width:292px;
	height:37px;
	line-height:35px;
}

.chkbox label {
	width:290px;
	display:block;
	float:left;
	background-color:#454545;
	padding-top:6px;
	padding-bottom:6px;
	text-indent:12px;
	margin-right:15px;
	margin-bottom:15px;
}

.chkbox label:hover {
	cursor:pointer;
}

.chkbox label input {
	width:20px;
	height:20px;
	float:right;
	margin-right:12px;
	margin-top:3px;
}

.chkbox label input:hover {
	cursor:pointer;
}

.submit {
	position:absolute;
	top:59px;
	right:30px;
	width:300px;
	height:60px;
	font-weight:bold;
	font-size:18px;
	background-color:#1b98da;
	color:#ffffff;
	border:solid 2px #0680c1;
	margin-left:330px;
}

.submit:hover {
	background-color:#60bef0;
}

.count {
	font-weight:bold;
	display:block;
	background-color:#ffffff;
	margin-top:30px;
	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
	border:solid 4px #f5e73c; 
}

#artist-window {
	background-color: rgba(255,5255,255,0.8);
	padding:30px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}

#artist-window .fname {
	text-align:center;
}

#artist-window .fname img {
	max-width:940px;
	height:auto;
	text-align:center;
	margin-bottom:30px;
}

#artist-window .title {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
}

#artist-window .player-sample {
	text-align:center;
	margin-bottom:30px;
}

#artist-window .player-sample audio {
	width:100%;
}

.pageback {
	display:block;
	text-align:center;
	font-weight:bold;
}

#artist-window .download a {
	display:block;
	background-color:#1b98da;
	width:280px;
	height:80px;
	line-height:80px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	text-decoration:none !important;
	margin-bottom:0px;
}

#artist-window .download a:hover {
	background-color:#4fb4ea;
}

#artist-window .comment {
	border-top:2px solid #1b98da;	
	background-color:#ffffff;
	padding-top:25px;
	padding-bottom:25px;
}

#artist-window .comment.last {
	border-bottom:2px solid #1b98da;
}

#artist-window .comment h2 {
	font-size:20px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.artist-button a {
	display:block;
	background-color:#2d2d2d;
	width:320px;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	text-decoration:none !important;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-weight:bold;
}

.artist-button a:hover {
	background-color:#515151;
}