@charset "UTF-8";
/*
Theme Name: メンズクリア 料金・メニュー
*/

/*=======================================================
大見出し
=======================================================*/
main h1::after{
	content:"Price";
}
/*=======================================================
共通見出し
=======================================================*/
main.lower h2{
    height: auto;
    margin: 0 0 20px;
    background: none;
    font-size: 32px;
    color: #005993;
}
@media screen and (max-width : 750px){
  main.lower h2{
     font-size: 34px;
  }
}
/*=======================================================
現在開催中のキャンペーン
=======================================================*/
#campaign{
    width: 1020px;
    margin: 0 auto;
    position: absolute;
    top: 344px;
    left: 0;
    right: 0;
}
/***バナー***/
#campaign .banner{
    width: 100%;
    margin: 0 0 40px;
    display: flex;
	justify-content:space-between;
    flex-wrap: wrap;
}
#campaign .banner li{
    width: 245px;
    height: 173px;
    background-color: #fff;
    background-size: 235px 163px;
    background-repeat: no-repeat;
    background-position: center;
}

/*お試し*/
#campaign .trial li{
    background-image: url("../images/price/sec02_banner04_bg.jpg?ver=2");
    border: 1px solid #a4903e;
}
#campaign .trial img{
    width: 228px;
    height: 154px;
    margin: 7px 0 0 7px;
}
/***その他ボタン***/
#campaign .btn{
    width: 386px;
    height: 58px;
    margin: 0 auto;
}
#campaign .btn a{
    width: 100%;
    height: 100%;
    padding: 3px 15px 0 0;
    background: #a4903e;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    overflow: hidden;
}
/*Mac*/
@media only screen and (min-device-width:1025px) {
  _::-webkit-full-page-media, _:future, :root #campaign .btn a{
      padding-top: 0;
  }
}
#campaign .btn a::before{
    content: "";
    width: 100%;
    height: 3px;
    background: #78611b;
    position: absolute;
    left: 0;
    bottom: 0;
}
#campaign .btn a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}
@media screen and (max-width : 750px){
  #campaign{
      width: 690px;
      top: 370px;
  }
/***バナー***/
  #campaign .banner li{
      width: 340px;
      height: 240px;
      margin: 0 0 10px;
      background-size: 326px 226px;
  }
/*お試し*/
  #campaign .trial li{
      background-image: url("../images/price/sec02_banner04_bg_sp.jpg?ver=2");
  }
  #campaign .trial img{
      width: 316px;
      height: 214px;
      margin: 10px 0 0 10px;
  }
/***その他ボタン***/
  #campaign .btn{
      width: 600px;
      height: 90px;
  }
  #campaign .btn a{
      padding: 0 20px 0 0;
      font-size: 32px;
  }
  #campaign .btn a::after{
      border-width: 11px 0 11px 16px;
      right: 20px;
  }
}
/*=======================================================
料金一覧
=======================================================*/
#info{
    width: 1020px;
    margin: 0 auto;
    padding: 405px 0 50px;
}
/******一覧******/
#info .menu{
    margin: 0 0 60px;
}
#info .menu > li{
    margin: 0 0 45px;
}
/***共通見出し***/
/**青帯**/
#info .menu h3{
    height: 60px;
    margin: 0 0 30px;
    padding: 0 0 0 25px;
    background: #004877;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 63px;
}
/**通い放題・各部位**/
#info .menu h4{
    width: 228px;
    height: 39px;
    margin: 0 0 20px;
    border-radius: 39px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
/*Mac*/
@media only screen and (min-device-width:1025px) {
  _::-webkit-full-page-media, _:future, :root #info .menu h4{
      line-height: 39px;
  }
}
/*通い放題*/
#info .menu .unlimited{
    background: #a4903e;
}
/*各部位*/
#info .menu .once{
    background: #8a8a8a;
}
/****料金ボックス****/
#info .menu .price{
    width: 100%;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
#info .menu .face .price li,
#info .menu .unlimited + .price li,
#info .menu li:not(.face) .price a{
    margin: 0 0 30px;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
    overflow: hidden;
}
#info .menu li:not(.face) .price li{
    width: 100%;
    height: 100%;
}
#info .menu .unlimited + .price li:first-of-type .bl_price {
    width: 224px;	
}
/**メニュー名**/
#info .menu .price h5{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}
/***通い放題***/
#info .menu .unlimited + .price li{
    width: 494px!important;
    height: 177px!important;
    padding: 28px 0 0 215px;
	padding-left: 203px;
	background-size: 170px 132px;
}
/**今ならXX％OFF**/
#info .menu .unlimited + .price .el_offLabel{
    width: 65px;
    height: 68px;
    background: #e66c31;
    border-radius: 10px;
    display: flex;
	justify-content: center;
	align-items: center;
    float: left;
}
#info .menu .unlimited + .price .el_offLabel img{
    width: 47px;
    height: 53px;
}
/**通い放題・月々X,XXX円**/
#info .menu .unlimited + .price .bl_price {
	width: 234px;
    padding: 0 0 0 14px;
    font-weight: bold;
    float: left;
}
/*通い放題*/
#info .menu .unlimited + .price .bl_price > span:first-of-type{
    width: 104px;
    height: 25px;
    background: #a4903e;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    display: block;
}
/*Mac,iPad*/
@media only screen and (min-device-width:768px){
  _::-webkit-full-page-media, _:future, :root #info .menu .unlimited + .price .bl_price > span:first-of-type{
      line-height: 26px;
  }
}
/*月々X,XXX円*/
#info .menu .unlimited + .price .bl_price > span:last-of-type{
    font-size: 21px;
    color: #e66c31;
	position: relative;
}
#info .menu .unlimited + .price .bl_price > span:last-of-type > span{
    font-size: 24px;
    vertical-align: middle;
}
#info .menu .unlimited + .price .bl_price > span:last-of-type > span > span{
    font-size: 34px;
}
#info .menu .unlimited + .price .bl_price > span:last-of-type .el_priceAtt{
	font-size: 10px;
	color: #333;
	position:absolute;
	top: -10px;
	right: 1px;
}
/*Mac*/
@media only screen and (min-device-width:1025px) {
  _::-webkit-full-page-media, _:future, :root #info .menu .unlimited + .price .bl_price > span:last-of-type .el_priceAtt{
		top: -15px;
  }
}
/***1回脱毛***/
#info .menu .once + .price a{
    width: 320px;
    height: 156px;
    background-size: 150px 116px;
}
#info .menu .once + .price li{
    padding: 25px 0 0 190px;
}
/**1回・X,XXX円**/
/*1回*/
#info .menu .once + .price h5 + p{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
/*X,XXX円*/
#info .menu .once + .price h5 + p > span{
    font-size: 26px;
    color: #e66c31;
    display: block;
}
#info .menu .once + .price h5 + p > span > span{
    font-size: 20px;
}
/***※価格はすべて税抜価格***/
#info .menu .attention{
    font-size: 14px;
}
@media screen and (max-width : 750px){
  #info{
      width: 690px;
      padding: 780px 0 50px;
  }
/******一覧******/
  #info .menu > li{
      margin: 0 0 60px;
  }
/***共通見出し***/
/**青帯**/
  #info .menu h3{
      height: 80px;
      margin: 0 0 30px;
      font-size: 32px;
      line-height: 80px;
  }
/**通い放題・各部位**/
  #info .menu h4{
      width: 100%;
      height: 60px;
      margin: 0 0 25px;
      border-radius: 50px;
      font-size: 30px;
      line-height: 60px;
  }
/****料金ボックス****/
  #info .menu .face .price li,
  #info .menu .unlimited + .price li,
  #info .menu li:not(.face) .price a{
      margin: 0 0 10px!important;
  }
/**メニュー名**/
  #info .menu .price h5{
      margin: 0 0 5px;
      font-size: 26px;
  }
/***通い放題***/
  #info .menu .unlimited + .price li{
      width: 340px!important;
      height: 330px!important;
      padding: 175px 15px 0;
      background-size: 200px 155px;
      background-position: top 15px center;
  }
/**メニュー名**/
  #info .menu .unlimited + .price h5{
      margin: 0 0 8px;
      text-align: center;
  }
	#info .menu .unlimited + .price h5 span {
		font-size: 21px;
	}
/**今ならXX％OFF**/
  #info .menu .unlimited + .price h5 .el_offLabel{
      width: 80px;
      height: 83px;
  }
  #info .menu .unlimited + .price h5 .el_offLabel img{
      width: 55px;
      height: 65px;
  }
/**通い放題・月々X,XXX円**/
  #info .menu .unlimited + .price .bl_price{
      width: 230px!important;
      padding: 0 0 0 15px;
      letter-spacing: 0;
  }
/*通い放題*/
  #info .menu .unlimited + .price .bl_price > span:first-of-type{
      width: 130px;
      height: 34px;
      font-size: 22px;
      line-height: 34px;
  }
/*月々X,XXX円*/
  #info .menu .unlimited + .price .bl_price > span:last-of-type,
  #info .menu .unlimited + .price .bl_price > span:last-of-type > span{
      font-size: 24px;
  }
  #info .menu .unlimited + .price .bl_price > span:last-of-type > span > span{
      font-size: 38px;
  }
  #info .menu .unlimited + .price .bl_price > span:last-of-type .el_priceAtt {
      font-size: 13px;
      top: -20px;
      right: 0;
  }
/***1回脱毛***/
  #info .menu .once + .price a{
      width: 340px;
  }
  #info .menu .once + .price li{
      padding: 20px 0 0 190px;
  }
/**1回・X,XXX円**/
/*1回*/
  #info .menu .once + .price h5 + p{
      font-size: 22px;
  }
/*X,XXX円*/
  #info .menu .once + .price h5 + p > span{
      font-size: 28px;
  }
  #info .menu .once + .price h5 + p > span > span{
      font-size: 22px;
  }
/***※価格はすべて税抜価格***/
  #info .menu .attention{
      font-size: 22px;
  }
}
/*=================================
ヒゲ脱毛
=================================*/
/****通い放題プラン****/
#info .face .unlimited + .price{
    margin: 0;   
}
/***イメージ画像***/
#info .face .unlimited + .price li:first-of-type{
    background-image: url("../images/price/sec01_hige_unlimi_img.png");
}
#info .face .unlimited + .price li:nth-of-type(2){
    background-image: url("../images/price/sec01_hige_unlimi_img02.png");
}
#info .face .unlimited + .price li:nth-of-type(3){
    background-image: url("../images/price/sec01_hige_unlimi_img03.png");
}
#info .face .unlimited + .price li:nth-of-type(4){
    background-image: url("../images/price/sec01_hige_unlimi_img04.png");
}
/****各部位 1回脱毛****/
/***イメージ画像***/
#info .face .once + table::after{
    content: "";
    display: block;
    width: 495px;
    height: 320px;
    background: url("../images/price/sec01_hige_once_img.png") center / 458px 278px no-repeat ,#fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: -525px;
}
/***料金テーブル***/
#info .face .once + table{
    width: 495px;
    height: 320px;
    margin: 0 0 20px 525px;
    background: #fff;
    border: 1px solid #a2a2a2;
    border-bottom: none;
    position: relative;
}
#info .face .once + table th,
#info .face .once + table td{
    padding: 3px 0 0;
    border-bottom: 1px solid #a2a2a2;
    text-align: center;
    vertical-align: middle;
}
#info .face .once + table th{
    width: 175px;
    height: 53px;
    background: #004877;
    border-right: 1px solid #a2a2a2;
    font-size: 17px;
    color: #fff;
}
#info .face .once + table td{
    font-size: 20px;
}
@media screen and (max-width : 750px){
/****通い放題プラン****/
  #info .face .unlimited + .price{
      margin: 0 0 35px;   
  }
/****各部位 1回脱毛****/
/***イメージ画像***/
  #info .face .once + table::after{
      width: 100%;
      height: 441px;
      background: url("../images/price/sec01_hige_once_img_sp.png") center / 626px 380px no-repeat ,#fff;
      top: -460px;
      left: 0;
  }
/***料金テーブル***/
  #info .face .once + table{
      width: 100%;
      height: auto;
      margin: 485px 0 10px;
  }
  #info .face .once + table th,
  #info .face .once + table td{
      padding:0;
  }
  #info .face .once + table th{
      width: 240px;
      height: 70px;
      font-size: 26px;
  }
  #info .face .once + table td{
      font-size: 28px;
  }
}
/*=================================
ボディ脱毛
=================================*/
/****3回脱毛プラン・通い放題プラン****/
#info .body .unlimited{
    width: 400px;
}
/***イメージ画像***/
#info .body .unlimited + .price li:first-of-type,
#info .body .unlimited + .price li:nth-of-type(2){
    background-image: url("../images/price/sec01_body_unlimi_img.png");
}
/****各部位 1回脱毛****/
#info .body .once + .price::after{
    content: "";
    display: block;
    width: 320px;
    height: 156px;
}
/***イメージ画像***/
#info .body .once + .price a:first-of-type{
    background-image: url("../images/price/sec01_body_once_img.png");
}
#info .body .once + .price a:nth-of-type(2){
    background-image: url("../images/price/sec01_body_once_img02.png");
}
#info .body .once + .price a:nth-of-type(3){
    background-image: url("../images/price/sec01_body_once_img03.png");
}
#info .body .once + .price a:nth-of-type(4){
    background-image: url("../images/price/sec01_body_once_img04.png");
}
#info .body .once + .price a:nth-of-type(5){
    background-image: url("../images/price/sec01_body_once_img05.png");
}
#info .body .once + .price a:nth-of-type(6){
    background-image: url("../images/price/sec01_body_once_img06.png");
}
#info .body .once + .price a:nth-of-type(7){
    background-image: url("../images/price/sec01_body_once_img07.png");
}
#info .body .once + .price a:nth-of-type(7){
    background-image: url("../images/price/sec01_body_once_img08.png");
}
#info .body .once + .price a:nth-of-type(8){
    background-image: url("../images/price/sec01_body_once_img09.png");
}
#info .body .once + .price a:nth-of-type(9){
    background-image: url("../images/price/sec01_body_once_img10.png");
}
#info .body .once + .price a:nth-of-type(10){
    background-image: url("../images/price/sec01_body_once_img11.png");
}
#info .body .once + .price a:nth-of-type(11){
    background-image: url("../images/price/sec01_body_once_img12.png");
}
#info .body .once + .price a:nth-of-type(12){
    background-image: url("../images/price/sec01_body_once_img13.png");
}
#info .body .once + .price a:nth-of-type(13){
    background-image: url("../images/price/sec01_body_once_img14.png");
}
#info .body .once + .price a:nth-of-type(14){
    background-image: url("../images/price/sec01_body_once_img15.png");
}
#info .body .once + .price a:nth-of-type(15){
    background-image: url("../images/price/sec01_body_once_img16.png");
}
#info .body .once + .price a:nth-of-type(16){
    background-image: url("../images/price/sec01_body_once_img17.png");
}
@media screen and (max-width : 750px){
/****3回脱毛プラン・通い放題プラン****/
  #info .body .unlimited{
      width: 100%;
  }
  #info .body .unlimited + .price{
      margin: 0 0 35px;
  }
	#info .body .once + .price::after {
		content: none;
	}
}
/*=================================
陰部脱毛
=================================*/
/***イメージ画像***/
#info .underhair .price {
    margin: 0 0 50px;
}
#info .underhair .price a{
    width: 229px;
    height: 201px;
	margin:0!important;
    background-size: 188px 132px;
    background-position: top 23px center!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#info .underhair .price a:first-of-type{
    background-image: url("../images/price/sec01_underhair_img.png");
}
#info .underhair .price a:nth-of-type(2){
    background-image: url("../images/price/sec01_underhair_img02.png");
}
#info .underhair .price a:nth-of-type(3){
    background-image: url("../images/price/sec01_underhair_img03.png");
}
#info .underhair .price a:nth-of-type(4){
    background-image: url("../images/price/sec01_underhair_img04.png");
}
#info .underhair .price li{
    padding: 163px 0 0;
}
/***料金テーブル***/
#info .underhair table{
    width: 901px;
    margin: 0 0 10px;
    border: 1px solid #919191;
    border-bottom: none;
    background: #fff;
}
#info .underhair table th,
#info .underhair table td{
    height: 49px;
    border-bottom: 1px solid #919191;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
/**見出し**/
#info .underhair table thead th{
    color: #fff;
}
#info .underhair table thead th:first-of-type{
    width: 200px;
    background: #b9b9b9;
}
#info .underhair table thead th:nth-of-type(2){
	width: 350px;
    background: #a4903e;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
}
#info .underhair table thead th:nth-of-type(3){
    width: 350px;
    background: #8a8a8a;
}
/**内容**/
/*通い放題*/
#info .underhair table tbody td:first-of-type{
    padding: 0 0 0 105px;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    color: #e66c31;
    text-align: left;
}
#info .underhair table tbody td:first-of-type > .el_offLabel{
    width: 179px;
    height: 31px;
    margin: 0 30px 0 0;
    padding: 0 0 0 1px;
    background: #e66c31;
    border-radius: 10px;
    font-size: 17px;
    line-height: 31px;
	text-align:center;
    color: #fff;
    display:inline-block;
}
#info .underhair table tbody td:first-of-type > .el_offLabel span{
    font-size: 22px;
}
#info .underhair table tbody td:first-of-type .el_priceAtt{
	padding: 0 0 0 5px;
    font-size: 10px;
    color: #333;
    vertical-align: top;
}
/*1回脱毛*/
#info .underhair table tbody td:last-of-type{
    font-weight: normal;
}
@media screen and (max-width : 750px){
/***イメージ画像***/
  #info .underhair .price {
      margin: 0 0 20px;
  }
  #info .underhair .price a{
      width: 340px;
      height: 225px;
      background-size: 200px 155px;
      background-position: top 15px center!important;
      font-size: 26px;
  }
  #info .underhair .price li{
      padding: 175px 15px 0;
  }
/***料金テーブル***/
  #info .underhair table th,
  #info .underhair table td{
      height: auto;
      font-size: 28px;
  }
/**見出し**/
	#info .underhair table {
		width: 100%;
	}
  #info .underhair table thead th{
      height: 70px;
  }
  #info .underhair table thead th:first-of-type{
      width: 160px;
  }
  #info .underhair table thead th:nth-of-type(2){
      width: 330px;
  }
  #info .underhair table thead th:nth-of-type(3){
      width: 200px;
  }
/**内容**/
/*通い放題*/
  #info .underhair table tbody td:first-of-type {
      padding: 15px 0;
      font-size: 32px;
	  text-align:center;
  }
  #info .underhair table tbody td:first-of-type > span:first-of-type{
      width: 300px;
      height: 48px;
      margin: 0 auto;
      font-size: 24px;
      line-height: 48px;
      display: block;
  }
  #info .underhair table tbody td:first-of-type > span:first-of-type span{
      font-size: 32px;
  }
  #info .underhair table tbody td:first-of-type > span:last-of-type{
      position: relative;
  }
  #info .underhair table tbody td:first-of-type > span:last-of-type .el_priceAtt{
      font-size: 13px;
      position: absolute;
      right: 8px;
      top: 0;
  }
}
/*=================================
80%OFF アフター保証！
=================================*/
#info .box{
    height: 253px;
    margin:0 0 5px;
    padding: 20px 30px;
    background: #fff;
    border: 2px solid #a4903e;
    position: relative;
    z-index: 10;
}
#info .el_att { 
	margin-left: 30px;
	font-size: 14px;
	margin-bottom: 75px;
}
#info .el_att::before {
	content: "※";
}
/*見出し*/
#info .box h3{
    height: 45px;
    margin: 0 0 20px;
    border-bottom: 2px solid #948132;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #c64e13;
}
#info .box h3 span{
    color: #333;
    font-size: 13px;
    vertical-align: top;
    font-weight: normal;
}
/*テキスト*/
#info .box h3 + p strong{
    color: #c64e13;
}
/**割引例**/
#info .box .example{
    width: 608px;
    height: 73px;
    margin: 15px 0 0;
    padding: 8px 0 0 15px;
    background: #e6f0f1;
    display: flex;
}
/*（例） 両わき一回*/
#info .box .example p:first-of-type{
    width: 240px;
    height: 65px;
}
/*80%OFF*/
#info .box .example p:last-of-type{
    width: 320px;
    height: 65px;
    padding: 8px 0 0;
    display: flex;
	align-items: center;
}
#info .box .example p:last-of-type strong{
    width: 137px;
    height: 37px;
    margin: 0 15px 0 0;
    padding: 0 12px 0 0;
    background:linear-gradient(to right,#004877 125px,transparent 126px);
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    line-height: 39px;
    display: block;
    position: relative;
    overflow: hidden;
}
#info .box .example p:last-of-type strong::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 13px;
    border-color: transparent transparent transparent #004877;
    position: absolute;
    right: 0;
    top: -2px;
}
/*1,680円*/
#info .box .example p:last-of-type span{
    display: block;
    height: 48px;
    padding: 0 0 10px;
    color: #c64e13;
    font-size: 32px;
    font-weight: bold;
}
/***80%OFFキッズ***/
#info .box > p:last-of-type{
    width: 246px;
    height: 261px;
    position: absolute;
    right: 70px;
    bottom: 5px;
}
@media screen and (max-width : 750px){
/****最大80%OFF 永久保証！****/
  #info .box{
      height: auto;
      padding: 40px 25px 30px;
  }
/*見出し*/
  #info .box h3{
      height: 55px;
      text-align: center;
      font-size: 40px;
  }
  #info .box h3 span{
      font-size: 20px;
  }
/*テキスト*/
  #info .box h3 + p{
      letter-spacing: 0;
      position: relative;
      z-index: 10;
  }
/**割引例**/
  #info .box .example{
      width: 452px;
      height: 173px;
      margin: 35px 0 0;
      padding: 38px 15px 0;
      display: block;
  }
/*（例） おしり脱毛一回*/
  #info .box .example p:first-of-type{
      width: 100%;
      height: auto;
      font-size: 26px;
      letter-spacing: 0;
  }
/*80%OFF*/
  #info .box .example p:last-of-type{
      width: 400px;
      height: auto;
      margin: 0 auto;
      padding: 0;
      justify-content: space-between;
  }
  #info .box .example p:last-of-type strong{
      width: 195px;
      height: 53px;
      margin: 0;
      padding: 0 14px 0 0;
      background:linear-gradient(to right,#004877 181px,transparent 182px);
      font-size: 32px;
      line-height: 53px;
  }
  #info .box .example p:last-of-type strong::after{
      border-width: 28px 0 28px 14px;
      border-color: transparent transparent transparent #004877;
      top: -2px;
  }
/*1,580円*/
  #info .box .example p:last-of-type span{
      height: auto;
      padding: 0;
      font-size: 44px;
  }
/***80%OFFキッズ***/
  #info .box > p:last-of-type{
      width: 245px;
      height: 265px;
      right: 13px;
      bottom: 1px;
      z-index: 5;
  }
	#info .el_att {
		margin-left: 0;
    	font-size: 21px;
	}
}
/*=======================================================
※注意書き
=======================================================*/
.el_notice {
	margin-top: -15px;
    margin-bottom: 30px;
}
.el_notice li {
	font-size: 12px; 
}
#info .menu .underhair .el_notice {
	margin-top: 5px;
    margin-bottom: 0;
}
@media screen and (max-width : 750px){
	.el_notice li {
		font-size: 18px;
	}
}