@charset "UTF-8";
/*--------cssのリセット---------*/
html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  border: 0;  outline: 0;  background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';  content: none;
}
a {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  background: transparent;  text-decoration: none;
}
ins {
  text-decoration: none;  color: #000;  background-color: #ff9;
}
mark {
  font-weight: bold;  font-style: italic;  color: #000;  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],dfn[title] {
  cursor: help;  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;  border-collapse: collapse;
}
hr {
  display: block;  height: 1px;  margin: 1em 0;  padding: 0;  border: 0;  border-top: 1px solid #ccc;
}
ol,ul,li{
  list-style: none;  padding:0;  margin:0;
}
/*===================================
              clearfix
===================================*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*===================================
        サイト全体の基準となるCSS
===================================*/
html {
  font-size: 16px;
  line-height: 36px;
}
@media screen and (max-width:800px){
  html{
    font-size: 14px;
    line-height: 32px;
  }
}
body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトの指定*/
  color: #313131;
  background-color: #FCF3DF;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  overflow: hidden;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
}

/*===================================
      sp版pc版での表示切り替え
===================================*/
.pc_item{display: block!important;}
.sp_item{display: none!important;}

@media screen and (max-width: 800px){
  .pc_item{display: none!important;}
  .sp_item{display: block!important;}
}
/*===================================
              ヘッダー
===================================*/
header{
  background: url(../img/head01.jpg) no-repeat;
  background-size: 100% 176px;
  width: 100%;
  height: 176px;
  text-align: center;
}
header img.head_logo{
  padding-top: 20px;
  margin: 0 auto;
}
header img.head_seal{
  margin: -40px 0 0 auto;
  width: 150px;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 800px) {
  header{
    background: url(../img/head01_sp.jpg) no-repeat;
    background-size: 100% 90px;
    width: 100%;
    height: 90px;
  }
  header img.head_logo{
    padding-top: 10px;
    width: 120px;
  }
  header img.head_seal{
    margin-top: -20px;
    width: 70px;
  }
}
/*===================================
              タイトル
===================================*/
div.contents_ttl{
  text-align: center;
}
h2.contents_ttl1{
  color: #fff;
  font-size: 60px;
  font-family: serif;
  letter-spacing: 0.3em;
  height: 25px;
  opacity: 0.2;
}
h3.contents_ttl1{
  color: #fff;
  font-size: 38px;
  font-family: serif;
  letter-spacing: 0.1em;
}
p.contents_read1{
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
}
h2.contents_ttl2{
  color: #F5E9CF;
  font-size: 60px;
  font-family: serif;
  letter-spacing: 0.3em;
  height: 25px;
}
h3.contents_ttl2{
  color: #8E1616;
  font-size: 38px;
  font-family: serif;
  letter-spacing: 0.1em;
}
p.contents_read2{
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px){
  h2.contents_ttl1{
    font-size: 30px;
    height: 16px;
  }
  h3.contents_ttl1{
    font-size: 23px;
    line-height: 30px;
  }
  p.contents_read1{
    margin-top: 10px;
    line-height: 18px;
  }
  h2.contents_ttl2{
    font-size: 30px;
    height: 16px;
  }
  h3.contents_ttl2{
    font-size: 23px;
    line-height: 30px;
  }
  p.contents_read2{
    margin-top: 10px;
    line-height: 18px;
  }
}
/*===================================
            メインビジュアル
===================================*/
#top{
  padding: 0 10px;
}
#top h1.area{
  font-size: 26px;
  font-family: serif;
  color: #8E1616;
}
#top h2.copy{
  font-size: 36px;
  font-family: serif;
  color: #8E1616;
  line-height: 60px;
  margin-top: 20px;
  text-shadow: 6px 4px 1px #EDDFBE;
}
#top p.sub_copy{
  font-weight: bold;
  margin-top: 20px;
}
#top div.top_img{
  margin-top: -90px;
}
@media screen and (max-width: 1000px){
  #top div.top_img{
    margin-top: -55px;
  }
}
#top img.round_left{
  width: 28%;
  margin: 0 -10px 3% 5%;
}
#top img.round_right{
  width: 28%;
  margin-bottom: 11%;
}
#top img.cutout{
  width: 25%;
  margin: 0 0 0 13%;
}
#top div.top_btn{
  margin: 0 auto;
  background: url(../img/btn01.png) no-repeat;
  background-size: cover;
  width: 310px;
  text-align: center;
  margin-top: -57px;
}
#top .top_btn p{
  font-size: 22px;
  color: #fff;
  font-family: serif;
  line-height: 71px;
}
@media screen and (max-width: 800px){
  #top{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #top h1.area{
    font-size: 16px;
  }
  #top h2.copy{
    font-size: 23px;
    line-height: 37px;
    margin-top: 15px;
  }
  #top p.sub_copy{
    margin-top: 15px;
    line-height: 27px;
  }
  #top div.top_img{
    margin-top: 30px;
  }
  #top img.round_left{
    width: 40%;
    margin: 0 -12% 8% 0;
  }
  #top img.round_right{
    width: 40%;
    margin-bottom: 32%;
  }
  #top img.cutout{
    width: 36%;
    margin: 0 0 0 -8%;
  }
  #top div.top_btn{
    width: 200px;
    margin-top: 0;
  }
  #top .top_btn p{
    font-size: 16px;
    line-height: 46px;
  }
}
/*===================================
          お仕事をお探しの方へ
===================================*/
#search{
  max-width: 1000px;
  margin: 100px auto 0 auto;
}
#search div.search_box{
  display: flex;
  margin: 40px 10px 0 10px;
}
#search img.room{
  width: 50%;
  height: 45%;
}
#search p.text{
  width: 50%;
  margin-left: 5%;
}
@media screen and (max-width: 800px){
  #search{
    margin-top: 50px;
    padding: 0 10px;
  }
  #search div.search_box{
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
  }
  #search img.room{
    width: 100%;
    max-width: 500px;
    height: 150px;
    object-fit: cover;
  }
  #search p.text{
    width: auto;
    max-width: 500px;
    text-align: left;
    margin: auto;
  }
}
/*===================================
        このような方にオススメです
===================================*/
#profile{
  margin-top: 100px;
  padding: 0 10px;
}
#profile img.ribbon{
  width: 100%;
}
#profile div.user{
  margin-top: 40px;
  display: flex;
}
#profile .user div.user_area{
  background-color: #FDFCFA;
  border: 3px solid #d1b577;
  box-shadow: 3px 2px 6px #E3D7B8;
  width: 50%;
  margin: 0 1%;
}
#profile .user h2.user_name{
  background: url(../img/profile_name.png) no-repeat;
  background-size: contain;
  color: #fff;
  padding: 0 0 8px 20px;
  font-weight: normal;
  margin: 10px 0 0 -7px;
  line-height: 40px;
}
#profile .user div.user_box{
  display: flex;
}
#profile .user p.user_text{
  width: auto;
  line-height: 25px;
  padding: 10px 5px 20px 20px;
}
#profile .user img.face{
  width: 130px;
  height: 130px;
  margin: -20px 10px 20px;
}
@media screen and (max-width: 800px){
  #profile{
    margin-top: 50px;
  }
  #profile img.ribbon{
    max-width: 400px;
    margin: 0 auto;
  }
  #profile div.user{
    margin: 40px auto 0 auto;
    display: block;
    max-width: 500px;
  }
  #profile .user div.user_area{
    width: 100%;
    margin: 0 0 20px -3px;
  }
  #profile .user h2.user_name{
    padding: 0 0 5px 20px;
    line-height: 35px;
  }
  #profile .user div.user_box{
    display: grid;
  }
  #profile .user p.user_text{
    line-height: 32px;
    padding: 20px;
    order: 2;
  }
  #profile .user img.face{
    width: 150px;
    height: 150px;
    margin: 20px auto 0 auto;
    order:1;
  }
}
/*===================================
            お客様との対話
===================================*/
#comment{
  margin-top: 100px;
}
#comment p.comment{
  background: url(../img/comment_img01.jpg) no-repeat;
  background-size: cover;
  color: #8E1616;
  font-size: 25px;
  line-height: 45px;
  padding: 90px 20px;
  text-align: center;
  text-shadow: 0 2px 5px #fff;
  font-family: serif;
}
@media screen and (max-width: 800px){
  #comment{
    margin-top: 50px;
  }
  #comment p.comment{
    background: url(../img/comment_img01_sp.jpg) no-repeat;
    background-size: cover;
    font-size: 19px;
    line-height: 42px;
    padding: 70px 20px;
  }
}
/*===================================
            3つのメリット
===================================*/
#merit{
  margin: 0 auto;
  padding: 100px 0;
  background: url(../img/bg_img02.png) no-repeat;
  background-size: 100% 100%;
}
#merit div.merit_box{
  display: flex;
  margin: 60px auto 0 auto;
  padding: 0 10px;
  max-width: 1000px;
}
#merit .merit_img{
  width: 40%;
  box-shadow: 1px 2px 6px rgb(0, 0, 0, 0.2);
  height: 100%;
  margin: auto;
}
#merit div.merit_texarea{
  width: 60%;
}
#merit img.merit_number{
  margin-top: 10px;
}
#merit h3.merit_ttl{
  color: #8E1616;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  font-family: serif;
  margin-top: -80px;
}
#merit p.merit_text{
  margin-top: 15px;
  line-height: 30px;
}
@media screen and (min-width: 801px){
  /*pcの時だけ*/
  #merit .mr30{
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px){
  #merit{
    padding: 50px 0;
  }
  #merit div.merit_box{
    display: block;
    margin: 40px auto 0 auto;
    max-width: 500px;
    padding: 0 10px;
  }
  #merit .merit_img{
    width: auto;
    margin-top: 20px;
    height: auto;
  }
  #merit div.merit_texarea{
    width: auto;
  }
  #merit img.merit_number{
    margin-top: 0;
    width: 80px;
    margin-left: 3%;
  }
  #merit h3.merit_ttl{
    font-size: 16px;
    line-height: 23px;
    margin-top: -50px;
  }
  #merit p.merit_text{
    margin-top: 20px;
    line-height: 32px;
  }
}
/*===================================
            サービス一例
===================================*/
#service{
  background: url(../img/service_bg02.jpg) no-repeat;
  background-size: cover;
  padding: 60px 10px;
}
#service div.service_box{
  display: flex;
  margin-top: 50px;
}
#service div.service_contents{
  text-align: center;
  width: 100%;
}
#service div.service_step1{
  display: flex;
  width: 60%;
}
#service div.service_step2{
  display: flex;
  width: 40%;
}
#service img.service_img{
  width: 97%;
}
#service p.service_text{
  color: #fff;
  font-size: 18px;
  font-family: serif;
  line-height: 20px;
}
@media screen and (max-width: 800px){
  #service{
    background: url(../img/service_bg02_sp.jpg) no-repeat;
    background-size: cover;
    padding: 50px 10px;
  }
  #service div.service_box{
    display: block;
    margin-top: 40px;
    max-width: 500px;
  }
  #service div.service_contents{
    width: 100%;
  }
  #service div.service_step1{
    width: 100%;
  }
  #service div.service_step2{
    width: 67%;
    margin: 20px auto 0 auto;
  }
  #service img.service_img{
    width: 97%;
  }
  #service p.service_text{
    font-size: 14px;
    line-height: 16px;
  }
}
/*===================================
              応募要項
===================================*/
#recruit{
  margin-top: 100px;
  padding: 0 10px;
}
#recruit div.recruit_contents{
  width: auto;
  max-width: 880px;
  margin: 50px auto 0 auto;
  background-color: #FDFCFA;
  border: 5px solid #d1b577;
  box-shadow: 1px 1px 4px rgb(0, 0, 0, 0.2);
  position: relative;
  padding: 0 60px;
}
#recruit img.left_up{
  position: absolute;
  top: 5px;
  left: 5px;
}
#recruit img.right_up{
  position: absolute;
  top: 5px;
  right: 5px;
}
#recruit img.left_down{
  position: absolute;
  left: 5px;
  bottom: 5px;
}
#recruit img.right_down{
  position: absolute;
  bottom: 5px;
  right:  5px;
}
#recruit img.ribbon_up{
  position: absolute;
  top: -7px;
  left: -7px;
  filter: drop-shadow(1px 1px 3px rgb(108, 54, 54, 0.4));
}
#recruit img.ribbon_down{
  position: absolute;
  bottom: -7px;
  right: -7px;
  filter: drop-shadow(1px 1px 3px rgb(108, 54, 54, 0.4));
}
#recruit div.recruit_textarea{
  max-width: 800px;
  margin: 60px auto;
}
#recruit p.recruit_ttl{
  color: #8E1616;
  font-family: serif;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-bottom: 2px solid #d1b577;
  padding: 5px 20px;
  margin-top: 30px;
}
#recruit p.recruit_text{
  padding: 10px 20px;
  line-height: 30px;
}
@media screen and (max-width: 800px){
  #recruit{
    margin: 50px auto 0 auto;
    max-width: 500px;
  }
  #recruit div.recruit_contents{
    margin: 30px auto 0 auto;
    border: 3px solid #d1b577;
    padding: 0 20px;
  }
  #recruit img.left_up{
    width: 10px;
    top: 3px;
    left: 3px;
  }
  #recruit img.right_up{
    width: 10px;
    top: 3px;
    right: 3px;
  }
  #recruit img.left_down{
    width: 10px;
    left: 3px;
    bottom: 3px;
  }
  #recruit img.right_down{
    width: 10px;
    bottom: 3px;
    right:  3px;
  }
  #recruit img.ribbon_up{
    width: 70px;
    top: -4px;
    left: -4px;
  }
  #recruit img.ribbon_down{
    width: 70px;
    bottom: -4px;
    right: -4px;
  }
  #recruit div.recruit_textarea{
    margin: 60px auto;
  }
  #recruit p.recruit_ttl{
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  #recruit p.recruit_text{
    padding: 10px;
    line-height: 27px;
  }
}
/*===================================
          仕事開始までの流れ
===================================*/
#flow{
  margin-top: 100px;
}
#flow div.flow{
  display: flex;
  margin-top: 40px;
}
#flow div.flow_contents{
  width: 18%;
  margin: 0 auto;
  background-color: #FDFCFA;
  border-bottom: 3px solid #d1b577;
  border-right: 3px solid #d1b577;
  padding: 20px 20px 30px 20px;
}
#flow p.flow_ttl{
  font-size: 18px;
  text-align: center;
  font-family: serif;
  font-weight: bold;
}
#flow img.flow_img{
  margin-top: 10px;
  width: 100%;
}
#flow p.flow_text{
  margin-top: 10px;
  line-height: 30px;
}
#flow img.arrow{
  margin: auto;
}
@media screen and (max-width: 800px){
  #flow{
    margin-top: 50px;
    padding: 0 10px;
  }
  #flow div.flow{
    display: block;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
  #flow div.flow_contents{
    width: auto;
    padding: 20px;
  }
  #flow p.flow_ttl{
    font-size: 16px;
  }
  #flow img.flow_img{
    width: 100%;
    margin: 10px auto 0 auto;
    height: 150px;
    object-fit: cover;
  }
  #flow p.flow_text{
    margin-top: 10px;
    line-height: 32px;
  }
  #flow img.arrow{
    margin: 20px auto;
  }
}
/*===================================
              お問い合わせ
===================================*/
#contact_form{
  margin-top: 100px;
  padding: 0 10px;
}
.area_02 {
  width: 100%;
}
.area_02 div.tel_box{
  width: 700px;
  background-color: #fff;
  border: solid 2px #d1b577;
  margin: 0 auto 70px auto;
  text-align: center;
  padding: 15px 0 10px;
}
.area_02 a.call{
  display: block;
}
.area_02 .tel_box p.form_tel img{
  margin: 0 5px -4px 0;
}
.area_02 .tel_box p.form_tel {
  color: #8E1616;
  font-size: 38px;
  line-height: 38px;
  font-family: serif;
  letter-spacing: 0.1em;
}
.area_02 .tel_box p.tel_text{
  color: #313131;
}
.area_02 .contact_box {
  background: rgb(255, 255, 255,0.7);
  margin: 50px auto 0 auto;
  padding: 40px 10px 70px;
  max-width: 1000px;
  width: auto;
}
.area_02 h3.form_ttl{
  width: 100%;
  text-align: center;
  color: #8E1616;
  font-family: serif;
  font-size: 26px;
  margin-bottom: 30px;
}
.area_02 .contact_box input,
.area_02 .contact_box select {
  border: 1px solid #ddd;
  padding: 10px;
  width: 300px;
}
.area_02 .contact_box textarea {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  width: 290%;
  max-width: 560px;
  height: 130px;
  margin-right: 20px;
}
.area_02 .contact_box select {
  width: 590px;
}
.area_02 .contact_box .btn_send button {
  background:-webkit-linear-gradient(top, #880000, #670000);
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  margin: 50px auto 0 auto;
  line-height: 60px;
  text-align:center;
  text-decoration: none;
  width: 238px;
  height: 60px;
  font-family: serif;
  outline: 2px solid #d1b577;
  outline-offset: -5px;
  border: none;
}
p.info_ttl{
  width: 830px;
  margin: 0 auto;
  font-weight: bold;
}
/*個人情報textの指定*/
div.infobox {
  height: 130px;
  overflow: scroll;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 10px;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 20px;
}
div.info_txt{
  font-size:0.8rem;
  line-height: 1.2rem;
}
div.info_txt p{
  padding-bottom: 10px;
}

/*フォームdl*/
.area_02 .contact_box dl {
  display: flex;
  margin: 0 auto 30px;
  width: 830px;
}
.area_02 .contact_box dt {
  width: 30%;
  font-weight: bold;
}
.area_02 .contact_box dt span {
  color: #8E1616;
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  #contact_form{
    margin-top: 50px;
  }
  .area_02 div.tel_box{
    width: auto;
    border: solid 2px #d1b577;
    margin: 0 10px 40px;
    text-align: center;
    padding: 20px;
  }
  .area_02 .tel_box p.form_tel img{
    margin: 0 3px -3px 0;
    width: 23px;
  }
  .area_02 .tel_box p.form_tel {
    font-size: 23px;
    line-height: 23px;
  }
  .area_02 .contact_box {
    margin: 40px auto 0 auto;
    padding: 40px 10px 60px;
  }
  .area_02 h3.form_ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .area_02 .tel_box p.tel_text{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .area_02 .contact_box input,
  .area_02 .contact_box select {
    padding: 6px;
    width: 70%;
  }
  .area_02 .contact_box textarea {
    padding: 3px;
    width: 98%;
    max-width: 700px;
    height: 100px;
    margin-right: 10px;
  }
  .area_02 .contact_box select {
    width: 100%;
  }
  .area_02 .contact_box .btn_send button {
    font-size: 18px;
    margin: 40px auto 0 auto;
    line-height: 30px;
    width: 180px;
    height: 40px;
    outline: 2px solid #d1b577;
    outline-offset: -5px;
  }
  p.info_ttl{
    width: auto;
  }
  /*個人情報textの指定*/
  div.infobox {
    height: 100px;
    padding: 3px;
  }
  div.info_txt{
    font-size:0.7rem;
    line-height: 1rem;
  }
  div.info_txt p{
    padding-bottom: 5px;
  }
  /*フォームdl*/
  .area_02 .contact_box dl {
    display: block;
    margin: 0 auto 10px;
    width: auto;
  }
  .area_02 .contact_box dt {
    width: 100%;
    height: 25px;
  }
  .area_02 .contact_box dt span {
    margin-left: 3px;
  }
}
/*===================================
              フッター
===================================*/
footer{
  margin-top: 100px;
  background-color: #8E1616;
  text-align: center;
  padding-bottom: 40px;
}
footer img.foot_img{
  width: 100%;
  margin-bottom: 50px;
}
footer a.foot_text{
  color: #fff;
  margin: 0 30px;
}
footer img.foot_logo{
  display: block;
  margin: 40px auto 20px;
}
footer div.copy{
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  footer{
    margin-top: 50px;
    padding-bottom: 20px;
  }
  footer img.foot_img{
    margin-bottom: 40px;
  }
  footer a.foot_text{
    margin: 0 20px;
  }
  footer img.foot_logo{
    margin: 30px auto 20px;
    width: 150px;
  }
}
/*===================================
            サンクス画面
===================================*/
#thanks{
  text-align: center;
  padding: 0 10px;
}
#thanks p{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#thanks a{
  color: #8E1616;
  border-bottom: 1px solid #8E1616;
}
#thanks div.recruit_contents{
  width: auto;
  max-width: 880px;
  margin: 50px auto 0 auto;
  background-color: #FDFCFA;
  border: 5px solid #d1b577;
  box-shadow: 1px 1px 4px rgb(0, 0, 0, 0.2);
  position: relative;
  padding: 100px 0;
}
#thanks img.left_up{
  position: absolute;
  top: 5px;
  left: 5px;
}
#thanks img.right_up{
  position: absolute;
  top: 5px;
  right: 5px;
}
#thanks img.left_down{
  position: absolute;
  left: 5px;
  bottom: 5px;
}
#thanks img.right_down{
  position: absolute;
  bottom: 5px;
  right:  5px;
}
#thanks img.ribbon_up{
  position: absolute;
  top: -7px;
  left: -7px;
  filter: drop-shadow(1px 1px 3px rgb(108, 54, 54, 0.4));
}
#thanks img.ribbon_down{
  position: absolute;
  bottom: -7px;
  right: -7px;
  filter: drop-shadow(1px 1px 3px rgb(108, 54, 54, 0.4));
}
@media screen and (max-width: 800px){
  #thanks p{
    font-size: 16px;
    margin-bottom: 10px;
  }
  #thanks div.recruit_contents{
    margin: 30px auto 0 auto;
    border: 3px solid #d1b577;
    padding: 50px 20px;
  }
  #thanks img.left_up{
    width: 10px;
    top: 3px;
    left: 3px;
  }
  #thanks img.right_up{
    width: 10px;
    top: 3px;
    right: 3px;
  }
  #thanks img.left_down{
    width: 10px;
    left: 3px;
    bottom: 3px;
  }
  #thanks img.right_down{
    width: 10px;
    bottom: 3px;
    right:  3px;
  }
  #thanks img.ribbon_up{
    width: 70px;
    top: -4px;
    left: -4px;
  }
  #thanks img.ribbon_down{
    width: 70px;
    bottom: -4px;
    right: -4px;
  }
}
