@charset "utf-8";
*{
	box-sizing: border-box;
}
.home article{
	width: 690px;
	margin: 0 auto 40px;
}

.bn_main{
	margin: 0 auto;
}
.bn_main p{
	margin-bottom: 10px;
}
.bn_main ul{
	display: table;
	width: 690px;
	margin-bottom: 10px;
}
.bn_main li{
	width: 220px;
	display: table-cell;
	vertical-align: top;
}
.bn_main li:nth-child(2){
	width: 250px;
	text-align: center;
}
.bn_main li:nth-child(3) a:first-child img{
	margin-bottom: 10px;
}

.list01 > p{
	font-size: 13px;
}
.list01 ol{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
}
.list01 ol li{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 25%;
	float: left;
	text-align: center;
}
.list01 ol li a{
	display: block;
	text-align: center;
	color: #0f0f0f;
	font-size: 14px;
	padding: 110px 0 5px;
	font-weight: bold;
}
.list01 ol li:nth-child(1) a{background: url(/images/home/list_item01.png) center 25px no-repeat;}
.list01 ol li:nth-child(2) a{background: url(/images/home/list_item02.png) center 28px no-repeat;}
.list01 ol li:nth-child(3) a{background: url(/images/home/list_item03.png) center 29px no-repeat;}
.list01 ol li:nth-child(4) a{background: url(/images/home/list_item04.png) center 29px no-repeat;}
.list01 ol li:nth-child(5) a{background: url(/images/home/list_item05.png) center 37px no-repeat;}
.list01 ol li:nth-child(6) a{background: url(/images/home/list_item13.png) center 21px no-repeat;}
.list01 ol li:nth-child(7) a{background: url(/images/home/list_item10.png) center 23px no-repeat;}
.list01 ol li:nth-child(8) a{background: url(/images/home/list_item09.png) center 22px no-repeat;}
.list01 ol li:nth-child(9) a{background: url(/images/home/list_item06.png) center 25px no-repeat;}
.list01 ol li:nth-child(10) a{background: url(/images/home/list_item08.png) center 30px no-repeat;}
.list01 ol li:nth-child(11) a{background: url(/images/home/list_item07.png) center 30px no-repeat;}
.list01 ol li:nth-child(12) a{background: url(/images/home/list_item11.png) center 20px no-repeat;}
.list01 ol li:nth-child(13) a{background: url(/images/home/list_item12.png) center 20px no-repeat;}
.list01 ol li:nth-child(14) a{background: url(/images/home/list_item14.png) center 21px no-repeat;}
.list01 ol li a{
	transition-duration: .2s;
}
.list01 ol li a:hover{
	text-decoration: none;
	background-color: #f1f1f1;
}

.list01 .itemList{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-grow: 1;
	width: 680px;
	border-bottom: 1px solid #888;
}

.list01 .itemList li{
	width: 50%;
}
.list01 .itemList li a{
	display:block;
	width: 100%;
	padding:10px 10px 10px 165px;
	box-sizing: border-box;
	color: #333;
}
.list01 .itemList li a:hover{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	zoom:1;
}

.list01 .itemList li h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
.list01 .itemList li#pamphlet{background:url(../images/img-item-001.jpg) no-repeat 0 0;}
.list01 .itemList li#poster{background:url(../images/img-item-002.jpg) no-repeat 0 0;}
.list01 .itemList li#envelope{background:url(../images/img-item-003.jpg) no-repeat 0 0;}
.list01 .itemList li#flag{background:url(../images/img-item-004.jpg) no-repeat 0 0;}
.list01 .itemList li#pocket-file{background:url(../images/img-item-005.jpg) no-repeat 0 0;}
.list01 .itemList li#booklet{background:url(../images/img-item-006.jpg) no-repeat 0 0;}
.list01 .itemList li#direct-mail{background:url(../images/img-item-007.jpg) no-repeat 0 0;}
.list01 .itemList li#flyer{background:url(../images/img-item-008.jpg) no-repeat 0 0;}
.list01 .itemList li#postcard{background:url(../images/img-item-009.jpg) no-repeat 0 0;}
.list01 .itemList li#greeting-card{background:url(../images/img-item-010.jpg) no-repeat 0 0;}
.list01 .itemList li#pocket-tissue{background:url(../images/img-item-011.jpg) no-repeat 0 0;}
.list01 .itemList li#clear-file{background:url(../images/img-item-012.jpg) no-repeat 0 0;}
.list01 .itemList li#gold{background:url(../images/img-item-013.jpg) no-repeat 0 0;}
.list01 .itemList li#posting{background:url(../images/img-item-014.jpg) no-repeat 0 0;}

.list02 > p{
	font-size: 13px;
	margin-bottom: 30px;
}
.list02 ul{
	display: table;
	width: 100%;
}
.list02 ul li{
	display: table-cell;
	width: 234px;
	text-align: left;
	padding: 0 12px 0 0;
	font-size: 13px;
}
.list02 ul li:last-child{
	width: 222px;
	padding-right: 0;
}
.list02 a img{
	margin-bottom: 8px;
}
.list02 h3{
	font-weight: bold;
	line-height: 1.6;
	font-size: 12px;
}
.list02 h3:before{
	content: "▶ "
}
.list02 h3{
	color: #000;
}

.voice{
	margin-top: 30px;
}
.voice h3{
	text-align: center;
	color: #fff;
	background: #158cce;
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}
.newest-voice-content{
	width: 700px;
	height:310px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow-y: scroll;
	padding: 10px;
}
.voice .vistor-voise p{
	padding: 20px 15px;
	line-height: 2;
	font-size: 12px;
}
.voice .vistor-voise p:first-child{
	width:570px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.voice .vistor-voise p:nth-child(2){
	width:570px;
	background: #e6e6e6 url(/images/home/ico_voice.png) 8px 8px no-repeat;
	padding-left: 90px;
	margin: 0 0 10px 55px;
}
.voice h4{
	display: table;
	width: 570px;
	color: #000;
	margin-bottom: 10px;
}
.voice h4 em,
.voice h4 div{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.voice h4 em{
	text-align: left;
	font-size: 13px;
}
.voice h4 div{
	text-align: right;
	font-size: 12px;
}
.voice > p{
	text-align: right;
}
.voice > p a{
	color: #000;
}

.news{
	margin: 0 auto 40px;
}
.news dl{
	padding: 10px;
	margin: 0 auto 10px;
}
.news dt,
.news dd{
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 10px;
}
.news dt{
	float: left;
}
.news dd{
	padding-left: 120px;
	border-bottom: 1px dotted #ccc;
}
.news dd a{
	color: #333;
}
.news dd a:hover{
	color: #f33;
	text-decoration: underline;
}
.news p{
	float: right;
}
.news p a{
	display: block;
	text-align: center;
	width: 100px;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	border: 1px solid #aaa;
	color: #333;
	transition-duration: .2s;
}
.news p a:hover{
	background: #aaa;
	text-decoration: none;
	color: #fff;
}
