@charset "UTF-8";

/* Reset Style
------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none outside;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}



/* General Setting
----------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #343946;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:hover img.over {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.red {
	color: #f00;
}
.left-area {
	display: inline;
	float: left;
}
.right-area {
	display: inline;
	float: right;
}



/* Layout Style
------------------------------------------------------------*/
body {
	padding: 5px 0 0;
	background: url(../img/common/bg_body.gif);
}

/* header */
#header {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#header h1 {
	margin-bottom: 35px;
	text-align: right;
}
#header #logo {
	margin-bottom: 40px;
}

/* footer */
#footer {
	width: 730px;
	margin: 0 auto;
	padding: 10px 0 20px;
	border-top: 1px #c2c1b2 solid;
	text-align: center;
}
#footer p small {
	font-size: 12px;
}


/* page contents
------------------------------------------------------------*/
section .inner {
	width: 1000px;
	margin: 0 auto;
}
section h1 {
	width: 730px;
	margin: 0 auto 30px;
	padding-bottom: 13px;
	border-bottom: 1px #c2c1b2 solid;
	text-align: center;
}

/* service */
#service {
	margin-bottom: 60px;
	background-color: rgba(228, 212, 172, 0.4);
}
#service .inner {
	padding: 52px 0 75px;
}
#service .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 52px 0 75px;
}
#service ul li {
	float: left;
	width: 33%;
	text-align: center;
}
#service ul li dl dt {
	margin: 32px 0 26px;
	font-weight: bold;
}

#service ul li dl dd {
	line-height: 2.6;
}

/* company */
#company {
	margin-bottom: 85px;
}
#company table {
	width: 100%;
}
#company table th,
#company table td {
	padding: 10px 15px;
	border: 1px #343946 solid;
	background-color: #fbfaf0;
}
#company table th {
	width: 160px;
	vertical-align: top;
	font-weight: bold;
}
#company table td ul li {
	margin-left: 1em;
	list-style: disc outside;
}

/* access */
#access {
	margin-bottom: 105px;
}

/* contact */
#contact {
	margin-bottom: 90px;
}
#contact .inner {
	width: 830px;
}
#contact h1 {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 23px;
	border-bottom: none;
	background: url(../img/common/border.png) left bottom repeat-x;
	text-align: center;
}
#contact table {
	width: 100%;
	margin-bottom: 30px;
}
#contact table tr {
	background: url(../img/common/border.png) left bottom repeat-x;
}
#contact table th,
#contact table td {
	padding: 20px;
}
#contact table th {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}
#contact table td {
	vertical-align: middle;
}
#contact table td input,
#contact table td textarea {
	width: 100%;
	padding: 2px;
}
#contact p {
	line-height: 2.6;
	padding: 50px;
}
#contact .submit {
	text-align: center;
}
#contact .submit input,
#contact .submit a {
	display: inline-block;
	width: 220px;
	padding: 8px 0;
	border: none;
	background-color: #343946;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#contact .submit input.back {
	background-color: #c9524f;
}
#contact .submit input:hover,
#contact .submit a:hover {
	opacity: 0.4;  
	filter: alpha(opacity=60);
}
#contact .ERR {
	color: #f00;
}
#contact p.ERR {
	margin: 15px 0;
	text-align: center;
}


/* clearfix
------------------------------------------------------------*/

#service ul,
.clearfix{
	/zoom: 1;
}

#service ul:after,
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	height:0;
}