/*リセット*/
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.6rem;
	color:#cccccc;
	text-align:left;
	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:#454545;
}
a:hover{
	color:#0099C5;
}



/*メイン-----------------------*/
#main{
	width:920px;
	margin:0 auto 10px auto;
	padding:0 0px 50px 0px;
	line-height:1.8;
	color:#333;
}

/*目次----------------*/
#navi{
	margin:0 0 20px 20px;
}
#navi li{
	position:relative;
	margin:0 1% 5px 0;
	text-align:left;
}



h1{
	margin:0px 0px 10px 0px;
	padding:0;
	font-family:serif;
	color:#0099C5;
	font-size:2.0rem;
	font-weight:600;
}

h2{
	margin:10px 0 10px 0;
	padding:1px 0 1px 7px;
	border-left:4px solid #868686;
	font-size:1.6rem;
	color:#0099C5;
	font-family:serif;
	font-weight:600;
	line-height:1.2;
}

h3{
	margin:15px 0px 10px 0px;
	padding:2px 0px;
	font-family:serif;
	font-size:1.5rem;
	color:#fff;
	background-color:#666;
	text-align:center;
}

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

hr{
	height:0px;
	border:none;
	border-bottom:1px dashed #666;
	margin:10px 0px 60px 0px;
	padding:0 0 40px 0;
	}

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




/*プロフ-----------*/
#ayanoImages{
	float:left;
	width:40%;
	margin:0 2% 0 0;
}
#ayanoPhoto{
	width:100%;
	margin:0 0 10px 0;
}

#ayanoprof{
	float:left;
	width:58%;
	overflow:hidden;
	font-size:1.4rem;
}
.sns{
	margin:0 0 0 0;
}
#member{
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	font-size:1.2rem;
	text-align:left;
	line-height:1.6;
}



/*過去の様子--------*/
.slide{
	font-size:1.8rem;
	cursor:pointer;
}
.slide span{
	font-size:1.4rem;
}
#photo{
	margin:15px auto 0 auto;
}
#photo li{
	float:left;
	width:49%;
	margin:0 2% 0 0;
}
#photo li:nth-of-type(2n){
	margin:0 0 1% 0;
}
#photo li img{
	width:100%;
}


#contactTable{
	width:99%;
	border:1px solid #666;
	margin:0 auto 20px auto;
	border-collapse:collapse;
	font-size:1.4rem;
}
#contactTable td{
	border:1px solid #ccc;
	padding:15px 10px;
	vertical-align:top;
}
#contactTable td:first-child{
	background-color:#FBF5EF;
	border-right:none;
	color:#333;
	width:20%;
}
#contactTable td:first-child span{
	color:#ff0000;
}
.textbox{
	width:40%;
	height:20px;
}
.size,.profile,.bikou{
	width:94%;
	height:140px;
}

#copyright{
	text-align:center;
	color:#999;
	font-size:1.3rem;
}
.totop{
	margin:20px 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;
}


/*確認画面----------------------*/
#presend{
	background-color:#0099C5;
	width:210px;
	height:50px;
	border:none;
	font-size:16px;
	color:#fff;
}

#send{
	background-color:#0099C5;
	width:160px;
	height:46px;
	border:none;
	font-size:16px;
	color:#fff;
}
#back{
	background-color:transparent;
	width:160px;
	height:46px;
	border:1px solid #ccc;
	color:#fff;
	font-size:16px;
}
#confirmAreaScreen{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=86);
	background-color: rgba(0,0,0, 0.86);
	z-index:200;
	overflow:auto;
}

#confirmArea{
	color:#FFFFFF;
	width:700px;
	margin:30px auto 30px auto;
	padding:30px 0 60px 0;
	z-index:10000;
	overflow-y:auto;
}

#confirmation{
	padding:30px;
	background-color:#fff;
	color:#333;
	margin:10px auto 25px auto;
}
#confirmation dt{
	clear:both;
	float:left;
	width:220px;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dd{
	float:left;
	width:405px;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dt:first-child,#confirmation dd:nth-of-type(1){
	border-top:none;
}
.scrollFix{
	position:fixed;
}

/*アップロード画面----------------------*/
#loading{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=86);
	background-color: rgba(0,0,0, 0.86);
	z-index:300;
	overflow:auto;
}
#loading img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
}




@media screen and (max-width: 640px) {
	body{
		font-size: 1.4rem;
	}
	#main{
		width:92%;
		padding:0 4% 0 4%;
		line-height:1.6;
	}
	
	#navi{
		margin:0 0 20px 20px;
	}
	
	/*プロフ*/
	#ayanoImages{
		float:none;
		width:100%;
		margin:0;
	}
	#ayanoprof{
		float:none;
		width:100%;
	}
	
	/*過去の様子*/
	
	#photo li{
		float:none;
		width:100%;
		margin:0 0 1% 0;
	}
	#photo li:nth-of-type(2n){
		margin:0 0 1% 0;
	}
	
	
	#contactTable td{
		padding:8px;
	}

	#contactTable td:first-child{
		width:31%;
		font-size:1.2rem;
	}
	.textbox{
		width:90%;
	}
	.ele{
		width:96%;
		background-color:#999;
	}
	.size,.profile,.bikou{
		width:96%;
		height:140px;
	}
	#contactTable .txtsmall{
		font-size:1.1rem;
		line-height:1.4;
	}

	#confirmArea{
		width:92%;
	}
	#confirmation{
		padding:30px 2% 10px 2%;
	}

	#confirmation dt{
		width:34%;
	}
	#confirmation dd{
		width:65%;
	}
	#agreement ul{
		padding:0 2% 10px 2%;
	}
	#send{
		width:140px;
	}
	#back{
		width:140px;
	}

	

	h1{
		font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"Sawarabi Mincho", serif;
		font-size:1.7rem;
	}
	h2{
		font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"Sawarabi Mincho", serif;
		font-size:1.7rem;
	}
	
	hr{
		margin:0 0 40px 0;
		padding:0 0 20px 0;
	}
	
	.totop{
		font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"Sawarabi Mincho", serif;
	}

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


}




/*----------------------------------------------------
  レイアウト
----------------------------------------------------*/

.top_space3 { margin-top:3px; }
.top_space5 { margin-top:5px; }
.top_space6 { margin-top:6px; }
.top_space7 { margin-top:7px; }
.top_space10 { margin-top:10px; }
.top_space12 { margin-top:12px; }
.top_space13 { margin-top:13px; }
.top_space15 { margin-top:15px; }
.top_space20 { margin-top:20px; }
.top_space25 { margin-top:25px; }
.top_space30 { margin-top:30px; }
.top_space35 { margin-top:35px; }
.top_space40 { margin-top:40px; }
.top_space45 { margin-top:45px; }
.top_space50 { margin-top:50px; }
.top_space55 { margin-top:55px; }
.top_space60 { margin-top:60px; }
.top_space65 { margin-top:65px; }
.top_space70 { margin-top:70px; }
.top_space80 { margin-top:80px; }
.top_space90 { margin-top:90px; }
.top_space100 { margin-top:100px; }
.top_space120 { margin-top:120px; }
.top_space135 { margin-top:135px; }
.top_space140 { margin-top:140px; }
.top_space160 { margin-top:160px; }

.botom_space5 { margin-bottom:5px; }
.botom_space10 { margin-bottom:10px; }
.botom_space15 { margin-bottom:15px; }
.botom_space20 { margin-bottom:20px; }
.botom_space25 { margin-bottom:25px; }
.botom_space30 { margin-bottom:30px; }
.botom_space35 { margin-bottom:35px; }
.botom_space40 { margin-bottom:40px; }
.botom_space50 { margin-bottom:50px; }
.botom_space60 { margin-bottom:60px; }
.botom_space70 { margin-bottom:70px; }
.botom_space80 { margin-bottom:80px; }
.botom_space90 { margin-bottom:90px; }
.botom_space100 { margin-bottom:100px; }
.botom_space120 { margin-bottom:120px; }

.left_space5 { margin-left:5px; }
.left_space10 { margin-left:10px; }
.left_space15 { margin-left:15px; }
.left_space20 { margin-left:20px; }
.left_space25 { margin-left:25px; }
.left_space30 { margin-left:30px; }
.left_space40 { margin-left:40px; }
.left_space41 { margin-left:41px; }
.left_space45 { margin-left:45px; }
.left_space50 { margin-left:50px; }

.right_space5 { margin-right:5px; }
.right_space10 { margin-right:10px; }
.right_space15 { margin-right:15px; }
.right_space20 { margin-right:20px; }
.right_space30 { margin-right:30px; }
.right_space40 { margin-right:40px; }
.right_space50 { margin-right:50px; }


.patop_space5 { padding-top:5px; }
.patop_space10 { padding-top:10px; }
.patop_space15 { padding-top:15px; }
.patop_space20 { padding-top:20px; }
.patop_space30 { padding-top:30px; }
.patop_space40 { padding-top:30px; }

.paright_space5 { padding-right:5px; }
.paright_space7 { padding-right:7px; }
.paright_space10 { padding-right:10px; }
.paright_space13 { padding-right:13px; }
.paright_space15 { padding-right:15px; }
.paright_space20 { padding-right:20px; }

.paleft_space5 { padding-left:5px; }
.paleft_space7 { padding-left:7px; }
.paleft_space10 { padding-left:10px; }
.paleft_space15 { padding-left:15px; }
.paleft_space20 { padding-left:20px; }
.paleft_space30 { padding-left:30px; }

.pabotom_space5 { padding-bottom:5px; }
.pabotom_space10 { padding-bottom:10px; }
.pabotom_space15 { padding-bottom:15px; }
.pabotom_space20 { padding-bottom:20px; }
.pabotom_space30 { padding-bottom:30px; }
.pabotom_space40 { padding-bottom:40px; }
.pabotom_space50 { padding-bottom:50px; }


.letter_narrow{
	letter-spacing:-5px;
}
.letter_narrow2{
	letter-spacing:-10px;
	font-size:18px;
}

.letter_narrow3{
	letter-spacing:-3px;
}

.fleft{
	float:left;
}
.fright{
	float:right;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}

.ovfl_hidn{
	overflow:hidden;
}
.thick{
	font-weight:600;
}
.blue{
	color:#0099C5;
}

.red{
	color:#ff0000;
}
.yellow{
	color:#FFD700;
}
.gray{
	color:#999;
	}
.white{
	color:#fff;
}

.hide{
	display:none;
}

.erace{
	text-decoration: line-through;
}

.txtsmall{
	font-size:1.3rem;
	line-height:1.7;
}
.disp_none{
	display:none;
}

.cursor{
	cursor:pointer;
}
.center{
	position:relative;
	text-align:center;
	margin:0px auto 0px auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
	
.clear{
	clear:both;
}


