@charset "utf-8";


/*===============================================*/

/*  for PC / event.css    */

/*===============================================*/


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}




/*///////////////////////////

main
////////////////////////////*/

.event {
	margin: 120px auto 50px;
	padding:0px 0px 0px 0px;
	width: 640px;
	}



/*article
---------------------------*/

.event article {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px dotted #7a7a7a; 
	}
	
.event article div {margin: 0px 0px 10px 0px;}

	
.event article h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color:#ea608e;
	font-weight:bold;
	line-height:24px;
	}
	
.event article h2 time {
	font-size:10px;
	color:#7c7c7c;
	line-height:10px;
	display:block;
	}
	
.event article p.tx {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	}



/*tblArea//////*/	
.event article div.tblArea{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	}


.event article div.tblArea table{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	width:640px;
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	}
	
.event article div.tblArea table th{
	margin:10px;
	padding:10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px dotted #ebebeb;
	background-color:#f7f7f7;
	font-size:bold;
	text-align:center;
	}
	
.event article div.tblArea table td{
	margin:10px;
	width:50%;
	padding:10px 10px 10px 20px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px dotted #ebebeb;
	text-align:center;
	}
	




/*===============================================*/

/*  for tablet     画面の横幅が600px-958pxまで */

/*===============================================*/


@media screen and (max-width: 959px){


.event {
	margin: 120px auto 50px;
	padding:0px 20px 0px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.event article div img {width:100%;}

.event article div.tblArea table{width:100%;}

}
/*===============================================*/






/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 599px){



}
/*===============================================*/

