@charset "utf-8";

/**** お知らせ ****/

/* contentsArea01 */
#contentsArea01 {
	background: rgba(205, 153, 255, 0.4);
	background-image: url(../images/article/parts01.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	width: auto;
	padding-top: 40px;
	padding-bottom: 80px;
	clear: both;
}
#contentsArea01 .parts01 {
}
#contentsArea01 .cnts01 {
	text-align: left;
	width: 800px;
	margin: 20px auto 0px auto;
}
#contentsArea01 .cnts01 #infoArea01 {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#contentsArea01 .cnts01 #infoArea01 h2 {
	background-color: #a648ff;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#contentsArea01 .cnts01 #infoArea01 .txt01 {
	font-size: 14px;
	width: auto;
	padding-bottom: 10px;
}
#contentsArea01 .cnts01 #infoArea01 .img01 {
	text-align: center;
	width: auto;
	padding-bottom: 10px;
}
#contentsArea01 .cnts01 #infoArea01 .img01 img {
	width: 100%;
}
#contentsArea01 .cnts01 #infoArea01 .line01 {
	font-size: 1px;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dashed #000000;
}
#contentsArea01 .cnts01 #infoArea01 .btn_link01 {
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentsArea01 .cnts01 #infoArea01 .btn_link01 img {
	width: 100%;
}
/* contentsArea01 max-width:768px */
@media only screen and (max-width:768px){
	#contentsArea01 {
		background-image: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	#contentsArea01 .parts01 img {
		width: 100%;
	}
	#contentsArea01 .cnts01 {
		width: 96%;
		margin: 10px auto 0px auto;
	}
	#contentsArea01 .cnts01 #infoArea01 h2 {
		font-size: 14px;
		padding: 7px 5px 7px 5px;
	}
	#contentsArea01 .cnts01 #infoArea01 .btn_link01 {
		width: 40%;
	}
}
/* contentsArea01 max-width:480px */
@media only screen and (max-width:480px){
	#contentsArea01 .cnts01 #infoArea01 .btn_link01 {
		width: 60%;
	}
}




/* contentsArea02 */
#contentsArea02 {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
	clear: both;
	position: relative;
}
#contentsArea02 .cnts01 {
	width: 800px;
	margin: 0 auto;
}
/* contentsArea02 max-width:768px */
@media only screen and (max-width:768px){
	#contentsArea02 {
		width: auto;
		padding: 0px 10px 100px 10px;
	}
	#contentsArea02 .cnts01 {
		width: auto;
	}
}




/* contentsArea02 bannerArea01 */
#contentsArea02 .cnts01 #bannerArea01 {
	width: 100%;
	padding-top: 20px;
}
#contentsArea02 .cnts01 #bannerArea01 ul {
}
#contentsArea02 .cnts01 #bannerArea01 ul li {
	text-align: center;
	width: 185px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
#contentsArea02 .cnts01 #bannerArea01 ul li:nth-child(4n) {
	margin-right: 0px;
}
#contentsArea02 .cnts01 #bannerArea01 ul li img {
}
/* contentsArea02 bannerArea01 max-width:768px */
@media only screen and (max-width:768px){
	#contentsArea02 .cnts01 #bannerArea01 ul li {
		width: 50%;
		margin-bottom: 20px;
		margin-right: 0px;
		float: left;
	}
	#contentsArea02 .cnts01 #bannerArea01 ul li img {
		width: 90%;
	}
}




/* accordion2 */
@media only screen and (min-width:769px){
	div.accordion2_btn {
		display: none;
	}
	div.accordion2_body {
		display: block !important;
	}
}
div.accordion2 {
}
div.accordion2 .accordion2_btn {
	background: url(../images/article/ctgtitle_btn01.png) no-repeat 0px 0px;
	background-size: cover;
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin: 0 auto;
}
div.accordion2 .accordion2_btn img {
	width: 100%;
}
div.accordion2 .accordion2_btn:active {
}
div.accordion2 .accordion2_body {
}
div.accordion2 .accordion2_btn_open {
	background: url(../images/article/ctgtitle_btn01_off.png) no-repeat 0px 0px;
	background-size: cover;
}
/* accordion2 max-width:768px */
@media only screen and (max-width:768px){
	div.accordion2_btn {
		display: block;
	}
	div.accordion2_body {
		display: none;
	}
}




/* snsbox01 */
.snsbox01 {
	width: 40%;
	margin: 0 auto;
}
.snsbox01:after {
	content: "";
	display: block;
	clear: both;
}
.snsbox01 .snsbtn01 {
	text-align: center;
	width: 33%;
	float: left;
}
/* snsbox01 max-width:768px */
@media only screen and (max-width:768px){
	.snsbox01 {
		width: 60%;
	}
}
/* snsbox01 max-width:480px */
@media only screen and (max-width:480px){
	.snsbox01 {
		width: 100%;
	}
}




/* Font */
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
