@charset "utf-8";
@import url(../o_template_style.css);
@import url(../../../tplate-10/en/privacy-policy/privacy-policy.css);

#session-title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#content-box {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 15px;
	line-height: 1.3;	
}
#content-box p{
	padding-top: 5px;
	padding-bottom: 3px;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

	#session-title {
		width: 100%;
		margin-bottom: 25px;
	}

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#session-title {
		width: 100%;
		margin-bottom: 15px;
	}

}
