@charset "utf-8";

/* =================================================
	Area
================================================= */
/* #sec_head ----------------------- */
@media only screen and (max-width: 767px) {
	#info #sec_head {
		margin-bottom:15px;
	}
	
	#info #sec_head h2 {
		margin-bottom: 25px;
	}
	
	#info #main #sec_head h3 {
		position:relative;
		margin:20px 0 15px;
		text-align:center;
		letter-spacing:.1em;
		font-size:2em;
	}
	
	#info #sec_head p {
		margin:15px 15px 0;
		text-align:left;
	}
	
	#info #sec_head table {
	    margin: 0 15px;
	}
	
	#info #sec_head table td {
 	   display: inline-block;
	}
	#info #sec_head table td:first-child {
		padding-top:15px;
	}
	#info #sec_head a {
	    text-decoration: underline;
	}
	#info #sec_head div:last-child {
	    font-size: 1.5em;
		padding-right:15px;
	}
	
}


@media print,screen and (min-width: 768px) {
	#info #sec_head {
		margin-bottom:45px;
	}

	#info #sec_head h2 {
		margin-bottom:40px;
	}

	.boxNews01 { margin-bottom: 45px;}


	#info #sec_head table td {
		padding:3px 10px 3px 0px !important;
	}
	#info #sec_head a {
		text-decoration:underline;
	}


	#info #sec_head div {
		font-size: 1.5em;
	}
}


