/* すべてのページに共通 */

/* 全体の文字 */
body,  input, textarea, select {
color: #452a0c;　/* 茶色 */
font-family: "MS PGothic", Osaka, Arial, Helvetica, sans-serif;
line-height: 150%;
}


.sumple_photo{
width: 880px;
 display: flex;
justify-content: space-between;
}

.strong{
font-size:20px;
font-weight:bold;
color:#BB131B;
}



.normal_link a{
color: red;
}


.normal_link a:visited{
color: red;
}


  /*外国人向け名刺ページ*/
  
.price-table {
  width: 880px;
  border-collapse: collapse;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #444;
  margin: 0 auto;

}

.price-table th,
.price-table td {
  padding: 10px 10px;
  border: 1px solid #444;
}

.price-table thead th {
  background-color: #7a7a7a;
  color: #fff;
}

.price-table tbody th {
  background-color: #7a7a7a;
  color: #fff;
  white-space: nowrap;
}

.price-table td {
  background-color: #fff;
  color: #000;
}

.order-method-container{
display:flex;
justify-content: space-between;
}



  /*手彫印鑑はこちら*/
  
  .flex-2{
  display:flex;
  justify-content: space-between;
  width:880px;
  height:auto;
  margin-top: 20px;
  }
  
  .flex-2 img{
  width:430px;
  height:auto;
  
  }
  
  .center_layout{
  margin: auto;
  text-align:center;
  }
  

.incase img{
width:880px;
margin-top:20px;
}
  

/* solid011 */

.tebori_button a {
    background:#FFE8AF ;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    max-width: 880px;
    padding: 10px 25px 10px;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    flex-direction: column;
    border-radius: 8px;
    text-decoration: none;
}
.tebori_button a span {
    background: #B22D35;
    width: 80%;
    text-align: center;
    filter: drop-shadow(0px 1px 2px #fff);
    padding: 3px 0;
    font-size: 1.3rem;
    color: #FFFFFF;
    border-radius: 5px;
}

.tebori_button a:hover {
    border-bottom: solid 2px #000000;
    transform: translateY(3px);
}
 
.tebori_button a:visited {
color : #000;
text-decoration : none ;
}
  



/* 見出しh1 */
h1{
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #452a0c;
     border-radius: 5px;
     font-size:24px;
}
h1::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}

/* 見出しh2 */
h2{
background-color:#452a0c;
color:white;
height:30px;
padding-left:10px;
line-height:30px;
}
/* 見出しh3 */
h3{
font-weight:bold;
font-size:18px;
 }
 /* 見出しh4 */
h4 {
display: flex;
align-items: center;
font-size:30px;
margin:0 auto;
padding-bottom:10px;
}
h4:before,
h4:after {
content: "";
height:3px;
flex-grow: 1;
background-color:#666;
}
h4:before {
margin-right: 1rem;
}
h4:after {
margin-left: 1rem;
}
 
 
 
 /* 強調 */
.highlight{
    color:red;
    font-size: 20px;
    font-weight: bold;    
}
 
 /* 枠線で囲む見出し */
.product-title{
  padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top:0px;
}

/* 税込表示 */
.tax-in{
font-size:14px;
color:#552200;
}

.container{
width:880px;
margin-bottom:20px;
}


/* 各ページ共通　トップ部分 */
.pagetop_container{
  width:880px;
  height:240px;
  display:flex;
}

.pagetop_image{
    width:580px;
    height: 240px;
    margin:0px;
}

.pagetop_btn_order{
    width:275px;
    height:240px;
    margin:0 0 0 auto;
}

  /*ボタンを押したとき*/
 .pagetop_btn_order:hover{
 transform: scale(0.95);
}




/* 各ページ共通　仕上がり時間 */


.finish_time{
    font-size: 18px;
    font-weight: bold; 
}
   
.finish_time th{
background: #f5f5f5;
padding: 10px 15px;
}

.finish_time td{
padding-left: 10px;
}




/* 各ページの内容 */

/* トップページ */
.product{
width:880px;
height:170px;
margin-top:10px;
margin-bottom:20px;
display:flex;
}

.product-img{
width:300px;
height:170px;
margin:0 10px;
}

.product-sentence{
width:530px;
height:170px;
margin-left:20px; 
margin-top:0px;
padding-top:0px;
}


.top_product_link{
text-align:right;
}

.top_product_link a {
text-align:right;
color:#452a0c;
}

.top_product_link a:visited {
color:#452a0c;
}


/* 筆耕のトップページ */

.hikkou_menu_btn td{
    width:280px;
    height:50px;
    background-color: #552200;
    color:#ffffff;
    padding:20px;
    font-size: 20px;
    text-align: center;
}


a.whitelink:link{
text-decoration:none;
color:#ffffff;
}

.btn-square {
 display:inline-block;
  width:250px;
  padding: 0.5em 0.5em;
  margin:10px 5px;
  text-decoration: none;
  text-align:center;
  background: #552200;
  font-size:18px;
  font-weight:bold;
　color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color: #FFF;
}

/*ボタンにカーソルをあてたとき*/
 .btn-square:hover{
 transform: scale(0.95);
}


.btn-square: {
  /*ボタンを押したとき*/
color: #FFF;
}

/* 祝儀袋のページ */

.top-layout{
  width:880px;
  height:240px;
  display:flex;
}

.top-image{
    width:580px;
    height: 240px;
    margin:0px;
}

.side-link{
    width:275px;
    height:240px;
    margin:0 0 0 auto;
}

.delivery-link{
    width:275px;
    height:170px
    margin:0; 
    padding-bottom:15px;
}
.webshop-link{
    width:275px;
    height:55px;
    margin:0;
}

.kinpu_time{
display: flex;
justify-content:space-between;
}

.kinpu_time img{
box-shadow: 4px 4px 2px;
}


.box-3-container{
    padding-right:20px;
}

.box-3 {
    width:280px;
    height:180px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}


.box-3 .box-3-title-green {
    font-size: 1.2em;
    background: #007434;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-3 .box-3-title-purple {
    font-size: 1.2em;
    background: #701c71;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}


.box-3 .box-3-title-navy {
    font-size: 1.2em;
    background: #02064c;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}


.box-3 li{
    list-style: none;
    font-size: 20px;
}



.recommended-link{
font-size:20px;
font-weight:bold;
	}


.kinpu-price{
    width:880px;
    display:flex;
}

.kinpu-price-top1{
    padding-bottom: 40px;
}

.kinpu-price-top2{
    padding-bottom: 100px;
}

.kinpu-omote-block{
    padding-right:30px;
    padding-top:0;
    margin:0;
    width:170px;
    height:370px;
}

.kinpu-hutou-block{
    padding-right:30px;
    margin:0;
    width:170px;
    height:370px;
}


.kinpu-price-list{
    border:solid 1px #552200;
    border-collapse:collapse;
    width:170px;
    height:auto;
    margin:0;
}


.kinpu-price-list th{
    border:solid 1px #552200;
    border-collapse:collapse;
    background-color: #552200;
    color:white;
    text-align: center;
    width:170px;
    height:auto;
    margin:0; 
    font-size:20px;
    
}


.kinpu-price-list td{
    border:solid 1px #552200;
    border-collapse:collapse;
    background-color: white;
    color:#552200;
    text-align: center;
    margin:0;
    font-size:20px;
    font-weight:bold;
}


.omote-image{
    width:80px;
    height:370px;
    margin:0;
    padding-right:30px;
    margin:0;
}


.kinpu-price-remark{
    width:880px;
    height:40px;
    padding-top:10px;
}

.kinpu-price-remark p{
font-size: 12px;
margin: 0px;
padding: 0 0 1px 0;    
}



.noshiimage{
margin:30px 0;
}


.calligraphy{
    font-size: 25px;
    color:#BB131B;
    margin:20px 0;
    
}

.calligraphy-price table{
    width:880px;
    height:auto;
    font-size:20px;
    font-weight: bold;
    border: solid 2px #40220F;
    border-collapse: collapse;
    text-align: center; 
    background-color: #FDECDC;
    color:#40220F;
    table-layout:fixed;
    margin:10px 0;
}

.calligraphy-price tr{
height:40px;
border: solid 2px #40220F;
border-collapse: collapse;
}

.calligraphy-price td{
border: solid 2px #40220F;
border-collapse: collapse; 
}



.listtitle-red{
    background-color:#BB131B;
    color:#ffffff;
}

.print{
    font-size: 25px;
    color:#005655;
    margin:20px 0;
    
}

.print-price table{
    width:880px;
    height:auto;
    font-size:20px;
    font-weight: bold;
    border: solid 2px #40220F;
    border-collapse: collapse;
    text-align: center; 
    background-color: #C7E8FA;
    color:#40220F;
    table-layout:fixed;
}

.print-price tr{
height:40px;
border: solid 2px #40220F;
border-collapse: collapse;
}

.print-price td{
border: solid 2px #40220F;
border-collapse: collapse; 
}

.listtitle-blue{
    background-color:#005655;
    color:#ffffff;
    
}

/* 金封オーダーページ */

.kinpu-ordertable{
width:880px;
height:80px;
border-collapse:collapse;
border:0;
}


.kinpu-ordertable td{
width:100px;
padding:5px;
text-align:center;
}

.kinpu-ordertable th{
width:100px;
text-align:center;
}

.kinpu-ordertable img{
width:80px;
height:140px;
}

/* 封筒のページ */
.atenaprice-container{
    width:880px;
height:190px;
display:flex;   
}

.atena-img{
   width:295px;
    height:185px;
    margin:0;
    box-shadow: 2px 2px 4px;
}

.atenaprice{
    width:545px;
    height:210px;
    margin:0 auto; 
    padding-top:0;
}

.atenaprice-list{
    width:545px;
    height:auto;
    margin:0 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
}

.atenaprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:350px;
    height:30px;
    margin:0;
}


.atenaprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}

.hutou-type-container{
    width:880px;
    height:auto;
    display: flex;
    margin:-40px 0 0 0;
    padding:0;
}

.motikomihutou-container{
    margin:0 auto 0 0;
    padding:0;
}
.motikomihutou{
    width:320px;
    height:170px;
    text-align: center;
  border: solid 2px #ee8992;
  margin: 3em 0 1em 0;
  border-radius: 6px;
  padding: 22px 0px 22px 0px;
  background-color: #ffffff;
  line-height: 2;
  color: #000000;
  font-weight: bold;
}

.motikomihutou-title{
  font-size: 20px;
  background: #ee8992;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: -22px 0px 22px 0px;
}


.tentouhutou{
 width:540px;
height:170px;
text-align: center;
  border: solid 2px #ee8992;
  margin: 3em 0 1em 0;
  border-radius: 6px;
  padding: 22px 0px 22px 0px;
  background-color: #ffffff;
  line-height: 2;
  color: #000000;
  font-weight: bold;
}

.tentouhutou-title{
  font-size: 20px;
  background: #ee8992;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: -22px 0px 22px 0px;
}


/* 目録のページ */

.mokurokuprice-container1{
    width:880px;
    height:180px;
    display:flex;
    margin:0;
    padding-bottom:20px;
}

.mokuroku-img{
    width:310px;
    height:180px;
    padding-right:25px;
    margin:0;
}

.mokurokuprice{
    width:545px;
    height:180px;
    margin:0 auto;
}


.mokurokulineup-title{
  font-weight:bold;
font-size:18px;
border-bottom:solid 3px brown;
margin:0;  
       
}

.mokurokulineup-p{
    margin:0 auto;
    padding-top:10px;
  
}


.mokurokuprice-list{
     width:435px;
    height:auto;
    margin:10px 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center; 
}

.mokurokuprice-list tr{
    width:435px;
    height:30px;
}


.mokurokuprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
}


.mokurokuprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
     font-size: 18px;
}


.proposal{
    width:880px;
    height:90px;
    padding-top:30px;
    font-weight:bold;
}

.proposal p{
    margin:0;
}

.saigai-container{
    width:880px;
    height:200px;
    display: flex;
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
}

.saigai-img{
    width: 310px;
    height:200px;
    padding-right:25px;
    margin:0;
}

.saigai-p{
    width: 545px;
    height:145px;
    margin:10px 0 0 auto;
}

.mokuroku-kakikata{
width:880px;
height:auto;
display:flex;
}

.mokuroku-kakikata-p{
width:350px;
height:240px;
margin:0 0 0 auto;
padding:0;
}


.mokurokulineup{
width:880px;
height:auto;
}

.mokurokulineup td{
width:100px;
height:auto;
text-align:center;
}
.mokurokulineup th{
width:100px;
height:auto;
text-align:center;
}



/* 簡易カラー挨拶状のページ */

.kanicolor-lineup{
    width:880px;
　  height:auto;
    margin-top:10px;
}

.kanicolor-lineup td{
   width:150px;
   height:220px;
   text-align: center;
}

.kanicolor-lineup th{
    text-align: center;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff4e00;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ff4e00;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}




/* 仏事挨拶状のページ */

.greetingcard-container{
    width:880px;
    height:180px;
    display: flex;
    padding-bottom:30px;
}

.greetingcard-container h3{
    margin:auto;
}


.greetingcard-container img{
    width:280px;
    height:180px;
    margin:0 auto;
    padding-left:20px;
}

.greetingcard-left{
    width:580px;
    height:180px;
    margin:auto 0;
}

.greetingcard-pricecontainer{
    display: flex;
    height:50px;
    
}

.greetingcard-pricecontainer ul{
width:320px;
height:50px;
margin:0 auto;
}

.kanibutuji-price{
border:solid 1px #552200;
border-collapse: collapse;
text-align: center;
width:260px;
height:50px;
padding-top:10px;
font-size: 20px;
font-weight: bold;
}



.kanibutuji-price th{
    background-color: #552200;
    color:#ffffff;
}

.butuji-price{
border:solid 1px #552200;
border-collapse: collapse;
text-align: center;
width:580px;
height:50px;
 padding-top:10px; 
font-weight: bold;
}

.butuji-price th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff;
    border-collapse: collapse;
}

.butuji-price td{
    border: solid 1px #552200;
}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #70049d;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #70049d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}



/* 挨拶状のエントランス */

.entrance-top{
    width:880px;
    height:400px;
    margin:0;
    padding:0;
}

.consultation{
    width:880px;
    height:auto;
    margin:0;
    padding:0;
}

.catchcopy{
    font-size:16px;
    padding:10px auto;
    margin:0 auto;
     background-color:#552200;
    text-align: center;
    color: #ffffff;
}

.maincopy{
    font-size:20px;
      padding:15px auto;
    margin:0 auto;
       background-color:#552200;
    text-align: center;
    color: #ffffff;
}

.entrance-menu{
    width:880px;
    height:auto;
    padding-top:30px;
    display: flex;
}

.butuji-container{
    width:430px;
    height:250px;
    position: relative;
    margin:auto 0;
    padding-right:20px;
}

.butuji{
   position: absolute;
    width: 340px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: darkblue;
    font-weight: bold;
}



.butuji p{
    font-size: 38px;
    color:#100964;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
   margin:10px auto; 
    padding-bottom:20px;
 
}

.butuji li{
    width:340px;
    font-size: 16px;
    color:#100964;
    margin:0 auto;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
 
}

.butuji-btn{
    display: inline-block;
	width: 340px;
    height: 40px;
    font-size: 30px;
     padding-top: 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#0C88CA;
	border-bottom:4px solid #005691;
	border-radius: 4px;
	transition: .0s;
}

.butuji-btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#005691;
	 transform: translate3d(0, 4px, 0);
	 transition: .0s;
	 border-bottom: none;
}



.oiwai-container{
    width:430px;
    height:250px;
    position: relative;
    margin:0 auto;
}

.oiwai{
   position: absolute;
    width: 340px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: darkred;
    font-weight: bold;
}



.oiwai p{
    font-size: 38px;
    color:darkred;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
   margin:10px auto; 
    padding-bottom:20px;
 
}

.oiwai li{
    width:340px;
    font-size: 16px;
    color:darkred;
    margin:0 auto;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.oiwai-btn{
  display: inline-block;
    width: 340px;
    height: 40px;
    font-size: 30px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ff833f;
    border-bottom: 4px solid #ff5a00;
    border-radius: 4px;
    transition: .0s;
}

.oiwai-btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#ff833f;
	 transform: translate3d(0, 4px, 0);
	 transition: .0s;
	 border-bottom: none;
}

/* 店舗案内 */

.tenpolist{
width:880px;
border-collapse: collapse;
border: solid 1px #552200;
text-align:center;
margin-bottom:20px;
}

.tenpolist th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:350px;
    height:30px;
    margin:0;
}


.tenpolist td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}









/* 表彰状のページ */
.syojyoprice-container{
    width:880px;
height:210px;
display:flex;   
}

.syojyo-img{
   width:310px;
    height:210px;
    padding-right:25px;
    margin:0;   
}

.syojyoprice{
    width:545px;
    height:210px;
    margin:0 auto; 
    padding-top:0;
}

.syojyoprice-list{
    width:545px;
    height:auto;
    margin:0 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
}

.syojyoprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:190px;
    height:30px;
    margin:0;
}


.syojyoprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}

.syojyoprice-list2{
    width:545px;
    height:auto;
    margin:10px 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
    padding-top:10px;
}

.syojyoprice-list2 th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:190px;
    height:30px;
    margin:0;
}


.syojyoprice-list2 td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}



/* 家族書のページ */
.kazokusyoprice-container{
 width:880px;
height:280px;
display:flex;   
}

.kazokusyo-img{
   width:310px;
    height:280px;
    padding-right:25px;
    margin:0;   
}

.kazokusyoprice{
    width:545px;
    height:280px;
    margin:0 auto; 
}

.kazokusyoprice-list{
    width:545px;
    height:auto;
    margin:0 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
}

.kazokusyoprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:190px;
    height:30px;
    margin:0;
}


.kazokusyoprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}

.kazokusyolineup{
width:880px;
height:auto;
}

.kazokusyolineup td{
width:100px;
height:auto;
text-align:center;
}
.kazokusyolineup th{
width:100px;
height:auto;
text-align:center;
}



/* 手紙のページ */
.tegamiprice-container{
 width:880px;
height:280px;
display:flex;   
}

.tegami-img{
   width:310px;
    height:280px;
    padding-right:25px;
    margin:0;   
}

.tegamiprice{
    width:545px;
    height:280px;
    margin:0 auto; 
}

.tegamiprice-list{
    width:545px;
    height:auto;
    margin:10px 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
}

.tegamiprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:190px;
    height:30px;
    margin:0;
}

.binsenlineup{
width:880px;
height:auto;
}

.binsenlineup td{
width:100px;
height:auto;
text-align:center;
}
.binsenlineup th{
width:100px;
height:auto;
text-align:center;
}


.tegamiprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height:30px;
}



/* リボンのページ */
.ribonprice-container{
width:880px;
height:220px;
display:flex;
}


.ribon-img{
   width:310px;
    height:220px;
    padding-right:25px;
    margin:0;
} 

.ribonprice{
    width:545px;
    height:220px;
    margin:0 auto; 
}

.ribonprice-list{
    width:545px;
    height:auto;
    margin:10px 0 0 auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;  
}

.ribonprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    width:190px;
    margin:0;
}


.ribonprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
     font-size: 18px;
}






/* スピード命名紙のページ */
.meimeiprice-container{
    width:880px;
    height:215px;
    display: flex;
    margin:0;
    padding-bottom:10px;
 
}

.meimei-img{
    width:255px;
    height:215px;
    padding-right:25px;
    margin:0;
}

.meimeiprice{
 width:600px;
　height:215px;
 margin:0;
}

.meimeilineup-title{
 font-weight:bold;
font-size:18px;
border-bottom:solid 3px brown;
margin:0;
}



.meimeiprice-list{
    width:435px;
    height:100px;
    margin-right:0px;
    margin-left:auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
}

.meimeiprice-list th{
    background-color: #552200;
    color:#ffffff;
    border: solid 1px #ffffff; 
    border-collapse: collapse;
    text-align: center;
    font-size: 20px;
}


.meimeiprice-list td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
     font-size: 20px;
}

.meimeiprice-list2{
    width:435px;
    height:35px;
    margin-right:0px;
    margin-left:auto;
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
}

.meimeiprice-list2 th{
     background-color: #552200;
     color:#ffffff;
     border: solid 1px #552200;
     border-collapse: collapse;
    text-align: center;
    font-size: 20px;
}


.meimeiprice-list2 td{
    border: solid 1px #552200;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
     font-size: 20px;
}









/* 金封オーダーページ */

.highprice-kinpu{
margin-top:20px;
}

.kinpu-ordertable{
width:880px;
height:80px;
border-collapse:collapse;
border:0;
}


.kinpu-ordertable td{
width:100px;
padding:5px;
text-align:center;
}

.kinpu-ordertable th{
width:100px;
text-align:center;
}

.kinpu-ordertable img{
width:80px;
height:140px;
}


/* スピード名刺のページ */

.meishi-lineup{
    width:880px;
    height:170px;
    display:flex;
    padding-bottom:20px;
}

.meishi-lineup-img{
    width:430px;
    height:170px;
    padding-right:10px;
    
}

.meishi-price{
    width:440px;
    height:170px;
}

.meishi-pr{
width:440px;
height:100px;
border:1px solid black;
border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    margin:0px;
    padding-left:10px;
}


.meishi-pr th{
    background-color:grey;
    color:white;
    border:1px solid black;
}

.meishi-pr td{
    background-color:white;
    color:black;
    border:1px solid black;
}


.meishi-pr-p{
    font-size:814px;
    width:440px;
    height:20px;
    margin:0px;
    padding:0px;
}




.tax{
　　width:200px;
    height:10px;
    font-size:10px;
    text-align: right;
    margin:0px;
    padding:0px;
}












/* 手彫り

のページ */

.h1black{ 
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: black;
     border-radius: 5px;
     font-size:24px;
}
 
.h1black::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}

.h2black{
background-color:black;
color:white;
height:30px;
padding-left:10px;
line-height:30px;
}



.tebori-topimg{
width:580px;
height:190px;
padding-right:20px;
margin:0;
}

.tebori-web{
width:280px;
height:190px;
margin:0;
}

.tebori-top-p{
width:880px;
height:50px;
font-weight:bold:
}

.teborilineup{
width:880px;
}

.teboriunit{
width:880px;
height:180px;
display:flex;
padding-bottom:20px;
}

.tebori-u-img{
width:240px;
height:180px;
margin:0;
padding-right:30px;
}

.tebori-u-detail{
width:610px;
height:180px;
margin:0:
}

.tebori-u-p{
width:610px;
height:80px;
font-weight:bold;
padding-bottom:10px;
margin:0;
}

.tebori-u-pr{
width:610px;
height:90px;
margin:0;
border:1px solid black;
border-collapse:collapse;
text-align:center;
font-weight:bold;
}

.tebori-u-pr th{
border:1px solid black;
border-collapse:collapse;
font-weight:bold;
background-color:#a9a9a9;
color:white;
}

.tebori-u-pr td{
border:1px solid black;
border-collapse:collapse;
}



.boxlayout{
width:880px;
height:180px;
display:flex;
margin:0;
}

.box30container{
padding-right:20px;
}


.box30 {
    width:280px;
    height:180px;
    
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #800000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.teborisize{
width:500px;
height:200px;
padding-right:20px;
margin:0;
}

.teborisyotai{
width:360px;
height:200px;
margin:0;
}



/* スピード印鑑のページ */

.notice{
width:880px;
height:190px;
display:flex;
}

.topimg{
width:590px;
height:190px;
margin-right:20px;
padding:0px;
}

.delivery{
width:270px;
height:190px;
padding:0px;
}

.product_name{
font-size:21px;
border-bottom: 3px solid brown;
padding:0px;
margin:0px;
}

.speedin_type{

width:880px;
height:180px;
display: flex;
align-items: flex-end;
margin:30px 0;
}

.speedin_type3{

width:880px;
display: flex;
align-items: flex-end;
margin-bottom:40px;
}


.speedin_type_description{
width:610px;
height: auto;
padding:0px;
margin:0px;
}

.speedin_type_description3{
width:880px;
height: auto;
padding:0px;
margin:0px;
}

.speedin_type img{
width:240px;
height:180px;
margin:0;
padding-right:30px;
}

.speedin_price{
width:610px;
height:30px;
padding:0px;
border: 2px solid brown;
border-collapse:collapse;
text-align:center;
margin-top: auto;
}

.speedin_price3{
width:880px;
height:30px;
padding:0px;
border: 2px solid brown;
border-collapse:collapse;
text-align:center;
margin-top: 20px;
}

.speedin_price3 th{
color:white;
background-color:brown;
padding:0px;
margin:0px;
border: 2px solid brown;
}

.speedin_price3 td{
font-weight:bold;
padding:0px;
margin:0px;
border: 2px solid brown;
}

.speedin_price3 td.tax_out{
vertical-align: middle;
padding-top: 5px;
font-size:18px;
}




.speedin_price th{
width:130px;
color:white;
background-color:brown;
padding:0px;
margin:0px;
}

.speedin_price td{
width:155px;
font-weight:bold;
padding:0px;
margin:0px;
}

.speedin_price td.tax_out{
vertical-align: middle;
padding-top: 5px;
font-size:18px;
}

.tax_in{
font-size:12px;
}

.speedin_sample img{
width:880px;
height:200px;
margin-top:20px;
}

.speedin_price2{
width:610px;
height:30px;
padding-top:10px;
margin:0px;
border: 2px solid brown;
border-collapse:collapse;
text-align:center;
}

.speedin_price2 th{
width:auto;
color:white;
background-color:brown;
padding:0px;
margin:0px;
border:1px solid #FFFFFF;
border-collapse:collapse;

}

.speedin_price2 td{
width:auto;
font-weight:bold;
padding:0px;
margin:0px;
border:1px solid brown;
border-collapse:collapse;
}




.lineup{
width:880px;
height:170px;
display:flex;
}

.lineup-img{
width:240px;
height:150px;
padding-right:20px;
margin:0px;
}

.lineup-title{
font-size:18px;
border-bottom: 3px solid brown;
padding:0px;
margin:0px;
}

.lineup-sentence{
width:630px;
height:140px;
margin:0px;
}

.teboribanner{
margin-top:20px;
}


.lineup-price{
width:620px;
height:20px;
padding:0px;
margin:0px;
border: 2px solid brown;
border-collapse:collapse;
text-align:center;
}

.lineup-price th{
width:155px;
height:20px;
color:white;
background-color:brown;
padding:0px;
margin:0px;

}

.lineup-price td{
width:155px;
height:20px;
font-weight:bold;
font-size:15px;
}


.speedin_option{
width:880px;
height:180px;
display:flex;
margin-bottom:20px;
}



.unit{
width:880px;
height:180px;
display:flex;
}

.banbansyotai{
width:420px;
height:180px;
margin:0px;
padding-right:40px;
}

.sakurei{
width:420px;
height:180px;
margin:0px;

}

.question{
width:880px;
margin:0px;
padding-bottom:5px;
}


/* 休業のお知らせ */

.temporaryopen{
color:red;
font-size:18px;
font-weight:bold;
padding-bottom:1px;
margin-bottom:1px;
}

.tmclose{
font-size:15px
padding-top:1px;
margin-top:1px;
}


.closed{
color:red;
font-weight:bold;
font-size:20px;
padding-bottom:5px;
border-bottom:medium solid red;
}
.closed p{
font-weight:bold;
font-size:20px;
line-height:3px;
}




/* トップメニュー */

.topimage{
width:880px;
padding:0;
margin:0 auto;

}


/*筆耕ＴＯＰページ*/

.hikkoutop td{
width:430px;
padding:5px;
}

/*喪中はがきのページ*/

.mochutop{
padding:10px 0px;
}


.mochu01{
float:left;
padding:0 10px;
}

.mochu02{
float:left;
padding-left:40px;
}

.mochu03{
float:right;
padding-left:10px;
}

.price{
width:610px;
height:80px;
border-collapse:collapse;
border:solid 2px #000000;
float:left;
}
.price th{
background-color:#D8D8D8;
font-size:20px;
text-align:center;
border:solid 1px #000000;
}
.price td{
background-color:#ffffff;
font-size:20px;
text-align:center;
border:solid 1px #000000;
}

.price-s{
width:150px;
height:80px;
border-collapse:collapse;
border:solid 2px #000000;
float:right;
}

.price-s th{
background-color:#D8D8D8;
font-size:20px;
text-align:center;
border:solid 1px #000000;
}

.price-s td{
background-color:#ffffff;
font-size:20px;
text-align:center;
border:solid 1px #000000;
}

.plus{
font-size:35px;
font-weight:bold;
float:left;
padding:0 40px;
}

.optionimage{
float:right;
padding-left:30px
}

.p20{
font-size:20px;
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}

.optionprice{
border:solid 1px #000;
border-collapse:collapse;
font-size:20px;
width:450px;
text-align:center;
padding-top:5px;
}

.optionprice th{
background-color:#D8D8D8;
border:solid 1px #000;
border-collapse:collapse;
}

.optionprice td{
background-color:#ffffff;
border:solid 1px #000;
border-collapse:collapse;
}

.click{
text-align:right;
}

.atenaimage{
float:right;
padding-left:30px
}




/* マーカー風の下線 */
.markerblue{
display: inline-block;
background:linear-gradient(transparent 80%, #A9BCF5 80%);
}

.entry{
  padding: 0.5em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}




.caption-brown {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #452a0c;
     border-radius: 5px;
     font-size:24px;
}
 
.caption-brown::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color:white;
}


.text{
padding-top:0px;
margin-top:0px;
}

.section{
background-color:#452a0c;
color:white;
height:30px;
padding-left:10px;
line-height:30px;
}

.attention{
color:red;
font-weight:bold;
font-size:28px;
}



.about {
  position: relative;
  padding: 0.6em;
  background: #151b61;
  color:#fff;
}

.about:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #151b61;
width: 0;
height: 0;
}



.orderlink{
font-size:24px;
font-weight:bold;
color:#DF0101;
}

p {
font-size:15px;
font-weight:bold;}

.clear{
clear: both;
  }






/* グーグルマップの埋め込み */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* 名刺のオーダーフォーム */

.meishi{
text-align:center;
}



/* リストのデザイン */
ul{
font-weight:bold;
}

/* リンク */
a.whitelink:link {
color : #FFF;
text-decoration : none ;
}
a:visited {
color : #FFF;
text-decoration : none ;
}
a:active {
color : #FFF ;
text-decoration : none ;
}
a:hover {
color : #FFF ;
text-decoration : none ;
}

/* 背景色 */

/* バックグラウンド */
#body {
background-color: #e3e8d2;
background-size:cover;
background-repeat:no-repeat;
padding: 0px;
margin: 0px;
text-align: center;
}
/* 外枠：上部 */
#container_pre {
display: none;
padding: 0px;
margin: 0px;
}
/* 外枠：メイン部 */
#container {
padding: 0px;
margin: 10px auto;
text-align: left;
width: 940px;

}
/* 外枠：下部 */
#container_suf {
display: none;
}

/* SEO対策用ヘッダーメッセージ */
h1#topmsg {
border: none;
background-image: none;
font-weight: normal;
font-size: 12px;
margin: 0px;
padding: 0px;
text-align:center;
background: transparent;
}
h1#topmsg a {
color: #000000;
text-decoration:none;
}
h1#topmsg a:hover {
color: #0000ED;
}

/* ヘッダー：上部 */
#header_pre {
display: none;
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
}

/* ヘッダー：メイン部 */
#header {
background: #ffffff url(/skins/b-green2/image/headerimg.jpg) no-repeat top right;
height: 260px;
margin: 0px;
padding: 0px;
border-bottom:#ffffff 1px solid;
}

/* ヘッダー：下部 */
#header_suf {
display: none;
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
}

/* ヘッダーメニュー外枠：上部 */
div#header_menu_suf {
display: none;
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
}

/* ヘッダーメニュー外枠 */
div#header_menu {
font-size: 12px;
padding: 2px 8px 2px 8px;
background: #000000 url(/skins/b-green/image/mm-bg.jpg) no-repeat center right;
border-bottom:#ffffff 1px solid;
}

/* ヘッダーメニュー外枠：下部 */
div#header_menu_pre {
display: none;
clear: both;
padding: 0px;
margin: 0px;
height: 0px;
}

/* ヘッダーメニュー：リスト */
ul.header_menu{
float: right;
padding : 0px;
margin : 0px;
}
li.header_menu {
list-style-type : none;
margin : 0px 5px;
float: left;
}

/* ヘッダーメニュー：リンク */
li.header_menu a {
color: #ffffff;
text-decoration:none;
background: transparent url(/skins/b-green/image/mmicon.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.header_menu a:visited {
color: #ffffff;
background: transparent url(/skins/b-green/image/mmicon.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.header_menu a:active {
color: #ffffff;
background: transparent url(/skins/b-green/image/mmicon-on.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.header_menu a:hover {
color: #ffffff;
background: transparent url(/skins/b-green/image/mmicon-on.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}

/* ヘッダーメインメニュー(TOP表示のメニュー） */
div#header_mainmenu_pre {
display:none;
}
div#header_mainmenu {
width: 940px;
height: 90px;
font-size: 20px;
color: #ffffff;
background: #525252 url(/skins/b-green/image/hm-allbg.jpg) repeat-x top center;
padding: 0px;
margin: 0px;
border-left:#e9e9e9 2px solid;
}
div#header_mainmenu_suf {
display:none;
}
ul.header_mainmenu{
width: 940px;
padding : 0px;
margin : 0px;
}
li.header_mainmenu {
list-style-type : none;
text-align: center;
width:16.6%;
margin : auto;
float: left;
padding:auto;
overflow:hidden;
}
li.header_mainmenu a {
display:block;
font-size: 16px;
background: #ffffff url(/skins/b-green/image/hm-bg.jpg) repeat-x bottom center;
padding : 31px 15px;
text-decoration: none;
white-space: nowrap;
word-break: keep-all;
color: #000000;
border-top:#00561f 4px solid;
border-right:#d0d0d0 1px solid;
}
li.header_mainmenu a:visited {
display:block;
font-size: 14px;
background: #ffffff url(/skins/b-green/image/hm-bg.jpg) repeat-x bottom center;
padding : 12px 15px;
text-decoration: none;
white-space: nowrap;
word-break: keep-all;
color: #555555;
border-top:#00561f 4px solid;
border-right:#d0d0d0 1px solid;
}
li.header_mainmenu a:active {
text-decoration: none;
background: #f0f1f0 url(/skins/b-green/image/hm-bg-on.jpg) repeat-x bottom center;
border-top:#f07d00 4px solid;
}
li.header_mainmenu a:hover {
text-decoration: none;
background: #f0f1f0 url(/skins/b-green/image/hm-bg-on.jpg) repeat-x bottom center;
border-top:#f07d00 4px solid;
}

/* ヘッダーメインメニュー現在地 */
li.header_mainmenu a.header_mainmenu_present,li.header_mainmenu a.header_mainmenu_present:hover,li.header_mainmenu a.header_mainmenu_present:visited {
color: #111111;
border-top:#F07D00 4px solid;
}

/* メニューリスト */
ul.menu{
	list-style : none;
	padding : 0px;
	margin : 0px;
}

li.menu {
	padding : 0px;
	margin : 0px;
	line-height: 120%;
}

li.menu div{
margin: 0px;
padding: 0px;
}

/* メニューリスト：リンク */
li.menu a {
	text-align: left;
	display: block;
	padding: 4px 10px;
	margin: 0px;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background: #2f770e;
	background-repeat: no-repeat;


}

li.menu a:visited {
text-decoration: none;

}

li.menu a:active {
	text-decoration: none;

}

li.menu a:hover {
	border-color: #003366 !important;
	text-decoration: none;
	color: #666633;
	background: #2f770e;
	background-repeat: no-repeat;



}

/* メニューリスト：リンク：現在のページ */
li.menu a.menu_present {
	text-decoration: none;
	color: #990000;

}

li.menu a.menu_level0 {
	font-size: 12px;
	background: #2f770e;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #666633;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;




}
li.menu a.menu_level0:hover {
	text-decoration: none;
	background:#2f770e;
	background-repeat: no-repeat;
	color: #993300;


}


/* メニューリスト：リンク：１階層下 */
li.menu a.menu_level1 {
	font-size: 25px;
	margin: 15px;
	font-weight: normal;
	background: #2f770e;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 27px;


}

li.menu a.menu_level1:hover {
	text-decoration: none;
	background: #2f770e;
	background-repeat: no-repeat;

}



/* ナビゲーション */
#navigation {
background: #FFFEE0;
padding: 3px 3px 3px 3px;
font-size: 20px;
margin:0px;
border-top:#FBFFED 5px solid;
border-left:#FBFFED 5px solid;
border-right:#FBFFED 5px solid;
}

div#navigation a:visited {
    color: #000000;
}

/* ナビゲーション：現在のページ */
#present {
color: #991129;
font-weight: bolder;
 }
 
 /*ナビゲーションメニュー*/
#nav li{
display: inline;
list-style-type: none;
padding-right: 30px;
color: #000000;
}
#nav{
margin: 0 0 0 0;
padding: 15px 30px 10px 30px;
background-image: url(../img/menu-bg.png)
}


/* ページ内容：上部 */
#main_pre {
display: none;
}


/* ページ部分全体 */
#main {
background-color:#ffffff;
width: 880px;
margin: 0px;
padding:10px 0px 25px 0px;
line-height: 165%;
font-size: 15px;
border-left:#ffffff 25px solid;
border-right:#ffffff 25px solid;
}

/* ページ内容：下部 */
#main_suf {
display: none;
padding : 0px;
margin : 0px;
}

/* フッター：上部 */
#footer_pre {
display: none;
padding : 0px;
margin : 0px;
}

/* フッター */
#footer {
border: none;
background-image: none;
font-weight: normal;
font-size: 12px;
margin: 0px;
padding: 5px 10px;
text-align:center;
background: transparent;
color: #000000;
}

/* フッター：下部 */
#footer_suf {
display: none;
}

/* フッター：コピーライト部 */
#copyright {
color: #000000;
}

#copyright a{
color: #000000;
text-decoration:none;
}
#copyright a:hover{
color : #0000ED ;
}

/* フッターメニュー外枠：上部 */
div#footer_menu_pre {
display: none;
}

/* フッターメニュー外枠 */
div#footer_menu {
font-size: 12px;
padding: 2px 8px 2px 8px;
background: #000000 url(/skins/b-green/image/mm-bg.jpg) no-repeat center right;
border-top:1px #ffffff solid;
}

/* フッターメニュー外枠：下部 */
div#footer_menu_suf {
display: none;
padding: 0px;
margin: 0px;
height: 0px;
clear: both;
}

/* フッターメニュー：リスト */
ul.footer_menu{
float: right;
padding: 0px;
margin : 0px;
}

li.footer_menu {
list-style-type : none;
margin : 0px 5px;
float: left;
}

/* フッターメニュー：リンク */
li.footer_menu a {
color: #ffffff;
text-decoration:none;
background: transparent url(/skins/b-green/image/mmicon.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.footer_menu a:visited {
color: #ffffff;
text-decoration:none;
background: transparent url(/skins/b-green/image/mmicon.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.footer_menu a:active {
color: #ffffff;
text-decoration:none;
background: transparent url(/skins/b-green/image/mmicon-on.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}
li.footer_menu a:hover {
color: #ffffff;
text-decoration:none;
background: transparent url(/skins/b-green/image/mmicon-on.gif) no-repeat center left;
padding : 0px 0px 0px 15px;
}


/*◇↓ポップアップページ専用設定↓◇*/
/* ポップアップページ：背景色 */
#popup_body {
padding: 0px;
}

/* ポップアップページ：外枠：上部 */
#popup_container_pre {
padding: 0px;
margin: 0px;
}

/* ポップアップページ：外枠 */
#popup_container {
background: #ffffff;
padding: 0px;
margin: 0px;
}

/* ポップアップページ：外枠：下部 */
#popup_container_suf {
display: none;
}

/* ポップアップページ：ヘッダー：上部 */
#popup_header_pre {
display: none;
}

/* ポップアップページ：ヘッダー */
#popup_header {
padding: 2px 8px 2px 8px;
background: #000000 url(/skins/b-green/image/mm-bg.jpg) no-repeat center right;
}

/* ポップアップページ：ヘッダー：下部 */
#popup_header_suf {
display: none;
}

/* ポップアップページ：ヘッダー：サイト名表記部分 */
#popup_site_name td{
font-size: 13px;
color: #ffffff;
height: 25px;
margin: 0px;
padding: 0px 5px;
}

/* ポップアップページ：ヘッダー：サイト名表記部分：リンク */
#popup_site_name td a {
color: #ffffff;
font-weight: bold;
text-decoration:none;
}

/* ポップアップページ：メイン部分：上部 */
#popup_main_pre {
display: none;
}

/* ポップアップページ：メイン部分 */
#popup_main {
background: #ffffff;
padding: 25px;
}

/* ポップアップページ：メイン部分：下部 */
#popup_main_suf {
display: none;
}

/* ポップアップページ：閉じるボタン外枠 */
#popup_close {
text-align: center;
margin: 0px;
padding: 2px;
background: #eeeeee;
border-top:#e3e3e3 1px solid;
border-bottom:#e3e3e3 1px solid;
}

/* ポップアップページ：閉じるボタン */
input#popup_close_button {
background: #ffffff url(/skins/b-green/image/popup_close_button.gif) no-repeat 0% 50%;
line-height: 130%;
padding: 4px 4px 4px 23px;
border: 1px solid #e3e3e3;
}

/* ポップアップページ：フッター：上部 */
#popup_footer_pre {
display: none;
}

/* ポップアップページ：フッター */
#popup_footer {
background: #ffffff;
margin: 0px;
padding: 5px;
}

/* ポップアップページ：フッター：下部 */
#popup_footer_suf {
display: none;
}



/* メニューと本文部分を制御してるテーブル */
#col_layout {
background-color:#ffffff;
border-top:#f07d00 2px solid;
}





.tg{
display: flex;
justify-content: space-between;
margin-top:20px;
}

.tg img{
width:280px;
height:280px;
}