﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

content

---------------------------------------- */

div#content {
	overflow: visible;
	width: auto;
	margin: 0 auto 85px;
	padding: 0;
	background: url(../img/top/top_content_bg01.png) center top repeat-x;
}

div#mainTop {
	width: 960px;
	margin: 0 auto;
}

div#sectionMv {
	position: relative;
	z-index: 1000;
	width: 960px;
	height: 370px;
	background: url(../img/top/top_mv_ph01.jpg) center top no-repeat;
}

div#sectionProduct {
	position: relative;
	z-index: 1001;
	top: -65px;
	margin-bottom: -65px;
	width: 960px;
	height: 184px;
	background: url(../img/common/main_bg_frame.png) left top no-repeat;
}

div#sectionProduct ul {
	text-align: center;
	margin: 0 auto;
	padding: 16px 0 0;
}

div#sectionProduct ul li {
	display: inline;
	padding: 0 4px;
}

div#sectionProduct ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	background-color: #fff;
}

div#sectionTech {
	position: relative;
	z-index: 1001;
	top: -18px;
	margin-bottom: -18px;
	width: 960px;
	text-align: left;
	display: grid;
	justify-content: center;
	background: url(../img/top/top_bg_frame01.png) center bottom no-repeat;
}
div#sectionTech .title04 {
	margin-bottom: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-radius: 2px;

}
div#sectionTech ul {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 13px;
}

div#sectionTech ul li {
	display: inline;
	padding: 0 6px;
}

div#sectionTech ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	background-color: #fff;
}

div#sectionNews {
	padding: 30px 20px 0;
}
div#sectionNews .title04 {
	margin-bottom: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-radius: 2px;

}
div#sectionNews ul {
	border-top: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 2px;
	padding: 10px 10px 0 10px;
}
div#sectionNews ul li {
	margin-bottom: 8px;
}
div#sectionNews ul li a {
	color: #00A5C0;
	margin-left: 30px;
	text-decoration: none;
}
div#sectionNews ul li a:hover {
	text-decoration: underline;
}
div#sectionNews ul li a::after {
	content: '';
	background: url(../img/common/icon_pdf.svg) center top no-repeat;
    width: 8px;
    height: 16px;
    display: inline-block;
    background-size: contain;
	vertical-align: text-top;
	padding-left: 24px;
}