@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 ul {
	margin:70px auto;
}
#free ul li {
	display: inline-block;
	width: 48%;
	margin:10px 1%;
	text-align: center;
}
#free ul li a {
	font-weight: bold;
	color:#10212c;
	border:2px solid #10212c;
	display: block;
	padding: 10px 1%;
}
#free ul li a:hover {
	color:#cf2b2b;
	border:2px solid #cf2b2b;
}
#free .cate {
	margin:70px 0;
}
#free .cate .cate_title {
	background:#cf2b2b;
	color:#fff;
	font-size: 120%;
	padding: 10px;
}
#free .cate .cate_txt1 {
	padding: 10px;
}
#free .cate .cate_img1 {
	text-align: center;
}
#free .cate .cate_img1 img {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
}
#free .cate .cate_box {
	padding: 10px;
	margin: 5px auto;
	border-bottom: 1px solid #3b2c27;
}
#free .cate .cate_box .box_title1 {
	padding:5px 10px;
	color:#cf2b2b;
}
#free .cate .box_txt1 {
	padding:5px 10px;
}
#free .cate .box_txt1:empty {
	display: none;
}
/*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%;
}
#top_event a {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap {
	padding-top: 30px;
}
#free {
	width:80%;
}
#free ul li {
	width: 100%;
	margin:10px 0%;
}
#free .cate .cate_img1 img {
	max-height: 300px;
}
#top_event a {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free {
	width:90%;
}
#free .cate .cate_img1 img {
	max-height: 250px;
}
#top_event a {
	width:90%;
}
}