* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	list-style:none;
}
html {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	color: #444444;
	font-size:14px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
   vertical-align:bottom
}

a {
	color: #903;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m50cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 50px; margin-left: 0px; clear: both; }
.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px; margin-left: 0px; clear: both; }

.tac { text-align: center; }


/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	padding: 0;
	}
	#header #hrbody {
		width:100%;
		max-width:1200px;
		height:auto;
		display:block;
		margin:0 auto;
		padding:20px 0 10px 0;
	}
	
	#header h1 {
		width:200px;
		height:57px;
		display:block;
		margin:20px 0 0 0;
		float:left;
	}
	
	#header h1 a {
		width:200px;
		height:57px;
		display:block;
		margin:0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#header h1#recruit-logo {
		margin-bottom: 30px;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#hr01 {
		width:80%;
		height:auto;
		display:block;
		float:right;
	}
	#hr01 ul#hr0menu {
		width:100%;
		height:auto;
		display:block;
		float:right;
		margin-bottom:15px;
	}
	#hr01 ul#hr0menu li {
		width: 15.66%;
		height:auto;
		display:block;
		margin:0 0 0 1%;
		float:left;
	}
	#hr01 ul#hr0menu li a img, 
	#hr01 ul#hr0menu li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#hr01 h2#recruit-title {
		text-align: right;
		margin: 20px 0 30px 0;
		font-size: 36px;
		line-height: 57px;
	}
	#hr01 h2 .dashicons {
		width: 36px;
		height: 57px;
		font-size: 36px;
		line-height: 57px;
		margin-right: 5px;
	}
	
	/* Menu */
	#menubody {
		width: 100%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
	}

	nav[role=navigation]  li {
		width:14.285%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		padding:15px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	a .m_jpt {
	font-size: 0.8em;
	display: block;
	width: auto;
	height: auto;
	display: block;
	color: #B49C56;
	line-height: 1em;
	}
	a .m_ent {
		font-family: 'Marck Script', cursive;
		font-size:18px;
		display:block;
		width:auto;
		height:auto;
		display:block;
		line-height:1em;
		margin-bottom:8px;
		color:#333;
	}
	nav[role=navigation] li a:hover {
		background-color:#F7EBD0;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#777;
	}
	#footer #ftbody {
		width:auto;
		max-width:1160px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	 font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer p {
		font-size:0.8em;
		color:#777;
		line-height:2em;
		font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer a {
		color:#777;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#222;
		text-decoration:underline;
	}
	
	
}



/* Style for TabletPCs Large models */
@media screen and (min-width: 800px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	padding: 0;
	background-color:#fff;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:20px 0 0 0;
	}
	
	#header h1 {
		width:200px;
		height:57px;
		display:block;
		margin:20px auto 30px auto;
	}
	
	#header h1 a {
		width:200px;
		height:57px;
		display:block;
		margin:0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#header h1#recruit-logo {
		margin-bottom: 0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#hr01 {
		width:100%;
		height:auto;
		display:block;
	}
	#hr01 ul#hr0menu {
		width: 90%;
		height:auto;
		display:block;
		margin:0 auto 10px auto;
	}
	#hr01 ul#hr0menu li {
		width: 18%;
		height:auto;
		display:block;
		margin:0 1% 0 1%;
		float:left;
	}
	#hr01 ul#hr0menu li.hrm_cb {
		/*width:50%!important;*/
		width:37%!important;
		height:60px!important;
		display:block;
		margin:0 auto!important;
		clear:both;
		float:none;
	}
	#hr01 ul#hr0menu li a img, 
	#hr01 ul#hr0menu li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#hr01 h2#recruit-title {
		text-align: center;
		margin: 20px 0 20px 0;
		font-size: 24px;
		line-height: 36px;
	}
	#hr01 h2 .dashicons {
		width: 24px;
		height: 36px;
		font-size: 24px;
		line-height: 36px;
		margin-right: 5px;
	}
	
	/* Menu */
	#menubody {
		width: 100%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
		border-top:1px dotted #999;
		border-left:1px dotted #999;
	}

	nav[role=navigation]  li {
		width:14.285%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-right:1px dotted #999;
		border-bottom:1px dotted #999;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		padding:15px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_jpt {
	font-size: 0.8em;
	display: block;
	width: auto;
	height: auto;
	display: block;
	color: #8E7838;
	line-height: 1em;
	}
	a .m_ent {
		font-family: 'Marck Script', cursive;
		font-size:18px;
		display:block;
		width:auto;
		height:auto;
		display:block;
		line-height:1em;
		margin-bottom:8px;
		color:#333;
	}
	nav[role=navigation] li a:active {
		background-color:#F7EBD0;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#777;
	}
	#footer #ftbody {
		width:auto;
		max-width:1160px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer p {
		font-size:0.8em;
		color:#777;
		line-height:2em;
		font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer a {
		color:#777;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#333;
		text-decoration:underline;
	}
	

}




/* Style for TabletPCs Small models */
@media screen and (min-width: 481px) and (max-width: 799px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	padding: 0;
	background-color:#fff;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:20px 0 0 0;
	}
	
	#header h1 {
		width:200px;
		height:57px;
		display:block;
		margin:20px auto 30px auto;
	}
	
	#header h1 a {
		width:200px;
		height:57px;
		display:block;
		margin:0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#header h1#recruit-logo {
		margin-bottom: 0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#hr01 {
		width:100%;
		height:auto;
		display:block;
	}
	#hr01 ul#hr0menu {
		width: 94%;
		height:auto;
		display:block;
		margin:0 auto 10px auto;
	}
	#hr01 ul#hr0menu li {
		width:18%;
		height:auto;
		display:block;
		margin:0 1% 0 1%;
		float:left;
	}
	#hr01 ul#hr0menu li.hrm_cb {
		width: 37%!important;
		height:60px!important;
		display:block;
		margin:0 auto!important;
		clear:both;
		float:none;
	}
	#hr01 ul#hr0menu li a img, 
	#hr01 ul#hr0menu li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#hr01 h2#recruit-title {
		text-align: center;
		margin: 20px 0 20px 0;
		font-size: 18px;
		line-height: 24px;
	}
	#hr01 h2 .dashicons {
		width: 18px;
		height: 24px;
		font-size: 18px;
		line-height: 24px;
		margin-right: 2px;
	}
	
	/* Menu */
	
	#menubody {
	border-top: 1px solid #999;
	width: auto;
	height: auto;
	background-color: #903;
	}
	
	a.menu-link {
		width: 100%;
		height: auto;
		display: block;
		line-height: 40px!important;
		font-family: 'Marck Script', cursive;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:16px;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;  
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 800px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #99;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 10px 0;
		line-height:50px;
		width:auto;
		height:50px;
		color:#fff;
		text-decoration:none;
		border-top: 1px solid #999;
		background-color: #222;
	}
	a .m_ent {
	  font-family: 'Marck Script', cursive;
		font-size:0.7em;
		float:right;
		height:50px;
	}
	a .m_jpt {
		font-size:16px;
		float:left;
		line-height:50px;
		height:50px;
	}
	nav[role=navigation] li a:active {
		background-color:#903;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#666;
	}
	#footer #ftbody {
		width:auto;
		max-width:1160px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer p {
		font-size:0.8em;
		color:#666;
		line-height:2em;
		font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#footer a {
		color:#666;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#333;
		text-decoration:underline;
	}
	

}



/* Style for Smartphonea */
@media screen and (max-width: 480px) {
	#wrapper {
		width:100%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none;
	}
	.phone {
		display:block;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	padding: 0;
	background-color:#fff;
	}
	#header #hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
		padding:20px 0 0px 0;
	}
	
	#header h1 {
		width:200px;
		height:57px;
		display:block;
		margin:20px auto 30px auto;
	}
	
	#header h1 a {
		width:200px;
		height:57px;
		display:block;
		margin:0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#header h1#recruit-logo {
		margin-bottom: 0;
		background-image: url(../img/header/evita_logo.png);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100% auto;
		text-indent:-9999px;
	}
	
	#hr01 {
		width:100%;
		height:auto;
		display:block;
	}
	#hr01 ul#hr0menu {
		width:94%;
		height:auto;
		display:block;
		margin:0 auto 5px auto;
	}
	#hr01 ul#hr0menu li {
		width:48%;
		height:auto;
		display:block;
		margin:0 1% 5px 1%;
		float:left;
	}
	/*#hr01 ul#hr0menu li.hrm_cb {
		width:70%!important;
		height:60px!important;
		display:block;
		margin:0 auto!important;
		clear:both;
		float:none;
	}*/
	#hr01 ul#hr0menu li a img, 
	#hr01 ul#hr0menu li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#hr01 h2#recruit-title {
		text-align: center;
		margin: 20px 0 20px 0;
		font-size: 18px;
		line-height: 24px;
	}
	#hr01 h2 .dashicons {
		width: 18px;
		height: 24px;
		font-size: 18px;
		line-height: 24px;
		margin-right: 2px;
	}
	
	/* Menu */
	
	#menubody {
	border-top: 1px solid #999;
	width: auto;
	height: auto;
	background-color: #903;
	}
	
	a.menu-link {
		width: 100%;
		height: auto;
		display: block;
		line-height: 40px!important;
		font-family: 'Marck Script', cursive;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:16px;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;  
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 800px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #99;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 10px 0;
		line-height:50px;
		width:auto;
		height:50px;
		color:#fff;
		text-decoration:none;
		border-top: 1px solid #999;
		background-color: #222;
	}
	a .m_ent {
	  font-family: 'Marck Script', cursive;
		font-size:0.7em;
		float:right;
		height:50px;
	}
	a .m_jpt {
		font-size:16px;
		float:left;
		line-height:50px;
		height:50px;
	}
	nav[role=navigation] li a:active {
		background-color:#903;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#d0d0d0;
		background-color:#222;
		border-top:2px solid #000;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		padding:0px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  font-size:14px;
	  line-height:40px;
	  list-style:none;
	}
	#footer p {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		width:auto;
		height:auto;
		display:block;
		line-height:40px;
		border-bottom:1px solid #999;
	}
	#footer a:active {
	color: #fff;
	text-decoration: none;
	background-color:#903;
	}
	
}









.line-ma-img{
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	}

.line-ma-img img{
	max-width: 100%;
	width: 100%;
	}




.line-icon img{
	max-width: 80px;
	display: table;
	margin: 0 auto;

}

p.massage{
	padding-top: 20px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;

}

.line-dl{
	display: table;
	max-width: 800px;
	margin:0 auto; 
	margin-bottom: 0px;
}

.line-dl dl{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
}

.line-dl dl img{
	max-width: 200px;
	padding-bottom: 20px;
	width: 100%;
}


.line-ma h3{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;

}


.line-registration-01{
	max-width: 1000px;
	margin-bottom: 40px;
	display: block;
	margin:  auto;
}

.line-registration-01 li{
	float: left;
	width: 33.33333%;
	padding: 20px;
		font-size: 18px;
}

.line-registration-01 li img{
	max-width: 100%;
	width:100%;
	display: block;
	padding-bottom: 20px;

}


.line-registration-01 li span{
	text-align: center;
	display: block;

	font-size: 22px;
	background: #00bb00;
	color: #fff;
	border: 1px solid #00bb00;
	margin-bottom: 1px;
	padding: 5px 10px;
}

p.registration-massage{
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	color: red;
	padding-top: 40px;
	border: 1px solid red;
	padding: 10px;

}

.line-dl-wrap{
	background: #fff;

	border: 2px solid #00bb00;

	padding: 30px 30px 30px;
	display: table;
	margin:0 auto; 
	margin-bottom: 50px;
}





@media screen and (min-width: 768px) {

.sp-img{
	display: none;

}

}


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


.sp-none{
	display: none;

}

.pc-img{
	display: none;

}


p.massage{
	font-size: 18px;
}


.line-ma h3{

	font-size: 20px;


}


.line-registration-01 li{
		font-size: 16px;
}


.line-registration-01 li span{

	font-size: 18px;

}

p.registration-massage{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: red;
	padding-top: 40px;
	border: 1px solid red;
	padding: 10px;

}

.line-dl-wrap{
	background: #fff;

	border: 2px solid #00bb00;

	padding: 20px 10px 20px;
	display: table;
	margin:0 auto; 
	margin-bottom: 50px;
}



.line-registration-01 li{
	float: left;
	width: 50%;
	padding: 10px;
		font-size: 15px;
}




}

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



.line-registration-01 li{
	float: left;
	width: 50%;
	padding: 8px;
		font-size: 14px;
		margin-bottom: 10px;
}


.line-registration-01 li:last-child{
	margin-bottom: 0px;
}


/*
.line-registration-01 li{
	float: none;
	width: 100%;
	padding: 5px;
		font-size: 18px;
		margin-bottom: 30px;
}
*/


p.registration-massage {
    margin-top: 10px;

}


}


#footer{
padding-bottom: 160px;
}

.footer-banner img{
padding: 0px;
display: table;
margin: 0 auto;
max-width: 100%;
width: 100%;

max-width: 1100px;

}

.footer-banner span{
	text-align: right;
	display: block;
	font-size: 24px;
	cursor: pointer;
	color: #888;
}




.footer-banner img:hover{
opacity: 1;
}


.footer-banner {
padding: 0px;
position: fixed;
bottom:0;
left:50%;
transform:translateX(-50%);
z-index: 10000;


}

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

.footer-banner {
padding: 0%;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
}


.footer-banner span{
padding-right: 15px;
padding-bottom: 7px;
}




}


