/* @group reset */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* @end */

/* @group default */



body {
  font: 16px "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #141a1e;
}

@media all and (-ms-high-contrast:none){
	/*! IE11 フォントバグ対策（メイリオに変更） */
  ::-ms-backdrop, body {
  	font-family: Arial, "メイリオ", sans-serif;
  }
}

a {
	color: #0068b7;
	text-decoration: none;
}

a:hover {
	color: #0068b7;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

a:visited {
	
}

::selection {
	background-color: #d7d7d7;
}

::-moz-selection {
	background-color: #d7d7d7;
}

.clearfix::after,
#content article .post-header::after {
	content: "";
	display: table;
	clear: both;
}

/* @end */





html {
	
}

body {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	background-color: #ccd5ea;
}

#top,
#global-header,
#content,
#global-footer,
#bottom {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



#top,
#bottom {
	text-align: right;
	padding: 0;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #00779b;
	margin-bottom: 2px;
}

#bottom {
	margin-top: 20px;
}

#top p,
#bottom p {
	font-size: 14px;
}

#top p a,
#bottom p a {
	background-color: #00779b;
	color: #ffffff;
	display: inline-block;
	padding: 7px 20px 5px;
}

#global-header {
	background-color: #00779c;
	color: #ffffff;
	padding: 30px 30px 25px;
	box-sizing: border-box;
	margin-bottom: 35px;
}

#global-header #title {
	font-size: 32px;
	margin-bottom: 10px;
}

#global-header #description {
	font-weight: normal;
	font-style: normal;
}

#content {
	border-bottom: 1px solid #00779c;
	margin-bottom: 20px;
}

#content #heading {
	background-color: #00779c;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	padding: 5px 20px;
}

#content #parent-link-header {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content #view-range {
	float: right;
	font-size: 14px;
}

#content article {
	background-color: #ffffff;
	padding: 30px 40px;
	border-color: #00779c;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
}

#content article .post-header .post-category {
	background-color: #00779b;
	font-size: 14px;
	display: inline-block;
	padding: 8px 13px;
	border-radius: 10px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 5px;
}

#content article .post-header .post-title {
	font-weight: bold;
	color: #00779c;
	font-size: 20px;
	width: 650px;
	word-break: break-all;
}

#content article .post-header .post-date {
	text-align: right;
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

#content article .post-content {
	font-size: 15px;
}

#content article .post-content ul,
#content article .post-content ol {
	margin-left: 25px;
}

#content article .post-content dl dt {
	font-weight: bold;
}

#content article .post-content dl dd {
	
}

#content article .post-content table {
	
}

#content article .post-content table tr th,
#content article .post-content table tr td {
	border: 1px solid #00779b;
	padding: 5px 10px;
}

#content article .post-content table tr th {
	
}

#content article .post-content table tr td {
	
}

#content article .post-content h1,
#content article .post-content h2,
#content article .post-content h3,
#content article .post-content h4,
#content article .post-content h5,
#content article .post-content h6 {
	font-weight: bold;
	margin-bottom: 20px;
}

#content article .post-content p {
	margin-bottom: 20px;
}

#content article .post-pic {
	padding-top: 30px;
}

#content article .post-pic .ul {
	list-style: none;
}

#content article .post-pic ul li {
	display: inline-block;
	margin-right: 10px;
}

#content article .post-pic ul li a {
	border: 2px solid #00779b;
	display: block;
}

#content article .post-pic ul li a:hover {
	border-color: #ccd4e9;
}

#content article .post-pic ul li a img {
	width: 200px;
	height: auto;
	display: block;
}

#content article .post-file {
	margin-top: 30px;
}

#content article .post-file h5 {
	margin-bottom: 5px;
}

#content article .post-file ul {
	margin-left: 20px;
}

#content article .post-file ul li {
	
}

#content article .post-file ul li a {
	
}

#content article .post-link {
	margin-top: 30px;
}

#content article .post-link h5 {
	margin-bottom: 5px;
}

#content article .post-link ul {
	margin-left: 20px;
}

#content article .post-link ul li {
	
}

#content article .post-link ul li a {
	
}

#global-footer {
	text-align: center;
}

#global-footer a {
	margin-right: 15px;
	margin-left: 15px;
}

#copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

#copyright small {
	
}

@media (max-width: 600px) {
	
	body {
		line-height: 1.8;
		padding-right: 0;
		padding-bottom: 50px;
		padding-left: 0;
	}
	
	#top,
	#global-header,
	#content,
	#global-footer,
	#bottom {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	
	#top p a,
	#bottom p a {
		display: block;
		text-align: center;
	}
	
	#content #parent-link-header {
		text-align: center;
		font-size: 14px;
	}
	
	#content #view-range {
		font-size: 12px;
		float: none;
		margin-bottom: 20px;
		text-align: center;
		margin-top: -10px;
	}
	
	#content #heading {
		display: block;
	}
	
	#content article {
		border-right-style: none;
		border-left-style: none;
		padding: 15px 15px 30px;
	}
	
	#content article .post-header .post-category {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
	
	#content article .post-header .post-title {
		width: auto;
	}
	
	#content article .post-header .post-date {
		text-align: right;
		float: right;
		margin-top: 5px;
	}
	
	#copyright {
		font-size: 12px;
	}
}
