@charset "utf-8";
/* CSS Document */

/* ------------ Basic ------------ */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 13px;
	color: #191919;
	background: #fff;
}
body { font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif; }
br { letter-spacing:normal; }


/* link */
a { color:#014DA1; text-decoration: none; }
a:hover { color:#014DA1; text-decoration: underline; }
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

address a { color:#fff; text-decoration: none; }
address a:hover { color:#fff; text-decoration: none; }


img { border:0; vertical-align:bottom; width: 100%; }
h1,h2,h3,h4,h5,h6 { margin:0; }
* html body #main dl.information dd div { display:inline-block; }
* { margin: 0; padding: 0; }

li { list-style: none; }


/* ------------ header ------------ */
header {
	background: url(../image/back-img.jpg) left top;
	background-size: contain;
	width: 100%;
	height: 70px;
}
header div { width: 100%; height: 100px; margin: 0 auto; }
header h1 {
	width: 65%;
	margin: 5px 10px 0 10px;
	font-size: 14px;
	color: #FFF;
	float: right;

}
header p {
	margin-left: 10px;
	width: 25%;
	float: left;
}

/* ------ main ------ */
#main { margin: 10px auto 0; text-align: center; display: block; }


/* ------ itemArea ------ */
.itemArea {
	width: 96%; margin: 30px auto 0; 
}
.itemArea h3 {
	text-align: center;
	border-bottom: solid 2px #025993;
	padding: 0 0 14px 0;
}

.item-img {
	width: 100%;
	background: url(../image/titacerancoating.jpg) no-repeat center 15px;
	background-size: 40%;
	display: block;
}
.item-img dl {
	padding-top: 210px;
	width: 100%;
	display: block;
}
.item-img dl dt h4 {
	font-size: 17px;
	font-weight: bold;
	color: #00448C;
	text-align: center;
}
.f17 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}


/* ------ contents ------ */
.contents { width: 96%; margin: 0 auto; display: block; }

.contents h4 { 
	margin-top: 40px;
	border-radius: 3px;
	padding: 5px 0;
	font-size: 17px;
	color: #FFF;
	text-align: center;
}

.subTtl { margin: 10px 0; font-size: 14px; font-weight: bold; color: #4C4C4C }
.text { margin: 10px 0; }
.image { margin: 0 auto; text-align: center; }

/* color */
.blue { background-color: #036EB8; }
.orange { background-color: #F29700; }
.green { background-color: #60AA34; }
.red { background-color: #D7001D; }
.skyblue { background-color: #55A6FF; }

/* ------ caseStudy ------ */
.caseStudy {
	width: 100%;
	background-color: #F5F5F5;
	margin: 40px 0 0 0;
	display: block;
	padding-bottom: 15px;
}

.shopArea {
	width: 96%;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
.shopArea h5 {
	font-size: 17px; font-weight: bold; text-align: center;
	margin-bottom: 3px;
}

.shopArea ul {
	width: 100%;
}
.shopArea ul li {
	margin: 12px;
	text-align: center;
	float: left;
}
.shopArea ul li p { margin-top: 8px; font-weight: bold; }
.cd { clear: both; }


/* ------ serviceInfo ------ */
.serviceInfo {
	background-color: #60AA34;
	margin-top: 40px;
}
.serviceInfo h6 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
}

.svArea {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

table {
	width: 100%;
  border-collapse: collapse;
}
th { padding: 10px 0px; font-size: 16px; font-weight: bold; text-align: center; }
td { border: solid 2px #60AA34;
padding: 10px;
font-size: 16px; font-weight: bold; color: #5FAA33; text-align: center; }

.ttlRed { color: #D7001D; }
.alert { margin-top: 10px; font-size: 14px; text-align: center;}

.svArea dl {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.svArea dl dd {
	padding-top: 15px;
}
.svArea dl img { width: 90%; }


/* ------ footer ------ */
footer { width: 100%; margin: 40px auto 20px; text-align: center; }


.ft-box {
	width: 100%;
	background-color: #006D38;
	padding-bottom: 12px;
}

.addArea {
	width: 100%;
	margin: 0 auto;
	padding-top: 14px;
	display: block;
}
.addArea dt img {
	width: 30%;
}
.addArea dd {
	text-align: center;
	padding-bottom: 0;
}

address {
	margin: 14px 0 0 0;
	color: #FFF;
	font-style: normal;
	text-align: center;
}

.txt01 { font-size: 14px; font-weight: bold; }
.txt02 { font-size: 14px; font-weight: bold; }
.telJp { font-size: 24px; }
.telJp::after {
			content: "\A" ;
			white-space: pre ;
		}
.txt03 { font-size: 14px; font-weight: bold; }

.company { padding-top: 13px; margin-bottom: 16px; }
.language { margin-bottom: 16px; }
.copyright { font-size: 10px; }