@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 100%;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #444;
	background-color: #00608d;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,fa {
	font-size: 1.5em;
	color:#fac559;
	margin-top: 5px;
}

h2 {
	font-size: 1em;
	color: #d4d9dc;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.10em;
	margin-top: 10px;
}

h4 {
	font-size: 0.8em;
	margin-left: 10px;
}

h5 {
	font-size: 0.8em;
	color: #aaaab0;
	font-weight: 100;
	border-bottom: 1px solid #aaaab0;
	margin-top: 15px;
	margin-bottom: 10px;
}

h6 {
	border-left: 8px #777 solid;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0 5px 8px;
	margin-top: 25px;
	margin-left: 8px;
	margin-right: 8px;
}
.dottedline{
	border-bottom: 1px #777 dotted;
}

a,a:link,a:visited {
	color: #00bfff;
	text-decoration: none;
	font-weight: 600;
}

a:hover,a:active {
	color: #e8383d;
	font-weight: 600;
}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

p {
	font-size: 1em;
	margin: 15px 13px 15px 13px;
	line-height: 1.7;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #696969 dotted;
	margin: 15px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.clear1 {
	clear: both;
}

.boton {
    width:150px;
	font-size:90%;
    font-weight:600;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px 0 5px;
	margin-top:10px;
    color:#fff;
	background-color:#d1de4c;
    border-radius:25px;
}


/* layout */
/* 0 to 768px */

body {
	-webkit-text-size-adjust: 100%;
}

header {
	border-bottom: 3px solid #a4c1d7;
}

#contents #main {
	overflow: hidden;
	background: #2a83a2;
	margin-top: 59px;
}

	#contents #main {
		overflow: hidden;
	}
	
	#contents article {
		overflow: hidden;
		padding: 10px;
	}

#contents aside {
	overflow: hidden;
	background: #0073a8;
}

	#contents aside p {
		padding: 3px;
	}

	#contents aside h3 {
		color: #00ffff;
		font-weight: 600;
		border-bottom: 3px solid #00ffff;
		margin-top: 8px;
		margin-left: 10px;
		margin-bottom: 5px;
	}

	#contents aside h4 {
		color: #aaaab0;
		font-weight: 100;
		border-bottom: 1px solid #aaaab0;
		margin-top: 15px;
		margin-bottom: 10px;
	}

footer {
	overflow: hidden;
	border-top: 3px solid #a4c1d7;
}
	
	footer #copyright {
		padding: 10px;
		color: #a4c1d7;
		font-size:0.9em;
	}
	
	footer #dbai {
		padding: 10px;
		text-align:right;
		font-size: 0.7em;
		color: #0073a8;
	}
	
p.resizeimg {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
p.resizeimg img {
	width: 100%;
}


@media only screen and (min-width: 769px) {

#contents {
	overflow: hidden;
	width: 1060px;
	margin: 0 auto;
}

#contents #main {
	float: left;
	width: 760px;
	overflow: hidden;
	background: #2a83a2;
	margin-top: 74px;
}

	#contents #main {
		overflow: hidden;
	}

	#contents article {
		overflow: hidden;
		padding: 10px;
	}

#contents aside {
	float: left;
	width: 300px;
	overflow: hidden;
	background: #0073a8;
	margin-top: 74px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

	#contents aside p {
		padding: 3px;
	}
	
	#contents aside h3 {
		color: #00ffff;
		font-weight: 600;
		border-bottom: 3px solid #00ffff;
		margin-left: 5%;
		margin-bottom: 5%;
	}

footer {
	min-width: 1060px;
	overflow: hidden;
	border-top: 3px solid #a4c1d7;
}
	
	footer #copyright {
		width: 1060px;
		color: #a4c1d7;
		margin: 0 auto;
		padding: 10px;
	}
	
	footer #dbai {
		padding: 10px;
		text-align:right;
		font-size: 0.7em;
		color: #0073a8;
	}

p.resizeimg {
	width: 100%;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
p.resizeimg img {
	width: 100%;
}


}
