/* style for smartphone */
/**==================================================*/
/** ¥Ú©`¥¸¹²Í¨ */
/**==================================================*/
body#pagetop {
	width:100%;
	height: 100%;
}

body {
	font-family:"¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 13px;
/*	min-width: 320px;*/
}
/**==================================================*/


/**==================================================*/
/** pagetop */
/**==================================================*/
div.page_top_button {
    position: fixed;
    bottom: 100px;
    right: 20px;
	z-index: 10000;
}
/**==================================================*/


div.main_catch_wrapper {
	width: 100%;
	margin: 0;
	min-height: 500px;
	background: url(/udaiacademy/images/academy/main_img_re.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

div.main_layer {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 200px 0 0 0;
}

div.main_layer img {
	width: 100%;
}

div.comment_wrapper {
	padding: 75px 0 0 0;
	background: #EEEEEE;
}

div.comment_wrapper img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

div.comment_wrapper h2 {
	text-align: center;
	margin: 30px auto 0 auto;
	font-size: 20px;
	font-family: "Noto Sans Japanese";
	width: 90%;
}

p.comment_body {
	width: 80%;
	margin: 40px auto 0 auto;
	line-height: 26px;
}

p.comment_sign {
	width: 80%;
	margin: 30px auto 0 auto;
	line-height: 26px;
	text-align: right;
	font-weight: bold;
}

/** revision */
div.comment_wrapper_add {
	padding: 75px 0;
	background: #EEEEEE;
}

div.comment_wrapper_add_inner {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	border-top: 1px solid #ffffff;
}

p.comment_body_add {
	margin: 40px auto 0 auto;
	line-height: 26px;
}

p.comment_sign_add {
	margin: 30px auto 0 auto;
	line-height: 30px;
	text-align: right;
	font-weight: bold;
}
/** revision */

div.org_wrapper {
	margin: 0;
	padding: 0;
}

div.org_box {
	width: 100%;
	float: none;
	line-height: 0;
	border-bottom: 1px solid #ffffff;
}

div.org_box img {
	width: 100%;
}

div.footer_wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

div.footer_left {
	width: 100%;
	line-height: 26px;
	float: none;
	text-align: center;
	margin: 0 0 20px 0;
}

div.footer_right {
	width: 100%;
	float: none;
	text-align: center;
}

div.footer_right img {
	width: 125px;
}