body {
margin: 0 5%;
}
#stage {
margin:0 auto;
width:100%;
background:none;
overflow:hidden;
}
#topHeader {
width:100%;
padding-top:0px;
margin:0 0 35px;
}
#header {
width:100%;
margin:0 0 30px;
padding:10px 0 0;
/*border-bottom:1px solid #906;*/
position: relative;
}
#header:after {
position:absolute;
content:"";
width:100%;
left:0;
bottom:0;
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #906, #fff);
background-image:    -moz-linear-gradient(left, #906, #fff);
background-image:     -ms-linear-gradient(left, #906, #fff);
background-image:      -o-linear-gradient(left, #906, #fff);
}
#header img {
display: none;
}
#sidebar {
display: none;
}
#content {
width:100%;
font-size:14px;
line-height:1.8em;
float:none;
clear:both;
margin-right:0;
margin-top:20px;
}
h2.pageTitle {
font-size:18px;
padding-left:20px;
font-weight:normal;
position: relative;
}
h2.pageTitle:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: 4px solid #906;
	border-radius: 100%;
}
#footer {
width:100%;
padding-top:30px;
}
#footer img {
display: none;
}
#copyright {
width:100%;
margin:0;
color:#888;
font-size:12px;
}

/* sp only */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  

.sp img {
width:100%;
height:auto;
}
ul.navi_sp {
	list-style-type: none;
	margin:0 auto;
	padding:0 0 30px;
}
ul.navi_sp li a {
	color: #906;
	text-decoration: none;
}
#header .title {
	font-size:18px;
}
#header .title em {
font-size: 24px;
font-style: normal;
margin-left: 0.5em;
}
span.date {
padding:0;
display:block;
font-size:12px;
}
.news {
margin:0;
padding: 0.25em 0;	
border-bottom:1px dotted #bbb;	
}
h2.pageTitle + .news {
border-top:1px dotted #bbb;	
}
.imgLeft {
margin-right:10px;
max-width:40%;
}
.imgLeft img {
margin-bottom: 10px;
width:100%;
height:auto;
}
.imgRight {
margin-left:10px;
max-width:40%;
}
.imgRight img {
margin-bottom: 10px;
width:100%;
height:auto;
}
a#menu_sp {
	padding:0.2em 0.75em;
	border:1px solid #906;
	border-radius: 8px;
	width:50px;
	text-decoration: none;
	position: absolute;
	top:15px;
	right: 0;
	font-size:12px;
}
.pc {
	display: none;
}
.sp {
	display: inherit;
}
table.small th, table.small td {
	font-size:12px !important;
	line-height:1.4em;
}
table.Xsmall th, table.Xsmall td {
	font-size:10px !important;
	line-height:1.4em;
}
img.w10 {
	width:10px;
}
img.fill {
	width:100%;
	height:auto;
}
img.cat {
	width:40%;
	height:auto;
	margin-left:10px;
}
img.shitate {
	width:75%;
	height:auto;
	margin-top:1em;
}
img.shisyu {
margin:0 0 10px !important;
}