@charset "UTF-8";


span.term-expression {
	font-size: 12px;
	color: #555;
}

span.font-es {
	color: #aaa;
	font-style: italic;
}

span.term-title {
	font-size: 12px;
	color: #fff;
}

.language-switch {
	display: block;
	text-align: right;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}

.language-switch a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
}

.language-switch a:hover {
	text-decoration: underline;
}


/* コンテンツ */

.post {
	text-align: left;
	overflow: hidden;
}

.bread {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 5px;
	color: #eee;
	background-color: #555;
}

.bread a {
	color: #eee;
	text-decoration: none;
}

.bread a:hover {
	color: #fff;
	text-decoration: underline;
}

.post h1 {
	color: #000000;
	font-size: 28px;
	margin: 0;
	padding: 5px;
	margin: 5px;
}

.post h2 {
	color: #000000;
	font-size: 18px;
	padding: 2px;
	padding-left: 6px;
	margin: 2px;
	margin-bottom: 5px;
	border-left: solid 4px #ff8c00;
}

.post p {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.post p a {
	text-decoration: none;
	color: #4169E1;
}

.post p a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.post p.text {
	margin-bottom: 15px;
}

.post p.large {
	font-size: 16px;
}

.footer-link,
.footer-copyright {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 10px auto;
}

.footer-link a,
.footer-copyright a {
	font-size: 14px;
	color: #fff;
	margin: 10px auto;
	text-decoration: none;
}

.footer-link a:hover,
.footer-copyright a:hover {
	text-decoration: underline;
}




/* ###　画面小　############################################# */
@media (max-width : 499px) {}

/* 画面小ここまで　*/

/* ###　画面中　############################################# */
@media (min-width: 500px) and (max-width: 1099px) {}

/* 画面中ここまで */

/* ###　画面大　############################################# */
@media (min-width : 1100px) {}

/* 画面大ここまで */