@charset "UTF-8";

/* index.css
=========================================== */



/* common 
***************** */

#main .ttl_top .txt{
	display: none;
}

@media screen and (max-width:768px){
  
	#main .ttl_top img{
		display: none;
	}
	
	#main .ttl_top .txt{
		display: block;
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
		width: 100%;
	}
	
	#main .ttl_bl{
		display: block;
		background: #007fc9;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 15px;
		line-height: 1.2;
		width: 100%;
	}
	
	#wp_event .contentBlock{
		width: 100%;
	}
	#wp_event .contentBlock .item{
		border: 1px solid #00a0e9;
		width: 49%;
    	float: left;
    	margin: 0 0.5%;		
	}
	#wp_event .contentBlock .item .fL{float: left;}
	#wp_event .contentBlock .item .fR{float: right;}
	
	.fullBlock {
		width: 100%!important;
		display: block;
	}
	#main .subTtl{
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
	}
}



/* イベント情報
***************** */
@media screen and (max-width:768px){
	
	#wp_event h3 {
		margin-bottom: 10px !important;
		background: #cccccc;
		padding: 13px 15px 13px 68px !important;
		font-weight: bold;
		width: 100%;
		line-height: 25px !important;
	}
	
	#wp_event .icon01{
		display: none;
	}
	
	#wp_event table{
		width: 96%;
		margin: 0 auto;
	}
	
	#wp_event td table th{
		width: 100%;
		float: left;
		padding: 7px 10px 5px!important;
		background: #999;
		font-weight: bold;
		color: #fff;
		font-size: 14px;
	}	
	#wp_event td table td{
		width: 100%;
		float: left;
		background: #fff;
		border: 1px solid #ccc;
		padding: 15px;
		color: #333;
		font-size: 13px;
		line-height: 1.45;
	}
	
	#wp_event td table tr:first-child th,
	#wp_event tr:first-child th{
		background: #999;
	}
}
