@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2014年11月20日 */
/* last updated:2014年11月20日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

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

body {
	font-size:14px;
	*font-size:88%;
	font-family:"azo-sans-web", sans-serif;
	line-height:1.5;
	letter-spacing:1px;
	color:#444;
}

a:link {
	color:#444;
	text-decoration:none;
}
a:visited {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:active {
	color:#444;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */

#wrap {
	width:100%;
	min-width:1000px;
	height:100%;
	position:relative;
	border-top:3px solid #336633;
}

/* --------------------------------------
		102 header
-------------------------------------- */
#wrap header#mainHead {
	border-bottom:3px solid #F0F0F0;
}

#wrap header#mainHead .headArea {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}

#wrap header#mainHead .logoBlock {
	width:470px;
	text-align:left;
	padding:5px 15px 0;
	float:left;
}

#wrap header#mainHead .logoBlock hgroup {
	background:url(../images/common/logo_mark.png) no-repeat 0% 50%;
	padding:5px 0 5px 90px;
}

#wrap header#mainHead .logoBlock hgroup h1 {
	height:60px;
	font-size:129%;
	line-height:60px;
}

#wrap header#mainHead .headInner {
	width:500px;
	float:right;
	padding:10px 0;
	overflow:hidden;
	zoom:1;
}

#wrap header#mainHead .headInner .telBox {
	border-bottom:1px solid #F0F0F0;
	overflow:hidden;
	zoom:1;
}

#wrap header#mainHead .headInner .telBox .tel {
	width:330px;
	font-size:200%;
	letter-spacing:0;
	line-height:34px;
	text-align:right;
	float:left;
}

#wrap header#mainHead .headInner .telBox .tel i {
	color:#2b8d30;
}

#wrap header#mainHead .headInner .telBox .tel span {
	letter-spacing:1px;
}

#wrap header#mainHead .headInner .telBox .time {
	width:160px;
	letter-spacing:0;
	line-height:12px;
	text-align:left;
	padding:12px 0;
	float:right;
}

#wrap header#mainHead .headInner .add {
	font-size:86%;
	font-weight:300;
	letter-spacing:0;
	line-height:26px;
	text-align:center;
	clear:both;
}

#wrap header#mainHead .headInner figure {
	width:145px;
	float:right;
}

#wrap header#mainHead nav#gnav {
	height:70px;
	background:#2b8d30;
	box-shadow: inset 0px 3px 0px 0px rgba(40, 133, 45, 0.8);
}

#wrap header#mainHead nav#gnav ul {
	width:1000px;
	height:70px;
	text-align:center;
	margin:0 auto;
}

#wrap header#mainHead nav#gnav ul li {
	float:right;
}

#wrap header#mainHead nav#gnav ul li a {
	display:block;
}

#wrap header#mainHead nav#gnav ul li.en {
	width:149px;
}

#wrap header#mainHead nav#gnav ul li.en a {
	width:120px;
	height:30px;
	line-height:30px;
	color:#2b8d30;
	text-align:center;
	background:#fff;
	box-shadow:0px 3px 0px #336633;
	margin:20px auto;
}

#wrap header#mainHead nav#gnav ul li.en a:hover {
	background:#faa71b;
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#mainContent {
	width:980px;
	padding:0px 10px 50px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}

#mainContent h2 {
	font-size:200%;
	font-weight:400;
	color:#2b8d30;
	padding:50px 0 20px 0;
}
#mainContent .textBox {
	font-weight:300;
}

#mainContent table {
	width:100%;
	font-weight:300;
}

#mainContent table td {
	width:80%;
	font-size:86%;
	border-bottom:1px solid #ddd;
	padding:15px;
	box-sizing:border-box;
}

#mainContent table tr td:first-child {
	width:20%;
	color:#666;
	border-bottom:3px solid #f0f0f0;
	padding:15px 10px 12px;
}

#pgtop a {
	width:40px;
	height:40px;
	font-size:100%;
	line-height:40px;
	color:#fff;
	text-align:center;
	position:fixed;
	display:block;
	right:15px;
	bottom:100px;
	background:#444;
	box-shadow:0px 2px 0px #222;
	border-radius:20px;
}

#pgtop a:hover {
	color:#fa7f1b;
}


/* --------------------------------------
		104 footer
-------------------------------------- */
footer#footer {
	width:100%;
}

footer#footer .footInner {
	background:#393939;
	padding:30px 10px;
	overflow:hidden;
	zoom:1;
}

footer#footer .footInner .inner {
	width:1000px;
	margin:0 auto;
}

footer#footer figure {
	width:145px;
	float:left;
	padding:10px 0;
}

footer#footer .infoBox {
	width:300px;
	text-align:center;
	color:#fff;
	float:right;
}

footer#footer .infoBox .name {
	font-size:157%;
	padding-bottom:10px;
}

footer#footer .infoBox .name span {
	font-size:55%;
	color:#2b8d30;
	display:block;
}

footer#footer .infoBox .add {
	font-size:86%;
	font-weight:300;
	letter-spacing:0;
	padding-bottom:20px;
}

footer#footer .infoBox ul li {
	padding-bottom:3px;
}

footer#footer .infoBox ul li a {
	color:#115815;
	font-size:86%;
	line-height:16px;
	text-align:center;
	display:block;
	background:#fff;
	box-shadow:0px 3px 0px #222;
}

footer#footer .infoBox ul li a:hover {
	background:#faa71b;
}

footer small {
	min-width:1000px;
	font-size:71%;
	font-weight:300;
	line-height:50px;
	text-align:center;
	background:#303030;
	color:#fff;
	display:block;
}
