@charset "UTF-8";
label { display:block;}
label input, select, textarea {display:block; margin-top:8px; margin-bottom:15px;}
textarea { width:500px;height:150px;}
div.errors { color:#f00;}
h3.form_mail {
color: rgb(162,203,63); padding: 5px 40px; line-height: 1.5em; margin: 10px 0px 30px -10px;
background: rgb(230,240,203);
border-top: solid 1px rgb(162,203,63);
border-bottom: solid 1px rgb(162,203,63);
}
fieldset{border:none;}
img { border: 0; vertical-align: bottom; }
ul, li, div, a { margin: 0; padding: 0; }
a { color: rgb(150,150,150); text-decoration: none; transition: 0.5s; }
a:hover { color: #222222; }
hr { border:none; }
#body {
	height:100%;
	color: #666666;
	font-size: 80%;
	line-height:1.5em;
	width: 900px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
#footer {
	clear: both;
	background: rgb(240,240,240);
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer .footer_logo{
	padding-top: 10px;
	float: left;
	width: 250px;
}

#footer .copyright {
	font-size: 90%;
	padding: 1em 10px 0 0;
	float: right;
}

.left {float: left;}
.clear {clear: both;}
#D404 ul {padding: 10px;}
#D404 li {padding: 0 3em;}section#main {
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	margin-top: 10px;
}

.column {
	float: left;
	width: 350px;
}
.last_column {
	float: left;
	margin-left: 10px;
	width: 340px;
}
#content div.column ul {
	margin:2em;
}

#content, #err, #company,#toriatukai {
	width: 700px;
}

#content section {
	clear: both;
}

#content h1, #content h2, #company h1, #company h2, #toriatukai h1, #toriatukai h2 {
	clear: both;
	display: block;
	line-height: 3em;
	font-size: 1.5em;
	font-weight: bold;
	padding-left:50px;
	background: url(css/img/h_bg.png) bottom repeat-x;
	border: 1px solid rgb(222, 222, 222);
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(204, 204, 204);
}

#content h2, #company h2, #toriatukai h2 {
	clear: both;
	display: block;
	line-height: 2em;
	font-size: 1.3em;
	font-weight: bold;
	padding-left:50px;
	background: url(css/img/h_bg.png) bottom repeat-x;
	border: 1px solid rgb(222, 222, 222);
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(204, 204, 204);
	clear: both;
}

#content p {
	margin: 10px 20px;
}

#content ul {
	margin: 30px 0 30px 120px;
}
#content li {
	background: url(css/img/check.png) no-repeat 10px;
	line-height: 2.2em;
	padding-left:50px;
	font-weight: bold;
	font-size: 120%;
	list-style-type:none;
}
#content table{
	width: 100%;
	border-collapse: collapse;
}

#content th{
	height: 2.5em;
	letter-spacing: 0.7em;
}

#content td{
	text-align: center;
}

#content tr {
	border-bottom: solid 1px rgb(162,203,63);
}

#content tr:last-child {
	border-bottom: none;
}
#content tr:nth-child(even) {
	background: rgba(162,203,63,0.1);
}

div .left_img {
	width: 280px;
	float: left;
	margin-right: 20px;
	text-align: center;
	vertical-align:middle;
}
div .left_img img{
	vertical-align:middle;
}
div .right_content {
	width: 390px;
	float: left;
	height: 100%;
}
div .right_content div:after {
	clear: both; content: "."; display: block; height: 0; visibility: hidden;
}

div .right_table {
	width: 390px;
	float: left;
}

a.read_more {
	margin:2em;
	padding: 6px 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4) ,-1px -1px 1px rgba(255,255,255,0.6);
	background: rgb(150,150,150) url(css/img/icons_11.png) 7% no-repeat;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	border: solid 1px rgb(150,150,150);
}

a:hover.read_more {
	text-shadow: -1px -1px 1px rgba(0,0,0,0.4) ,1px 1px 1px rgba(255,255,255,0.6);
	background: rgb(200,200,200) url(css/img/icons_11.png) 8% no-repeat;
}

article {
	border-radius: 5px;
	border: solid 1px rgb(200,200,200);
	margin: 0 0 5px 0;zoom: 1;
}
article:after {
	clear: both; content: "."; display: block; height: 0; visibility: hidden;
}

#content article {
	clear: both;
}

#content article h1{
	border-radius: 5px 5px 0 0;
	font-size: 130%;
	padding: 5px 3em;
	margin: 0;
	line-height: 2em;
}

article img {
	margin: 5px;
}
article p {
	padding:10px 0;
}

div#company table{
	width: 100%;
	border-top: solid 1px rgb(162,203,63);
	border-bottom: solid 1px rgb(162,203,63);
	border-collapse: collapse;
}

div#company th{
	height: 1.5em;
	width: 200px;
	letter-spacing: 1em;
	background: rgba(162,203,63,0.1);
}

div#company td{
	text-align: center;
}

div#company tr {
	border-bottom: solid 1px rgb(162,203,63);
}

div#toriatukai table{
	width: 100%;
	border-top: solid 1px rgb(162,203,63);
	border-bottom: solid 1px rgb(162,203,63);
	border-collapse: collapse;
}

div#toriatukai th{
	line-height: 1.5em;
	background: rgba(162,203,63,0.1);
}

div#toriatukai td{
	text-align: center;
}

div#toriatukai tr {
	border-bottom: solid 1px rgb(162,203,63);
}
div#toriatukai tr:nth-child(odd) {
	background: rgba(162,203,63,0.1);
}
div#toriatukai tr:nth-child(even) {
	background: none;
}.header_contact {
	position:relative;
	border-bottom: 1px solid rgb(240,240,240);
}

.header_contact:after{
	content: ""; 
	display: block; 
	clear: both;
}

.header_contact h1 {
	float: left;
	margin: 0;
	padding: 0;
}

.header_contact a {
	display: block ;
}

.header_contact ul {
	float: right;
}

.header_contact li {
	display: inline-block;
	text-decoration: none;
	margin: 20px 20px 10px 0;
	height: 35px;
	font-weight: bold;
	list-style-type:none;
}

.header_tell {
	padding-left: 30px;
	background: url(css/img/tel.png) no-repeat;
	color: rgb(150,150,150);
}
.header_mail a{
	display: block ;
	padding-left: 30px;
	background: url(css/img/mail.png) no-repeat;
	height: 35px;
}

#nav ul {
}

#nav li {
	display: inline-block;
	text-decoration: none;
	margin: 0 0 -1px 0;
	font-weight: bold;
	line-height: 2em;
	list-style-type:none;
	width: 105px;
	text-align: center;
}

#nav a{
	display: block ;
	padding: 5px 20px 5px 20px;
	background: rgb(240,240,240);
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.topicpath{
	overflow: hidden;
	width: 100%;
	font-size: 80%;
	background: rgb(240,240,240);
}

.topicpath li{
	float: left;
	margin: 0 1.5em 0 0;
	list-style-type:none;
}

.topicpath a{
	padding: 0 0 0 10px;
	float: left;
	text-decoration: none;
	background: #ddd;
	position: relative;
	z-index: 1;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.topicpath a:hover{
	background: rgb(197,231,250);
}

.topicpath a:after{
	background: #ddd;
	content: "";
	height: 2em;
	margin-top: -1em;
	position: absolute;
	right: -1em;
	top: 50%;
	width: 2em;
	z-index: -1;	
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg); 
	transform: rotate(45deg);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.topicpath a:hover:after{
	background: rgb(197,231,250);
}

.topicpath .current,.topicpath .current:hover{
	background: none;
}

.topicpath .current:after{
	content: normal;
}
div#sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:200px;
	padding-left: 10px;
}

div#sidebar div#category {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: solid 1px rgb(240,240,240);
}
div#sidebar div#category h3{
	text-align: center;
	padding: 4px 0;
	background: rgb(240,240,240);
	color: rgb(150,150,150);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: solid 1px rgb(240,240,240);
	margin: 0;

}
div#sidebar div#category ul {
}
div#sidebar div#category li {
	border-top:  solid 1px rgb(240,240,240);
	list-style-type:none;
}

div#sidebar div#category li a {
	padding-left: 1em;
	line-height: 4em;
	display: block;
}
div#sidebar div#category ul ul li a {
	padding-left: 2em;
	line-height: 3em;
	display: block;
	font-size: 80%;
	background: rgb(240,240,240);
	background-image: none;
}

div#sidebar div#category ul ul li ul li a {
	padding-left: 3em;
	line-height: 2em;
	display: block;
	font-size: 80%;
	background: rgb(230,230,230);
	background-image: none;
}

div#sidebar div#category li#list25 {}
div#sidebar div#category li#list28 {}
div#sidebar div#category ul li#list16 {	background: url(css/img/okayadokari.jpg) no-repeat top right;}
div#sidebar div#category li#list30 {}
div#sidebar div#category ul li#list22 {	background: url(css/img/jyousui.jpg)  no-repeat top right;}
div#sidebar div#category li#list24 {}
div#sidebar div#category li#list111 {}
div#sidebar div#category li#list83 {}#footer {
	clear: both;
	background: rgb(240,240,240);
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	margin-bottom: 10px;
}

#footer .footer_logo{
	padding-top: 10px;
	float: left;
	width: 250px;
}
