@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin : 0 auto;
	color: rgba(102, 102, 102, 0.70);
}
ul {
	list-style-type: none;
}
h1 {
	line-height: 1.6;
}
a {
	text-decoration: none;
	display: block;
}

.main-contents {
	width : 960px;
	margin: 0 auto;
}
.orange {
	color : #EB9110;
}
.mt50{
	margin-top : 50px;
}
/*------------ headerのところ ---------------*/

header {
	height: 100px;
	width: 100%;
	background-color: rgba(69,196,139,0.9);
	position: fixed;
	z-index: 10;
}
header .logo img {
	height : 90px;
	width : auto;
	margin-top: 5px;
}
.header-inner {
	width : 960px;
	margin: 0 auto;
	position: relative;
}
header nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
header nav ul {
	font-size: 0;
}
header nav ul li {
	display: inline-block;
	margin: 0 50px 10px 0;
}
header nav ul li a {
	text-decoration: none;
	color: rgba(255,255,255,0.95);
	font-size: 50px;
}
header nav ul li a:hover {
	color: #F47942;
}
/*------------ mainのところ ---------------*/

main h1 {
	font-size: 30px;
	margin-top : 50px;
}

.main-text{
	font-size : 20px;
	margin-top: 50px;
	line-height: 2;
}
/*------------ mainのまんなかのところ ---------------*/

.main-contents {
	margin-top : 50px;
}

.main-contents ul {
	font-size: 0;
}
.main-contents ul li {
	display: inline-block;
	width : 25%;
	position: relative;
}
.main-contents ul li img{
	opacity: 0.3;
}
.main-contents ul .finger img {
	opacity: 1;
}
.main-contents ul li p img{
	opacity: 1;
	font-weight: bold;
	color: #323741;
	position: absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	text-align: center;
	margin: auto auto;
}
.main-contents ul li img:hover {
	opacity: 1;
}

/*-- main-contentsのしたらへん--*/
.new {
	margin-top : 50px;
}
.news {
	width : auto;
	border : 1px solid #45C48B;
	padding : 30px;
	margin-bottom: 50px;
}

.news h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #45C48B;
}

.news time {
	background-color: rgba(69,196,139,1);
	color: #ffffff;
	padding : 5px;
}
.news ul li {
	line-height: 2;
	font-size: 18px;
	display: block;
	width : auto;
	border-bottom: 1px dotted rgba(69,196,139,1);
	margin-bottom: 30px;
}
.creat {
	float: left;
	width : 180px;
	margin: 20px 20px 0 0;
}
.creat img {
	width : 180px;
	height : auto;
	margin-bottom: 10px;
}
.seisaku {
	overflow: hidden;
}
.seisaku h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #45C48B;
}
.seisaku p {
	margin-bottom: 30px;
}
/*-- linkbanner---らへん--*/

.link {
	float: right;
}

.main-contents .link ul {
	font-size: 20px;
}

.main-contents .link ul li {
	display: block;
	margin-bottom: 20px;
}
.main-contents .link img {
	opacity: 1;
}

.main-contents ul .contact {
	width : auto;
	font-size: 30px;
	text-align: center;
		
}


.content {
	overflow: hidden;
}
/*-- footerらへん--*/
.twitter {
    width: 570px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
	float: left;
}

/*-- footerらへん--*/
footer nav {
	margin-top : 30px;
	padding-top: 30px;
}

footer nav ul li {
	display: inline-block;
}
footer nav ul li a {
	color: #fff;
	padding : 20px 20px;
}
footer {
	margin-top : 30px;
	clear: both;
	background-color: #323741;
}

.footer-inner{
	width : 960px;
	margin: 0 auto;
}
footer .copy {
	background-color: #45c48b;
	color: #323741;
	text-align: center;
	padding : 10px 0px;
}
.jouhou {
	float:left;
	width : 470px;
}
.footer-nav {
	text-align: center;
	margin: 50px 0;
}
.jouhou img {
	width : 470px;
}
.map{
	float: right;
}
.kukuru {
	clear: both;
	color: #fff;
	
	margin-top: 20px;
}
.deco {
	background-color: #ffd039;
	color: #323741;
	float: left;
	width : 100px;
	padding: 10px;
	text-align: center;
}
.copy {
	clear: both;
	width : 100%;
}
.deco_text {
	padding : 10px 0;
	text-align: center;
	border-bottom: dotted 1px #ffd039;
}
.nono {
	margin-bottom: 20px;
}