@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	}
	
	
	li,ol,ul {
		margin:0;
		padding:0;
	}
	
a {
	color:#143DAF;
	text-decoration:underline;
}

a:hover {
	color:#444;
	text-decoration:none;
}

a:active {
	color:#444;
	text-decoration:none;
}

a:visited{
	color:#143DAF;
	text-decoration:underline;
}

.end {
	clear:both;
}

.sns {
	height:25px;
}

.fb-like {
	position:relative;
	padding:0 5px;
	float:left;
	top:0px;
}

/*_____________________________*/

#header {
	width:100%;
	position:relative;
	background-color:#D9B97A;
	padding:10px;
}
	#header .headertext {
		width:1024px;
		position:relative;
		text-align:left;
		margin:0 auto;
	}


#box {
	width:1124px;
	position:relative;
	margin:0 auto;
	}


#titlecol {
	width:1124px;
	position:relative;
	margin:0 auto;
	background-color:#FFF;
	padding:10px;	
}

	.titlecoltext{
		width:1104px;
		position:relative;
		float:left;
	}
	


#size {
	position:relative;
	clear:both;
	border-top:1px solid #CCC;
	
}
	#size>.icon {
		width:90px;
		position:relative;
		float:left;
	}

#contents {
	width:1124px;
	position:relative;
	margin:0 auto;
	clear:both;
	border-top:1px solid #CCC;
}
	

	#maker {
		width:890px;
		position:relative;
		text-align:left;
		float:left;
		padding-bottom:200px;
		padding-right:10px;
	}

		.makerlist {
			padding-bottom:10px;
			border-bottom:1px solid #CCC;
		}

 .exist {
	 position:relative;
	 margin-right:3px;
	 float:left;
 }

 .n_exist {
	 position:relative;
	 margin-right:3px;
	 float:left;
 }
	
	#sidenavi {
		width:200px;
		position:relative;
		float:left;
		padding-left:10px;
		border-left:1px solid #CCC;
	}
	
	#sidenavi a {
		text-decoration:none;
	}
	
	#sidenavi > h2 {	
			padding:7px 5px;
			margin:3px 0 0 0;
			text-align:left;
			font-size:1.8em;
			font-weight:bold;
			border-bottom:1px solid #CCC;
	}
		
		
			.home_icon {
			padding:7px 5px;
			text-align:left;
			font-size:1.2em;
			font-weight:bold;
			border-bottom:1px solid #CCC;
			display:block;
		}
		
		.home_icon:hover{ 
			background-color:#FFFDDC;
		}

	
		.division {
			padding:7px 5px;
			text-align:left;
			font-size:1.2em;
			font-weight:bold;
			border-bottom:1px solid #CCC;
		}
			
			
		.nav >li{
			list-style:none;
			padding:7px 0px 7px 0px;
			border-bottom:1px solid #CCC;
			display:block;
			border-left:10px #FFF solid;
		}
		.nav >li:hover{ 
			background-color:#FFFDDC;
			border-left:10px #FAE752 solid;
		}
		
		
			#Stage {
				width:210px;
				position:relative;
			}
		

	

#footer {
	width:100%;
	bottom:0px;
	position:fixed;
	background-color:#D9B97A;
	padding:10px;
}

#footer > address {
	width:1024px;
	position:relative;
	margin:0 auto;
	text-align:center;
}
.return {
    background: #FFF;
	color:#333;
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
	text-decoration:none;
	border:3px solid #333;
	font-weight:600;
}
.return a{
	color:#333;
}