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

/* ------------ Basic ------------ */

html,body{
    width: 100%;
}
body{
  min-width:1360px;
}

html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 16px;
	color: #191919;
	background: #fff;
}
body { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "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; }
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;
	width: 100%;
	height: 100px;
}
header div { width: 1320px; height: 100px; margin: 0 auto; }
header h1 {
	font-size: 28px;
	color: #FFF;
	margin-top: 14px;
	margin-right: 170px;
	float: right;

}
header p {
	width: 169px;
	margin-left: 60px;
	float: left;
}

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




/* ------ itemArea ------ */
.itemArea {
	width: 1000px; margin: 50px auto 0; 
}
.itemArea h3 {
	text-align: center;
	border-bottom: solid 2px #025993;
	padding: 0 0 26px 0;
}

.item-img {
	width: 1000px;
	height: 300px;
	background: url(../image/titacerancoating.jpg) no-repeat top right;
	margin-top: 15px;
	display: block;
}
.item-img dl {
	width: 630px;
	padding-top: 50px;
	margin-left: 20px;
	display: block;
}
.item-img dl dt h4 {
	font-size: 28px;
	font-weight: bold;
	color: #00448C;
}
.f17 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}



/* ------ contents ------ */
.contents { width: 1000px; margin: 0 auto; display: block; }

.contents h4 { 
	margin-top: 60px;
	border-radius: 5px;
	font-size: 33px;
	color: #FFF;
	text-align: center;
}

.subTtl { margin: 20px; font-size: 18px; font-weight: bold; color: #4C4C4C }
.text { margin: 20px; }
.image { margin: 20px 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: 60px 0 0 0;
	display: block;
	padding-bottom: 30px;
}

.shopArea {
	width: 1360px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.shopArea h5 {
	font-size: 33px; font-weight: bold; text-align: center;
	margin-bottom: 2px;
}

.shopArea ul {
	width: 1360px;
}
.shopArea ul li {
	margin: 20px;
	text-align: center;
	float: left;
}
.shopArea ul li p { margin-top: 10px; font-size: 17px; font-weight: bold; }
.cd { clear: both; }


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

.svArea {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

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

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

.svArea dl {
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.svArea dl dd {
	padding-top: 25px;
}


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


.ft-box {
	width: 100%;
	height: 197px;
	background-color: #006D38;
}

.addArea {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.addArea dt {
	float: left;
}
.addArea dd {
	float: left}

address {
	margin: 30px 0 0 50px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.txt01 { font-size: 26px; font-weight: bold; }
.txt02 { font-size: 24px; font-weight: bold; }
.telJp { font-size: 36px; }
.txt03 { font-size: 24px; font-weight: bold; }

.company { padding-top: 30px; margin-bottom: 20px; }
.language { width: 1300px; text-align: right; margin-bottom: 20px; }
.copyright { font-size: 14px; }