@charset "UTF-8";
#header {
	width: 980px;
	margin: 0 auto;
}
#header p.logo {
	padding: 10px 30px 15px;
}
#header p.text {
	padding: 30px;
	font-size: 16px;
}
#header #navi p.img {
	text-align: center;
}
#header #navi p.text {
	font-size: 12px;
}
/*header*/
div.ssl {
	width: 620px;
	/* margin: 30px auto 0; */
	margin: 30px auto;
	font-size: 9px;
	line-height: 1.37;
	/* height: 81px; */
}
div.ssl .center {
	max-width: 495px;
	margin: 0 auto;
}
div.ssl .center p.img {
	width: 100px;
	float: left;
	position: relative;
	left: -10px;
	top: -5px;
}
div.ssl .center p.text {
	float: left;
	width: 210px;
	margin: 10px 0;
}
div.ssl .left {
	width: 300px;
	float: left;
}
div.ssl .left p.img {
	width: 62px;
	float: left;
	position: relative;
	left: -20px;
	top: -5px;
}
div.ssl .left p.text {
	float: left;
	width: 210px;
	margin: 10px 0;
}
div.ssl .right {
	width: 320px;
	float: right;
}
div.ssl .right p.img {
	width: 100px;
	float: left;
	position: relative;
	left: -10px;
	top: -5px;
}
div.ssl .right p.text {
	float: left;
	width: 210px;
	margin: 10px 0;
}

p.toContentstop{
	/* bottom:657px; */
	bottom:649px;
	padding: 20px;
	position: absolute;
	right:20px;
}


p.totop {
	padding: 20px;
	position: absolute;
	bottom:220px;
	right:20px;

}
div#footer {
	background: #656565;
	padding: 18px 0;
}
div#footer .inner {
	width: 984px;
	margin: 0 auto;
}
div#footer .inner p.copyright {
	margin-top: 10px;
	float: left;
	width: 40%;
	font-size: 10px;
	color: #fff;
}
div#footer .inner p.logo {
	float: right;
	width: 40%;
	text-align: right;
}
div#footer:after {
	content: "";
	display: block;
	clear: both;
}
/*openStatement*/

.lock {
	overflow: hidden;
}
#openStatement {
	position: fixed;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -400px;
	width: 800px;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	z-index: 1000;
	display: none;
}
#openStatement *:focus {
	outline: none;
}
#openStatement h3.title {
	background-color: #009DEB;
	padding: 10px 15px;
	color: #fff;
	font: normal 16px Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#openStatement h3.title a {
	position: absolute;
	top: 20px;
	right: 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#openStatement h3.title span {
	font-size: 12px;
	margin: 0 0 0 20px;
}
#openStatement .button-wrapper {
	padding: 10px 15px 0px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}
#openStatement .button-wrapper button {
	background-color: #FF0C39;
	border: none;
	font: bold 12px Arial, Sans-Serif;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#openStatement .button-wrapper button:hover {
	background-color: #aaa;
}
#dialog-overlay {
	position: fixed !important;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}
/* Iframe */
#iframeContainer iframe {
	width: 100%;
	height: 600px;
	border: none;
	background-color: #ccc;
	overflow: auto;
}


div.ssl .center p.text {
      float: left;
      /*width: 495px;*/
      width: 100%;
      margin: 10px 0;
      font-size:small;
    }


/* 210623 ノートンサイトシール用CSS */
div.ssl .center .s-norton_img{
    width: 100px;
    float: left;
    position: relative;
    left: -10px;
    top: -5px;
    }
div.ssl .center .s-norton_img img{
    width: 100% !important;
}

