/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul, dl{
    list-style:none;
}

html{
	margin:0;
	padding:0;
	font-size: 62.5%;
	overflow-y:auto;
}


body{
	width:100%;
	margin:0;
	padding:0;
	font-size:1.5rem;
	color:#333;
	text-align:left;
	background-color:#fff;
	font-family:serif;
}

img{
	border:none;
}
p{
	margin:0;
	padding:0;
}

ol, ul, dl{
    list-style:none;
}

a:link,a:visited,a:visited {
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#000;
}


/*共通-------------------------*/
h1{
	margin:0 0 20px 0;
	padding:0;
	font-family:serif;
	color:#006699;
	font-size:2.4rem;
	font-weight:600;
	line-height:1.4;
}
h1 span{
	font-size:1.6rem;
}

h2{
	margin:10px 0 0 0;
	padding:0 0 5px 0;
	font-size:2.0rem;
	color:#454545;
	font-family:serif;
	font-weight:600;
	line-height:1.2;
}

h3{
	margin:15px 0px 15px 0px;
	padding:2px 0px;
	font-family:serif;
	font-size:1.5rem;
	color:#fff;
	background-color:#333;
	text-align:center;
}
h4{
	margin:0 0 10px 0;
	padding:0;
	font-family:serif;
	color:#006699;
	font-size:2.4rem;
	font-weight:600;
	line-height:1.2;
}

a:hover img{
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
a.map:link,a.map:visited{
	color:#006699;
}
a.map:hover{
	
}

hr{
	height:0px;
	border:none;
	border-bottom:1px dashed #333;
	margin:10px auto 20px auto;
	padding:0 0 20px 0;
	}


/*ヘッダー-----------------------------*/
#header{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	background:url(../images/lad_main_bg.png) no-repeat;
	background-position:center bottom;
	text-align:center;
}

#main{
	width:820px;
	margin:0 auto 10px auto;
	padding:0 0px 50px 0px;
	line-height:1.8;
}

/*ナビ----------------------------*/
#navi{
	margin:0 0 40px 0;
}
#navi li{
	position:relative;
	float:left;
	width:23%;
	margin:0 2% 5px 0;
	color:#fff;
	box-sizing:border-box;
	border-bottom:2px solid #222;
	text-align:center;
}
#navi li:last-child{
	margin:0 0 5px 0;
}
#navi li a{
	display:block;
	height:24px;
	padding:2px 0 4px 0;
}
#navi li:hover{
	border-bottom:2px solid #0099C5;
}




.detailTxt{
	margin:15px auto 0 0;
	font-size:1.5rem;
	font-weight:600;
	letter-spacing:2px;
}

.text{
	margin:0 auto 50px auto;
	line-height:2.1;
	word-break:break-all;
}
.contents{
	margin:0 auto 100px auto;
}


/*タイムテーブル-------------------------*/
#timetable{
	width:640px;
	margin:10px auto 0 auto;
	border-collapse:collapse;
	border:1px solid #454545;
	text-align:center;
}
#timetable th{
	padding:5px 10px;
	background-color:#333;
	color:#fff;
}

#timetable td{
	padding:10px;
	border:1px solid #454545;
	font-size:1.3rem;
	line-height:1.3;
	vertical-align:middle;
}
#timetable tr td:not(:first-child){
	width:250px;
	font-size:1.2rem;
}
#timetable td:not(:first-child):first-line{
	font-size:2.2rem;
	line-height:1.6;
	color:#006C8C;
}
#timetable tr td:first-child{
	padding:5px;
}
#timetable td img{
	width:40%;
}
.blue{
	color:#006C8C;
}

/*アクセス----------------------------*/
iframe{
	margin:10px auto 10px auto;
}


/*AYANO----------------------------*/
.ayano{
	width:100%;
}
.ayano li{
	position:relative;
	float:left;
	width:36%;
	margin:0 2% 0 0;
	text-align:center;
	overflow:hidden;
}
.ayano li:nth-of-type(odd){
	clear:both;
}
.ayano li:nth-of-type(even){
	float:left;
	width:60%;
	margin:0 0 0 0;
	text-align:left;
	font-size:1.3rem;
	line-height:2.1;
}
.ayano .sns{
	margin:10px 0 10px 0;
}
#member{
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	border-top:1px dashed #999;
	font-size:1.2rem;
	text-align:left;
	line-height:1.5;
}

/*作家----------------------------*/
.artistInfo{
	float:left;
	position:relative;
	width:400px;
	margin:0 20px 0 0;
	padding:0 0 20px 0;
}
.artistInfo:nth-of-type(even){
	margin:0;
}

.artistHead{
	padding:0 0 5px 0;
	margin:30px 0 15px 0;
	border-bottom:1px solid #999;
}
.artistName{
	float:left;
	width:73%;
	font-size:1.6rem;
	font-weight:600;
	color:#0099C5;
}
.artistName span{
	font-size:1.3rem;
	font-weight:400;
	color:#666;
}
.artistHead .sns{
	float:right;
	width:27%;
	margin:6px 0 0 0;
	text-align:right;
}
.artistHead .sns img{
	height:17px;
}

.artistText{
	font-size:1.3rem;
	word-break: break-all;
}
.artistImg{
	float:right;
	width:180px;
	min-height:120px;
	margin:0 0 0 10px;
}
.artistImg img{
	width:100%;
}





#copyright{
	text-align:center;
	color:#999;
	font-size:1.3rem;
}
.totop{
	margin:30px 0 20px 0;
	text-align:right;
	color:#666;
	cursor:pointer;
	font-size:1.2rem;
}

.pc{
	display:block;
	}
.sp{
	display:none;
	}
.letter_large{
	font-size:2.2rem;
}

td:empty {
	background-color: #dddddd;
}


@media screen and (max-width: 640px) {
	body{
		font-size: 1.4rem;
	}
	#header{
		height:auto;
		background-size:auto 100%;
	}
	#header img{
		width:100%;
	}
	
	#main{
		width:92%;
		padding:0 4% 0 4%;
		line-height:1.6;
	}
	/*ナビ----------------------------*/
	#navi{
		margin:0 0 20px 0;
	}
	#navi li{
		font-size: 1.4rem;
	}
	#navi li a{
		height:20px;
	}
	
	.text{
		font-size:1.6rem;
		line-height:2.0;
	}
	h1{
		font-size:1.7rem;
	}
	h2{
		font-size:1.7rem;
	}

	
	/*タイムテーブル-------------*/
	#timetable{
		width:100%;
	}
	#timetable tr td:first-child{
		padding:0 2px 0 2px;
	}
	#timetable td{
		font-size:1.2rem;
		letter-spacing:-1px;
	}
	#timetable td img{
		width:70%;
	}
	
	/*AYANO-------------*/
	.ayano li{
		width:100%;
	}
	.ayano li:nth-of-type(odd){
		float:none;
		margin:0 0 0 0;
	}
	.ayano li:nth-of-type(even){
		float:none;
		width:100%;
		margin:0 0 0 0;
		line-height:1.8;
	}
	.ayano .sns{
		float:none;
		text-align:center;
		top:10px;
		margin:10px 0 10px 0;
	}

	/*作家---------------*/
	.artistInfo{
		float:none;
		width:100%;
		margin:0 0 0 0;
	}
	.artistName{
		font-size:1.5rem;
	}
	.artistName span{
		letter-spacing:-1px;
		font-size:1.1rem;
	}
	.artistImg{
		width:100px;
	}

	.pc{
		display:none;
	}
	.sp{
		display:inline;
	}
	.letter_large{
		font-size:1.8rem;
	}

}

