@charset "utf-8";



/*******************
common
********************/
body{
	font-size: 15px;
	color:#677;
}
a:link,
a:visited{
	color: #90be59;
}

a.gototop {
	background-color: #90be59;
	bottom: 2%;
	color: #fff;
	display: none;
	font-size: 2rem;
	height: 3rem;
	line-height: 3.8rem;
	position: fixed;
	right: 2%;
	text-align: center;
	text-decoration: none;
	width: 3rem;
}
/*******************
header
********************/
/* headerContent*/

header.headerContent{
	margin: 0 auto;
	padding:10px 0;
	width:1000px;
}

header .headerContent{
	overflow: hidden;
	width:1000px;
	margin: 0 auto 0 auto;
}


header .headerContent h1 .logo img {
	width:250px;
	overflow: hidden;
}


/* globalNavigation */

header nav.globalNavigation{
	background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 99%);
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #e2e2e2;
}

header nav.globalNavigation ul {
	margin: 0 auto;
	overflow: hidden;
	width:1000px;
}
header nav.globalNavigation ul li {
	border-left: 1px solid #e2e2e2;
	float: left;
	width: 199px;
}
header nav.globalNavigation ul li:last-child{
	border-right: 1px solid #e2e2e2;
	width: 198px;
}

header nav.globalNavigation ul li a {
	color: #777;
	display: block;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}

header nav.globalNavigation ul li a:hover {
	background: #f8f8f8;
}

header nav.globalNavigation ul li.current {
	background: #f2f2f2;
	border-bottom: 3px solid #90be59;
	font-weight: bold;
}

header nav.globalNavigation ul li.current a {
	background: none;
	margin-bottom: -3px;
}

/*  mainImage  カルーセルモジュールの場所を指定　*/　

header .mainImage {
	height: auto;
	margin: 30px auto 50px;
	width: 1000px;
}

header .mainImage.imageScroll {
	border: 1px solid #eee;
	border-radius: 3px;
}

header .mainImage img {
	display: block;
	margin: 0 auto;
	/*max-height: 400px; */
	max-width: 100%;
}


/*************************
footer
*************************/

footer .siteLinks {
	background: #e8e8e8;
	padding: 30px;
}
footer .siteLinks .inner {
	margin: 0 auto;
	overflow:hidden;
	width: 1000px;
}


footer .siteLinks .linkList{
	overflow: hidden;
}


footer .siteLinks .linkList dl{
    float:left;
	font-size:12px;
	width:160px;
}

footer .siteLinks .linkList dl dt{
	font-weight: bold;
	margin-bottom: 10px;
}

footer .siteLinks .linkList dl dt a {
	text-decoration: none;
}

footer .siteLinks .linkList dl  dd{
	margin-bottom: 5px;
}

footer .siteLinks .linkList dl dd a{
	color: #444;
	text-decoration: none;
}

