<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========================================
* File Name: top.css
* Created Date: 2013.07.17
* Author: TAM
======================================== */

#contents.top {
	border-top: none;
}

/* ========================================
	mainView
======================================== */
.top div.mainView {
	width: 100%;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background: url(../../common/images/bg_dot01.gif) repeat left top;
}
.top div.mainView div.inner {
	width: 100%;
	height: 398px;
	background: url(../images/mainview_bg.jpg) no-repeat center top;
}
.top div.mainView div.txtArea {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.top div.mainView div.txtArea p.leadTxt {
	display: table;
	/width: 540px;
	padding: 50px 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 2.1em;
	line-height: 1.4;
	font-weight: bold;
}
.top div.mainView div.txtArea p.leadTxt strong {
	font-size: 200%;
}
.top div.mainView div.txtArea p.txt01 {
	width: 540px;
	margin: 40px 0 0 0;
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.8;
	text-shadow: 1px 1px 0px #666;
}
.top div.mainView div.txtArea p.txt02 {
	width: 540px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.8;
	font-weight: bold;
}

/* ========================================
	news
======================================== */
.top dl.news {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: left;
	overflow: hidden;
}
.top dl.news dt {
	float: left;
	margin: 0 35px 0 0;
	color: #000;
	font-size: 3.2em;
	line-height: 1.2;
	font-weight: bold;
}
.top dl.news dd {
	float: left;
	width: 670px;
}
.top dl.news dd ul li {
	margin: 12px 0 0 0;
	font-size: 1.4em;
	line-height: 1.5;
	overflow: hidden;
}
.top dl.news dd ul li span.date {
	float: left;
	width: 85px;
}
.top dl.news dd ul li a {
	float: left;
	width: 580px;
	color: #333;
}

/* ========================================
	trouble
======================================== */
.top dl.trouble {
	width: 960px;
	margin: 35px auto 0 auto;
	background: url(../images/img_android.gif) no-repeat left top;
	text-align: left;
}
.top dl.trouble dt {
	margin: 0 0 0 186px;
	padding: 15px 0 0 0;
	text-align: center;
	color: #000;
	font-size: 2.4em;
	line-height: 1.5;
	font-weight: bold;
}
.top dl.trouble dd {
	margin: 15px 0 0 186px;
}
.top dl.trouble dd ul {
	display: table;
	width: 100%;
}
.top dl.trouble dd ul li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	width: 25%;
	/width: 24.8%;
	height: 180px;
	/height: 120px;
	/padding: 60px 0 0 0;
	background: url(../images/trouble_bg.gif) no-repeat center center;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
}

/* ========================================
	solution
======================================== */
.top section.solution {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 20px 0;
	background: url(../../common/images/bg_dot02.gif) repeat left top;
}
.top section.solution div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.top section.solution h2 {
	text-align: center;
	color: #000;
	font-size: 3.0em;
	line-height: 1.5;
	font-weight: bold;
}
.top section.solution div.figureWrap {
	width: 100%;
	margin: 20px 0 0 0;
	background: url(../images/solution_line.gif) repeat-y center top;
	overflow: hidden;
}
.top section.solution div.figureWrap figure {
	float: left;
	width: 20%;
	/width: 19.9%;
	padding: 15px 0;
	text-align: center;
}
.top section.solution div.figureWrap figure figcaption {
	display: block;
	margin: 20px 0 0 0;
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: bold;
}
.top section.solution div.txtArea {
	float: left;
	width: 600px;
	margin: 30px 0 0 0;
	font-size: 1.4em;
	line-height: 1.8;
}
.top section.solution dl.word {
	float: right;
	width: 330px;
	margin: 30px 0 0 0;
	padding: 12px 0;
	border: solid 1px #CCC;
	background: #FFF;
}
.top section.solution dl.word dt {
	margin: 0 15px;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
}
.top section.solution dl.word dd {
	margin: 5px 15px 0 15px;
	font-size: 1.2em;
	line-height: 1.7;
}
.top section.solution div.bottomTxt {
	clear: both;
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
	color: #C33;
	font-size: 2.0em;
	line-height: 1.5;
	font-weight: bold;
}

/* ========================================
	aside.affiliated
======================================== */
.top aside.affiliated {
	width: 700px;
	margin: 25px auto 0 auto;
	text-align: left;
}
.top aside.affiliated p.txt {
	font-size: 1.2em;
	line-height: 1.7;
}
.top aside.affiliated ul {
	width: 600px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}
.top aside.affiliated ul li.altera {
	float: left;
}
.top aside.affiliated ul li.qua {
	float: left;
	margin: 0 0 0 40px;
}
.top aside.affiliated ul li.ampp {
	float: right;
	margin: 15px 0 0 0;
}
</pre></body></html>