@charset "utf-8";
/* CSS Document */

/*
　　　　　　　　　　　　　　
	■■■■■■■　　　　■■■■■■　　　　　　　　　■　　　■■■■■　■　■　　　　■■　　■　■
				■■　　■■　　　■■　■■　　　　　　■　　■■　　　■■　■　■　　　　■■　　■　■
	　　　	　■■　　■■　　　　■■　　■■　　　　■■　■■　　　　■■　　　　　　　　■■
			■■　　　　　■■　■■　　　　　　　　■■　　　　■■　■■　　　　　　　　　■■■■
　		　■■　　　　　　　■■■　　　　　　　　■■　　　　　　■■■　　　■■■■■　　■■　■■
　　　　■■■　　　　　　　■■　　　　■　　　■■　　　　　　　■■　　　　■■■■■　　■■
	　■■　■■■■　　■■■　　　　　■■■■■　　　　　　■■■　　　　　　　　　　　　■■
	■■　　　■■　　■■■　　　　　　　■■■　　　　　　■■■　　　　　　　　　　　　　■■

*/

/**********************************************************************
*
*　　 ■ボディレイアウト
*
**********************************************************************/

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	line-height: 1.5;
}
html>/**/body {
	font-size: 10px; /* Except IE */
}

/**********************************************************************
*
*　　 ■default
*
**********************************************************************/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
fieldset img {
border: 0;
}
img {
vertical-align: bottom;
}
ol, ul, li {
list-style: none;
}
li {
	list-style-type: none;
}

/**********************************************************************
*
*　　 ■reset
*
**********************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**********************************************************************
*
*　　 ■parts
*
**********************************************************************/

.fl {
	float: left;
}
.fr {
	float: right;
}

.c_l {
	clear: left;
}

.c_b {
	clear: both;
}

.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}

/* End hide from IE-mac */

.cb {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1%;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb80 {
	margin-bottom: 80px;
}


.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

/**********************************************************************
*
*　　 ■リンク・透過変更
*
**********************************************************************/

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:link {
	color: #CC2728;
	text-decoration: none;
}

a:visited {
	color: #CC2728;
	text-decoration: none;
}

a:hover {
	 color: #CC2728;
	 text-decoration: none;
}

a img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
		-webkit-transition: opacity 1.4s ease;
		-moz-transition: opacity 1.4s ease;
		transition: opacity 1.4s ease;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:hover img,
a:active img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

header #logo_area ul li#free a,
header #logo_area ul li#request a {
	filter:  alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: opacity 1.4s ease;
	-moz-transition: opacity 1.4s ease;
	transition: opacity 1.4s ease;
	opacity: 1;
}

header #logo_area ul li#free a:hover,
header #logo_area ul li#request a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/**********************************************************************
*
*　　 ■外枠
*
**********************************************************************/

header,
footer {
	width: 100%;
	font-size: 14px;
}

footer {
	padding-top:30px;
}

#main_form {
	width: 100%;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper img {
	vertical-align: bottom;
}

/**********************************************************************
*
*　　 ■フォーム 
*
**********************************************************************/

#main_form #wrapper section {
	width: 950px;
	padding-bottom: 10px;
}

#main_form #wrapper section h2 {
	width: 922px;
	height: 28px;
	font-size: 20px;
	margin: 0 auto 5px;
	padding-left: 28px;
	background: url(/img/spts-arrow.png) no-repeat left center;
	color: #111;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 1px solid #000040;
}

#main_form #wrapper p {
	font-size: 15px;
	color: #111;
	line-height: 21px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#main_form #wrapper p span {
	font-size: 12px;
	line-height: 21px;
	color: #777;
}

#main_form #wrapper b {
	color: #FF0000;
	font-weight:normal;
}

/**********************************************************************
*
*　　 ■ヘッダー
*
**********************************************************************/

header #head_tit {
	width: 100%;
	background: #CC2728 url(/img/logo_top.gif) repeat-x left bottom;
	color: #FFF;
	height: 32px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

header #head_tit div {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

header #head_tit div h1,
header #head_tit div p {
	float: left;
	line-height: 22px;
	font-size: 12px;
	color: #FFF !important;
}

header #head_tit div h1 {
	margin-right:10px;
}

header #logo_area {
	width: 100%;
	height: 56px;
	padding: 15px 0 15px;
}

header #logo_area #h_cnt  {
	width: 950px;
	margin: 0 auto;
	background: url(/test/img/h_girls.png) no-repeat right top;
}

header #logo_area #h_cnt h2 {
	color: #CC2728;
	width: 450px;
	float: left;
	font-size: 10px;
	margin: 0 10px 5px 0;
	text-align: center;
}

header #logo_area #h_cnt h2 img {
	margin-bottom: 4px;
}

header #logo_area #h_cnt h2 a {
	color: #CC2728;
}

header #logo_area p img {
	width:100%;
	margin-bottom: 4px;
}

header #logo_area #teacher {	
	width: 330px;
	height: 45px;
	float: right;
	background: url(/contact/sp-t/img/std_link_bg.gif) repeat;
}
header #logo_area #teacher a {
	display: block;
	width: 309px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	font-size: 18px;
	padding-right: 15px;
	text-align: center;
	color: #00A4E3;
	border: 3px solid #00A4E3;
	text-align: center;
	background: url(/img/teacher_arrow.png) no-repeat 290px center;
}

header #logo_area #teacher a:hover {
	color: #FFF;
	background: #00A4E3 url(/img/teacher_arrow_ov.png) no-repeat 290px center;
}

/**********************************************************************
*
*　　 ■お問い合わせ
*
**********************************************************************/

#lp01 {
	background: #CC2728;
	padding: 20px 40px;
	height: 90px;
}

#lp01 h3 {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	line-height: 80px;
	padding-right:30px;
	margin-right:30px;
	border-right: 2px solid #FFF;
	float: left;
}

#lp01 p {
	font-size: 20px !important;
	line-height: 28px !important;
	padding: 12px 0 !important;
	color: #FFF !important;
}

nav {
	margin: 60px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

nav ul {
	border-right: 1px solid #DDD;
}

nav ul li {
	float: left;
	border-left: 1px solid #DDD;
}

nav ul li a {
	display: block;
	width: 315px;
	height:150px;
	line-height: 150px;
	color: #444 !important;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.3em;
	background: url(/contact/sp-t/img/nav_link.png) no-repeat;
	background-size: 100%;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

nav ul li.ls-c a {
	width: 316px;
}

nav ul li a:hover {
	background: #E4E4E4 url(/contact/sp-t/img/nav_link.png) no-repeat;
	background-size: 100%;
}

.CV-unit {
	margin-bottom: 60px;
}

.CV-unit div {
	width: 560px;
	height: 62px;
	padding: 20px;
	margin: 0 auto 40px;
	background: #DDD;
}

.CV-unit div p a {
	display: block;
	width: 530px;
	height: 62px;
	line-height: 60px;
	background: #27CC55 url(/contact/sp-t/img/mail_icon.png) no-repeat 20px center;
	background-size: 50px;
	padding-left: 30px;
	font-size: 22px;
	text-align: center;
	color: #FFF !important;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

.CV-unit div p a:hover {
	background: #007F23 url(/contact/sp-t/img/mail_icon.png) no-repeat 20px center;
	background-size: 50px;
}

#unit01 {
	padding: 120px 0 40px;
	margin-bottom: 120px;
}

#unit01 h4 {
	width: 394px;
	margin: 0 auto 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #FF72FF;
	line-height: 62px;
	border: 3px solid #FF72FF;
}

#unit01 #unit01_back {
	background: url(/contact/sp-t/img/unit01_img.png) no-repeat;
	padding-left: 180px;
	height: 461px;
}

#unit01 dl {
	width: 674px;
	padding: 40px;
	border: 8px solid #402000;
	background: url(/contact/sp-t/img/unit01_bg.png) repeat;
}

#unit01 dl dt {
	width: 100px;
	float: left;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #FFF;
}

#unit01 dl dt#ul01 {
	background: url(/contact/sp-t/img/ul01_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul02 {
	background: url(/contact/sp-t/img/ul02_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul03 {
	background: url(/contact/sp-t/img/ul03_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul04 {
	background: url(/contact/sp-t/img/ul04_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul05 {
	background: url(/contact/sp-t/img/ul05_icon.png) no-repeat left center;
	background-size: 20px;
}

#unit01 dl dd {
	padding: 0 0 0 100px;
	color: #FFF;
	line-height: 20px;
	font-size: 17px;
	border-bottom: 1px dotted #EEE;
	padding-bottom: 18px;
	margin-bottom: 18px;
	background: url(/contact/sp-t/img/dd_arrow.png) no-repeat 105px 14px;
}

#unit01 dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#unit01 dl dd b {
	color: #004010 !important;
	padding: 0 4px;
	background: #FFFF00;
	font-size: 12px !important;
	line-height: 16px !important;
	margin: 0 5px 0 10px;
}

#unit01 dl dd span {
	display: block;
	color: #FFFF00;
	font-size: 12px !important;
	line-height: 16px !important;
}

#unit02,
#unit03 {
	padding-top: 120px;
	margin-bottom: 30px;
}

#unit04 {
	padding-top: 120px;
	margin-top: -120px;
}

#unit02 h4 {
	width:500px;
	height: 232px;
	padding: 150px 450px 0 0;
	background: url(/contact/sp-t/img/unit02_img.jpg) no-repeat;
	color: #FFF;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}

#unit03 h4 {
	width:500px;
	height: 232px;
	padding: 150px 450px 0 0;
	background: url(/contact/sp-t/img/unit03_img.jpg) no-repeat;
	color: #FFF;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}

#contact_area {
	width: 940px;
	height: 278px;
	margin: 30px auto 0;
	border: 5px solid #CE3233;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url(/test/img/contact_bg.gif) repeat;
}

#contact_area #cnt_img {
	float:left;
	width: 400px;
	margin-right: 10px;
}

#contact_area section {
	float:right;
	width: 520px;
	padding: 10px 0;
}

#contact_area section h4 {
	float:right;
	width: 520px;
	height: 68px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 22px;
	font-size: 16px;
	color: #CD3233;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow:0 0 2px #FFF;
}

#contact_area section h4 img {
	float:left;
	margin-right:10px;
}

#contact_area section ul {
	margin-top:10px;
}

#contact_area section ul li {
	float:left;
}

#contact_area section ul #free_b {
	margin-right:10px;
}


#tab_a,
#tab_b {
	margin-top: 60px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#tab_a li,
#tab_b li {
	float: left;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	display: block;
	width: 315px;
	height:150px;
	line-height: 150px;
	color: #444 !important;
	font-size: 20px;
	text-align: center;
	background: url(/contact/sp-t/img/nav_link.png) no-repeat;
	background-size: 100%;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

#tab_a li.lr-s,
#tab_b li.lr-s {
	width: 316px !important;
}

#tab_a li:hover,
#tab_a li.select,
#tab_b li:hover,
#tab_b li.select {
	background: #E4E4E4 url(/contact/sp-t/img/nav_link.png) no-repeat;
	background-size: 100%;

}

.disnon {
	display: none;
}

.content_wrap_a {
	clear: left;
	width: 890px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #000;
},
.content_wrap_b {
	width: 890px;
	margin: 0 auto;
	color: #000;
}

.content_wrap_a h5 {
	width: 533px;
	height: 148px;
	padding: 90px 357px 0 0; 
	color: #FFF;
	text-align: center;
	font-size:24px;
	line-height: 32px;
	font-weight: bold;
}

.content_wrap_a h5#ua_tit {
	background: url(/contact/sp-t/img/unit02_atit.jpg) no-repeat;
}

.content_wrap_a h5#ub_tit {
	background: url(/contact/sp-t/img/unit02_btit.jpg) no-repeat;
}

.content_wrap_a h5#uc_tit {
	background: url(/contact/sp-t/img/unit02_ctit.jpg) no-repeat;
}

.content_wrap_a ul {
	width: 850px;
	padding: 30px 20px;
}

.content_wrap_a ul li {
	float: left;
	width: 405px;
	margin: 0 10px;
	overflow: hidden;
}

.content_wrap_a ul li p {
	font-size: 20px !important;
	line-height: 30px !important;
	color: #000;		
}

.content_wrap_a ul li img {
	width: 100%;
}

.content_wrap_a ul li p.unit_tit {
	font-size: 24px !important;
	padding: 10px 0;
	text-align: center !important;
	color: #FFF !important;	
	background: #73B9FF !important;
	margin-bottom: 20px;	
}

.content_wrap_b img {
	display: block;
	width: 316px;
	float: left;
	padding-bottom: 30px;
}

#coment {
	width: 586px;
	margin: 40px auto 100px;
	background: #00AAAA;
	padding: 20px 0;
}

#coment p {
	font-size: 24px !important;
	line-height: 30px !important;
	color: #FFF !important;
	text-align: center !important;
	font-weight: bold;
}

.t_title {
	width: 100%;
	padding: 30px 0;
	background: #CC2728;
}

.t_title p {
	color: #FFF !important;
	text-align: center !important;
	font-weight: bold;
	font-size: 30px !important;
}

/**********************************************************************
*
*　　 ■フッター
*
**********************************************************************/
footer #f_nav {
	border-top: 3px double #CD3233;
	width: 100%;
	background: url(/img/header_bg.gif) repeat;
}

footer #f_nav div {
	width: 950px;
	margin: 20px auto 30px;
}

footer #f_nav div h4 {
	width: 366px;
	height: 24px;
	margin: 0 auto;
}

footer #f_nav div p {
	text-align: center;
	line-height:18px;
}

footer #f_nav div ul {
	text-align: center;
}

footer #f_nav div ul li {
	margin-bottom: 20px;
}

footer #f_nav div ul li img {
	text-align: center;
}

footer #f_nav div ul #fn_spt p a {
	background: url(/img/spts_arrow.png) no-repeat left center;
	padding-left:25px;
	color: #CD3233;	
}

footer #f_cnt {
	width: 100%;
	background: #CE3233;
}

footer #f_cnt p {
	text-align: center;
}

footer #f_cnt a {
	color: #FFF;
}

footer #f_cnt #f_txt {
	width: 950px;
	padding: 10px 0;
	margin: 0 auto;
	line-height: 18px;
	color: #FFF;
}

footer #f_cnt #f_txt {
	width: 950px;
	padding: 10px 0;
	margin: 0 auto 20px;
	line-height: 18px;
	color: #FFF;
}

footer #f_cnt #f_txt #l_ad {
	float: left;
	width: 450px;
	text-align: left;
}

footer #f_cnt #f_txt #r_mn {
	float: right;
	width: 364px;
	text-align: left;
}

footer #f_cnt #f_txt #r_mn ul {
	border-left: 1px solid #FFF;
}

footer #f_cnt #f_txt #r_mn ul li {
	width: 100px;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	text-align: center;
}

footer #f_cnt #f_txt #l_ad p {
	text-align: left;
	color: #FFF !important;
	font-size:14px !important;
}

#copyright {
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding-bottom:10px;
	color: #FFF !important;
}

/**********************************************************************
*
*　　 ■page-top 
*
**********************************************************************/

#page-top {
	position: fixed;
	bottom: 44px;
	right: 0;
}
#page-top a {
	text-decoration: none;
	display: block;
	width: 99px;
	height: 30px;
}

/**********************************************************************
*
*　　 ■nav
*
**********************************************************************/

#nav {
	position: fixed;
	top: 0;
    width: 100%;
	height: 80px;
	background: url(/contact/sp-t/img/top_nav_bg.png) repeat-x;
}

#nav div {
	width: 950px;
	margin: 0 auto;
}

#nav p {
	float: left;
	height: 23px;
	margin: 29px 20px 27px 20px;
}

#nav p img {
	width: 305px;
}

#nav ul {
	float: left;
	border-right: 1px solid #DDD;
}

#nav li {
	width: 150px;
	height: 80px;
	float: left;
	border-left: 1px solid #DDD;
}

#nav li a {
	display: block;
	width: 150px;
	height: 80px;
	text-align: center;
	line-height: 60px;
	color: #333;
	font-size: 20px;
	background: url(/contact/sp-t/img/navigation_arrow.png) no-repeat;
	background-size: 100%;
}

#nav li a:hover {
	color: #CC2728;
}

/**********************************************************************
*
*　　 ■border-radius
*
**********************************************************************/

.CV-unit div p a  {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}



/**********************************************************************
*
*　　 ■Retina (HiDPI) Display
*
**********************************************************************/

@media
	only screen and (-moz-min-device-pixel-ratio:1.5),
	only screen and (-o-min-device-pixel-ratio:3/2),
	only screen and (-webkit-min-device-pixel-ratio:1.5),
	only screen and (min-device-pixel-ratio:1.5) {

	body {}
}

/**********************************************************************
*
*　　 ■Responsive (Mobile) Design
*
**********************************************************************/

@media screen and (max-width: 980px) {

	body {}

}

@media screen and (max-width: 650px) {

	body {}
}

@media screen and (max-width: 480px) {

	body {}
}

@media screen and (max-width: 320px) {

	body {}
}

@media screen and (max-width: 240px) {

	body {}
}

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

header:after,
header #logo_area:after,
header #logo_area #h_cnt #other_s:after,
#spt_stmap ul:after,
#spt_stmap ul li:after,
#tab:after,
.content_wrap:after,
.content_wrap #search_ct div table td:after,
#news_topics .nt_t:after,
#page-top:after,
#contact_area:after,
#contact_area section h4:after,
#contact_area section ul:after,
footer #f_cnt ul:after,
footer #f_nav div:after,
footer #f_nav div ul:after,
#contents:after,
#ind_tit ul:after,
#campaign_spts:after,
#school_add div:after,
#price_box:after,
#l_contents section:after,
.cnt_tit #merit ul:after,
#merit_box section .m_tit:after,
#system_box section .m_tit:after,
#company #map-btn:after,
#app_box section:after,
#intro_cam ul:after,
#lp01:after,
nav ul:after,
#tab_a:after,
#tab_b:after,
.content_wrap_a ul:after,
.content_wrap_b:after,
#nav:after,
#nav ul:after {
	content: "";
	display: block;
	clear: both;
}
