@charset "UTF-8";

.FloatEnd {clear:both;}

#header {
	width:100%;
	height: 642px;
	margin: 0 auto;
	position:relative;
	background-color: #fff;
	background:url(img/header.jpg) no-repeat center;
}
#header img{
	position: absolute;
	width:1420px;
	height: 642px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	object-fit: cover
}
#main {
	margin: 0 auto;
	width:100%;
	padding-bottom:22px;
	background:url(img/bg.jpg) repeat;
}
#contents {
	width:1360px;
	margin:0 auto;
}

#contents .bn1 {
	padding-top:20px;
}
#contents .bn2 {
	display: inline-block;
	margin: 10px;
}
#contents .bn_box {
	text-align: left;
	width:701px;
	margin: 10px auto;
}
#contents .bn_item {
	display: inline-block;
	margin: 10px 1px 0 1px;
}
#contents .bn1 img:hover,
#contents .bn2 img:hover,
#contents .bn_item img:hover {
opacity: 0.8;
}
#contents .nr1 {
	margin-top:30px;
}
#contents .nr2 {
	margin-top:50px;
}
#contents .nr3 {
	margin-top:60px;
}
#contents .nr4 {
	margin-top:20px;
}
#contents .nr5 {
	margin-top:60px;
}
#contents .nr6 {
	margin-top:30px;
	margin-bottom:50px;
}

#contents .itm01 {
	margin-top: 20px;
}
#contents .itm02 {
	margin-top: 20px;
}
#contents .itm03 {
	margin-top: 60px;
}
#contents .itm04 {
	margin-top: 40px;
}
#contents .itm05 {
	margin-top: 100px;
}
#contents .itm06 {
	margin-top: 90px;
	margin-bottom: 90px;
}

#pagetop{
position:fixed;
right:100px;
bottom:0px;
cursor:pointer;
z-index: 3;
}

#pagetop img:hover {
opacity: 0.8;
}

#contents .nonborder {
  border:none;
  outline:none;
}
#banner a:hover img,
#footer a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

#footer {
	width: 100%;
	height: 321px;
	background-color: #d04979;
	padding-top:37px;
}

#footer img {
	margin: 5px auto;
}

.attentionbox {
    width: 1020px;
    margin: 0px auto;
    padding: 20px;
    background: rgba(255,255,255,1.0);
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 14px rgba(0,0,255,.5);
    -moz-box-shadow: 0 1px 14px rgba(0,0,255,.5);
    -o-box-shadow: 0 1px 14px rgba(0,0,255,.5);
    box-shadow: 0 1px 14px rgba(0,0,255,.5);
}


