@charset "utf-8";

* {
	margin: 0; 
	padding: 0;
	line-height: 1;
}
ul { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

a, :focus, :active {
	outline: none;
}
a:link, 
a:visited {
	text-decoration: none;
	color: #09f;
}
a:hover, 
a:active {
	text-decoration: underline;
}

body {
	margin:  0;
	padding: 0;
	background-color: #fff;
	text-align: left;
	color: #333;
	font-family: 'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

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

/* ----------------------------- */
/* header
/* ----------------------------- */

h1 {
	float: left;
	margin: 30px 0 20px;
}

a#logo {
	margin:  0;
	padding: 0;
}
a#logo:link, 
a#logo:visited, 
a#logo:hover, 
a#logo:active {
	background: none;
	text-decoration: none;
}
a#logo:before {
	font-family: 'kinomoto' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e605';
	color: #3b5998;
	font-size: 46px;
	padding-right: 2px;
}

div#util{
	float: right;
	margin-top:10px;
}
div#util p {
	text-align: right;
}
div#util p a {
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat left;
	line-height:1.6;
}

div#header_inq {
	padding-left: 10px;
	border-left: 5px solid #143a75;
}
div#header_inq h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
div#header_inq li {
	font-size: 107%;
}
div#header_inq li li {
	display: inline;
	white-space: nowrap;
}
div#header_inq li.phone {
	padding-right: 10px;
}

h2 {
	color: #002a80;
	font-size: 1.1em;
}

div#key_visual {
	clear: both;
	width: 100%;
	height: 242px;
	background: url(../img/key_visual.jpg) center no-repeat;
}

p#info {
	width: 60%;
	margin:  0;
	padding: 27px 0 0 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3;
}

h3 {
	clear: both;
	margin: 2em 0 0;
	padding: .6em 1em;
	background-color: #143a75;
	color: #fff;
	font-family: 'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1;
}

/* ----------------------------- */
/* Main Products
/* ----------------------------- */

div.product {
	float: left;
	width: 480px;
	margin: 35px 0 0 0;
}

div.product div {
	float: left;
	width: 238px;
	margin: 0 5px 20px 0;
	padding: 0 10px;
}

div.product p img {
	display: block;
	float: left;
	width: 200px;
	margin-left: 15px;
	padding: 0;
	border: solid 1px #ccc;
}

div.product h4 {
	margin-bottom: 0.25em;
	color: #002a80;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2;
}

div.product p {
	font-size: 1em;
	line-height: 1.2;
}

/* ----------------------------- */
/* Company Infomation
/* ----------------------------- */

table {
	margin: 20px auto 0;
}
th,
td {
	padding: 10px 20px;
	border: solid 1px #666;
	line-height: 1.3;
}
th {
	width: 120px;
	background-color: #e1eefa;
	color: #002a80;
}
td {
	width: 440px;
}

/* ----------------------------- */
/* Contact Us
/* ----------------------------- */

p.inquiry {
	display: inline-block;
	margin:  0;
	padding: 1em 0 0 1em;
	font-size: 1.3em;
}

address {
	padding: 40px 0 20px;
	text-align: center;
	font-style: normal;
}
