@charset "UTF-8";

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-size:0;
	line-height:0;
	background: #c1b3a3;
	width:100%;
}
/* Common */
.clear{
	clear:both;
	float:none;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
	cursor : pointer;
}
a img:hover {
	opacity:0.6;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* wrapper */
div#wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:15px;
	line-height:1.8;
}
div#wrapper h1{
	background:#FFF;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
	width:100%;
	}
div#wrapper h1 img{
	padding: 9px 0 0;
	margin-right: 7px;
	vertical-align: top;
}
div#header{
	margin:0;
	background: #4b5057 url(../img/bg_header.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 65px!important;
	padding-bottom: 60px!important;
	position:relative;
	color: #FFF;
	font-size: 20px;
	width:100%;
}
div#header h2{
	font-size: 40px;
	line-height:1.3;
	margin: 0;
	padding-bottom: 30px!important;
}
div#header strong{
	font-size: 25px;
	border-bottom: 5px solid #9ac441;
    border-radius: 2px;
}
div#contents{
	background:#FFF;
	width:950px;
	margin:0 auto;
	padding:20px 100px 50px 100px;
	text-align:left;
	color:#000;
}

div#contents h3{
	font-size: 25px;
	border-top: 2px solid #9ac441;
	padding-top: 10px;
	font-weight: normal;
}
div#contents h3:before {
	content: "\f06c";
	font-family: FontAwesome;
	color: #9ac441;
	margin-right: 7px;
	font-weight: normal;
}

div#contents h5 {
	background: #818489;
    border-radius: 5px;
	font-size: 17px;
	margin: 0 30px;
	padding: 5px 15px;
	font-weight: normal;
	color: #FFF;
}
div#contents h5:before {
	content: "\f13a";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 7px;
	font-weight: normal;
}

div#notice {
	font-size: 12px;
	text-align: center;
}


p{
	margin:0 0 15px 0;
}
img.imgR {
	float: right;
	padding: 0 0 20px 20px;
}
img.imgL {
	float: left;
	padding: 0 20px 0 20px;
}

table.gaiyou {
	width:100%;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.gaiyou th {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #EEE;
}
table.gaiyou td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.gaiyou td img {
	padding: 5px 0;
}
table.gaiyou a {
	text-decoration: none;
	border: 1px solid #CCC;
	margin: 0;
	padding: 3px 10px;
    border-radius: 5px;
	line-height: 3;
}
table.gaiyou a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	color: #9ac441;
	margin-right: 7px;
}
table.gaiyou a:hover {
	background: #9ac441;
	border: 1px solid #9ac441;
	color: #FFF;
}
table.gaiyou a:hover:before {
	color: #FFF;
}

ul.about {
	margin: -10px 30px 0 30px;
}
ul.about li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #818489;
	margin-right: 7px;
}

.cover {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}
.cover article {
	display: block;
	float: left;
	width: 25%;
	height: 200px;
	text-align: center;
}
.cover article img {
	width: auto;
	height: 150px;
	text-align: center;
}
.cover article h4 {
	height: 84px;
	overflow-y: hidden;
	font-weight: normal;
	line-height: 1.3;
}

.linkbtn,
.linkbtn_logo {
	line-height: 4;
	text-align: center;
	margin-bottom: 0;
}
.linkbtn_logo {
	line-height: 1;
	margin-top: 30px;
}
.linkbtn a,
.linkbtn_logo a {
	text-decoration: none;
	border: 3px solid #ddd;
	margin: 0 auto;
	padding: 10px 70px 10px 80px;
    border-radius: 10px;
	font-size:20px;
	float: center;
	position: relative;
}
.linkbtn_logo a {
	padding-top: 7px;
	padding-bottom: 30px;
}
.linkbtn_logo a img {
	padding-top: 0;
	padding-right: 25px;
	margin-bottom: 20px;
	vertical-align:top;
	float: none;
}
.linkbtn a:before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #9ac441;
	margin-right: 7px;
}
.linkbtn_logo a:after {
	content: "\f08e";
	font-family: FontAwesome;
	position: absolute;
	top: 25px;
	right: 10px;
	font-size: 17px;
}
.linkbtn a:hover,
.linkbtn_logo a:hover {
	background: #9ac441;
	border: 3px solid #9ac441;
	color: #FFF;
}
.linkbtn a:hover:before,
.linkbtn_logo a:hover:before {
	color: #FFF;
}

#footer {
	clear:both;
	width:100%;
	height:120px;
	line-height:120px;
	text-align: center;
	background:#4b5057;
	margin:0;
	padding: 0;
	width:100%;
}
#footer a {
	color: #FFF;
}



#contents a.banner {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}
#contents a.banner img {
    width: 500px;
}
