@charset "utf-8";


/* ---- モバイル用CSS max720px ---- */


.h-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

.h-logo {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 3% 0;
}


.h-contact {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

nav {
}

article {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.top-article {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.top-article h1 img {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.top-article h2 {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: url('../images/h_bg.jpg');
	color: #FFF;
	width: 100%;
	padding: 10px 0px;
	border: 3px solid #e59545;
	font-weight: 100;
	text-indent: 20px;
}

.main-article {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 3% 3%;
}

.top_content {
	position: relative;
	overflow: hidden;
	display: block;
	background:;
	width: 100%;
	height: 160px;
	border: 1px solid #DDD;
	margin-bottom: 3%;
}


.top_content h2 {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: url('../images/h_bg.jpg');
	color: #FFF;
	width: 100%;
	padding: 10px 0px;
	border: 3px solid #e59545;
	font-weight: 100;
	text-indent: 20px;
}

.top-content-list {
	position: relative;
	overflow: hidden;
	background: ;
	margin-top: 3%;
}

.contentbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 3% 0%;
}

.contentbox h3 {
	position: relative;
	overflow: hidden;
	width: 100%;
    font-weight: bold;
    border-bottom: 3px solid #F98B00;
    /*display: inline-block;*/
    color: #F98B00;
    text-indent: 10px;
    margin-bottom: 3%;
    /*background: #fdd;*/
}

.contentbox p {
	position: relative;
	overflow: hidden;
    margin-bottom: 3%;
    /*background: #ddf;*/

}

.contentbox ul {
	position: relative;
	overflow: hidden;
    margin-bottom: 3%;
    /*background: #dfd;*/

}

.contentbox p img {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.contentbox table {
	position: relative;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 3%;
	border: 1px solid #ccc;
}

.contentbox table th {
	background: #faf7ee;
	color: #663300;
	border: 1px solid #ccc;
	padding: 3px;
}

.contentbox table td {
	background: ;
	border: 1px solid #ccc;
	padding: 3px;
}

.sikitigaiyou th {
	width: 40%;
}

.tatemonogaiyou th {
	width: 40%;
}

.kanseiyosouzubox {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 3%;
	background:;
}

.kanseiyosouzubox p {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.kanseiyosouzubox p img {
	position: relative;
	overflow: hidden;
	width: 100%;
}


/* 定款 */
.teikan {
	width: 100%;
}

.teikanshou {
	width:;
	text-align:center;
	background:;
	margin-top: 3%;
}

.teikankoumoku {
	background:;
}

.teikanjyoubun dl {
	background:;
}

.teikanjyoubun dt {
	position: relative;
	overflow:hidden;
	clear:both;
	width: 12%;
	float:left;
	margin-right:2%;
	line-height:200%;
	background:;
}

.teikanjyoubun dd {
	position: relative;
	overflow:hidden;
	width: 85%;
	line-height:200%;
	background:;
}



.text-right {
	text-align: right;
}


.bottom-article {
	position: relative;
	overflow: hidden;
	width: 100%;
}

aside {
	position: relative;
	overflow: hidden;
	width: 100%;
	
}

.relaton-site {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.relaton-site img {
	position: relative;
	overflow: hidden;
}

footer {
	clear: both;
}

.f-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}

.f-link {
	width: 100%;
	margin-top: 3%;
	text-align: center;
}

.f-link ul li {
	list-style-type: none;
	margin-bottom: 2%;
}

.f-link ul li a {
	color: #fff;
}

.f-link ul li a:hover {
	color: #ff0;
}

.f-contact {
	text-align: center;
	margin-top: 5%;
}

