/*
Theme Name: COMPASSO
Theme URI:
Author: the WordPress team
Author URI:
Description:
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compasso-s

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	color: black;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-size: 14px;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
p {
	font-size: 14px;
	line-height: 26px;
}

a {
    margin:0;
    padding:0;
    border:0;
    color: black;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.ar {
	text-align: right;
}

body {
	background: #F7F7F7;
}

header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-bottom: 36px;
	background: white;
}
header > h1 {
	padding-top: 26px;
	margin-bottom: 20px;
}
nav#mainnav ul {
	display: block;
	margin: 0 auto;
}
nav#mainnav ul li {
	display: inline;
	height: 16px;
	margin-left: 35px;
}
nav#mainnav ul li:first-child {
	margin-left: 0;
}
nav#mainnav ul li.eng {
	margin-left: 53px;
}
nav#mainnav ul li.itl {
	margin-left: 25px;
}
nav#mainnav ul li a {
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
nav#mainnav ul li a.current,
nav#mainnav ul li a:hover {
	color: #dd0000;
}

div#contents-wrapper {
	clear: both;
	width: 1140px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 39px;
}
nav#subnavi02 {
	clear: both;
	display: block;
	width: 100%;
	height: 165px;
	text-align: center;
	background: white;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 40px;
}
nav#subnavi02 ul {
	width: 1140px;
	margin: 0 auto;
}
nav#subnavi02 ul li {
	float: left;
	display: block;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
}
nav#subnavi02 h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 40px;
}
nav#subnavi02 p {
	color: #333333;
	padding-top: 22px;
}
nav#subnavi02 a {
	color: #222222;
	text-decoration: none;
}
nav#subnavi01 a:hover,
nav#subnavi02 a:hover {
	color: #dd0000;
}
nav#subnavi02 a.inquiry {
	color: #474747;
	font-weight: bold;
}


footer {
	width: 100%;
	height: 182px;
	font-size: 14px;
	line-height: 24px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E7E7E7;
}
footer div {
	width: 1140px;
	margin: 0 auto;
}
footer nav ul li  {
	float: left;
}
footer nav#footnav {
	float: left;
	padding-top: 67px;
}
footer nav#outnav {
	float: right;
	padding-top: 18px;
}
nav#outnav ul li {
	float: left;
	margin-left: 30px;
}
footer p {
	clear: both;
	font-size: 14px;
	text-align: center;
	color: #999;
}
nav#footnav ul {
	margin-bottom: 60px;
}
nav#footnav p {
	font-size: 14px;
}
nav#footnav ul li {
	float: left;
	line-height: 14px;
	margin-left: 40px;
}
nav#footnav ul li a {
	text-decoration: none;
	color: #999;
}
nav#footnav ul li a:hover {
	color: #000;
}

input[type="email"],
input[type="text"] {
	padding: 0 10px;
	width: 508px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #E1E1E1;
}
textarea {
	padding: 10px;
	width: 508px;
	height: 275px;
	font-size: 16px;
	border: 1px solid #E1E1E1;
}
input[type="submit"] {
	width: 79px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	color: white;
	background-color: #DD0000;
	border: 0;
}
div.contact p {
	margin-bottom: 15px;
}
