html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
html {
	max-width: 1064px;
	margin: 0 auto;
	font: .81em/1.5 Arial, Helvetica, sans-serif;;
	background: #192f60;
	background: -moz-linear-gradient(top, #192f60, #013);
	background: -webkit-gradient(linear, center bottom, center top, from(#013), to(#192f60));
	background: -o-linear-gradient(top, #192f60 1%, #013 100%);
	background: linear-gradient(to bottom, #192f60 0%, #013 100%);
	position: relative;
}
body {
	font: 16px/1.5 Arial, Helvetica, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	outline: none;
}

a:link { padding: 5px;}
a:visited { color:#7e7eff; }
a:hover {
	text-decoration: underline;
}
.section {
	margin: 25px 0; 
}
p {
	margin: .3em 0 1.2em;
	padding: 0;
}
p img {
	float:left;
	margin: 0 20px 0 0;
	clear: both;
}
.caption-h {
	width: 300px;
	margin: 5px 15px 0 0;
	font-size: 12px;
	color: #222;
	text-align: center;
}
.caption-s {
	width: 150px;
	margin: 5px 15px 0 0;
	font-size: 12px;
	color: #222;
	text-align: center; 
}
.caption-v {
	width: 200px;
	margin: 5px 15px 0 0;
	font-size:12px;
	color: #222;
	text-align: center;
}
.image-right-s {
	background-color: #ddd;
	width: 150px;
	height: auto;
	margin: 5px 15px 10px 0;
	float: right;
}
.image-left-h {
	background-color: #ddd;
	width: 300px;
	height: auto;
	margin: 5px 15px 10px 0;
	float: left;
}
.image-left-v {
	background-color: #ddd;
	width: 200px;
	height: auto;
	margin: 3px 15px 10px 0;
	float: left;
}
.image-right-h {
	background-color: #ddd;
	width: 300px;
	height: auto;
	margin: 5px 0 10px 10px;
	float: right;
}
.image-right-v {
	background-color: #ddd;
	width: 200px;
	height: auto;
	margin: 3px 0 10px 10px;
	float: right;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
.category-index {
	text-indent: -.3em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	margin-top: 30px;

}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
input[type=search] {
	-webkit-appearance: none;

	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
#pagewrap {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 160px;
}
#site-logo {
	position: absolute;
	top: 0;
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#site-description {
	font: normal 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 35px;
}
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 120px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #6a6a6a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: -o-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: linear-gradient(180deg, #b9b9b9, #6a6a6a);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 20px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#7f7f7f));
	background: -moz-linear-gradient(top,  #4a4a4a,  #7f7f7f);
	background: linear-gradient(180deg, #4a4a4a, #7f7f7f);
}
#content {
	background: #fff;
	margin: 30px 0;
	padding: 20px 35px;
	width: 700px;
	float: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#sidebar {
	width: 185px;
	float: right;
	margin: 30px 0 30px;
	font-size: 95%;
	display: inline;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	color: #444;	
	
}
.widgettitle {
	margin: 0 0 5px;
	padding: 10px;
	color: #444;
	font-size: 90%;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
.post-image {
	margin: 0 0 15px;
}
.left-image {
	margin-left: 0;
	margin-right: auto;
}
.left { float: left;}
.right {float: right;}

.note { margin: 60px 0;}

.footnotes {
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1.5em;
	color: #444;
}
table { 
width: 99%;
margin: 0 auto 20px; 
border:1px solid #ccc; 
border-spacing:0; 
border-collapse:collapse; 
}
	th {
	border:1px solid #ccc; 
	background-color:#D5EBF9;
}
	td { 
	border:1px solid #ccc; 
	text-align: center; 
}

.longtable  {overflow-x: auto;}
.longtable table {border:1px solid #fff; }
.longtable td, th { padding: 0 3px; font-size: 85%; }
.longtable thead, .longtable tbody, .longtable tr, .longtable th, .longtable td {display: block;}
.longtable thead {float: left; }
.longtable tbody tr {display:inline-block; }
.longtable tbody { white-space:nowrap; width: 990px; }

.back-top {
padding: 5px;
margin-right: 10px;
float: right;
}

.back-to-index {
	position: relative;
	left: 0;
	top:0;
}
.next {
	position: relative;
	left: 90%;
	top:20px;
 }
.tooltip span {
display:none; 
padding:0 3px; 
margin:3px 0 0 5px; 
width:180px;
}
.tooltip:hover span{
display:inline; 
position:absolute; 
background:#b7ffff; 
border-radius: 4px;
color:#6c6c6c;
padding: 10px;
text-decoration: none;
}
footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
footer a {
	color: #fff;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

@media screen and ( max-width: 980px) {
	#pagewrap { width: 95%; }
	
	#content { width: 71%;
		padding: 2% 4% 0 3%;
		margin:3% 0 2%;	}
	#sidebar { width: 19%;
		margin-top: 3%;	}
	#sidebar .widget { margin: 0;
		padding: 7% 2% 3% 7%;
		font-size: 97%;	}
	.post-title { font-size: 24px;}
	.widgettitle { font-size: 16px;}
	.video embed,
	.video object,
	.video iframe {	width: 100%;
		height: auto;
		min-height: 300px; }
}
@media screen and (max-width: 720px) {
	#header { height: auto;
		padding-top: 0;	}
	#searchform { position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;	}
	#searchform #s { width: 70px;	}
	#searchform #s:focus {
		width: 150px;	}
	#main-nav { position: static;	}
	#main-nav li:first-child { margin-left: 3%;}
	#site-logo { margin: 15px 100px 5px 0;
		position: static;	}
	#site-description { margin: 0 0 15px;
		position: static; }
	#content { width: auto;
		float: none;
		border-style: none;
		padding-bottom: 10%; }
	.post-title { padding:0;
		font-size: 24px; }
	td { font-size: 97%; }
	#sidebar { width: 100%;
		margin: 0;
		float: none; }
	#sidebar .widget { padding: 3% 4%;
		margin: 0 0 10px; }
	.video embed,
	.video object,
	.video iframe {	min-height: 250px; }
	.next {	position: relative;
	left: 80%;
	top:0;	
}

	
}
@media screen and (max-width: 568px) {
body { -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
#site-logo { font-size: 24px;
		margin: 10px 0; }
#site-description { font-size: 85%;
		margin: 10px 0 10px; }
#main-nav a {	padding: 10px 8px; }
#main-nav { margin-bottom: 0;}
#content { border-style: none;
	padding-top: 10px;
	font-size: 95%;
	line-height: 1.6;
	color: #555; }
.post-title { font-size: 18px; }
.section { margin: 0; }
.skip, #searchform { display:none; }
.word-break { white-space: pre; }
.back-top,  footnotes { font-size: 95%; }
td, th, p, h1, h2, h3, h4, h5, h6, label {
	word-break: break-all;
	word-wrap: break-word; }
span {display: block;}

	.longtable::-webkit-scrollbar{
	width: 10px;
	background: #eee;
	border-radius: 5px;
}
	.longtable::-webkit-scrollbar:horizontal{
	height: 10px;
	background: #eee;
	border-radius: 5px;
}
	.longtable::-webkit-scrollbar-thumb{
	background: #026acb;
	border-radius: 5px;
	box-shadow:  0 6px 6px rgba(255,255,255,.4) inset, 0 -4px 4px rgba(255,255,255,.7) inset;
	}
	.longtable::-webkit-scrollbar-thumb:horizontal{
	background: #026acb;
	border: solid 1px #026acd;
	border-radius: 5px;
}
	.longtable::-webkit-scrollbar-track-piece:start{
	border-radius: 5px;
	box-shadow: 0 1px 3px #444 inset;
}
	.longtable::-webkit-scrollbar-track-piece:end{
	border-radius: 5px;
	box-shadow: 0 1px 3px #444 inset;
	}
}
@media screen and (max-width: 420px) {
	#content {color: #444;
	font-size: 92%;
	}
	p ~ p { 
	clear: both; 
	}
	aside p {
	font-size: 95%;
	}
	#main-nav li:first-child { margin-left: 0; }
	.next {
	position: relative;
	left: 70%;
	top:0;
	}
	.image-left-h, .image-right-h, .caption-h, .image-left-h img, .image-right-h img {
	width: 100%; 
	 }
	.image-right-v, .image-left-v, .caption-v,.image-right-v img, .image-left-v img { 
	float:left; 
	}
	
}