@charset "utf-8";
/* CSS Document */
.bread {
	display: none !important;
}

#donu_l {
	width: 100%;
	float: left;
	text-align: left;
}
#donu_r {
	width: 21%;
	float: right;
	text-align: right;
	display: none;
}

ul.yoha_none li {
	padding: 0;
	margin: 0;
}
ul.yoha_none li img {
vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
#donu_l {
	width: 78%;
}
#donu_r {
	display: block;
}
}

.seen_waku {
	border: 1px solid #fff;
	padding: 1em;
	font-size: 12px;
	font-size: 1.2rem;
}

.seen_waku_title {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	color: #000;
	border-bottom: 1px solid #5a626a;
}

.seen_waku p {
	font-size: 12px;
	font-size: 1.2rem;
}

.seen_waku p img {
	margin: 1em auto 0;
}

#seen {
	border: 1px solid #fff;
	padding: 1em 1em 0;
}
#seen_title {
	background-color: #164477;
	padding: 0;
	margin-top: -13px;
}
#seen_title p {
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (min-width: 480px) {
#seen_title p {
	font-size: 16px;
	font-size: 1.6rem;
}
}

@media only screen and (min-width: 768px) {
.bread {
	display: block !important;
}
#seen_title p {
	font-size: 18px;
	font-size: 1.8rem;
}
}

@media only screen and (min-width: 1111px) {
#seen_title p {
	font-size: 24px;
	font-size: 2.4rem;
}
}



h4 {
	background-color: #f2e7b9;
	margin-top: 2em;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #46412e;
	padding: 0.5em 1.5em !important;
	border-top: 1px solid #d6954f;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
}
h6 {
	font-size: 23px;
	font-size: 2.3rem;
	color: #000;
	font-weight: bold;
	padding: 0.5em 0;
}


.style_waku {
	border: 1px solid #fff;
	padding: 2em;
	font-size: 12px;
	font-size: 1.2rem;
}

ul#koka {
	margin: 0 auto;
	width: 90%;
}
#koka li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: #2b2b2b;
}
@media only screen and (min-width: 480px) {
#koka li {

}
}

@media only screen and (min-width: 768px) {
ul#koka {
	width: 80%;
}
#koka li {
	font-size: 21px;
	font-size: 2.1rem;
}
}

@media only screen and (min-width: 1111px) {
ul#koka {
	width: 62%;
}
#koka li {
	font-size: 26px;
	font-size: 2.6rem;
}
}


#kosusaku {
	text-align: center;
	margin: 1em auto;
}


.ct_dl th {
	font-weight: normal;
	text-align: right;
}


/*=======================================================================

    Table
    
 ========================================================================*/
table.general {
    border-spacing:1px;
    background-color:#b8b8b8;
    width:100%;
}
.caption {
	font-weight:bold;
    background-color:#50adea;
    border-bottom:2px solid #1975d7;
    color:#fff;
    padding:10px 0;
	text-align: center;
}
.caption_caede {
	font-weight:bold;
    background-color:#bd4949;
    border-bottom:2px solid #bb0707;
    color:#fff;
    padding:10px 0;
	text-align: center;
}

.table tbody td {text-align: center;padding: 0.5em; }

table.general td, th {
    padding:5px;
    line-height:1.5;
}

.table tbody td ul li {
	padding: 0;
	margin: 0;

}

table.general thead th {
    text-align:center;
    background:#f5f5f5;
    color:#666;
    border:1px solid #fff;
    text-transform:uppercase;
}
table.general tbody th {
    font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
}
table.general tbody tr {
    background-color:#fff;
    text-align:left;
}
table.general tbody tr.odd {
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table.general tbody th a:link, tbody th a:visited{
    color:#96d030;
    padding-left:18px;
}
table.general tbody th a:hover {
    color:#ff8601;
}
table.general tbody tr td { 
    background:#fff;
    border:1px solid #fff;
}
table.general tbody tr.odd td { 
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table.general td a:link, table.general td a:visited {
    color:#1975d7;
    text-decoration:none;
}
table.general td a:hover {
    color:#50adea;
    border-bottom:2px solid #8fd5ff;
    text-decoration:none ;
}

table.general tfoot th, tfoot td {
    background-color:#e7e7e7;
    text-align:center; 
    font-size:1.2em; font-weight:bold; font-style:italic;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
} 