@charset "UTF-8";
/* 一般タグ設定 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/* Layout
----------------------------------------------- */
body {
	line-height: 1em;
	color: #040404;
	font-family: 'メイリオ' , Meiryo , 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
body#body_wrapper {
	background: #f1f0ec;
}

@media print, screen and (min-width: 768px){
	body#body_wrapper {
		background: #fff;
	}
}



/* Link
----------------------------------------------- */
a:link {
	text-decoration:none;
	color: #0000ff;
}
a:visited {
	text-decoration:none;
	color: #660099;
}
a:hover {
	text-decoration:underline;
	color: #f75904;
}



/* Heading
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	color: #000;
	font-weight:bold;
}



/* Table
----------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
}

table.rwd_table th, table.rwd_table td {
	width: 100%;
	display: block;
	border:none;
	line-height: 1.429em;
	font-size: .875em;
}
table.rwd_table th {
	padding: 7px 0 4px;
}
table.rwd_table td {
	padding: 3px 0 8px;
	border-bottom: solid #ccc 1px;
}

@media print, screen and (min-width: 768px){
	table tr.even {
		background: #eee url(../images/content/dot_2pix_333333.png) repeat-x bottom left;
		background-size: 5px 2px;
	}
	table tr.odd {
		background: #fff url(../images/content/dot_2pix_333333.png) repeat-x bottom left;
		background-size: 5px 2px;
	}
	table th, table td {
		padding: 14px 30px 16px;
		border: solid #ccc 1px;
	}

	table.rwd_table th, table.rwd_table td {
		width:auto;
		padding: 14px 30px 16px;
		display: table-cell;
		border: solid #ccc 1px;
	}
}



/* 非表示
----------------------------------------------- */
.for_pc {
	display: none;
}

#glb_navi dl dt span, #header_submenu ul li.home a span, #header_logo a span {
		width: 0;
		height: 0;
		position:absolute;
		overflow:hidden;
}

@media print, screen and (min-width: 768px){
	.right_faq .title span {
		width: 0;
		height: 0;
		position:absolute;
		overflow:hidden;
	}
	
	.for_pc {
		display: inline;
	}
	.for_sp {
		display: none;
	}
}



/* Google Map
----------------------------------------------- */
.google_map iframe {
	width: 100%;
	height: 100%;
}
.more_google_map a:link, .more_google_map a:visited {
	color: #fff;
}

@media print, screen and (min-width: 768px){
	.google_map iframe {
		width: 900px;
		height: 600px;
	}
}



/* Image
----------------------------------------------- */
img {
	vertical-align: bottom;
}



/* Button
----------------------------------------------- */
/* L M */
a.btn_l, a.btn_m {
	background: url(../images/sp/i008.png) no-repeat;
	-webkit-background-size: 24px 48px;
	background-size: 24px 48px;
	margin-bottom: 12px;
	padding-right: 0;
	padding-left: 24px;
	clear: right;
	float: right;
	display: inline-block;
	color: #2d95fd;
	font-size: 1em;
	font-weight: bold;
}
a.btn_l:hover, a.btn_m:hover {
	background-position: 0 0;
	color: #f90505;
}
a.btn_l span, a.btn_m span {
	background: none;
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
	line-height: 1em;
}

@media print, screen and (min-width: 768px){
	a.btn_l {
		background: url(../images/pc/b023.png) no-repeat,
					url(../images/pc/b026.png) no-repeat 100% 0;
		margin-bottom: 24px;
		padding-right: 48px;
		padding-left: 48px;
		clear: right;
		float: right;
		display: inline-block;
		color: #fff;
		font-size: 1.375em;
		font-weight: bold;
	}
	a.btn_l:hover {
		background-position: 0 -48px, 100% -48px;
		text-decoration: none;
	}
	a.btn_l span {
		background: url(../images/pc/b024.png) repeat-x;
		padding-top: 13px;
		padding-bottom: 9px;
		display: block;
		line-height: 1.182em;
	}
	a.btn_l:hover span {
		background-position: 0 -48px;
	}

	a.btn_m {
		background: url(../images/pc/b017.png) no-repeat,
					url(../images/pc/b019.png) no-repeat 100% 0;
		margin-bottom: 24px;
		padding-right: 36px;
		padding-left: 36px;
		color: #fff;
		font-size: 1.125em;
	}
	a.btn_m span {
		background: url(../images/pc/b018.png) repeat-x;
		padding-top: 8px;
		padding-bottom: 6px;
		line-height: 1.222em;
	}
	a.btn_m:hover {
		background-position: 0 -36px, 100% -36px;
		text-decoration: none;
	}
	a.btn_m:hover span {
		background-position: 0 -36px;
	}
}



/* Text
----------------------------------------------- */
em {
	font-weight: bold;
}



/* Layout Wrapper
----------------------------------------------- */
@media print, screen and (min-width: 768px){
	.top_pagewrapper {
		background: url(../images/pc/001.png) repeat-x,
					url(../images/pc/000.jpg) repeat;
	}

	.pagewrapper {
		background: url(../images/pc/109.png) repeat-x,
					url(../images/pc/000.jpg) repeat;
	}

	#page {
		width: 1010px;
		margin-right: auto;
		margin-left: auto;
	}
}



/* Header
----------------------------------------------- */
#header_title {
	height: 36px;
	background: url(../images/sp/i048.jpg) no-repeat top,
				url(../images/sp/i047.png) repeat-x;
	-webkit-background-size: 480px 36px, 480px 36px;
	background-size: 480px 36px, 480px 36px;
}

#header {
    height: 64px;
    background: url(../images/sp/i035.png) repeat-x bottom,
    			url(../images/sp/i001.png) no-repeat top,
    			url(../images/sp/i038.png) repeat-x;
    background-size: 480px 4px, 480px 64px, 480px 64px;
    position: relative;
}

#header_logo {
    width: 268px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 52px;
    bottom: 0;
    left: 0;
    z-index: 4;
}
#header_logo a {
    height: 64px;
    display: block;
}

@media print, screen and (min-width: 768px){
	#header_title {
		width: 1010px;
		height: 120px;
		background: url(../images/pc/200.jpg) no-repeat;
		margin-right: auto;
		margin-left: auto;
		padding-top: 12px;
		padding-right: 25px;
		padding-left: 25px;
		text-align: center;
		line-height: 1.25em;
		color: #394658;
	}
	#header_title span {
		line-height: 1.25em;
	}
	
	#header {
		width: 1010px;
		height: 212px;
		background: url(../images/pc/002.png) no-repeat,
					url(../images/pc/003.png) no-repeat 0 8px,
					url(../images/pc/005.png) no-repeat 0 44px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		z-index: 2;
	}

	#header_slogan {
		position: absolute;
		top: 8px;
		left: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 25px;
		line-height: 1em;
		color: #5f5f5f;
		font-size: .75em;
	}

	#header_logo {
	    width: auto;
	    position: absolute;
	    top: 44px;
	    right: auto;
	    bottom: auto;
	    left: 0;
	}
	#header_logo a {
	    width: 360px;
	    height: 95px;
	    margin: 0;
	    display: block;
	}
	
	#header_submenu {
		position: absolute;
		top: 8px;
		right: 25px;
	}
	#header_submenu ul {
		display: -webkit-flex;
		display: flex;
	}
	#header_submenu ul li {
		background: url(../images/pc/004.png) no-repeat;
		padding-left: 8px;
		font-size: .813em;
	}
	#header_submenu ul li a:link, #header_submenu ul li a:visited {
		background: url(../images/pc/b004.png) no-repeat,
					url(../images/pc/b006.png) no-repeat 100% 0;
		padding-right: 18px;
		padding-left: 18px;
		display: block;
		color: #545454;
	}
	#header_submenu ul li a:hover {
		background-position: 0 -36px, 100% -36px;
		text-decoration: none;
		color: #fff;
	}
	#header_submenu ul li a span {
		background: url(../images/pc/b005.png) repeat-x;
		padding-top: 10px;
		padding-bottom: 8px;
		display: block;
		line-height: 1.385em;
	}
	#header_submenu ul li a:hover span {
		background-position: 0 -36px;
	}

	#header_submenu ul li:first-child {
		background: none;
		padding-left: 0;
	}
	/*　メニューが複数の時有効に
	#header_submenu ul li:last-child a:link, #header_submenu ul li:last-child a:visited {
		background: url(../images/pc/b004.png) no-repeat,
					url(../images/pc/b002.png) no-repeat 100% 0;
		padding-right: 43px;
		padding-left: 18px;
	}
	#header_submenu ul li:last-child a:hover {
		background-position: 0 -36px, 100% -36px;
	}
	*/

	#header_submenu ul li.home a {
		width: 114px;
		height: 36px;
		background: url(../images/pc/b003.png) no-repeat;
		padding-right: 0;
		padding-left: 0;
		display: block;
	}
	#header_submenu ul li.home a:hover {
		background-position: 0 -36px;
	}
	
	#header_tel {
		background: url(../images/pc/050.png) no-repeat left;
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 36px;
		position: absolute;
		top: 54px;
		right: 213px;
		line-height: 1.083em;
		font-size: 1.5em;
		font-weight: bold;
	}
	#header_tel a:link, #header_tel a:visited {
		display: block;
		line-height: 1.083em;
		color: #343434;
	}

	#header_contact {
	    position: absolute;
	    top: 54px;
	    right: 25px;
	    font-size: 1.125em;
	}
	#header_contact a:link, #header_contact a:visited {
	    background: url(../images/pc/b007.png) no-repeat,
	    			url(../images/pc/b009.png) no-repeat 100% 0;
	    padding-right: 36px;
	    padding-left: 36px;
	    display: block;
	    color: #fafafa;
	    font-weight: bold;
	}
	#header_contact a:hover {
		background-position: 0 -48px, 100% -48px;
		text-decoration: none;
		color: #fff;
	}
	#header_contact a span {
		background: url(../images/pc/b008.png) repeat-x;
		padding-top: 14px;
		padding-bottom: 12px;
		display: block;
	    line-height: 1.222em;
	}
	#header_contact a:hover span {
		background-position: 0 -48px;
	}

	#header_address {
		position: absolute;
		top: 110px;
		right: 25px;
		text-align: right;
		line-height: 1.385em;
		color: #343434;
		font-size: .813em;
	}
}



/* Global glb_navi
----------------------------------------------- */
#glb_navi {
	width: 100%;
	position:absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
#glb_navi dl dt {
	width: 52px;
	height: 60px;
	background: url(../images/sp/b001.png) no-repeat;
	background-size: 52px 120px;
	float:right;
	cursor: pointer;
}
#glb_navi dl dt.slideclose {
	background-position: 0 -60px;
}
#glb_navi dl dd {
	width: 100%;
	background: #f1f0ec;
	clear:right;
	display:none;
}
#glb_navi dl dd ul {
	margin-bottom: 0;
	padding: 0;
}
#glb_navi dl dd ul li {
	border-bottom: solid 1px #aaa;
	text-align:center;
	list-style:none;
}
#glb_navi dl dd ul li:last-child {
	border-bottom: none;
}
#glb_navi dl dd ul li a .title {
	margin-bottom: 2px;
	line-height: 1.25em;
	color: #000;
	font-weight: bold;
}
#glb_navi dl dd ul li a:hover .title {
	color: #f75904;
}

#glb_navi dl dd ul li a .english {
	line-height: 1.1em;
	color: #646464;
	font-size: .625em;
}
#glb_navi dl dd ul li a:hover .english {
	color: #fe6e4a;
}

#glb_navi dl dd ul li a:link, #glb_navi dl dd ul li a:visited {
	padding-top: 20px;
	padding-bottom: 19px;
	display:block;
	text-decoration:none;
}
#glb_navi dl dd ul li a.menu_down {
	background: #ebe6d2 url(images/menu_down.jpg) no-repeat right;
}
#glb_navi dl dd ul li a.selected {
	background: #ebe6d2 url(images/menu_up.jpg) no-repeat right;
}
#glb_navi dl dd ul li.gl_01 ul li a {
	background: #ffcccc;
	color: #333;
}
#glb_navi dl dd ul li.gl_02 ul li a {
	background: #ccccff;
	color: #333;
}
#glb_navi dl dd ul li.gl_03 ul li a {
	background: #ffcc99;
	color: #333;
}
#glb_navi dl dd ul li.gl_04 ul li a {
	background: #ccffff;
	color: #333;
}

@media print, screen and (min-width: 768px){
	#glb_navi {
		position:absolute;
		top: 140px;
		left: 0;
	}
	#glb_navi dl dt {
		width: 0;
		height: 0;
	}
	#glb_navi dl dd {
		background: none;
		clear:none;
		display:inline;
	}
	#glb_navi dl dd ul {
		background: url(../images/pc/006.png) no-repeat;
		padding-left: 25px;
		overflow: hidden;
	}
	#glb_navi dl dd ul li {
		width: 192px;
		float:left;
		border-bottom: none;
	}
	#glb_navi dl dd ul li.gl_01 a {
		background: url(../images/pc/b025.png) no-repeat -25px 0;
	}
	#glb_navi dl dd ul li.gl_01 a:hover {
		background-position: -25px -72px;
	}
	#glb_navi dl dd ul li.gl_02 a {
		background: url(../images/pc/b025.png) no-repeat -217px 0;
	}
	#glb_navi dl dd ul li.gl_02 a:hover {
		background-position: -217px -72px;
	}
	#glb_navi dl dd ul li.gl_03 a {
		background: url(../images/pc/b025.png) no-repeat -409px 0;
	}
	#glb_navi dl dd ul li.gl_03 a:hover {
		background-position: -409px -72px;
	}
	#glb_navi dl dd ul li.gl_04 a {
		background: url(../images/pc/b025.png) no-repeat -601px 0;
	}
	#glb_navi dl dd ul li.gl_04 a:hover {
		background-position: -601px -72px;
	}
	#glb_navi dl dd ul li.gl_05 a {
		background: url(../images/pc/b025.png) no-repeat -793px 0;
	}
	#glb_navi dl dd ul li.gl_05 a:hover {
		background-position: -793px -72px;
	}
}



/* Main Image
----------------------------------------------- */
#main_image img {
	max-width: 100%;
	height: auto;
}

@media print, screen and (min-width: 768px){
	#top_main_subheader {
		margin-top: -204px;
		position: relative;
	}

	#main_image {
	    height: 600px;
	}
	#main_image img {
		max-width: inherit;
		width: 1010px;
	}
	
	#main_image_layer {
		width: 100%;
		height: 600px;
		background: url(../images/pc/001.png) repeat-x 0 -128px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#main_subheader {
		height: 24px;
		background: url(../images/pc/106.png) no-repeat;
	}
}



/* Information / Breadcrumb
----------------------------------------------- */
#top_subheader {
	display: none;
}

@media print, screen and (min-width: 768px){
	#top_subheader {
		background: url(../images/pc/007.png) no-repeat;
		padding: 6px 49px 6px 155px;
		display: inline-block;
		line-height: 1.385em;
		font-size: .813em;
	}
	#top_subheader a:link, #top_subheader a:visited {
		background: url(../images/pc/b010.png) no-repeat top right;
		padding-top: 9px;
		padding-right: 36px;
		padding-bottom: 9px;
		display: inline-block;
		line-height: 1.385em;
		color: #171313;
	}
	#top_subheader a:hover {
		color: #e80000;
	}

	#subheader {
		background: url(../images/pc/107.png) no-repeat;
	}

	#breadcrumb {
		padding: 16px 25px 14px 155px;
		overflow: hidden;
	}
	
	ul#bc_list {
		margin-bottom: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
	}
	ul#bc_list li {
		background: url(../images/pc/108.png) no-repeat;
		padding-left: 26px;
		line-height: 1.385em;
		color: #3b3b3b;
		font-size: .813em;
	}
	ul#bc_list li.home {
		background: none;
		padding-left: 0;
	}
	ul#bc_list li a:link, ul#bc_list li a:visited {
		line-height: 1.385em;
		color: #171313;
	}
	ul#bc_list li a:hover {
		color: #e80000;
	}
}



/* Content Wrapper
----------------------------------------------- */
#wrapper {
	padding-right: 12px;
	padding-left: 12px;
}

@media print, screen and (min-width: 768px){
	#top_wrapper, #wrapper {
		background: url(../images/pc/012.png) no-repeat,
					url(../images/pc/033.png) no-repeat bottom left;
		padding-top: 24px;
		padding-bottom: 48px;
	}
	#wrapper {
		padding-right: 15px;
		padding-left: 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}



/* Center Column
----------------------------------------------- */
#top_CenterColumn, #CenterColumn {
	padding-top: 8px;
}
#top_CenterColumn h1, #CenterColumn h1 {
	background: url(../images/sp/i016.png) no-repeat,
				url(../images/sp/i018.png) no-repeat top right;
	-webkit-background-size: 12px 48px, 12px 48px;
	background-size: 12px 48px, 12px 48px;
	padding: 0 12px 0;
}
#top_CenterColumn h1 span, #CenterColumn h1 span {
	height: 48px;
	background: url(../images/sp/i017.png) repeat-x;
	-webkit-background-size: 2px 48px;
	background-size: 2px 48px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	color: #fff;
}

@media print, screen and (min-width: 768px){
	#top_CenterColumn h1 {
		background: none;
		padding: 0;
		text-align: right;
		font-size: .625em;
		font-weight: normal;
	}
	#top_CenterColumn h1 span {
		height: auto;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.1em;
		color: #666;
	}

	#CenterColumn {
	    width: 720px;
	    background: url(../images/pc/020.png) no-repeat top right,
	    			url(../images/pc/022.png) no-repeat bottom right,
	    			url(../images/pc/021.png) repeat-y right;
		padding-top: 0;
		padding-right: 10px;
	}
	#CenterColumn h1 {
	    background: url(../images/pc/013.png) no-repeat;
	    margin-bottom: 24px;
	    padding: 20px 7px 12px 103px;
	    line-height: 1.429em;
	    font-size: 1.75em;
	    font-weight: normal;
	}
	#CenterColumn h1 span {
		height: auto;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	    display: inline;
	    color: #000;
	}

	/* Thought */
	.thought #CenterColumn h1 {
	    background: url(../images/pc/0133.png) no-repeat;
	}

	/* Price */
	.price #CenterColumn {
	    width: auto;
		background: none;
		padding-right: 0;
	}

	/* Flow */
	.flow #CenterColumn h1 {
	    background: url(../images/pc/0131.png) no-repeat;
	}

	/* AstecPaint */
	.astecpaint #CenterColumn h1 {
	    background: url(../images/pc/0132.png) no-repeat;
	}

	/* Faq */
	.faq #CenterColumn h1 {
	    background: url(../images/pc/0133.png) no-repeat;
	}
	.faq #CenterColumn h1 span {
		color: #535362;
	}

	/* Message */
	.message #CenterColumn h1 {
	    background: url(../images/pc/0133.png) no-repeat;
	}
	.message #CenterColumn h1 span {
		color: #535362;
	}

	/* Contact */
	.contact #CenterColumn h1 {
	    background: url(../images/pc/0134.png) no-repeat;
	}
	.contact #CenterColumn h1 span {
		color: #535362;
	}

	/* Sitemap */
	.sitemap #CenterColumn h1 {
	    background: url(../images/pc/0134.png) no-repeat;
	}
	.sitemap #CenterColumn h1 span {
		color: #535362;
	}
}



/* Content
----------------------------------------------- */
#content {
	background: url(../images/sp/i021l.png) repeat-y,
				url(../images/sp/i021r.png) repeat-y right,
				url(../images/sp/i021.png) repeat;
	-webkit-background-size: 2px 60px, 2px 60px, 292px 4px;
	background-size: 2px 60px, 2px 60px, 292px 4px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#content h2 {
	background: url(../images/sp/i005.png) no-repeat,
				url(../images/sp/i006.png) repeat-x;
	-webkit-background-size: 24px 48px, 2px 48px;
	background-size: 24px 48px, 2px 48px;
	padding: 16px 0 16px 24px;
}
#content h3 {
	padding: 16px 0;
}
#content h4 {
	padding: 17px 0;
	font-size: .875em;
}
#content p, #content ol, #content ul {
	font-size: .875em;
}
#content p {
	margin-bottom: 8px;
	line-height: 1.429em;
}
#content p:last-child {
	margin-bottom: 0;
}
#content ol, #content ul {
	margin-bottom: 12px;
}
#content ol:last-child, #content ul:last-child {
	margin-bottom: 0;
}
#content ol li {
	margin-left: 22px;
	line-height: 1.429em;
	list-style-type: decimal;
}
#content ul li {
	background: url(../images/sp/i022.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-left: 24px;
	line-height: 1.714em;
}
#content ol li ol, #content ol li ul, #content ul li ol, #content ul li ul {
	font-size: 1em;
}
#content ul li ul li{
	background: url(../images/sp/i027.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
#content table {
	margin-bottom: 12px;
}
#content table:last-child {
	margin-bottom: 0;
}
#content table p, #content table ul {
	font-size: 1em;
}

#content .separator {
	margin-bottom: 8px;
	clear: both;
	border-bottom: solid #868695 1px;
}
#content .separator span {
	height: 12px;
}

#content img {
	max-width: 100%;
	height: auto;
}
#content .youtube iframe {
	max-width: 100%;
	height: auto;
}

#content_bottom {
	background: url(../images/sp/i024l.png) no-repeat,
				url(../images/sp/i024r.png) no-repeat top right;
	-webkit-background-size: 12px 24px, 12px 24px, 272px 24px;
	background-size: 12px 24px, 12px 24px;
	padding-right: 12px;
	padding-left: 12px;
}
#content_bottom span {
	height: 24px;
	background: url(../images/sp/i024.png) repeat-x;
	-webkit-background-size: 272px 24px;
	background-size: 272px 24px;
	display: block;
}

@media print, screen and (min-width: 768px){
	#content {
		background: none;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	#content h2 {
	    background: url(../images/pc/023.png) no-repeat,
	    			url(../images/pc/025.png) no-repeat bottom left,
	    			url(../images/pc/024.png) repeat-y;
	    margin-right: 10px;
	    margin-bottom: 12px;
	    margin-left: 10px;
	    padding: 11px 0 11px 28px;
	    line-height: 1.455em;
	    letter-spacing: .004em;
	    color: #000;
	    font-size: 1.375em;
	}
	#content h3 {
		background: url(../images/pc/026.png) no-repeat;
		margin-right: 10px;
		margin-bottom: 12px;
		margin-left: 10px;
		padding: 0 0 0 18px;
		line-height: 1.5em;
	}
	#content h4 {
		margin-right: 10px;
		margin-bottom: 12px;
		margin-left: 10px;
		line-height: 1.6em;
		font-size: .938em;
	}
	
	#content p, #content ol, #content ul {
		margin-right: 10px;
		margin-left: 10px;
		font-size: .938em;
	}
	#content p {
		margin-bottom: 12px;
		line-height: 1.6em;
	}
	#content p:last-child {
		margin-bottom: 24px;
	}
	#content ol, #content ul {
		margin-bottom: 24px;
	}
	#content ol:last-child, #content ul:last-child {
		margin-bottom: 24px;
	}
	#content ol ol:last-child, #content ol ul:last-child, #content ul ol:last-child, #content ul ul:last-child {
		margin-bottom: 0;
	}
	#content ol li {
		line-height: 1.733em;
	}
	#content ul li {
		background: url(../images/pc/027.png) no-repeat;
		margin-bottom: 6px;
		padding-left: 15px;
		line-height: 1.6em;
	}
	#content ol li ol, #content ol li ul, #content ul li ol, #content ul li ul {
		margin-right: 0;
		margin-left: 0;
	}
	#content ul li ul li{
		background: url(../images/pc/028.png) no-repeat;
	}
	
	#content dl {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	#content table {
		max-width: 690px;
		margin-right: 10px;
		margin-bottom: 24px;
		margin-left: 10px;
	}
	#content table:last-child {
		margin-bottom: 24;
	}
	#content table th, #content table td {
		line-height: 1.333em;
		font-size: .938em;
	}
	#content table th {
		background: #fcfcfc;
	}

	#content .separator {
		background: url(../images/pc/029.png) no-repeat,
					url(../images/pc/031.png) no-repeat top right;
		margin-bottom: 24px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: none;
	}
	#content .separator span {
		height: 24px;
		background: url(../images/pc/030.png) repeat-x;
		display: block;
	}

	#content .youtube {
		margin-right: 10px;
		margin-bottom: 36px;
		margin-left: 10px;
	}
	#content .youtube iframe {
		width: 690px;
		height: 388px;
	}
	
	#content_bottom {
		background: none;
		padding-right: 0;
		padding-left: 0;
	}
	#content_bottom span {
		height: auto;
		background: none;
		display: inline;
	}
	
	/* Faq Message */
	.faq #content h2,
	.message #content h2 {
		color: #535362;
	}
}



/* Right Column
----------------------------------------------- */
aside#RightColumn .BlockTitle {
	background: url(../images/sp/i036.png) no-repeat;
	-webkit-background-size: 24px 48px;
	background-size: 24px 48px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	font-weight: bold;
}
aside#RightColumn .BlockTitle span {
	color: #000;
}
aside#RightColumn .BlockContent {
	margin-bottom: 12px;
}

aside#RightColumn .youtube iframe {
	max-width: 100%;
	height: auto;
}

aside#RightColumn ul.right_submenu li {
	background: url(../images/sp/i013.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-left: 24px;
	line-height: 1.714em;
	font-size: .875em;
}
aside#RightColumn ul.right_submenu li a:link, aside#RightColumn ul.right_submenu li a:visited {
	color: #000;
}

@media print, screen and (min-width: 768px){
	aside#RightColumn {
		width: 260px;
	}
	aside#RightColumn .BlockTitle {
		background: url(../images/pc/103.png) no-repeat,
					url(../images/pc/105.png) no-repeat bottom left;
		margin-right: 13px;
		margin-left: 13px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 0;
	}
	aside#RightColumn .BlockTitle span {
		background: url(../images/pc/104.png) repeat-y;
		padding-left: 10px;
		line-height: 1.429em;
		font-size: .875em;
		font-weight: bold;
	}
	aside#RightColumn .BlockContent {
		margin-bottom: 12px;
	}
	aside#RightColumn .BlockContent .text {
		margin-right: 13px;
		margin-left: 13px;
		line-height: 1.385em;
		font-size: .813em;
	}
	aside#RightColumn .BlockLine {
		height: 24px;
		margin-right: 10px;
		margin-left: 10px;
		background: url(../images/pc/030.png) repeat-x bottom;
	}
	
	aside#RightColumn ul.right_submenu {
		margin-right: 13px;
		margin-left: 13px;
	}
	aside#RightColumn ul.right_submenu li {
		background: url(../images/pc/125.png) no-repeat;
		margin-bottom: 6px;
		padding-left: 13px;
		line-height: 1.385em;
		font-size: .813em;
	}
	aside#RightColumn ul.right_submenu li a:link, aside#RightColumn ul.right_submenu li a:visited {
		color: #040404;
	}
	aside#RightColumn ul.right_submenu li a:hover {
		color: #e80000;
	}
	
	/* Message */
	.message aside#RightColumn .BlockTitle span {
		color: #535362;
	}
}


/* Right Faq
----------------------------------------------- */
.right_faq {
	margin-bottom: 12px;
}
.right_faq .question {
	background: url(../images/sp/i036.png) no-repeat;
	-webkit-background-size: 24px 48px;
	background-size: 24px 48px;
	margin-bottom: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	font-weight: bold;
}
.right_faq .answer {
	margin-bottom: 8px;
	line-height: 1.429em;
	font-size: .875em;
}
.right_faq .more {
	background: url(../images/sp/i034.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	line-height: 1em;
	font-size: .875em;
}
.right_faq .more a:link, .right_faq .more a:visited {
	color: #040404;
}

@media print, screen and (min-width: 768px){
	.right_faq {
		background: url(../images/pc/090.png) no-repeat,
					url(../images/pc/092.png) no-repeat bottom left;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.right_faq .inner {
		background: url(../images/pc/101.png) repeat-y;
		padding-right: 16px;
		padding-left: 16px;
	}
	.right_faq .question {
		background: none;
		margin-right: 9px;
		margin-bottom: 6px;
		margin-left: 9px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		line-height: 1.286em;
		font-size: .875em;
	}
	.right_faq .answer {
		margin-right: 10px;
		margin-bottom: 6px;
		margin-left: 10px;
		line-height: 1.385em;
		font-size: .813em;
	}
	.right_faq .more {
		background: none;
		margin-right: 9px;
		margin-left: 9px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		font-size: 1.125em;
	}
	.right_faq .more a:link,
	.right_faq .more a:visited {
		background: url(../images/pc/b070.png) no-repeat;
		padding-top: 8px;
		padding-bottom: 6px;
		display: block;
		text-align: center;
		line-height: 1.222em;
		color: #fff;
		font-weight: bold;
	}
	.right_faq .more a:hover {
		background-position: 0 -36px;
		text-decoration: none;
	}
}



/* Right Banner
----------------------------------------------- */
ul.right_banner {
	margin-bottom: 12px;
}
ul.right_banner li {
	text-align: center;
}

@media print, screen and (min-width: 768px){
	ul.right_banner {
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 10px;
	}
	ul.right_banner li {
		margin-bottom: 6px;
		text-align: left;
	}
}



/* Page Top
----------------------------------------------- */
#pagetop_wrapper {
	padding-right: 12px;
	padding-left: 12px;
	clear: right;
}

#page_top {
	background: url(../images/sp/i006.png) repeat-x;
	-webkit-background-size: 2px 48px;
	background-size: 2px 48px;
	text-align: right;
	font-weight: bold;
}
#page_top a:link, #page_top a:visited {
    background: url(../images/sp/i040.png) no-repeat top right;
    -webkit-background-size: 24px 48px;
    background-size: 24px 48px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    display: inline-block;
    color: #2d95fd;
}

@media print, screen and (min-width: 768px){
	#pagetop_wrapper {
	    background: url(../images/pc/034.png) no-repeat;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
		padding-right: 0;
		padding-left: 0;
	}

	#pagetop_slogan {
	    padding-top: 20px;
	    padding-bottom: 16px;
	    padding-left: 25px;
	    line-height: 1em;
	    font-size: .75em;
	}

	#page_top {
		background: none;
		padding-right: 25px;
		text-align: left;
		font-weight: normal;
	}
	#page_top a:link, #page_top a:visited {
	    background: url(../images/pc/b020.png) no-repeat,
	    			url(../images/pc/b022.png) no-repeat 100% 0;
	    padding-top: 0;
	    padding-right: 48px;
	    padding-bottom: 0;
	    padding-left: 48px;
	    display: block;
	    color: #363636;
	}
	#page_top a:hover {
		background-position: 0 -48px, 100% -48px;
		text-decoration: none;
		color: #fff;
	}
	#page_top a span {
	    background: url(../images/pc/b021.png) repeat-x;
	    padding-top: 16px;
	    padding-bottom: 14px;
		display: block;
		line-height: 1.286em;
	    font-size: .875em;
	}
	#page_top a:hover span {
		background-position: 0 -48px;
	}
}



/* Footer
----------------------------------------------- */
footer {
	background: url(../images/sp/i014.png) repeat-x,
				url(../images/sp/i029.png) repeat-x bottom;
	-webkit-background-size: 480px 12px, 480px 12px;
	background-size: 480px 12px, 480px 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer {
	background: url(../images/sp/i015.png) repeat;
	-webkit-background-size: 480px 4px;
	background-size: 480px 4px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}

#footer_menu {
	margin-bottom: 12px;
}
#footer_menu ul {
	text-align: center;
}
#footer_menu ul li {
	background: url(../images/sp/i026.png) no-repeat top right;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: .875em;
}
#footer_menu ul li a:link, #footer_menu ul li a:visited {
	color: #888;
}

#footer_menu ul li:last-child {
	background: none;
	padding-right: 0;
}


#footer_info {
	margin-bottom: 12px;
	color: #888;
}
#footer_info .philosophy {
	margin-bottom: 3px;
	color: #363636;
	font-size: .625em;
}
#footer_info .author {
	margin-bottom: 5px;
	line-height: 1.428em;
	font-size: .875em;
}
#footer_info .address, #footer_info .tel {
    line-height: 1.429em;
    font-size: .875em;
}
#footer_info .address {
	line-height: 1.428em;
	font-size: .875em;
}
#footer_info .tel {
    margin-bottom: 12px;
}
#footer_info .tel a:link, #footer_info .tel a:visited {
	color: #888;
}
#footer_info .contact ul li {
    line-height: 1.714em;
    font-size: .875em;
}
#footer_info .contact ul li a:link, #footer_info .contact ul li a:visited {
    background: url(../images/sp/i034.png) no-repeat;
        background-size: auto auto;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 24px;
    display: inline-block;
    color: #888;
    font-size: 1em;
}


#footer_submenu {
    margin-bottom: 12px;
}
#footer_submenu ul {
	display: inline;
}
#footer_submenu ul li {
	line-height: 1.714em;
	font-size: .875em;
}
#footer_submenu ul li a:link, #footer_submenu ul li a:visited {
	background: url(../images/sp/i034.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-left: 24px;
	display: inline-block;
	line-height: 1em;
	color: #888;
}
#footer_submenu ul li a span {
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	line-height: 1em;
}


#copyright {
	line-height: 1.1em;
	color: #aaa;
	font-size: .625em;
}
#copyright a {
	color: #aaa;
}

@media print, screen and (min-width: 768px){
	footer {
		background: url(../images/pc/084.png) repeat;
		padding-top: 0;
		padding-bottom: 0;
	}


	#footer {
		width: 1010px;
		background: url(../images/pc/080.png) no-repeat;
		margin-right: auto;
		margin-left: auto;
		padding-top: 48px;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-align: left;
	}

	#footer_info_wrapper {
	    background: url(../images/pc/081.png) no-repeat,
	    			url(../images/pc/082.png) repeat-y;
	    padding-right: 63px;
	    padding-left: 63px;
	    overflow: hidden;
	}

	#footer_info {
		width: 416px;
		background: none;
		margin-bottom: 0;
		padding: 60px 0 0;
		float: left;
		text-align: left;
		color: #eee;
		font-size: 1em;
	}
	#footer_info .author {
		margin-bottom: 9px;
		line-height: 1.5em;
		color: #363636;
		font-size: 1em;
		font-weight: bold;
	}
	#footer_info .address, #footer_info .tel {
		line-height: 1.385em;
		color: #363636;
		font-size: .813em;
	}
	#footer_info .address {
		margin-bottom: 3px;
	}
	#footer_info .tel {
    	margin-bottom: 21px;
	}
	#footer_info .tel a:link, #footer_info .tel a:visited {
		color: #363636;
	}
	#footer_info .contact ul li {
		margin-right: 8px;
		float: left;
		line-height: 1em;
		font-size: 1em;
	}
	#footer_info .contact ul li a:link, #footer_info .contact ul li a:visited {
	    background: url(../images/pc/b043.png) no-repeat,
	    			url(../images/pc/b045.png) no-repeat 100% 0;
	    padding-top: 0;
	    padding-right: 36px;
	    padding-bottom: 0;
	    padding-left: 36px;
	    display: inline-block;
	    color: #343434;
	    font-size: 1.125em;
	}
	#footer_info .contact ul li a:hover {
	    background-position: 0 -36px, 100% -36px;
	    color: #fff;
	}
	#footer_info .contact ul li a span {
	    background: url(../images/pc/b044.png) repeat-x;
	    padding-top: 8px;
	    padding-bottom: 6px;
	    display: inline-block;
	    line-height: 1.222em;
	}
	#footer_info .contact ul li a:hover span {
	    background-position: 0 -36px;
	}
	
	#footer_submenu {
		margin-bottom: 36px;
	}
	#footer_submenu ul {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: right;
	    justify-content: right;
	}
	#footer_submenu ul li {
	    margin-right: 8px;
	    line-height: 1em;
	    font-size: .875em;
	}
	#footer_submenu ul li a:link, #footer_submenu ul li a:visited {
	    background: url(../images/pc/b040.png) no-repeat,
	    			url(../images/pc/b042.png) no-repeat 100% 0;
	    padding-right: 36px;
	    padding-left: 36px;
	    display: inline-block;
	    line-height: 1em;
	    color: #dadada;
	}
	#footer_submenu ul li a:hover {
	    background-position: 0 -24px, 100% -24px;
	}
	#footer_submenu ul li a span {
	    background: url(../images/pc/b041.png) repeat-x;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    display: inline-block;
	    line-height: 1.286em;
	}
	#footer_submenu ul li a:hover span {
	    background-position: 0 -24px;
	}

	#footer_submenu ul li.last {
		margin-right: 0;
	}

	#footer_menu {
		margin-bottom: 0px;
		float: right;
	}
	#footer_menu ul {
		text-align: left;
	}
	#footer_menu ul li {
		background: none;
		margin-bottom: 9px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		display: block;
		list-style:none;
		font-size: .813em;
	}
	#footer_menu ul li a:link, #footer_menu ul li a:visited {
		background: url(../images/pc/b062.png) no-repeat;
		padding-left: 26px;
		display: block;
		line-height: 1.385em;
		color: #363636;
	}
	#footer_menu ul li a:hover {
		background-position: 0 -18px;
		color: #f75904;
	}
	
	#copyright {
		background: url(../images/pc/083.png) no-repeat;
		padding: 48px 25px 22px;
		line-height: 1em;
		text-align: center;
		color: #949494;
	}
	#copyright a:link, #copyright a:visited {
		color: #949494;
	}
	#copyright a:hover {
		color: #f75904;
	}
}



/* Index
----------------------------------------------- */
.index_bg .box {
	margin-bottom: 8px;
	clear: right;
	overflow: hidden;
}
.index_bg .last {
	margin-bottom: 0;
}
.index_bg .image {
	text-align: center;
}
#content .index_bg h2 {
	background: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 8px 0 4px;
	text-align: center;
	color: #004b97;
	font-weight: normal;
}
.index_bg .english {
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.1em;
	color: #1b4774;
	font-size: .625em;
}
.index_bg .title {
	margin-bottom: 4px;
	line-height: 1.6em;
	font-size: .938em;
	font-weight: bold;
}
.index_bg .text {
	line-height: 1.429em;
	font-size: .875em;
}
.index_bg .photo {
	text-align: center;
}
.index_bg .btn a:link,
.index_bg .btn a:visited {
	background: url(../images/sp/i046.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	clear: right;
	float: right;
	display: inline-block;
	line-height: 1em;
	font-size: .875em;
}
.index_bg .btn a:hover {
	background-position: 0 0;
}

@media print, screen and (min-width: 768px){
	.index_bg {
		background: url(../images/pc/008.png) no-repeat,
					url(../images/pc/010.png) no-repeat bottom left,
					url(../images/pc/009.png) repeat-y;
		padding: 12px 15px;
	}
	.index_bg .box_wrapper {
		padding: 12px 34px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.index_bg .box {
		width: 272px;
		margin-bottom: 0;
	}
	.index_bg .image {
		margin-bottom: 24px;
	}
	#content .index_bg h2 {
		padding: 0;
		line-height: 1.429em;
		font-size: 1.75em;
	}
	.index_bg .english {
		margin-bottom: 20px;
	}
	.index_bg .text {
		margin-bottom: 16px;
		padding-right: 1px;
		padding-left: 1px;
		line-height: 1.6em;
		font-size: .938em;
	}
	.index_bg .photo {
		margin-bottom: 16px;
		padding-top: 4px;
	}
	.index_bg .btn a:link,
	.index_bg .btn a:visited {
		width: 196px;
		background: url(../images/pc/b071.png) no-repeat;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-top: 8px;
		padding-bottom: 6px;
		padding-left: 0;
		display: block;
		float: none;
		text-align: center;
		line-height: 1.222em;
		color: #b78740;
		font-size: 1.125em;
		font-weight: bold;
	}
	.index_bg .btn a:hover {
		background-position: 0 -36px;
		text-decoration: none;
		color: #fff;
	}
}



/* Price
----------------------------------------------- */
.price_table_x_scroll {
overflow: auto;
}
.price_table_x_scroll::-webkit-scrollbar{
height: 5px; /* スクロールバーの高さ */
}
.price_table_x_scroll::-webkit-scrollbar-track{
background: #F1F1F1; /* スクロールバーの背景色 */
}
.price_table_x_scroll::-webkit-scrollbar-thumb {
background: #d6d6d6; /* スクロールバーの色 */
}
.price_table_x_scroll td,
.price_table_x_scroll th{
white-space: nowrap;　/* 文字の折返しを禁止 */
}

@media print, screen and (min-width: 768px){
	.price_table_x_scroll {
		overflow: visible;
	}
	#content .price_table_x_scroll table {
		max-width: 1010px;
		width: auto;
	}
	#content .price_table_x_scroll table th {
		background: #ff0;/* のちに変更 */
	}
	.price_table_x_scroll table th,
	.price_table_x_scroll table td {
		padding: 7px 15px 8px;
	}
	.price_table_x_scroll table td {
		white-space: normal;
	}
}



/* Flow
----------------------------------------------- */
.flow_chart dt {
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	line-height: 1em;
	font-size: .875em;
	font-weight: bold;
}
.flow_chart dd {
	margin-bottom: 8px;
}
.flow_chart dd ol {
	margin-left: 24px;
}
#content .flow_chart dd ol li {
	list-style-type: lower-roman;
}
#content .flow_chart dd ol ul li {
	background: url(../images/sp/i027.png) no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	margin-left: 0;
	list-style: none;
}

ul.flow_color {
	overflow: hidden;
}
#content ul.flow_color li {
	width: 88px;
	background: none;
	padding-left: 0;
	margin-right: 4px;
	margin-bottom: 8px;
	float: left;
}
ul.flow_color li .photo {
	height: 88px;
	background: url(../images/sp/i020.png) no-repeat top;
	-webkit-background-size: 88px 88px;
	background-size: 88px 88px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
ul.flow_color li .caption {
	padding-left: 4px;
}

@media print, screen and (min-width: 768px){
	.flow_chart {
		background: url(../images/pc/037.png) 230px 0 no-repeat,
					url(../images/pc/039.png) 230px 100% no-repeat,
					url(../images/pc/038.png) 230px 0 repeat-y,
					url(../images/pc/037.png) 470px 0 no-repeat,
					url(../images/pc/039.png) 470px 0 no-repeat,
					url(../images/pc/038.png) 470px 0 repeat-y;
		margin-bottom: 36px;
		overflow: hidden;
	}
	#content .flow_chart dl{
		width: 210px;
		margin-right: 20px;
		float: left;
	}
	.flow_chart dt {
		background: url(../images/pc/040.png) no-repeat,
					url(../images/pc/042.png) 0 100% no-repeat,
					url(../images/pc/041.png) repeat-y;
		margin-bottom: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 14px;
		line-height: 1.4286em;
		color: #000;
	}
	.flow_chart dd {
		margin-bottom: 12px;
		padding-right: 1px;
		padding-left: 1px;
	}
	#content .flow_chart dd ol {
		margin-right: 0;
		margin-left: 0;
		font-size: .8125em;
	}
	#content .flow_chart dd ol li {
		line-height: 1.3846em;
	}
	.flow_chart dd ol ul {
		margin-top: 6px;
	}
	#content .flow_chart dd ol ul li {
		background: none;
		padding-left: 0;
	}

	#content .flow_chart dl:nth-child(3n) {
		margin-right: 0;
	}

	#content ul.flow_color {
		background: url(../images/pc/037.png) no-repeat 230px 0,
					url(../images/pc/039.png) no-repeat 230px 100%,
					url(../images/pc/038.png) repeat-y 230px 0,
					url(../images/pc/037.png) no-repeat 470px 0,
					url(../images/pc/039.png) no-repeat 470px 100%,
					url(../images/pc/038.png) repeat-y 470px 0;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
		font-size: 1em;
	}
	#content ul.flow_color li {
		width: 230px;
		height: auto;
		margin-right: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	ul.flow_color li .photo {
		height: auto;
		background: none;
		margin-bottom: 8px;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	ul.flow_color li .caption {
		padding-right: 1px;
		padding-left: 1px;
		line-height: 1.385em;
		font-size: .813em;
	}

	#content ul.flow_color li:nth-child(3n) {
		margin-right: 0;
	}
}



/* Astec Paint
----------------------------------------------- */
#astecpaint_antifungal .h2_wrapper, #astecpaint_antifungal dl.haccp {
    background: none;
    padding-right: 10px;
    padding-left: 10px;
}
#astecpaint_antifungal {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#astecpaint_antifungal .english {
	background: none;
	padding: 9px 10px;
	text-align: center;
	line-height: 1.1em;
	color: #757584;
	font-size: .625em;
}
#astecpaint_antifungal .h2_wrapper, #astecpaint_antifungal .desc_wrapper, #astecpaint_antifungal .image_wrapper {
	background: none;
	padding-right: 10px;
	padding-left: 10px;
}
#astecpaint_antifungal .h2_wrapper {
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}
#astecpaint_antifungal .h2_wrapper h2 {
	background: none;
	margin-bottom: 0;
	padding: 0;
	line-height: 1.545em;
	font-size: 1em;
	font-weight: normal;
}
#astecpaint_antifungal .h2_wrapper div {
	line-height: 1em;
	color: #666;
	font-size: .625em;
}

#astecpaint_antifungal .desc_wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
}
#astecpaint_antifungal .desc_wrapper .desc {
	line-height: 1.429em;
	font-size: .875em;
}

ul.astecpaint_ec5000 {
	overflow: hidden;
}
ul.astecpaint_ec5000 li .title {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul.astecpaint_ec5000 li p {
	font-size: 1em;
}
#content ul.astecpaint_ec5000 li .text {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px){
	#astecpaint_antifungal {
		background: url(../images/pc/056.png) no-repeat bottom left;
		margin-right: 0;
		margin-bottom: 24px;
		margin-left: 0;
		padding-bottom: 48px;
	}
	#astecpaint_antifungal .english {
		background: url(../images/pc/054.png) no-repeat;
		padding: 9px 32px 41px;
	}
	#astecpaint_antifungal .h2_wrapper, #astecpaint_antifungal .desc_wrapper, #astecpaint_antifungal .image_wrapper {
		background: url(../images/pc/055.png) repeat-y;
	}
	#astecpaint_antifungal .h2_wrapper {
		padding: 0 45px 24px;
	}
	#astecpaint_antifungal .h2_wrapper h2 {
		font-size: 1.375em;
	}
	#astecpaint_antifungal .h2_wrapper div {
		padding-right: 10px;
		padding-left: 10px;
	}

	#astecpaint_antifungal .desc_wrapper {
		padding-top: 0;
		padding-right: 45px;
		padding-left: 45px;
		font-size: 1em;
	}
	#astecpaint_antifungal .desc {
		padding-right: 10px;
		padding-left: 10px;
		line-height: 1.6em;
		font-size: .938em;
	}

	#astecpaint_antifungal .image_wrapper {
		padding-right: 45px;
		padding-left: 45px;
	}
	#astecpaint_antifungal .image_wrapper .image {
		padding-right: 10px;
		padding-left: 10px;
	}

	#content ul.astecpaint_ec5000 {
		background: url(../images/pc/037.png) no-repeat 230px 0,
					url(../images/pc/039.png) no-repeat 230px 100%,
					url(../images/pc/038.png) repeat-y 230px 0,
					url(../images/pc/037.png) no-repeat 470px 0,
					url(../images/pc/039.png) no-repeat 470px 100%,
					url(../images/pc/038.png) repeat-y 470px 0;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	#content ul.astecpaint_ec5000 li {
		width: 230px;
		background: none;
		margin-right: 10px;
		margin-bottom: 8px;
		padding-right: 10px;
		padding-left: 10px;
		float: left;
	}
	ul.astecpaint_ec5000 li .title {
		background: url(../images/pc/040.png) no-repeat,
					url(../images/pc/042.png) no-repeat bottom left;
		margin-bottom: 6px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.astecpaint_ec5000 li .title span {
		background: url(../images/pc/041.png) repeat-y;
		padding-left: 14px;
		line-height: 1.286em;
		color: #000;
		font-size: .875em;
		font-weight: bold;
	}
	ul.astecpaint_ec5000 li .photo {
		background: none;
		margin-bottom: 8px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
	#content ul.astecpaint_ec5000 li p.text {
		margin-right: 1px;
		margin-bottom: 12px;
		margin-left: 1px;
		padding-right: 0;
		padding-left: 0;
		line-height: 1.385em;
		font-size: .867em;
	}

	#content ul.astecpaint_ec5000 li:nth-child(3n) {
		margin-right: 0;
	}
	ul.astecpaint_ec5000 li:nth-child(3n+1) {
		clear: left;
	}
}



/* Faq
----------------------------------------------- */
dl.faq_list dt {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	text-indent: -16px;
	color: #000;
	font-weight: bold;
}
dl.faq_list dt svg {
	color: #3b455c;
}
dl.faq_list dd {
	margin-bottom: 8px;
	margin-left: 16px;
	line-height: 1.429em;
	font-size: .875em;
}

@media print, screen and (min-width: 768px){
	dl.faq_list dt {
		margin-bottom: 12px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.5em;
		color: #535362;
	}
	dl.faq_list dd {
		margin-bottom: 24px;
		margin-left: 16px;
		line-height: 1.6em;
		font-size: .938em;
	}
}



/* Voice
----------------------------------------------- */
@media print, screen and (min-width: 768px){
	#content ul.voice_client {
		background: url(../images/pc/0374.png) no-repeat 230px 0,
					url(../images/pc/0394.png) no-repeat 230px 100%,
					url(../images/pc/0384.png) repeat-y 230px 0,
					url(../images/pc/0374.png) no-repeat 470px 0,
					url(../images/pc/0394.png) no-repeat 470px 100%,
					url(../images/pc/0384.png) repeat-y 470px 0;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	#content ul.voice_client li {
		width: 230px;
		background: none;
		margin-right: 10px;
		padding-right: 10px;
		padding-left: 10px;
		float: left;
	}
	ul.voice_client li .title {
		background: url(../images/pc/0404.png) no-repeat,
					url(../images/pc/0424.jpg) no-repeat bottom left;
		margin-bottom: 6px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.voice_client li .title span {
		background: url(../images/pc/0414.jpg) repeat-y;
		padding-left: 14px;
		line-height: 1.286em;
		color: #df0918;
		font-size: .875em;
		font-weight: bold;
	}
	ul.voice_client li .photo {
		background: none;
		margin-bottom: 8px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
	#content ul.voice_client li p.text {
		margin-right: 1px;
		margin-left: 1px;
		padding-right: 0;
		padding-left: 0;
		line-height: 1.385em;
		font-size: .867em;
	}

	#content ul.voice_client li:nth-child(3n) {
		margin-right: 0;
	}
}



/* Form / Table
----------------------------------------------- */
table.formTable th{
	background: none;
}
table.formTable th span {
	margin-left: 6px;
	color: #e36d02;
	font-size: .867em;
}
table.formTable td input[type="text"] {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid #ccc 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.formTable td input.zip {
	width: 90px;
}
table.formTable td input.number {
	width: 40px;
}
table.formTable td textarea {
	width: 100%;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid #ccc 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media print, screen and (min-width: 768px){
	table.formTable{
		margin-bottom: 12px;
		border-collapse:collapse;
		font-size: .938em;
	}
	table.formTable th{
		width: 280px;
		vertical-align: middle;
	}
	table.formTable td input[type="text"] {
		width: 340px;
		border: solid #777 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	table.formTable td input.zip {
		width: 90px;
	}
	table.formTable td input.number {
		width: 40px;
	}
	table.formTable td textarea {
		width: 340px;
		height: 100px;
		border: solid #777 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#content .contact_submit {
		margin-left: 320px;
	}
}



/* Message
----------------------------------------------- */
.message_signature {
	text-align: right;
}

@media print, screen and (min-width: 768px){
	.message_photo {
		margin-right: 10px;
		margin-bottom: 36px;
		margin-left: 10px;
	}
}



/* Factory
----------------------------------------------- */
ul.factory_introduction {
	overflow: hidden;
}
#content ul.factory_introduction li {
	background: none;
	margin-right: 4px;
	margin-bottom: 8px;
	padding-left: 0;
	float: left;
}
ul.factory_introduction li .photo {
	width: 88px;
	height: 88px;
	background: url(../images/sp/i020.png) no-repeat top;
	-webkit-background-size: 88px 88px;
	background-size: 88px 88px;
	padding-top: 16px;
	padding-right: 4px;
	padding-left: 4px;
}
#content ul.factory_introduction li img {
	width: 264px;
}

@media print, screen and (min-width: 768px){
	#content ul.factory_introduction {
		background: url(../images/pc/0371.png) no-repeat 230px 0,
					url(../images/pc/0391.png) no-repeat 230px 100%,
					url(../images/pc/0381.png) repeat-y 230px 0,
					url(../images/pc/0371.png) no-repeat 470px 0,
					url(../images/pc/0391.png) no-repeat 470px 100%,
					url(../images/pc/0381.png) repeat-y 470px 0;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	#content ul.factory_introduction li {
		width: 230px;
		background: none;
		margin-right: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	ul.factory_introduction li .title {
		background: url(../images/pc/0401.png) no-repeat,
					url(../images/pc/0421.jpg) no-repeat bottom left;
		margin-bottom: 6px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.factory_introduction li .title span {
		background: url(../images/pc/0411.jpg) repeat-y;
		padding-left: 14px;
		line-height: 1.286em;
		color: #1a2988;
		font-size: .875em;
		font-weight: bold;
	}
	ul.factory_introduction li .photo {
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 8px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-align: left;
	}
	#content ul.factory_introduction li p.text {
		margin-right: 1px;
		margin-left: 1px;
		padding-right: 0;
		padding-left: 0;
		line-height: 1.385em;
		font-size: .867em;
	}

	#content ul.factory_introduction li:nth-child(3n) {
		margin-right: 0;
	}
}
