@charset "UTF-8";

#sidemenu-39{
  margin-bottom : 20px;
  background-color : #8080ff;
  padding-left : 5px;
  padding-right : 5px;
}

.side ul{
	border-bottom: 1px solid #ccc;
}

#sidetitle{
	margin-left : -5px;
	margin-bottom: 15px;
	height: 90px;
}

#sp-sidetitle{
	background-color : #464646;
	padding-top : 10px;
	padding-bottom : 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size : 14px;
  margin-left : 10px;
  margin-right : 10px;
}

.topix li{
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}



/* ################################################################################ */
/*===============================================
●PC.css  画面の横幅が770px以上①
===============================================*/
@media (min-width: 770px) {

aside{
	
	float: left;	
	width: 250px;  
	height : auto;  
	margin-bottom : 20px;
}

#sp-sidetitle{
	display: none;  
  }

#sidetitle{
	
	margin-bottom: 15px;
}

.side{
	margin-bottom : 15px;
}

.side li +li{
	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #e7e7e7;	
}

.side a{
	display: block;
	padding: 6px 5px;
	color: gray;
	text-decoration: none;
	position: relative;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}

.side a:hover{
	background: #e7e7e7;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	text-decoration: none;
}

.side a::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cecece;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cecece;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.side01{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #FF6666;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
  }

.side02{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #FF9B00;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
}

.side03{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #1C9C32;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
}

.side04{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #6666FF;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
}

.side05{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #A342B1;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
}

.side06{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #D7567F;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color : #464646;
}

}
/* ########### 768px以上ここまで① ########### */


/*===============================================
●SP.css  画面の横幅が770pxまで③
===============================================*/
@media screen and (max-width:770px){

aside{
	width: 96%;	
	background-color: white;	
	height: inherit;	
	margin-bottom: 20px;	
	margin-left: 2%;	
	margin-right: 2%;	
}

#sidemenu-39{
	
	margin-bottom: 20px;  
	background-color : #dfdfdf;
}

#sidetitle{
	
	display: none;	
}

.side{
	
	margin-bottom : 5px;	
	margin-left : 10px;
	margin-right : 10px;
  }

.side li +li{
	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #e7e7e7;	
}

.side a{
	
	display: block;	
	padding : 10px 5px 10px 12px;	
	color: gray;	
	text-decoration: none;	
	position: relative;	
	background-color: white;	
}

.side a:hover{
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	text-decoration: none;
}

.side a::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cecece;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cecece;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.side01{
	
	padding-bottom : 10px;	
	border-bottom-width : 2px;	
	border-bottom-style: solid;	
	border-bottom-color : #FF6666;	
	text-align: center;	
	background-color : #ffffff;
	font-size : 14px;	
	padding-top : 10px;	
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}

.side02{
	padding-bottom : 10px;
	border-bottom-width : 2px;
	border-bottom-style: solid;
	border-bottom-color : #FF9B00;
	text-align: center;
	background-color : #ffffff;
	font-size: 14px;
	padding-top : 10px;
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}

.side03{
	
	padding-bottom : 10px;	
	border-bottom-width : 2px;	
	border-bottom-style: solid;	
	border-bottom-color : #1C9C32;	
	text-align: center;	
	background-color : #ffffff;
	font-size : 14px;	
	padding-top : 10px;	
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}

.side04{
	
	padding-bottom : 10px;	
	border-bottom-width : 2px;	
	border-bottom-style: solid;	
	border-bottom-color : #6666FF;	
	text-align: center;	
	background-color : #ffffff;
	font-size : 14px;	
	padding-top : 10px;	
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}

.side05{
	
	padding-bottom : 10px;	
	border-bottom-width : 2px;	
	border-bottom-style: solid;	
	border-bottom-color : #A342B1;	
	text-align: center;	
	background-color : #ffffff;
	font-size : 14px;	
	padding-top : 10px;	
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}

.side06{
	
	padding-bottom : 10px;	
	border-bottom-width : 2px;	
	border-bottom-style: solid;	
	border-bottom-color : #D7567F;	
	text-align: center;	
	background-color : #ffffff;
	font-size : 14px;	
	padding-top : 10px;	
	color : white;
	margin-left : 10px;
	margin-right : 10px;
}
.topixup{
	max-width: 100%;
	min-width: 300px;
	text-align: center;
	width: 100%;
	height : auto;
}

.topixup img{
	width: 100%;
	height: auto;
}

.topix{
	
	width: 100%;	
	margin-top: 20px;	
}

.topix li{
	float: left;
	width: 48%;
	height : inherit;
	margin-left : 1%;
	margin-right : 1%;  
 	display : inline;
}


}
/* ########### SP.css  画面の横幅が768pxここまで③########### */
