@charset "utf-8";

/*******************************
  個別設定
*******************************/

	#contents section {
		padding: 80px 0 90px;
		background: #f9f9f9;
	}
	
	#contents .panel {
		border: 1px solid #fff;
		padding: 196px 0 0;
		height: 200px;
		background: url('../imgs/login/bg-01.jpg') 50% 0 no-repeat;
		text-align: center;
	}
	#contents .panel a {
		display: inline-block;
		width: 326px;
		background: #81adad;
		color: #fff;
		font-size: 22px;
		letter-spacing: 0.5em;
		line-height: 40px;
	}
	#contents .panel div {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 24px;
	}
	
@media only screen and (max-width:640px) {
	#contents section {
		padding: 30px 0 60px;
		background: #f9f9f9;
	}
	.panel {
		width: 100%;
		height: 50px !important;
		padding-top: 250px !important;
		background: url('../imgs/login/bg-02.jpg') 50% 0 no-repeat !important;
		background-size: 100% !important;
		border: 0px !important;
	}
	.panel a {
		width: 80% !important;
	}
	
}
@media only screen and (max-width:480px) {
	#contents section {
		padding: 10px 0 60px;
	}
	.panel {
		padding-top: 190px !important;
	}
}
