
@charset "utf-8";
/* CSS Document */

hr{
	width: 95%;
  border: solid 1px #b7b7b7;
  margin-right: 30px;

}

/*##################################################################################################*/

@media (min-width:960px) {

  
  .nbox_c{
    width: 8px;
    height: 30px;
    margin: 50px 0 32px 0px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    margin-left: 65px;
    background-color:#e9cd0e;
   
  }

  .nbox_c .text01{
    width: 200px;
    height: 21px;
    margin: 0 0 0 4px;
    font-family: YuGothic;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: 10px;
    padding-left: 5px;
    color: #3b3b3b;
  }
  .sidebox{
    width: 200px;
    height: 200px;
    float: right;
	  margin-top: -40px;
    
  }

  .sidebox .box01{
   width: 180px;
   height: 50px;
   float: right;
   margin: -40px 40px 0px 0;
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
   background-color: #dcdcdc;
   text-align: left;
   line-height: 50px;
   padding-left: 24px;
    font-weight: bold;
   font-size: 15px;
  }

  .sidebox .box02{
    width: 180px;
    height: 50px;
    float: right;
    margin: 2px 40px 0px 39px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    text-align: left;
    line-height: 50px;
    padding-left: 24px;
    font-family: YuGothic, sans-serif  !important;	
    font-weight: bold;
    font-size: 15px;
   }

.sidebox .box03{
    width: 180px;
    height: 50px;
    float: right;
    margin: 2px 40px 0px 39px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #dcdcdc;
    text-align: left;
    line-height: 50px;
    padding-left: 24px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 15px;
   }

  
}


/*##################################################################################################*/


@media (max-width:959px) {
 
  .nbox_c{
    width: 8px;
    height: 21px;
    margin: 24px 0 16px 0px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    margin-left: 15px;
    background-color:#e9cd0e;
   
  }
  
  .nbox_c .text01{
    width: 150px;
    height: 21px;
    margin: 0 0 0 4px;
   font-family: YuGothic, sans-serif  !important;	
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: 10px;
    padding-left: 5px;
    color: #3b3b3b;

  }

  .sidebox{
    width: 400px;
    height: 70px;
    float: left; 
    margin-left: 15px;
    margin-bottom: 30px;

  
  }

  .sidebox .box01{
   width: 146px;
   height: 30px;
   float: left;
   margin: auto;
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
   background-color: #dcdcdc;
   text-align: center;
   line-height: 30px;    
   font-family: YuGothic;
   font-weight: bold;
   font-size: 11px;
   margin: 2px 0px 0px 3px;
 
   
  }

  .sidebox .box02{
    width: 146px;
    height: 30px;
    float: left;
    margin: auto;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 11px;
    margin: 2px 0px 0px 3px;

   }  

   .sidebox .box03{
    width: 146px;
    height: 30px;
    float: left;
    margin: auto;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #dcdcdc;
    text-align: center;
    line-height: 30px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 11px;
    margin: 2px 0px 0px 3px;

   }  
  

}
    