@charset "shift_jis";
/*
cs-hiroshima オリジナルcss
*/

/*------------------------------------------------
ti_base.cssからの設定変更
-------------------------------------------------*/
article {
	margin-bottom: 30px;
}
.news dl dt {
	background: #cee6d0;
	color: #333333;
}
/*------------------------------------------------
infoBox
-------------------------------------------------*/
.infoBox {
	padding:2.08%;
	margin-top:20px;
	border:5px solid #f3f2e7;
	background:#f3f2e7;
}

.infoBox h3,
.attBox01 h3
{
	margin-top:0;
}

.tIndent3em {
	text-indent: -3em;
	padding-left: 3em;
}
/*------------------------------------------------
見出し
-------------------------------------------------*/

h1 {
	font-size: 1.925rem;
	padding-left: 0;
}
h1:after{
	border-top: 1px solid #009900;
	border-bottom: 3px solid #009900;
}


h2 {
	font-size: 1.575rem;
	border-bottom:2px solid #009900;
	padding-left: 0;
	margin-top:40px;
}

h3 {
	font-size: 1.4875rem;
	border-left:6px solid #009900;
	margin-top:30px;
}

h4 {
	font-size: 1.3125rem;
	border-left:4px solid #009900;
}

h5 {
	font-size: 1.1375rem;
	border-left:2px solid #009900;
}

h1, h2, h3, h4, h5, h6{
	color:#333333;
}


.mgT1em{
	margin-top:1em;
}
.mgT40{
	margin-top:40px;
}

.btnNaviA{
	background:#eb6100;
	border:none;
}
.btnNaviA:hover{
	background:#f58232;
	text-decoration:none;
}
.btnNaviB{
	background:#00a0dc;
	border:none;
}

.btnNaviB:hover{
	background:#15b1eb;
	text-decoration:none;
}
.btnNaviC{
	background:#05a04a;
	border:none;
}

.btnNaviC:hover{
	background:#18b65e;
	text-decoration:none;
}
.btnNaviD{
	background:#999999;
	border:none;
	font-weight: bold;
    font-size: 1.4rem;
}
.btnNaviD:hover{
	background:#999999;
	text-decoration:none;
}

.topMenu a.btnLink{
	width:100%;
	padding:0.5em 0 0.5em 1em;
	font-size:1.4em;
	font-weight:bold;
}

.btnNavi{
	background:#8ad7f3;
	border:none;
	color:#333333;
	}
.btnNavi:hover{
	background:#61cff7;
	text-decoration:none;
	color:#333333;
}
.btnNavi:after {
	content:url("../images/common/arrow_a_btnB.png");
	margin-left:1em;
}
.btnNavi2{
	background:#b7b7b7;
	border:none;
	color:#ffffff;
	}
.btnRed{
	background:#f64249 ;
	border:none;
	}
.btnRed:hover{
	background:#ec252c ;
	text-decoration:none;
}

#breadcrumb {
	line-height:2em;
	background: #ffffff;
}

.alert03{
	color:#fc8901 !important;
}
.alert02{
	background:#def7b2 !important;
}
.alert01{
	color:#f64249 !important;
}


/*
.mainBox div + div{
	margin-top:0 !important;
}*/
.keyimgBox {
	margin-bottom: 0;
	background:#009900;
}
ul.disc li.no-list {
	margin-left:1em;
	list-style-type: none;
}
table.detail th{
	background: #cee6d0;
}

footer .inner2 {
	background: #f3f2e7;
	border-bottom: 1px solid #009900;
}

table.detail .w10{
	width:10% !important;
}
table.detail .w15{
	width:15% !important;
}
table.detail .w20{
	width:20% !important;
}
table.detail .w30{
	width:30% !important;
}
table.detail .w40{
	width:40% !important;
}
table.detail .w50{
	width:50% !important;
}
@media screen and (max-width:767px) {
	h4{
		font-weight:normal;
	}
}

.bgline{
	border: 5px solid #f3f2e7;
	padding: 2.08%;
}

ul.clearfix li {
    float: left;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
ul.discList li:not(:last-child)::after {
    content: "・";
}