@charset "utf-8";
/* CSS Document */
/*free*/
#free_wrap {
	padding:70px 0;
}
#free_wrap h2 {
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
#free_wrap hr {
	border: none;
	border-bottom: 5px solid #cf2b2b;
	margin-bottom: 40px;
}
#free {
	width:70%;
	max-width: 840px;
	margin:0 auto;
}
#free .cate {}
#free .cate .cate_box {
	border:2px solid #cf2b2b;
	padding: 50px;
	margin: 70px auto;
	box-shadow: 10px 10px 0px #ededee;
}
#free .cate .cate_box .date {
	color:#cf2b2b;
	font-size: 80%;
	border-bottom: 1px solid #cf2b2b;
	padding: 5px 10px;
}
#free .cate .cate_box .box_title1 {
	font-size: 120%;
	padding: 5px 10px;
}
#free .cate .box_txt1 {
	padding: 10px;
}
#free .cate .box_img1 {
	text-align: center;
}
#free .cate .box_img1 img {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
}
#free ul {
	text-align: center;
	border:2px solid #10212c;
	margin:0 auto;
	padding: 20px 0;
}
#free ul li {
	display: inline-block;
	margin:0 12px;
}
#free ul li a {
	font-weight: bold;
	color:#10212c;
}#free ul li a:hover {
	color:#cf2b2b;
}
/*top_event*/
#top_event {
	background-image: url(../images/bg_event.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#top_event a {
	display: block;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	background: rgba(0,0,0,0.70);
	color:#fff;
	border:5px double #fff;
	padding:20px 0;
	font-weight: bold;
	font-size: 120%;
}
#top_event a:hover {
	background: none;
	text-shadow: 3px 3px 3px #3b2c27;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){	
#free {
	width:75%;
}
#free .cate .box_img1 img {
	max-height: 500px;
}
#top_event a {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap {
	padding-top: 30px;
}
#free {
	width:80%;
}
#free .cate .cate_box {
	padding: 30px;
	box-shadow: 5px 5px 0px #ededee;
}
#free .cate .box_img1 img {
	max-height: 300px;
}
#top_event a {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free {
	width:90%;
}
#free .cate .box_img1 img {
	max-height: 250px;
}
#top_event a {
	width:90%;
}
}