﻿@media screen and  (min-width: 0px) and (max-width: 500px) {
.img_box {
	display: block;
	position: relative;
	margin: 20px auto 20px auto;
	padding: 0;
	max-height: 300px;
	max-width: 300px;
	z-index: 9;
}
}
@media screen and (min-width: 501px) {
.img_box:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.img_box {
	float: left;
	position: relative;
	margin: 30px 20px 30px 0;
	padding: 0;
	max-height: 300px;
	max-width: 300px;
	z-index: 9;
}
}
/*--------リキッド用レイアウトここまで----------*/
.bg_center {
	background-position: center center;
}
p.article_text {
	position: relative;
	margin: 0;
	text-indent: 1em ;
}
p.article_date {
	font-size: 12px;
}
p.navi_date {
	font-size: 11px;
}
span.text_english {
	color: #6d3c32;
}
h3 {
	margin: 0 0 20px 0;
}
#main {
	position: relative;
	padding: 10px 4px 0px 4px;
}
#article_navi {
	width: 100%;
	margin: 80px 0 0 0;
}
#article_upper {
	text-align: center;
}
#article_table {
	display: table;
	width: 100%;
}
#article_prev {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	width: 50%;
}
#article_next {
	display: table-cell; ;
	text-align: right;
	vertical-align: bottom;
	width: 50%;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE6/7 */
}
.clearfloat {
	clear: both;
}
#main a {
	color: #9c302a;
	text-decoration: none;
}
#main a:visited {
	color: #af5954;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
