/* ---------------------
共通
--------------------- */
body{
	min-height: 100vh;
	padding-bottom: 8px;
}
#ph_footer{
	padding-bottom: 8px;
}
.fontsize2{
	height: auto !important;
	margin-top: 40px;
}
.visible-login,
.visible-logout{
	display: none;
}

#ph_content_top{
	padding-top: 44px;
	background:#e4b82a no-repeat center center;
	background-size: auto 44px;
}

.exchange-box-message ul {
    list-style: none;
}
.exchange-box-message.sn-bg-success{
	text-align: left;
}

/* ---------------------
PC
--------------------- */
@media screen and (min-width: 768px) {
	.pc_none{
		display: none;
	}
	#ph_content_top{
		background-image:url(/%7e/media/Images/sc/exchange/bg_header);
	}
	.exchange-box-message{
		width: 678px;
		margin: 16px auto;
	}

}

/* ---------------------
スマホ
--------------------- */
@media screen and (max-width: 767px) {
	#box940 {
		width: 100%;
	}
	.sp_none{
		display: none;
	}
	#ph_content_top{
		background-image:url(/%7e/media/Images/sc/exchange/bg_header_sp);
	}
	.exchange-box-message{
		width: 100%;
		box-sizing: border-box;
		margin: 16px auto;
	}
}
