@charset "utf-8";
/*------------------------------------------------------------
	factory.html
------------------------------------------------------------*/
#gNavi .navi06 a {
	border-bottom: 5px solid #011628
}

.pageTitle {
	background-image: url(../img/jp/catalog/page_title_bg.jpg);
}

#main .pdfList {
	margin: -21px -25px 0 0;
}

#main .pdfList li {
	margin: 27px 25px 0 0;
	padding: 33px 15px 30px;
	width: 190px;
	float: left;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	position: relative;
	behavior: url(../js/pie.htc); 
}

#main .pdfList li .pho {
	width: 160px;
	margin: 0 auto 5px;
}

#main .pdfList li .pho img {
	width: 100%;
}

#main .pdfList li .name {
	margin-bottom: 1px;
	width: 100%;
	height: 72px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	display: table;
	table-layout: fixed;
}

#main .pdfList li .name .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#main .pdfList li .link a {
	padding: 11px 0 9px;
	display: block;
	position: relative;
	text-align: center;
	color: ##001326;
	font-size: 15px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #04192B;
	behavior: url(../js/pie.htc); 
}

#main .pdfList li .link a:before {
    width: 9px;  
    height: 14px;
	margin-top: -7px;
    background: url(../img/common/icon24.png) no-repeat;
    position: absolute;  
    top: 50%;  
    right: 15px;  
  
    content: "";
}

#main .pdfList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	/*------------------------------------------------------------
		factory.html
	------------------------------------------------------------*/
	.pageTitle {
		background-image: url(../img/jp/catalog/sp_page_title_bg.jpg);
	}
	
	#main .pdfList {
		margin: -7px -0px 0 0;
	}

	#main .pdfList li {
		margin: 12px 0px 0 0;
		padding: 14px 13px 14px;
		width: 48.5%;
		box-sizing: border-box;
		border-radius: 5px;
		background-color: #FFF;
		box-shadow: 1px 1px 5px #CCC;
		-moz-box-shadow: 1px 1px 5px #CCC;
		-webkit-box-shadow: 1px 1px 5px #CCC;
	}

	#main .pdfList li:nth-child(2n) {
		float: right;
	}
	
	#main .pdfList li .pho {
		width: 100%;
	}
		
	#main .pdfList li .pho img {
		width: 100%;
	}
	
	#main .pdfList li .name {
		margin-bottom: 1px;
		height: 44px;
		font-size: 17px;
		text-align: center;
		line-height: 1.6;
	}

	#main .pdfList li .link a {
		padding: 10px 14px 9px 0;
		font-size: 12px;
		text-decoration: none;
		border-radius: 2px;
	}

	#main .pdfList li .link a:before {
		width: 4px;  
		height: 7px;
		margin-top: -3px;
		background-size: 4px 7px;
		right: 8px;  
	}
	
	#main .pdfList li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}
