@charset "Shift_JIS";

body {
    background: #fff;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
	font-size:14px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/***********************************************/
.bass{
	margin: 0;
	text-align: center;
}

/***********************************************/

header {
	margin: 0;
	padding:0;
	position: relative;
}

header h1 {
	margin: 0;
	padding: 0;
}

header h1 img {
	width: 100%;
}

nav {
	position:fixed;
	top: 0;
	width: 100%;
	height: 35px;
	background: url(../img/common/header_bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 5px 0;
	text-align: right;
}

nav p {
	display:inline-block;
}

nav img{
	height:100%;
	margin:0 5px 0 0;
}

nav span{
	position: absolute;
	top: 5px;
	left: 5px;
}

/***********************************************/

.blue {
	background: #e3f5fe url(../img/common/bg_white.png) 0 100% no-repeat;
	background-size: 100%;
	padding: 30px 0 40px;
}

article {
	padding: 0 10px 0;
}

article img{
	display: block;
	width: 100%;
}

article a img {
	margin-top:30px;
}

.white {
	background: #fff;
	padding: 30px 0 40px;
}

.report{
	background: #fff;
	border-radius:10px;
	margin:0 10px 30px;
	padding:20px 10px 40px;
	text-align:left;
}

.report img{
	width:100%;
	display:block;
}

.report h2{
	margin:0 0 15px;
}

.report p.title{
	margin:20px 0 10px;
	color:#002a46;
	font-weight: bold;
}
/***********************************************/
.pagetop{
	position:fixed;
	bottom:10px;
	right:10px;
	text-align:right;
	opacity:0.6;
	width: 100%;
}

footer {
	background: url(../img/common/footer_bg.png) 0 0 repeat;
	background-size: 100%;
	padding: 40px 10px 5px;
}

.footer_logo {
	padding : 20px 0 50px;
}

.footer_logo img {
	padding : 0 15px;
}

.footer_logo a img.sol {
	width: 33%;
}

.footer_logo a img.camp {
	width: 40%;
}

.copyright {
	color: #fff;
	font-size: 0.65em;
}

/***********************************************/