@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2015-05-19
Copyright (C) KYOTO TOOL CO., LTD. All Rights Reserved.
------------------------------------------------------------------------------*/

#about .aboutBox {
	margin-top: 30px;
}

#about .aboutBox .section {
	padding: 5px 40px 40px;
}

.dlLeft {
	float: left;
	width: 278px;
}
.dlLeft img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.dlLeft p {
	border: 1px solid #ccc;
}
.dlLeft p a {
	display: block;
	padding: 14px 0 14px 20px;
	color: #333;
	font-weight: 700;
}
.dlLeft p a:hover {
	background: #cbddf5;
	text-decoration: none;
}
.dlLeft p a span {
	padding-left: 11px;
	background: url(/files/images/common/icon_arrw_01.png) no-repeat 0 50%;
}

.pdfList01 {
	width: 573px;
	float: right;
	margin-top: -3px;
}
.pdfList02 {
	margin: -3px 0 -15px;
}

.pdfList01 li,
.pdfList02 li {
	height: 45px;
	line-height: 45px;
	padding-left: 36px;
	background: url(/files/images/download/ico_pdf_01.png) no-repeat 0 3px;
}
.pdfList01 li a,
.pdfList02 li a {
	color: #00c;
	font-size: 115.4%;
}
.pdfList01 li a:hover,
.pdfList02 li a:hover {
	color: #f00;
}


@media screen and (max-width:767px){
	#about .aboutBox .section {
		padding: 5px 15px 40px;
	}
	.dlLeft {
		float: none;
		width: 278px;
		margin: 0 auto 20px;
	}
	.pdfList01 {
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.pdfList02 {
		margin: 0;
	}
	.pdfList01 li,
	.pdfList02 li {
		height: auto;
		line-height: 1.4;
		margin-bottom: 10px;
		padding: 0.6em 0 0.4em 36px;
		background: url(/files/images/download/ico_pdf_01.png) no-repeat 0 0;
	}
	.pdfList01 li:last-child,
	.pdfList02 li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:334px){
	#about .aboutBox .section {
		padding: 5px 15px 40px;
	}
	.dlLeft {
		width: 100%;
		margin: 0 auto 20px;
	}
	.dlLeft p {
		width: 100%;
	}
}
