@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------*/ 
/* index.html
-----------------------------------------------------*/ 

.info_sec1 {
	margin-bottom:20px;
}

.info_lead {
	overflow: hidden;
}

.info_lead .image {
	float: right;
	max-width: 300px;
	margin: 0 0 10px 10px;
}

.info_topbtn {
	padding:20px 0 40px;
}

.tabletype01 thead th {
	width: 25%;
}

.tabletype01 thead tr th:first-child {
	width: 50%;
}

/*----------------------------------------------------*/ 
/* detail.html
-----------------------------------------------------*/ 

#contents > section:first-child {
	margin-top:40px;
}

@media only screen and (max-width: 767px) {
	
.info_sec1 {
	margin-bottom:40px;
}

.info_sec1 .htype03 {
	margin-bottom:15px;
}

.info_lead .image {
	float: none;
	margin: 0 0 10px;
	max-width: none;
}

ul.btn01.info_topbtn {
	padding:20px 0 20px;
	text-align:right;
}

ul.btn01.info_topbtn li {
	display:inline-block;
	width:auto;
}

ul.btn01.info_topbtn li a {
	font-size:1.4rem;
	padding:8px 28px 8px 15px;
}

ul.btn01.info_topbtn li a:after {
	right:10px;
}

#contents > section:first-child {
	margin-top:40px;
}

.tabletype01 thead th {
	width: auto !important;
}

.tabletype01 tbody td {
	margin-left:1.7em;
}

.tabletype01 tbody tr > th+td:before {
	content:"開催日";
	clear:left;
	color:#00cc8f;
	float:left;
	width:4em;
}

.tabletype01 tbody tr > th+td+td:before {
	content:"締切日";
	clear:left;
	color:#00cc8f;
	float:left;
	width:4em;
}



}