@charset "utf-8";
/* CSS Document */
/* 入園のご案内 */

/**************************************/

/*ページタイトル*/
h3.req_title{
	margin:0px 0px 22px 0px;
	display:block;
}
@media screen and (max-width: 768px) {
  h3.req_title{
    margin-bottom: 24px;
    padding: 0 5px 8px 5px;
    background: url(../img/req_title_line_sp.png) repeat-x left bottom;
  }
  h3.req_title img{
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 520px) {
   h3.req_title{
    padding-top: 10px;
  }
  h3.req_title img{
    width: 100%;
    max-width: 89px;
  }
}



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

#recruit{
	margin: 0px 20px 0px 20px;
	margin-bottom:20px;
	text-align:left;
}
@media screen and (max-width: 768px) {
  #recruit{
    margin: 0px 10px 0px 10px;
  }
}
@media screen and (max-width: 520px) {
  #recruit{
    margin: 0px 14px 0px 14px;
  }
}


.inqTxt{
	text-align:left;
	padding:0px 0px 50px 0px;
}


@media screen and (max-width: 768px) {
  .recTxt{
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
}



.dotline{
	display:block;
}
@media screen and (max-width: 768px) {
  .dotline{
    width: 100%;
    background: url(../img/req_line.gif) repeat-x top;
  }
}

.emphasis{
	font-size:15px;
	line-height:100%;
	padding-top:53px;
	padding-bottom:10px;
}
@media screen and (max-width: 768px) {
  .emphasis{
    font-size: 16px;
    padding-top:50px;
    padding-bottom:15px;
  }
}

table.req{
	width:630px;
}
@media screen and (max-width: 768px) {
  table.req{
    width: 100%;
  }
}
  
td.l_area{
	background: url(../img/req_line.gif) repeat-x bottom;
	background-color:#F6f0cc;
	width: 125px;
	padding: 12px 15px;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
  td.l_area{
    padding: 15px 10px;
    font-size: 13px;
    line-height: 1.6em;
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  td.l_area{
    width: 28.178%;
    /* 28.178% 親要素472px 子要素133px */
  }
}





td.r_area{
	background:url(../img/req_line.gif) repeat-x bottom;
	padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  td.r_area{
    padding: 15px;
    font-size: 13px;
    line-height: 1.6em;
  }
}

table.for{
	margin:56px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  table.for{
    margin: 31px 0 0 0;
  }
}

table.for td.left{
  width: 80px;
  padding: 5px 0px 0px 12px;
  vertical-align: top;
  line-height:100%;
}
@media screen and (max-width: 768px) {
  table.for td.left{
    width: 6em;
    padding: 0 0 0 0;
    font-size: 13px;
    line-height: 1.6em;
  }
}

table.for td.right{
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	line-height:100%;
}
@media screen and (max-width: 768px) {
  table.for td.right{
    width: auto;
    padding: 0 0 0 0;
    font-size: 13px;
    line-height: 1.6em;
  }
}



#inner_tbl tr td{
  text-align: left;
  padding-left: 1em;
}
#inner_tbl tr td:first-of-type{
  width: 6em;
  padding: 0;
}
#inner_tbl tr td br.sp{
  display: none;
}












