@charset "utf-8";
/* CSS Document */

#voice_single .work_img {padding: 10px;}
#voice_single .work_img img {width: 100%;}
#voice_single .item01 {box-sizing: border-box; border: 3px solid #8e8e8e;}
#voice_single .gallery_title {margin: 10px}
#voice_single .gallery_box img {max-width: 220px; max-height: 165px; min-height: 165px;}
#voice_single .gallery_area {background: url(img/gallery/case_item_bg.gif)top left repeat; padding: 10px; border-top: 3px solid #8e8e8e; padding-bottom: 0;}
#voice_single .case_txt_box {background-color: #fff; font-weight: bold; padding: 20px; border-top: 3px solid #8e8e8e;}

/*一覧ページ*/
#voice .gallery_arcive_link {text-align: center; background-color: #759b25; color: #fff; font-weight: bold; max-width: 150px; margin: 0 auto; font-size: 15px; padding: 2px 0;}
#voice #gallery_arcive_list {padding: 20px; background-color: #e2e2e2; padding-bottom: 0;}
#voice .gallery_arcive_item {box-sizing: border-box; border: 5px solid #fff; width: 327px;}
#voice .gallery_arcive_img img {max-height: 199px; min-height: 199px; object-fit: cover; min-width: 317px;}
#voice .gallery_arcive_img {max-width: 317px;}
#voice .gallery_txt {padding: 0 10px 10px;}
#voice .numbering {
   margin: 0;
   counter-reset: number;
 }
 #voice .numbering .gallery_arcive_item:before {
   counter-increment: number;
   content: counter(number, decimal-leading-zero);
	 position: absolute;
	 font-size: 50px;
	 width: 100px;
	 padding-left: 5px;
	 height: 102px;
	 color: #fff;
	 font-weight: bold;
	 background: url(img/voice/icon_bg.png)top left no-repeat;
 }