@charset "utf-8";

/* ======================
 * Module CSS
======================= */

@media only screen and (max-width: 750px) {

/* Page
=========================================*/
#pageContainer {
	background: #f6f4ef;
}
#pageContainer #contentWrap {
}



/* Header
=========================================*/
#header {
	background: #b0b3aa;
}
#header .headerInner {
	padding: 10px 10px 12px;
}
#header .sakkaTitle {
	float: left;
	width: 60.5%;
	margin-top: 3px;
	line-height: 0;
}
#header .headerLogo {
	float: right;
	width: 35%;
	text-align: right;
	line-height: 0;
}


/* Contents
=========================================*/
#main {
	padding-bottom: 25px;
}
#main.noAside{
}

/* Aside
=========================================*/
#mainContainer {
	margin: 0 auto;
}
#aside {
	background: #77933c;
}
#aside .asideInner {
	padding: 15px 10px 25px;
	color: #ffffff;
}
#aside .asideHeading {
	line-height: 0;
	max-width: 55%;
	margin: 0 auto;
}
#aside .authorInfo {
	margin-top: 20px;
}
#aside .authorInfo + .authorInfo {
	margin-top: 25px;	
}
#aside .authorInfo > dt {
	line-height: 1;
	padding: 7px 10px 5px;
	background: url(../img/com_ic02.png) no-repeat 98% 50% #b0b3aa;
	-webkit-ackground-size: 16px 9.5px;
	background-size: 16px 9.5px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
#aside .authorInfo > dt.open {
	background: url(../img/com_ic01.png) no-repeat 98% 50% #b0b3aa;
	-webkit-ackground-size: 16px 9.5px;
	background-size: 16px 9.5px;
}
#aside .authorInfo > dd {
	margin-top: 10px;
	font-size: 13px;
}
#aside .authorInfo > dd > *:first-child {
	margin-top: 0 !important;
}

#aside .authorInfo > dd .cateNeme {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#aside .authorInfo > dd .cateList01 {
	margin-top: 5px;
}
#aside .authorInfo > dd .cateList01 > li {
	float: left;
	width: 48.5%;
	position: relative;
	padding-left: 1em;
}
#aside .authorInfo > dd .cateList01 > li:nth-child(odd) {
	margin-right: 3%;
}
#aside .authorInfo > dd .cateList01 > li:nth-child(even) {
	clear: right;
}
#aside .authorInfo > dd .cateList01 > li:nth-child(n+3) {
	margin-top: 5px;
}
#aside .authorInfo > dd .cateList01 > li:before {
	content: "●";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	right: 0;
}

#aside .otherInfo {
	margin-top: 25px;
	font-size: 12px;
	text-align: center;
}
#aside .otherInfo .bnrImg01 {
	margin-top: 5px;
	line-height: 0;
}
#aside .otherInfo .bnrImg01 a {
	display: inline-block;
	background: #ffffff;
}
/* Footer
=========================================*/
#footer {
	clear: both;
	background: #b0b3aa;
}
#footer .footerInner {
	padding: 15px 0;
	text-align: center;
}
#footer #copyright img {
	width: 80%;
	max-width: 230px;
}

/* ClearFix
=========================================*/
#mainContainer:after,
#header .headerInner:after,
#footer .footerInner:after,
#aside .authorInfo > dd .cateList01:after,
.clearFix:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
#mainContainer,
#header .headerInner,
#footer .footerInner,
#aside .authorInfo > dd .cateList01,
.clearFix {
	min-height: 1%;
	zoom: 1;
}


}
