@charset "EUC-JP";

/* Layout
************************************* */

body {
	font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
}
.container {
	margin: 0 auto;
	width: 980px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.breadcrumb {
	width: 100%;
	height: 2em;
	line-height: 2em;
	text-align: left;
}
.article {
	margin: 0 auto;
	width: 980px;
	font-size: 22px;
	line-height: 1.3;
	background-color: #000;
	color: #fff;
}
h1, h2, h3, div, li, p, th, td {
	background: rgba(255, 255, 255, 0.01);
	
	max-height: 100%; /* for Android */
}

/* Content
************************************* */

.content {
	margin: 0 auto;
	width: 980px;
	background: url('https://www.maru-jan.com/image/marujan_guide/bg_frame.jpg') top center repeat-y;
}
.content .content_header {
	margin: 0 auto;
	width: 980px;
	height: 95px;
	background: url('https://www.maru-jan.com/image/marujan_guide/frame_top.jpg') top center no-repeat;
	text-align: center;
}

/* Content: Index
************************************* */

.content .list_index {
	margin: 1em auto 0;
	width: 80%;
	line-height: 2.2;
}
.content .list_index a:link,
.content .list_index a:visited,
.content .list_index a:hover,
.content .list_index a:active {
	color: #ffff00;
}

/* Content: Topics: Nav
************************************* */

.content .list_nav {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
}
.content .list_nav li {
	float: left;
	width: 33%;
}
.content .list_nav .nav_previous {
	text-align: left;
}
.content .list_nav .nav_index {
	text-align: center;
}
.content .list_nav .nav_next {
	text-align: right;
}
.content .list_nav li a:link,
.content .list_nav li a:visited,
.content .list_nav li a:hover,
.content .list_nav li a:active {
	color: #ffff00;
}

/* Content: Topics
************************************* */

.content .topic_title {
	margin: 1em auto;
	width: 96%;
	text-align: center;
	line-height: 1.6;
	font-size: 30px;
	font-weight: bold;
}
.content .topic_title_2nd {
	margin: 0 auto 1em;
	padding-top: 1em;
	width: 86%;
	border-bottom: 4px double #fff;
}
.content .topic_title_3rd {
	margin: 0 auto 0.5em;
	padding-top: 1em;
	width: 86%;
}
.content p {
	margin: 0 auto 1em;
	width: 84%;
	font-size: 22px;
	line-height: 1.6;
}
.content p a:link,
.content p a:visited,
.content p a:hover,
.content p a:active {
	color: #ffff00;
}
.c-\#ffff00:link,
.c-\#ffff00:visited,
.c-\#ffff00:hover,
.c-\#ffff00:active {
	color: #ffff00;
}
.content .list_sub_topics p {
	width: 80%;
}
.content .topic_tables {
	margin: 0 auto 1em;
	width: 72%;
	font-size: 22px;
	line-height: 1.6;
}
.content .topic_tables--wide {
	width: 77%;
}
.content .topic_tables .width_05 {
	width: 5%;
}
.content .topic_tables .width_10 {
	width: 10%;
}
.content .topic_tables .width_20 {
	width: 20%;
}
.content .topic_tables .width_25 {
	width: 25%;
}
.content .topic_tables .width_30 {
	width: 30%;
}
.content .topic_tables .width_40 {
	width: 40%;
}
.content .topic_tables .width_50 {
	width: 50%;
}
.content .topic_tables .align_left {
	text-align: left;
}
.content .centering_images {
	text-align: center;
}
.list_inc_marker {
	margin: 0 auto 1em;
	padding-left: 1em;
	width: 78%;
	font-size: 22px;
	line-height: 1.6;
	text-indent: -1em;
}

.bd-1px-solid-\#9a7200 {
	border: 1px solid #9a7200;
}

.content .other-link {
	margin-bottom: 0;
	text-align: right;
}