@charset "UTF-8";

body{
	background: #f2f2f2;

}

.archives{
	width: 940px;
	margin: 30px auto;
}

ul.archivesList{
	width: 210px;
	float: right;
	margin: 0 0 20px 20px;	
}

.archivesBlock{
	margin: 0 220px 0 0;
	width: 700px;
}

.archivesArea{
	background: #fff;
	padding: 15px;	
}

.imageArea{
	padding: 20px;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
}

.archives h1{
	font-size: 200%;
	text-align: center;	
}

ul.archivesList:before{
	content: "アーカイブ";
	display: block;
	margin: 0 0 10px 0;
	background: #e61e1e;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 80%;
}

ul.archivesList li span.ALcurrent{
	color: #666;
	padding: 10px 10px;
	display: block;
	background: #cddbe3;
	position: relative;
	text-align: center;
	font-weight: bold;
}

ul.archivesList li span.ALcurrent::before{
	content: "";
	background: #f2f2f2;
	width: 8px;
	height: 15px;
	border-radius: 0 15px 15px 0;
	margin: 0 auto -5px auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

ul.archivesList li span.ALcurrent::after{
	content: "";
	background: #f2f2f2;
	width: 8px;
	height: 15px;
	border-radius: 15px 0 0 15px;
	margin: 0 auto -5px auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
}


@media (max-width: 767px){

.archives h1{
	font-size: 150%;
	text-align: center;	
}

.archives{
	width: 96%;
	margin: 30px 0;
	position: relative;
}

ul.archivesList{
	width: 100%;
	float: none;
	margin: 10px;	
}

.archivesBlock{
	margin: 0 10px;
	width: 100%;
}



}