@charset "UTF-8";
/*---------------------------------------------*/

/*02.学校・公共機関のお客様
  03.店舗・企業のお客様
  04.個人のお客様
---------------------------------------------*/
table.product {
	border: none;
}
table.product td {
	height: 300px;
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: top;
	border: none;
	box-sizing: border-box;
}
table.product td.ph {
	vertical-align: top;
}
table.product td p {
	padding: 0 10px 0 30px;
	font-size: 14px;
	box-sizing: border-box;
}
/*05.入稿・製本について
---------------------------------------------*/
ul.sample {
	clear: both;
	width: 640px;
	height: 200px;
	margin: 0 0 50px 30px;
	padding: 0;
	box-sizing: border-box;
}
ul.sample li {
	float: left;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 20px 0 0;
	padding: 0px;
	box-sizing: border-box;
}
ul.sample li:nth-child(3) {
	margin: 0;
}
/*06.会社概要
---------------------------------------------*/
.mapArea {
	clear: both;
	width: 100%;
	height: 300px;
	margin: 0 0 30px 0;
	padding: 0;
}
.mapArea .map {
	float: left;
	width: 400px;
	height: 300px;
	margin: 0;
	padding: 0;
}
.mapArea .detail {
	float: left;
	margin: 0 0 0 15px;
	padding: 70px 0 0 0;
	font-size: 14px;
}
/*08.壁新聞用紙販売
---------------------------------------------*/
/*newspaper*/
ul#newspaper {
	width: 670px;
	margin: 0 0 30px 0;
	padding: 8px 0 15px 2px;
	text-align: left;
	background-color: #EDEDED;
}
ul#newspaper li {
	display: inline-block;
	width: 200px;
	height: 300px;
	margin: 15px 0 0 14px;
	padding: 0;
}
ul#newspaper li a {
	position: relative;
	display: block;
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0;
}
ul#newspaper li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 100px 0 0 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-sizing: border-box;
}
ul#newspaper li a:hover .mask {
	opacity: 1;
}
/*postage*/
div#postage {
	width: 670px;
	height: 640px;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	background: url(../newspaper/postage.png) no-repeat center center;
	box-sizing: border-box;
}
div#postage table,
div#postage table th,
div#postage table td {
	display: hidden;
	color: #FFFFFF;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	background: none;
}
div#postage_new {
	width: 670px;
	height: 640px;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	background: url(../newspaper_new/postage.png) no-repeat center center;
	box-sizing: border-box;
}
div#postage_new table,
div#postage_new table th,
div#postage_new table td {
	display: hidden;
	color: #FFFFFF;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	background: none;
}

