@charset "utf-8";

/* RESET
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}

ol, ul, li {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img { border:none; }
.sphide { display: none; }
.spbr { display: block; }
/* 画像保存禁止 */
#img_prtc {
  position: relative;
}
#img_prtc::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/a-room/img/protect.png);
  background-position: top left;
  background-size: 100% 100%;
}
#img_prtc img {
  /*display: block;*/
}


/* -------------------------------------------------------------- */

body {
	font-family:"UD新丸ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color:#000000;
	background-color:#80d3ff;
}
a {
    outline: medium none;
}
a:link {
    color: #0084E8;
    text-decoration: none;
}
a:visited {
    color: #0084E8;
    text-decoration: none;
}

/*--------------------------------------------------
header
--------------------------------------------------*/
header {
}
header h1 {
	background-image: url(/a-room/img/header_bg_1_sp2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: -1;
	line-height: 1px;
}
header h1.morning {
	background-image: url(/a-room/img/header_bg_1_sp2.jpg);
}
header h1.daytime {
	background-image: url(/a-room/img/header_bg_2_sp2.jpg);
}
header h1.evening {
	background-image: url(/a-room/img/header_bg_3_sp2.jpg);
}
header h1 img {
	height: auto;
	width: 100%;
}

.btn_hamburger {
	float: right;
	text-align: right;
	width: 34px;
	margin-top: -13%;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	z-index: 1;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger i { font-style: normal; } 
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
    top: 8px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}
#menuNav {
	display: none;
}
#menuNav ul {
	background-color: #FFFFFF;
}
#menuNav ul li {
	border-bottom: solid 1px #0084E8;
	font-size: 15px;
	text-align: center;
	padding: 8px;
	color: #cccccc;
}
#menuNav ul li a {
	color: #0084E8;
}
dl.accordion {
	width: 100%;
	background-color: #C6EAFF;
}
dl.accordion dt{
	text-align: center;
	background-image: url(/a-room/img/sp_bg_1.gif);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
dl.accordion dt img {
	width: 80%;
	height: auto;
}
dl.accordion dd {
	display: none;
	padding-bottom: 15px;
}
.search_conditions {
	background-color: #FFFFFF;
	color: #036EEE;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 5%;
	border-radius: 20px;
}
.search_conditions h3 img {
	width: 50%;
	height: auto;
}
.search_conditions input[type=text] {
	border: solid 2px #036EEE;
	border-radius: 10px;
	padding: 6px;
	width: 90%;
}
.search_conditions select {
	border: solid 2px #036EEE;
	border-radius: 10px;
	padding: 6px;
}
.search_conditions p {
	line-height: 22px;
	font-size: 13px;
}
.search_conditions p.imp {
	font-size: 12px;
	color: #636363;
}
.search_conditions label { font-size: 14px; }
.search_conditions .sex { padding-top: 10px; padding-bottom: 10px; }
.search_conditions .bc_station { padding-bottom: 10px; }
.search_conditions .habitat { padding-bottom: 10px; }
.search_conditions .bc_station label { padding-left: 8px; display: inline-block; }
.search_conditions .habitat label { padding-left: 8px; display: inline-block; }
.search_conditions .bc_station select { margin-left: 8px; }
.search_conditions .habitat select { margin-left: 8px; }
.search_conditions .submit {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.search_conditions .submit input[type=submit]{
	background-image: url(/a-room/img/search_btn_sp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #4DBCEF;
	width: 70%;
	height: 30px;
	border: solid 1px #4DBCEF;
	border-radius: 5px;
}





.search_name {
	background-color: #FFFFFF;
	color: #036EEE;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 3%;
	border-radius: 20px;
}
.search_name h3 {
}
.search_name h3 img {
	width: 50%;
	height: auto;
}
.search_name select {
	float: right;
	margin-top: -13%;
	border: solid 2px #FF69BB;
	border-radius: 10px;
	padding: 6px;
}
.important_box {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
}

/*--------------------------------------------------
contents
--------------------------------------------------*/
.contents {
}
.search {
	clear: both;
	padding-top: 18px;
}
.search h2 {
	background-image: url(/a-room/img/bg_1.gif);
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 6px;
}
.search h2 img {
	width: 70%;
	height: auto;
}
.search .search_result {
	background-image: url(/a-room/img/bg_1.gif);
	padding-top: 14px;
	padding-bottom: 30px;
}
.search .search_result .conditions {
	width: 100%;
	padding-bottom: 14px;
}
.search .search_result .conditions h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.search .search_result .conditions ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.search .search_result .conditions ul li {
	float: left;
	font-size: 15px;
	padding-bottom: 3px;
}
.search .search_result .conditions ul li span {
	background-color: #E3007F;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 6px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	font-size: 15px;
	display: inline-block;
}
.search .search_result .list {
	border: solid 4px #80D3FF;
	background-color: #FFFFFF;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	flex-wrap: wrap;
}
.search .search_result .list .noresult {
	font-size: 14px;
	padding: 12px;
}
.search .search_result .list .item {
	float: left;
	text-align: center;
	width: 21%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	justify-content: space-between;
	align-content: stretch;
}
.search .search_result .list .item .thum img {
	width: 100%;
	height: auto;
}
.search .search_result .list .item .name {
	font-size: 13px;
	line-height: 18px;
}
.search .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}

.search .search_back {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.search .search_back a {
	color: #000000;
}
.search .container-fluid {
	text-align: center;
	padding-top: 20px;
	margin-top: -50px;
}
.search .container-fluid img {
	width: 16px;
	height: auto;
}
.search .search_result .detail {
	border: solid 3px #80D3FF;
	background-color: #FFFFFF;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 3%;
	padding-right: 3%;
}
.search .detail .prof_photo {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
.search .detail .prof_photo img {
	width: 100%;
	height: auto;
}
.search .detail .prof_info {
	width: 50%;
	float: right;
}
.search .detail .prof_info h3 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
}
.search .detail .prof_info h3 span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 8px;
}
.search .detail .prof_info dl {
	font-size: 14px;
	padding-left: 8px;
	padding-top: 18px;
}
.search .detail .prof_info dl dt {
	color: #888888;
}
.search .detail .prof_info dl dd {
}
.search .detail .program {
	clear: both;
	width: 90%;
	background-color: #FBE5FF;
	border: solid 6px #E3007F;
	padding-top: 8px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 8px;
}
.search .detail .program h3 img {
	width: 40%;
	height: auto;
}
.search .detail .program ul {
	padding-top: 12px;
}
.search .detail .program ul li {
	font-size: 16px;
	padding-bottom: 4px;
}
.search .detail .program ul li.bana {
	padding-bottom: 12px;
}
.search .detail .program ul li.bana img {
	width: 50%;
	height: auto;
}
.search .detail .program_future {
	width: 100%;
}
.search .detail .program_future h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 8px;
}
.search .detail .program_future h3 span {
	color: #D9DF00;
}
.search .detail .program_future ul {
}
.search .detail .program_future ul li {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 18px;
}
.search .detail .program_future ul li span {
	display: block;
}
.search .detail .program_future ul li a {
	color: #E3007F;
}
.search .detail .program_future p {
	color: #888888;
	font-size: 12px;
}
.search .detail .related_link {
	margin-top: 12px;
}
.search .detail .related_link h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 8px;
}
.search .detail .related_link h3 span {
	color: #D9DF00;
}
.search .detail .related_link ul li {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 18px;
}
.search .detail .related_link ul li a {
	color: #E3007F;
}
.search .detail .notification {
	clear: both;
	padding-top: 12px;
}
.search .detail .notification h4 {
	text-align: center;
}
.search .detail .notification p {
	font-size: 13px;
	line-height: 16px;
	color: #888888;
}
.search .detail .prof_qa {
	width: 90%;
	background-color: #F9F7D2;
	border: solid 6px #E3007F;
	padding-top: 8px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 8px;
	margin-top: 30px;
}
.search .detail .prof_qa h3 img {
	width: 40%;
	height: auto;
	padding-left: 10px;
}
.search .detail .prof_qa dl {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
}
.search .detail .prof_qa dl dt {
	color: #E3007F;
}
.search .detail .prof_qa dl dd {
	padding-bottom: 30px;
}


.picup {
	clear: both;
	padding-top: 18px;
}
.picup h2 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
}
.picup h2 img {
	width: 80%;
	height: auto;
}
.picup .pickup_list {
	background-image: url(/a-room/img/sp_bg_1.gif);
	margin-top: 6px;
	padding-top: 16px;
}
.picup .pickup_list .items {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.picup .pickup_list .items .item {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.picup .pickup_list .items .item img {
	width: 97%;
	height: auto;
}
.picup .pickup_list .container-fluid {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.picup .pickup_list .container-fluid img {
	width: 22px;
	height: auto;
}
.picup .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}

.ryugi {
	clear: both;
	padding-top: 18px;
}
.ryugi h2 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 0px;
	line-height: 1px;
}
.ryugi h2 img {
	width: 80%;
	height: auto;
}
.ryugi dl.backnumber_r {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: left;
	margin-top: 6px;
}
.ryugi dl.backnumber_r dt {
	cursor: pointer;
	padding: 5px;
	width: 33%;
	float: right;
	font-size: 13px;
}
.ryugi dl.backnumber_r dd {
	clear: both;
	background-color: #80D3FF;
	padding: 5%;
	line-height: 26px;
	position: relative;
	display: none;
	width: 90%;
}
.ryugi dl.backnumber_r dd ul {
	font-size: 17px;
}
.ryugi dl.backnumber_r dd ul li.date {
	clear: left;
	float: left;
	width: 26%;
}
.ryugi dl.backnumber_r dd ul li.name {
	float: left;
	width: 65%;
	padding-right: 4%;
}
.ryugi dl.backnumber_r dd ul li.name a {
	color: #000000;
}
.ryugi .ryugi_area {
	background-image: url(/a-room/img/bg_1.gif);
	margin-top: 6px;
	padding-bottom: 20px;
}
.ryugi .ryugi_main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-color: #80D3FF;
	border-style: solid;
	border-left-width: 6px;
	border-right-width: 6px;
	background-color: #FFFFFF;
}
.ryugi .ryugi_main h3 {
	padding-left: 10px;
	padding-top: 6px;
	line-height: 30px;
	font-size: 1.2em;
	padding-top: 16px;
	padding-bottom: 4px
}
.ryugi .ryugi_main h3 span {
	font-size: 1.6em;
	letter-spacing: 4px;
	color: #E3007F;
}
.ryugi .men h3 span {
	color: #009FE8;
}
.ryugi .ryugi_main .profile {
	font-size: 13px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
}
.ryugi .ryugi_main .profile a {
	color: #A3A3A3;
}
.ryugi .ryugi_main .mainvisual {
	clear: both;
	line-height: 1px;
}
.ryugi .ryugi_main .mainvisual img {
	width: 100%;
	height: auto;
}
.ryugi .ryugi_main dl {
	border-bottom: 6px solid #80D3FF;
}
.ryugi .ryugi_main dl dt {
	cursor: pointer;
}
.ryugi .ryugi_main dl dt .date {
	color: #E3007F;
	width: 14%;
	float: left;
	text-align: center;
	padding-top: 6px;
	padding-left: 3px;
	font-size: 13px;
}
.ryugi .men dl dt .date {
	color: #009FE8;
}

.ryugi .ryugi_main dl dt .title {
	color: #E3007F;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	width: 68%;
	padding-left: 2%;
	padding-right: 8%;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	display: block;
	vertical-align: middle;
}
.ryugi .men dl dt .title {
	color: #009FE8;
}
.ryugi .ryugi_main dl dt .title::before,
.ryugi .ryugi_main dl dt .title::after{
position: absolute;
bottom: 0;
top: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.ryugi .ryugi_main dl dt .title::after{
right:3px;
width: 9px;
height: 9px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ryugi .ryugi_main dl dt.active {
	
}
.ryugi .ryugi_main dl dt.active .title::after{
right:3px;
width: 9px;
height: 9px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ryugi .ryugi_main dl dd {
	display: none;
}
.ryugi .ryugi_main .passive {
	border-bottom: 6px solid #80D3FF;
}
.ryugi .ryugi_main .passive .date {
	color: #A3A3A3;
	width: 10%;
	float: left;
	text-align: center;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 13px;
}
.ryugi .ryugi_main .passive .title {
	color: #A3A3A3;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	width: 70%;
	padding-left: 2%;
	padding-right: 10%;
	padding-top: 24px;
	padding-bottom: 24px;
	display: inline-block;
	vertical-align: middle;
}
.ryugi .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}


.recruit {
	clear: both;
	padding-top: 18px;
}
.recruit h2 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	padding-bottom: 5%;
	padding-top: 3%;
	line-height: 1px;
}
.recruit h2 img {
	width: 85%;
	height: auto;
}
.recruit h2 a img {
	width: 80%;
	height: auto;
}
.recruit .recruit_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: 6px
}
.recruit .recruit_area .navbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
}
.recruit .recruit_area .navbtn li {
    text-align: center;
    background-color: #80D3FF;
    border: solid 2px #FFFFFF;
    border-radius: 10px;
    padding: 2%;
    width: 26.333%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
.recruit .recruit_area .navbtn li.message {
}
.recruit .recruit_area .navbtn li.rookie {
}
.recruit .recruit_area .navbtn li.training {
}
.recruit .recruit_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
}
.recruit .recruit_area .navbtn li.on {
	background-color: #FFFFFF;
	border: solid 2px #80D3FF;
}
.recruit .recruit_area .navbtn li a {
	display: block;
	color: #000000;
}
.recruit .message_area {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border: solid 6px #80D3FF;
	margin-top: 12px;
}
.recruit .message_area h4 {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.recruit .message_area h4 img {
	width: 80%;
	height: auto;
}
.recruit .message_area p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 12px;
}
.recruit .message_area .items {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.recruit .message_area .items ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.recruit .message_area .items li {
	margin-bottom: 18px;
	width: 33.333%;
	text-align: center;
	float: left;
}
.recruit .message_area .items li a:hover {
	text-decoration: none;
}
.recruit .message_area .items li a .thum img {
	border: solid 3px #80D3FF;
	width: 80%;
	height: auto;
}
.recruit .message_area .items li a .name {
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.recruit .message_area .items li a .join {
	text-align: center;
	font-size: 11px;
	color: #A8A8A8;
	text-decoration: none;
}
.recruit .recruit_bana {
	margin-top: 26px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.recruit .recruit_bana li {
	float: left;
	width: 50%;
	text-align: center;
}
.recruit .recruit_bana li img {
	width: 96%;
	height: auto;
}
.recruit .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}
.recruit .message_area .content {
	background-color: #FFFFFF;
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
}
.recruit .message_area .content .profile {
}
.recruit .message_area .content .profile dl dt {
	text-align: center;
	float: left;
	width: 50%;
}
.recruit .message_area .content .profile dl dt img {
	border: solid 3px #80D3FF;
	width: 80%;
	height: auto;
}
.recruit .message_area .content .profile dl dd {
	float: left;
	text-align: left;
	width: 50%;
}
.recruit .message_area .content .profile dl dd .name { font-size: 22px; }
.recruit .message_area .content .profile dl dd .furigana {}
.recruit .message_area .content .profile dl dd .info { font-size: 13px; line-height: 18px; padding-top: 14px; padding-bottom: 16px; }
.recruit .message_area .content .message {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
}
.recruit .message_area .content .message h5 {
	color: #009FE8;
	font-size: 20px;
	padding: 0px;
}
.recruit .message_area .content .message p {
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.recruit .message_area .content .photo2 {
	text-align: center;
	padding-bottom: 16px;
}


.rookies {
	clear: both;
	padding-top: 18px;
}
.rookies h2 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	padding-bottom: 5%;
	padding-top: 3%;
	line-height: 1px;
margin-bottom: 5px;
}
.rookies h2 img {
	width: 85%;
	height: auto;
}
.rookies h2 a img {
	width: 80%;
	height: auto;
}
.rookies .rookie_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 14px;
	padding-bottom: 30px;
}
.rookies .rookie_area h4 {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
width: 100%;
}
.rookies .rookie_area h4 img {
	width: 80%;
	height: auto;
}
.rookies .rookie_area .navbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
}
.rookies .rookie_area .navbtn li {
	text-align: center;
	background-color: #80D3FF;
	border: solid 2px #FFFFFF;
	border-radius: 10px;
	padding: 2%;
	width: 46%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	justify-content:center;
margin-left:1%;
margin-right:1%;
}
.rookies .rookie_area .navbtn li.message {
}
.rookies .rookie_area .navbtn li.rookie {
}
.rookies .rookie_area .navbtn li.training {
}
.rookies .rookie_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
}
.rookies .rookie_area .navbtn li.on {
	background-color: #FFFFFF;
	border: solid 2px #80D3FF;
}
.rookies .rookie_area .navbtn li a {
	display: block;
	color: #000000;
}
.rookies .rookie_area .list {
	border: solid 4px #80D3FF;
	background-color: #FFFFFF;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	flex-wrap: wrap;
}
.rookies .rookie_area .list .item {
	float: left;
	text-align: center;
	width: 21%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	justify-content: space-between;
	align-content: stretch;
}
.rookies .rookie_area .list .item .thum img {
	width: 100%;
	height: auto;
}
.rookies .rookie_area .list .item .name {
	font-size: 13px;
	line-height: 18px;
}
.rookies .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}

.rookies .search_back {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.rookies .search_back a {
	color: #000000;
}

.rookies .rookiemov {  }
.rookies .rookiemov ul li { float: left; width: 50%; }
.rookies .rookiemov ul li .item { width: auto !important; padding-bottom: 4%; }
.rookies .rookiemov ul li .item .thum img { width: 100% !important; height: auto !important; }
.rookies .rookiemov ul li .item #img_prtc:after {
content: '';
width: 12vw;
height: 12vw;
background: url("/a-room/recruit/img/mplay.png") no-repeat;
position: absolute;
background-size: contain;
margin-left: -13vw;
margin-top: 16vw;
}
.rookies .rookiemov ul li .item .name { line-height: 1.4 !important;
font-size: 3.8vw !important; }
.rookies .rookiemov ul li .item .name span { font-size: 3vw !important; line-height: 1; display: block; }
.rookies .rookiemov .cm {clear: both;
width: 97%;
margin-left: auto;
margin-right: auto;
padding-bottom: 2%;
padding-top: 6%;
font-size: 3.5vw;}
.dokos-embed-container { position: relative; padding-bottom: 69.5%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.dokos-embed-container iframe, .dokos-embed-container object, .dokos-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.rmodalclose { color: #fff; font-weight: bold; font-size: 5vw; top: 0px; right: 0px; display: block; position: fixed; z-index: 999999; text-align: right; padding: 2%; cursor: pointer; display: none; }
.remodal .modalname { font-size: 4.5vw; color: #fff; font-weight: bold; padding: 1%; }



.recruit .jobh_area .navbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
}
.recruit .jobh_area .navbtn li {
	text-align: center;
	background-color: #80D3FF;
	border: solid 2px #FFFFFF;
	border-radius: 10px;
	padding: 2%;
	width: 46%;
	/*display:flex;*/
	justify-content: space-between;
	align-items:center;
	justify-content:center;
margin-left:1%;
margin-right:1%;
}
.recruit .jobh_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
}
.recruit .jobh_area .navbtn li.on {
	background-color: #FFFFFF;
	border: solid 2px #80D3FF;
}
.recruit .jobh_area .navbtn li span span { color:red; }
.recruit .jobh_area .navbtn li a {
	display: block;
	color: #000000;
}
.recruit .jobh_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 15px;
	padding-bottom: 25px;
margin-top:6px;
}
.recruit .jobh_area h4 {
	text-align: center;
	background-color: #FFFFFF;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}
.recruit .jobh_area h4 img {
	width: 100%;
	height: auto;
}
.recruit .jobh_area .navbtn li.message {
	background-repeat: no-repeat;
	background-position: center center;
}
.recruit .jobh_area .navbtn li.rookie {
	background-repeat: no-repeat;
	background-position: center center;
background-color: #80D3FF !important;
/*background-color: #d1d1d1 !important;*/
display: flex;
}
.recruit .jobh_area .navbtn li.training {
	background-repeat: no-repeat;
	background-position: center center;
}
.recruit .jobh_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
	cursor: default;
}
.recruit .jobh_area .navbtn li.on {
	background-color: #FFFFFF;
	border: solid 2px #80D3FF;
	cursor: default;
}
.recruit .training_area .navbtn li a {
	display: block;
}
.recruit .jobh_area .jobh_content {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border: solid 6px #80D3FF;
	margin-top: 12px;
	background-color: #FFFFFF;
	/*background-image: url("/a-room/recruit/img/2020_rec_bg_sp.jpg");*/
}
.recruit .jobh_area .jobh_content h4 {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.recruit .jobh_area .jobh_content h5 {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 5%;
}
.recruit .jobh_area .jobh_content h5 img { width: 100%; height: auto; }
.recruit .jobh_area .jobh_content ul {width: 95%; margin-left: auto; margin-right: auto; margin-top: 6%; }
.recruit .jobh_area .jobh_content ul li { width: 20%; float: left; text-align: center; padding-bottom: 3%; height:25vw; }
.recruit .jobh_area .jobh_content ul li img { width: 90%; height: auto; }
.recruit .jobh_area .jobh_content ul li.men a { color: #0066cc; }
.recruit .jobh_area .jobh_content ul li.women a { color: #ff6600; }



.recruit .training_area {
	background-image: url(../img/sp_bg_1.gif);
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: 6px
}
.recruit .training_content {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border: solid 6px #80D3FF;
	margin-top: 12px;
	background-color: #FFFFFF;
}
.recruit .training_content h4 {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 10px;
}
.recruit .training_content h4 img {
	width: 50%;
	height: auto;
}

.recruit .training_area .training_content .photo { text-align: center; }
.recruit .training_area .training_content .photo img {
	width: 90%;
	height: auto;
}
.recruit .training_area .training_content .comment {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.recruit .training_area .training_content .comment .spbr { display: block; }
.recruit .training_area .training_content .comment .bg {
	background-image: url(../recruit/img/training_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
}
.recruit .training_area .training_content ul {
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
}
.recruit .training_area .training_content .photo_1 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_1 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_1 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	padding-left: 14%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_2 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_2 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_2 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_3 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_3 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_3 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 80% bottom;
	padding-right: 30%;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_4 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_4 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_4 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_5 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_5 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_5 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 82% bottom;
	padding-left: 10%;
	padding-right: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_6 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_6 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_6 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_7 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_7 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_7 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 82% bottom;
	padding-left: 10%;
	padding-right: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_8 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_8 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_8 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_9 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_9 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_9 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 82% bottom;
	padding-left: 10%;
	padding-right: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_10 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_10 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_10 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_11 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_11 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_11 {
	text-align: left;
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 82% bottom;
	padding-left: 10%;
	padding-right: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .photo_12 {
	text-align: center;
	line-height: 1px;
}
.recruit .training_area .training_content .photo_12 img {
	width: 85%;
	height: auto;
}
.recruit .training_area .training_content .comment_12 {
	background-image: url(../recruit/img/training_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20% bottom;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.recruit .training_area .training_content .comment_13 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	margin-bottom: 5%;
}
.recruit .training_area .training_content .comment_14 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
.recruit .training_area .training_content .comment_14 .bg {
	background-image: url(../recruit/img/training_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.recruit .training_area .training_content .photo img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_1 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_2 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_3 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_4 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_5 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_6 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_7 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_8 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_9 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_10 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_11 img { border: solid 2px #80D3FF; padding: 6px; }
.recruit .training_area .training_content .photo_12 img { border: solid 2px #80D3FF; padding: 6px; }

.recruit .training_area .training_content .arrow {
	display: none;
}
.recruit .training_area .training_content .pcbr { display: block; }
.recruit .training_area .training_content .beginner {
	background-color: #D1EEFF;
}
.recruit .training_area .training_content .beginner h5 {
	color: #0084E8;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "UD新丸ゴ B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.recruit .training_area .training_content .beginner ul {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
}
.recruit .training_area .training_content .beginner ul li {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 8px;
}
.recruit .training_area .training_content .beginner ul li img {
	width: 90%;
	height: auto;
}

.recruit .training_area .navbtn .spbr { display: block !important; }
.recruit .training_area .navbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
}
.recruit .training_area .navbtn li {
	text-align: center;
	background-color: #80D3FF;
	border: solid 2px #FFFFFF;
	border-radius: 10px;
	padding: 2%;
	width: 26.333%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	justify-content:center;
}
.recruit .training_area .navbtn li.message {
}
.recruit .training_area .navbtn li.rookie span span {
color:red;
}
.recruit .training_area .navbtn li.training {
}
.recruit .training_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
}
.recruit .training_area .navbtn li.on {
	background-color: #FFFFFF;
	border: solid 2px #80D3FF;
}
.recruit .training_area .navbtn li a {
	display: block;
	color: #000000;
}




.greeting {
	clear: both;
	padding-top: 18px;
}
.greeting .greeting_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 14px;
	padding-bottom: 30px;
}
.greeting .greeting_area ul {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border: solid 6px #80D3FF;
	margin-top: 12px;
	background-color: #FFFFFF;
}
.greeting .greeting_area ul li.box1 {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.greeting .greeting_area ul li.box1 h3 {
	padding-bottom: 20px;
	color: #000000;
	font-size: 200%;
}
.greeting .greeting_area ul li.box1 h3 img {
	width: 50%;
	height: auto;
}
.greeting .greeting_area ul li.box1 .mngr {
	font-size: 15px;
	letter-spacing: 4px;
}
.greeting .greeting_area ul li.box1 .name {
	font-size: 27px;
	letter-spacing: 4px;
	padding-bottom: 0px;
}
.greeting .greeting_area ul li.box1 .name span {
	font-size: 14px;
	display: block;
	padding-left: 14px;
}
.greeting .greeting_area ul li.box2 {
	padding: 10px;
	text-align: center;
}
.greeting .greeting_area ul li.box2 img {
	border: solid 3px #80D3FF;
	width: 80%;
	height: auto;
} 
.greeting .greeting_area ul li.box3 {
	padding-top: 0px;
	font-size: 14px;
	line-height: 30px;
}
.greeting .greeting_area ul li.box3 p {
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.greeting .greeting_area ul li.box5 {
	text-align: center;
	font-size: 23px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.greeting .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}

.qanda {
	clear: both;
	padding-top: 18px;
}
.qanda .qanda_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 14px;
	padding-bottom: 30px;
}
.qanda h2 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 6px;
	line-height: 1px;
}
.qanda h2 img {
	width: 70%;
	height: auto;
}
.qanda .comment {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
}
.qanda .qalist_area {
	border: solid 4px #80D3FF;
	background-color: #FFFFFF;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 3%;
	padding-right: 3%;
}
.qanda .qalist_area .qanav {
}
.qanda .qalist_area .qanav dl {
	border-bottom: dotted 1px #0084E8;
}
.qanda .qalist_area .qanav dl dt {
	clear: both;
	float: left;
	width: 10%;
	font-size: 18px;
	color: #E95514;
	text-align: center;
	margin-bottom: 6px;
}
.qanda .qalist_area .qanav dl dd {
	float: right;
	text-align: left;
	width: 83%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.qanda .qalist_area .qanav dl dd a {
	color: #0084E8;
	font-size: 15px;
}
.qanda .qalist_area .line {
	text-align: center;
	border-bottom: 2px solid #80D3FF;
	line-height: 1px;
	margin-top: 20px;
	padding-bottom: 5px;
}
.qanda .qalist_area .line img {
	width: 9%;
	height: auto;
}
.qanda .qalist_area .qacontent dl dt {
	clear: both;
	float: left;
	width: 17%;
	font-size: 1.7em;
	color: #E95514;
	text-align: center;
	margin-bottom: 6px;
}
.qanda .qalist_area .qacontent dl dd {
	float: right;
	text-align: left;
	width: 82%;
	padding-top: 3px;
	padding-left: 1%;
	color: #0084E8;
	font-size: 15px;
}
.qanda .qalist_area .answer {
	line-height: 27px;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
}
.qanda .qalist_area .answer span {
	display: inline-block;
	color: #2093EB;
	font-size: 24px;
	padding-right: 4px;
}
.qanda .qalist_area .content_box {
	border-bottom: 2px solid #80D3FF;
	padding-bottom: 20px;
	padding-top: 12px;
}
.qanda .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------
Special
--------------------------------------------------*/
.spc170503 {
	background-image: url("/a-room/img/bg_1.gif");
}
.spc170503 .info {
	background-color: #FF81B8;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 1px;
}
.spc170503 h2 {
	text-align: center;
line-height: 1px;
}
.spc170503 h2 img {
	width: 100%;
	height: auto;
}
.spc170503 h2.pchide img {
	width: 100%;
	height: auto;
}
.spc170503 .boxs {
	padding-top: 50px;
	padding-bottom: 40px;
}
.spc170503 .boxs .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.spc170503 .boxs .box .photo {
	text-align: center;
}
.spc170503 .boxs .box .photo img {
	width: 100%;
	height: auto;
}
.spc170503 .boxs .box p {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	color: #F24090;
	padding-top: 5px;
}
.spc170503 .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}
.spc171123 {
	background-image: url("/a-room/img/bg_1.gif");
}
.spc171123 .info {
	background-color: #FF81B8;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 1px;
}
.spc171123 h2 {
	text-align: center;
}
.spc171123 h2 img {
	width: 98%;
	height: auto;
}
.spc171123 h2.pchide img {
	width: 100%;
	height: auto;
}
.spc171123 .comment {
	color: #009EE7;
	font-size: 140%!important;
	padding: 5px 5%;
}
.spc171123 .comment a { text-decoration: underline; }
.spc171123 ul {}
.spc171123 ul li { float: left; width: 50%; }
.spc171123 ul li:nth-child(1) { font-size: 210%; color: #40220F; font-weight: bold;  }
.spc171123 ul li:nth-child(2) { text-align: right; padding-top: 3%; }
.spc171123 ul li a { font-size: 130%; color: #40220F; font-weight: bold; }
.spc171123 .boxs {
	padding-top: 50px;
	padding-bottom: 40px;
}
.spc171123 .boxs .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.spc171123 .boxs .box .photo {
	text-align: center;
}
.spc171123 .boxs .box .photo img {
	width: 100%;
	height: auto;
}
.spc171123 .boxs .box p {
	font-size: 15px;
	line-height: 26px;
	text-align: center !important;
	color: #000000;
	padding-top: 5px;
}
.spc171123 .boxs .box2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #80D1FF;
}
.spc171123 .boxs .box2 .photo {
	text-align: center;
}
.spc171123 .boxs .box2 .photo img {
	width: 100%;
	height: auto;
}
.spc171123 .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}



.spc180316 h2 { line-height: 1px; }
.spc180316 h2 img { width: 100%; height: auto; }
.spc180316 .box_right {  background-color:  #FFFFFF; width: 90%; margin-left: auto; margin-right: auto; }
.spc180316 .box_right ul {}
.spc180316 .box_right ul li {}
.spc180316 .box_right ul li.title { float: right; width: 55%; font-size: 14px; font-weight: bold; line-height: 20px; padding-top: 5%; position: absolute; padding-left: 33%; }
.spc180316 .box_right ul li.name { color: #FF6100; float: right; width: 55%; font-size: 19px; font-weight: bold; padding-top: 20%; padding-bottom: 10px; position: absolute; padding-left: 33%; }
.spc180316 .box_right ul li.thum { float: left; width: 35%; text-align: center; padding-top: 2%; }
.spc180316 .box_right ul li.thum img { width: 90%; height: auto; }
.spc180316 .box_right ul li.blog { padding-left: 5%; padding-right: 5%; padding-top: 5%; clear: both; }
.spc180316 .box_right ul li.blog p { font-size: 15px; line-height: 30px; padding-top: 10px; padding-bottom: 20px; }
.spc180316 .box_right ul li.blog .photo img { width: 100%; height: auto; }
.spc180316 .box_right ul li.blog .photo p { font-size: 100%; padding: 0px; line-height: 23px; text-align: center; }
.spc180316 .page_top {	text-align: right; padding: 12px; font-size: 14px;	font-weight: bold; }

.spc190301 h2 { line-height: 1px; }
.spc190301 h2 img { width: 100%; height: auto; }
.spc190301 .box_right {  background-color:  #FFFFFF; width: 90%; margin-left: auto; margin-right: auto; }
.spc190301 .box_right ul {}
.spc190301 .box_right ul li {}
.spc190301 .box_right ul li.title { float: right; width: 55%; font-size: 14px; font-weight: bold; line-height: 20px; padding-top: 5%; position: absolute; padding-left: 33%; }
.spc190301 .box_right ul li.name { color: #FF6100; float: right; width: 55%; font-size: 19px; font-weight: bold; padding-top: 20%; padding-bottom: 10px; position: absolute; padding-left: 33%; }
.spc190301 .box_right ul li.men { color: #009FE8;}
.spc190301 .box_right ul li.women { color: #FF6100;}
.spc190301 .box_right ul li.thum { float: left; width: 35%; text-align: center; padding-top: 2%; }
.spc190301 .box_right ul li.thum img { width: 90%; height: auto; }
.spc190301 .box_right ul li.blog { padding-left: 5%; padding-right: 5%; padding-top: 5%; padding-bottom: 5%; clear: both; }
.spc190301 .box_right ul li.blog p { font-size: 15px; line-height: 30px; padding-top: 10px; padding-bottom: 20px; }
.spc190301 .box_right ul li.blog .photo img { width: 100%; height: auto; }
.spc190301 .box_right ul li.blog .photo p { font-size: 100%; padding: 0px; line-height: 1.5; text-align: left; color: #747474; }



.spc220801 h2 { line-height: 1px; }
.spc220801 h2 img { width: 100%; height: auto; }
.spc220801 .box_right {  background-color:  #FFFFFF; width: 90%; margin-left: auto; margin-right: auto; }
.spc220801 .box_right ul {}
.spc220801 .box_right ul li {}
.spc220801 .box_right ul li.title { float: right; width: 56%; font-size: 4.9vw; font-weight: bold; line-height: 1.8; padding-top: 3%; padding-right: 4%; }
.spc220801 .box_right ul li.name { color: #FF6100; float: right; width: 60%; font-size: 3.8vw; font-weight: bold; padding-top: 3%; padding-bottom: 4%; }
.spc220801 .box_right ul li.men { color: #009FE8;}
.spc220801 .box_right ul li.women { color: #FF6100;}
.spc220801 .box_right ul li.thum { float: left; width: 35%; text-align: right; padding-top: 5%;}
.spc220801 .box_right ul li.thum img { width: 85%; height: auto; border: solid 1px #80D3FF; }
.spc220801 .box_right ul li.blog { padding-left: 5%; padding-right: 5%; padding-top: 5%; padding-bottom: 5%; clear: both; }
.spc220801 .box_right ul li.blog h4 { color: #009FE8; font-size: 4vw; line-height: 1.6; padding-bottom: 2%; padding-top: 4%; font-weight: bold; }
.spc220801 .box_right ul li.blog > p { font-size: 3.8vw; line-height: 1.6; padding-top: 10px; padding-bottom: 4%; }
.spc220801 .box_right ul li.blog .photo { text-align: center; padding-bottom: 6%; }
.spc220801 .box_right ul li.blog .photo img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo p { font-size: 100%; padding: 0px; line-height: 1.5; text-align: left; color: #747474; }
.spc220801 .box_right ul li.profile { float: right; width: 60%; padding-top: 0; }
.spc220801 .box_right ul li.profile a { display: inline-block; border: solid 1px #8C8C8C; font-size: 10px; border-radius: 7px; padding-top: 1%; padding-bottom: 1%; padding-left: 3%; padding-right: 3%; color: #747474; text-decoration: none; }

.spc220801 .box_right ul li.blog .photo.ws2201_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2201_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2201_3 img { width: 100%; height: auto; }

.spc220801 .box_right ul li.blog .photo.ws2202_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2202_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2202_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2202_4 img { width: 100%; height: auto; }

.spc220801 .box_right ul li.blog .photo.ws2203_1 img { width: 70%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2203_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2203_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2203_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2203_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2203_4 img { width: 100%; height: auto; }

.spc220801 .box_right ul li.blog .photo.ws2204_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2204_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2204_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2204_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2204_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2204_3 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2205_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2205_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2205_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2205_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2205_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2205_3 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2207_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2207_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2207_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2207_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2207_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2207_3 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2207_4 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2207_4 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2208_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2208_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2208_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2208_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2208_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2208_3 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2208_4 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2208_4 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2208_5 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2208_5 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2209_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2209_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2209_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2209_2 p { text-align: center; padding-bottom: 0; }
.spc220801 .box_right ul li.blog .photo.ws2209_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2209_3 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2209_4 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2209_4 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2210_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2210_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2210_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2210_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2210_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2210_3 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2210_4 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2210_4 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2210_5 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2210_5 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2211_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2211_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2211_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2211_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2211_3 p { text-align: center; }

.spc220801 .box_right ul li.blog .photo.ws2212_1 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2212_1 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2212_2 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2212_2 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2212_3 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2212_3 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2212_4 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2212_4 p { text-align: center; }
.spc220801 .box_right ul li.blog .photo.ws2212_5 img { width: 100%; height: auto; }
.spc220801 .box_right ul li.blog .photo.ws2212_5 p { text-align: center; }

.spcmovie {}
.spcmovie h1 { text-align: center; width: 100%; padding-left: 0px !important; padding-top: 0px !important; background-image: url(/a-room/img/bg_1.gif) !important; margin-bottom: 1%; padding-bottom: 0 !important; }
.spcmovie h1 img { float: none !important; width: 29% !important; }
.spcmovie .spm_area { background-image: url(/a-room/img/bg_1.gif); width: 100%; padding-top: 4vw; padding-bottom: 5vw; }
.spcmovie .spm_area ul { background-color: #fff; border: solid 4px #80D3FF; margin: auto; width: 86%; padding-top: 3%; padding-left: 4%; padding-right: 1.1%; }
.spcmovie .spm_area ul li { width: 50%; float: left; margin-bottom: 5%; }
.spcmovie .spm_area ul li .mov { position: relative; height: 24vw; width: 40vw; cursor: pointer; }
.spcmovie .spm_area ul li img { width: 100%; height: auto; position: absolute; }
.spcmovie .spm_area ul li img.play { position: relative; width: 10vw; margin-left: 16vw; margin-top: 6vw; }
.spcmovie .spm_area ul li h3 { font-size: 3.7vw; line-height: 1.5; width: 40vw; font-weight: bold; text-align: center; }
.spcmovie .spm_area ul li p { width: 40vw; padding-top: 5px; font-size: 3.5vw; }


.common_box { }
.common_box .bana { background-color: #80D3FF; text-align: center; padding: 0px; width: 100%; padding-top: 5%; padding-bottom: 8%; }
.common_box .bana img { width: 90%; height: auto; }
.common_box .back2019 { text-align: center; width: 100%; margin-bottom: 5%; }
.common_box .back2019 img { width: 50%; height: auto; }
.common_box h3 { text-align: center; color: #FFFFFF; font-weight: bold; font-size: 18px; padding-top: 10px; padding-bottom: 5px; }
.common_box div.itembox { background-color: #FFFFFF; width: 88%; padding-top: 4%; padding-bottom: 4%; padding-left: 4%; margin-bottom: 2%; margin-left: auto; margin-right: auto; }
.common_box div.date { color: #ffffff; font-size: 3.5vw; width: 90%; margin-left: auto; margin-right: auto; }
.common_box div.passive { display: none; }
.common_box div.itembox ul {  }
.common_box div.itembox.itembox ul li {}
.common_box div.itembox ul li.name { float: left; width: 75%; color: #FF6100; font-size: 17px; }
.common_box div.itembox ul li.men { color: #009FE8;} 
.common_box div.itembox ul li.women { color: #FF6100;} 
.common_box div.itembox ul li.comment { float: left; width: 75%; clear: left; line-height: 1.5; color: #000000; font-size: 3.3vw; }
.common_box div.itembox ul li.thum { float: right; width: 25%; text-align: center; position: absolute; right: 0; }
.common_box div.itembox ul li.thum img { width: auto; height: 12vw; }
.common_box .back2018 dl dt { text-align: center; width: 92%; margin-bottom: 3%; margin-top: 8%; padding-top: 4px; border: solid 1px #ffffff; margin-left: auto; margin-right: auto; }
.common_box .back2018 dl dt img { width: 98%; height: auto; }
.common_box .back2018 dl dd { display: none; }
.spc190301 .page_top {	text-align: right; padding: 12px; font-size: 14px;	font-weight: bold; }


.box_left h5 { text-align: center; margin-top: 8%; }
.box_left h5 img { width: 100%; height: auto; }
ul.jobh_menu { width: 90%; margin-left: auto; margin-right: auto; margin-top: 8%; }
ul.jobh_menu li { width: 20%; text-align: center; float: left; padding-bottom: 4%; height:22vw; }
ul.jobh_menu li img { width: 90%; height: auto; }
ul.jobh_menu li a { color: #666666; }



.job {
	clear: both;
	padding-top: 18px;
}
.job h1 {
	background-image: url(/a-room/img/sp_bg_1.gif);
	text-align: center;
	padding-bottom: 5%;
	padding-top: 3%;
	line-height: 1px;
}
.job h1 img {
	width: 85%;
	height: auto;
}
.job h1 a img {
	width: 80%;
	height: auto;
}
.job .recruit_area {
	background-image: url(/a-room/img/sp_bg_1.gif);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 6px
}
.job .recruit_area .navbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
}
.job .recruit_area .navbtn li {
	text-align: center;
	background-color: #80D3FF;
	border: solid 2px #FFFFFF;
	border-radius: 10px;
	padding: 2%;
	width: 46%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	justify-content:center;
margin-left:1%;
margin-right:1%;
}
.job .recruit_area .navbtn li.rookie { /*background-color: #d1d1d1 !important; display:block;*/ }
.job .recruit_area .navbtn li.rookie .spbr { display:block;
}
.job .recruit_area .navbtn li.rookie span span { color:red; }
.job .recruit_area .navbtn li.training {
}
.job .recruit_area .navbtn li.off {
	background-color: #C8C9C9;
	border: solid 2px #9E9F9F;
}
.job .recruit_area .navbtn li.on {
    background-color: #FFFFFF;
    border: solid 2px #80D3FF;
}
.job .recruit_area .navbtn li a {
	display: block;
	color: #000000;
}


.spc180503 {
	background-image: url("/a-room/img/bg_1.gif");
}
.spc180503 .info {
	background-color: #FF81B8;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 1px;
}
.spc180503 h2 {
	text-align: center;
}
.spc180503 h2 img {
	width: 100%;
	height: auto;
}
.spc180503 h2.pchide img {
	width: 100%;
	height: auto;
}
.spc180503 .boxs {
	padding-top: 50px;
	padding-bottom: 40px;
}
.spc180503 .boxs .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.spc180503 .boxs .box .photo {
	text-align: center;
}
.spc180503 .boxs .box .photo img {
	width: 100%;
	height: auto;
}
.spc180503 .boxs .box p {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	color: #F24090;
	padding-top: 5px;
}
.spc180503 .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}
.contents .bklink { text-align: right; font-size: 140%; padding-top: 10px; padding-right: 10px; }
.contents .bklink a { color: #0B318A; }
.contents .bklink2 { text-align: center; font-size: 140%; padding-top: 10px; padding-right: 10px; }
.contents .bklink2 a { color: #0B318A; }

.spc_zanmai {
  background-color: #80D3FF;
	color: #0B318A;
}
.spc_zanmai h2 {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}
.spc_zanmai h2 img {
	width: 100%;
	height: auto;
}
.spc_zanmai .info {
	border-top: #0B318A solid 1px;
	border-bottom: #0B318A solid 1px;
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
.spc_zanmai .plist { }
.spc_zanmai .plist .prog { margin-top: 8%; width: 94%; margin-left: auto; margin-right: auto; }
.spc_zanmai .plist .prog h3 { font-size: 16px; padding-bottom: 2%; }
.spc_zanmai .plist .prog div img { width: 100%; height: auto; }
.spc_zanmai .page_top {
	text-align: right;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------
footer
--------------------------------------------------*/
footer {
	background-image: url(/a-room/img/bg_1.gif);
}

footer .program_link {
}
footer .program_link h2 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 20px;
}
footer .program_bana {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	background-color:#FF959C;
}
footer .program_bana div {
	padding-right: 7px;
}
footer .nhksns {
	color: #000000;
	height: 38px;
	margin: 16px auto 10px;
	padding: 0;
	width: 250px;
}
footer .footlink {
	background-color: #FFFFFF;
}
footer .footlink li {
	border-top: solid 1px #0084E8;
	font-size: 15px;
	text-align: center;
	padding: 8px;
	color: #cccccc;
}
footer .footlink li a {
	color: #0084E8;
}
footer .footlink li:last-child {
	border-bottom: solid 1px #0084E8;
}
footer .other_link {
	background-color: #BAE7FF;
	padding-top: 25px;
	padding-bottom: 12px;
	text-align: center;
}
footer .other_link li {
	padding-bottom: 8px;
}
footer .other_link li img {
	width: 70%;
	height: auto;
}










