@charset "utf-8";
/* ログインページ */

#ssoButtonGroup {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

.ssoLoginInputMessage {
	text-align: left;
}

/** メニューボタン */
body div div#menu_bottun {
	display:none;
}

/* SP */
@media screen and (max-width: 767px) {
	body div #headerWrap {
		display:none;
	}

	body div .headerMein .headerBanner {
		width:50%;
		display: none;
		float:right;
	}
	
	body div .headerMein .logo {
		width: 50%;
		background-color:#005e3c;
	}
	body div .headerMein .logo a {
		background-position: center center;
	}
	body div div.contents {
		width: initial;
		margin: 0 auto;
		position: relative;
		background-color: #fff;
	}
	
}
/* TABLET */
@media screen and (max-width:1024px) {
	body  div.contents {
		width: 85%;
		margin: 0 auto;
		position: relative;
		background-color: #fff;
	}
}
div.contents {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
