﻿@charset "UTF-8";
/* CSS Document */

#contents h1 { background-image: url(../img/truckguide_title.jpg); }

/* PC
------------------------------------------------------------------------------------*/
@media(min-width:768px) {
	
	#contentsInner { margin-top: 36px; }
	#contentsInner > p { margin-bottom: 20px; }
		
	#contentsInner h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 100%;
		text-align: center;
		margin: 60px 0px 28px;
		padding-bottom: 18px;
	}
	
	#contentsInner h3 {
		border-left: #009f41 solid 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 100%;
		margin: 36px 0px 20px;
		padding: 1px 0px 1px 16px;
	}
	
	#contentsInner p#f_red { color: #c30000; }
	
	/* section1 */
	#contentsInner section:nth-of-type(1) h2 + p { margin-bottom: -8px; }
	#contentsInner section:nth-of-type(1) p { margin-bottom: 24px; }
	#contentsInner section:nth-of-type(1) .iconPDF,
	#contentsInner section:nth-of-type(1) .iconExcel {
		margin-bottom: 8px;
	}
	
	#contentsInner ol { padding-bottom: 4px; }
	
	#contentsInner .annotation li {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
	
	#contentsInner section:nth-of-type(1) ul:last-of-type li {
		background: url(../../common/img/icon_list.png) 0px 4px no-repeat;
		background-size: 16px;
		margin: 8px 0px 0px -2px;
		padding:1px 0px 1px 24px;
	}
	
	#contentsInner section:nth-of-type(1) table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		margin-top: 28px;
		padding-bottom: 4px;
	}
	
	#contentsInner section:nth-of-type(1) table th {
		background: #009f41;
		color: #fff;
		line-height: 100%;
		text-align: left;
		padding: 14px 0px;
	}
	#contentsInner section:nth-of-type(1) table tr:first-of-type th {
		text-align: center;
	}
	#contentsInner section:nth-of-type(1) table th:nth-of-type(1) { width: 183px; padding-left: 16px; }
	#contentsInner section:nth-of-type(1) table th:nth-of-type(2) { width: 389px; }
	#contentsInner section:nth-of-type(1) table th:nth-of-type(3) { width: 390px; }
	
	#contentsInner section:nth-of-type(1) table td {
		background: #eee;
		line-height: 100%;
		text-align: center;
		padding: 14px 0px;
	}
	
}
	
	
/* スマホ
------------------------------------------------------------------------------------*/
@media(max-width:767px) {	
	
	#contentsInner { margin-top: 20px; }
	#contentsInner > p { margin-bottom: 16px; }
		
	#contentsInner h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
		line-height: 2.4rem;
		text-align: center;
		margin:29px 0px 12px;
		padding-bottom:  13px;
	}
	
	#contentsInner h3 {
		border-left: #009f41 solid 3px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 22px;
		line-height: 2.2rem;
		margin: 20px 0px 12px;
		padding-left: 12px;
	}
	
	#contentsInner p#f_red {
		color: #c30000;
		font-size: 10px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
		
	#contentsInner ol {
		margin-left: 14px;
		padding-bottom: 4px;
	}
	
	#contentsInner ol li {
		margin-top: 8px;
		text-indent: -14px;
	}
	
	#contentsInner .annotation li {
		font-size: 10px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin-top: 4px;
	}
	
	/* section1 */
	#contentsInner section:nth-of-type(1) p { margin-bottom: 12px; }	
	#contentsInner section:nth-of-type(1) ul:last-of-type li {
		background: url(../../common/img/icon_list.png) 0px 4px no-repeat;
		background-size: 12px;
		margin: 8px 0px 0px -4px;
		padding-left: 18px;
	}
	
	#contentsInner section:nth-of-type(1) table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		margin-top: 16px;
	}
	
	#contentsInner section:nth-of-type(1) table th {
		background: #009f41;
		color: #fff;
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 100%;
		text-align: center;
		padding: 8px 0px;
	}

	#contentsInner section:nth-of-type(1) table th:nth-of-type(1) { width: 16.6%; }
	#contentsInner section:nth-of-type(1) table th:nth-of-type(2) { width: 36%; }
	
	#contentsInner section:nth-of-type(1) table td {
		background: #eee;
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 100%;
		text-align: center;
		padding: 8px 0px;
	}
	
}