@charset "UTF-8";

/* Googleフォント読み込み
------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style:none;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration:none;
    -webkit-text-size-adjust: 100%;
}

body {
	background-image: url(../images/bgimage_top.gif);
	background-size: 100%;
	background-repeat: no-repeat;
}

p {
	font-size: 120%;
	font-weight:300;
	line-height: 1.75;
	color: #666;
	text-align: justify;
}

p a:link {
	color: #66bcdc;
	font-weight:500;
}

p a:visited {
	color: #66bcdc;
	font-weight:500;
}

p a:hover {
	color: #66bcdc;
	font-weight:500;
}

p a:active {
	color: #66bcdc;
	font-weight:500;
}

span {
	color:#66bcdc;
}

#header {
	width: 100%;
	position:absolute;
	z-index:200;
}

#header h1 img {
	margin-left: 10px;
	margin-top: 10px;
}

#title h2 img {
	height: 100%;
	width: 100%;
}

.navi {
	width: 100%;
}

.navi p {
	text-align:center;
}

.navi p img {
	margin-left:1%;
	margin-right::1%;
}

.special {
	margin-top:10px;
	padding:0 15px 0 15px;
}

.special h3 {
	color: #fff;
	font-weight:500;
	background-color: #66bcdc;
	background-image: url(../images/bgimage_pattern.png);
	padding:0 15px 0 15px;
	font-size: 150%;
	border-radius:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.special .inner {
	background-color: #ddedf2;
	background-image: url(../images/bgimage_pattern.png);
	padding:10px 15px 10px 15px;
	border-radius:10px;
}

.content {
	margin-top:25px;
	margin-bottom:15px;
	padding:0 15px 0 15px;
}

.content h4 {
	color: #fff;
	font-weight: 500;
	background-color: #66bcdc;
	background-image: url(../images/bgimage_pattern.png);
	padding:0 15px 0 15px;
	font-size: 150%;
	border-radius:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#banner {
	margin-bottom:30px;
}

#banner img {
	height: auto;
	width: 93%;
	margin-top:15px;
	padding:0 15px 0 15px;
}

#footer {
	background-image: url(../images/bgimage_footer.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top:5%;
}

#footer h5 {
	padding-top:25%;
	text-align:center;
}

#footer p {
	color:#fff;
	text-align:center;
	margin-top:10px;
	font-weight:500;
}

#footer p a:link {
	color: #ffffff;
}

#footer p a:visited {
	color: #ffffff;
}

#footer p a:hover {
	color: #fff;
}

#footer p a:active {
	color: #ffffff;
}

#footer address {
	color: #fff;
	font-style: normal;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	font-size:100%;
	font-weight:500;
}

#anchorToPcInSp {
	display:none;
}
