/* =========================================================
Base
========================================================= */
body {
	background: url(../images/headingBg.png) repeat-x left top;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.oh {
	overflow: hidden;
}
/* =========================================================
Header
========================================================= */
#header h2 {
	width: 100%;
	text-align: center;
	float: none;
}
/* =========================================================
Nav
========================================================= */
nav#mainNav .inner {
	border: none;
	padding-left: 0;
}
nav div.panel {
	width: 100%;
}
nav#mainNav ul {
	width: 100%;
	text-align: center;
}
nav#mainNav ul li {
	display: inline-block;
	float: none;
}
nav #nav_li_home {
	border-left: 1px solid #eee;
}
/* =========================================================
Side_Nav
========================================================= */
#sidebar {
	width: 233px;
}
#sidebar section.widget {
	overflow: hidden;
	padding-bottom: 15px;
}
#sidebar section.widget h3 {
	width: 233px;
	height: 40px;
	line-height: 41px;
	padding: 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: url(../images/side_bg.png) no-repeat left top;
	border-width: 0;
}
#sidebar .youtube {
	width: 233px;
	height: 150px;
	background-color: #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar p.banner {
	padding-bottom: 0;
	padding-top: 5px;
}
#widget_area {
	padding-bottom: 15px;
}
/* Side_Nav iPad縦サイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	#sidebar {
		width: 95%;
		text-align: left;
	}
	#widget_area {
		width: 233px;
	}
	p.banner {
		text-align: left;
	}
}
/* =========================================================
content
========================================================= */
#content p,h2.title {
	font-size: 120%;
}
.post {
	padding: 10px;
}
.post a {
	text-decoration: underline;
}
/* =========================================================
Footer
========================================================= */
#footer {
	background: url(../images/footer_bg.png) repeat-x left top;
	background: rgb(136,94,137);
	background: -moz-linear-gradient(top,  rgb(136,94,137) 0%, rgb(105,52,106) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(136,94,137)), color-stop(100%,rgb(105,52,106)));
	background: -webkit-linear-gradient(top,  rgb(136,94,137) 0%,rgb(105,52,106) 100%);
	background: -o-linear-gradient(top,  rgb(136,94,137) 0%,rgb(105,52,106) 100%);
	background: -ms-linear-gradient(top,  rgb(136,94,137) 0%,rgb(105,52,106) 100%);
	background: linear-gradient(to bottom,  rgb(136,94,137) 0%,rgb(105,52,106) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#885e89', endColorstr='#69346a',GradientType=0 );
}
#footer ul li {
	border-right: 1px solid #FFF;
	border-left: none;
}
#footer ul li#footer_li_home {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#footer ul li a span, #footer ul li a strong {
    display: block;
    font-size: 110%;
    line-height: 1.4;
    color: #FFF;
}
#footer ul li a span {
    color: #cccccc;
    font-size: 80%;
    font-weight: normal;
    color: #999;
}
#copyright {
	padding: 0;
	color: #FFF;
	font-size: 80%;
}
/* PC Footer */
@media only screen and (min-width:1025px){
	#footer ul li {
		width: 110px;
	}
}
/* =========================================================
共通
========================================================= */
/* スマホサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	.pc_br {
		display: none;
	}
}