@charset "utf-8";
/* CSS Document */
label {
background-color: #ccc;
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: 900;
}
.arrow{
	background-image: url(../images/arrow_gry_down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 1.1em auto;
}
.label2{
background-color: #E6E6E6;
    color: #000000;
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
    display: block;
    cursor: pointer;
    background-image: url(../images/arrow_gry_down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 1.1em auto;
    font-size: 17px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 1.4em;
}
.label3{
	background-color: #ccc;
    color: #000;
    font-size: 17px;
    margin: 0;
}
.graymenu {
	background-image: url(../images/arrow_gry.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 17px;
	background-color: #ccc;
}
.redmenu {
	background-image: url(../images/arrow_gry_down.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 1em;
background-color: #ccc;

}
.graymenu a,.redmenu a{
color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 0;
    font-size: 120%;
    line-height: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: 900;
}
input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style: none;
	border-bottom: none;
background-color: #FFFFFF;}

.menu li {
	border-bottom-style: none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px !important;
	margin-left: 0px;
	cursor: pointer;
	display: block;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: inherit;
}
.menu ul .sub_title {
	background-color: #CB9E4D;
	border-style: none;
}
.menu ul li a {
	display: block;
	padding-top: 10px !important;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px !important;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/arrow_gry.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 17px;
	border-style: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 17px;
	line-height: 100%;
}
.sidebar1 .menu .sub_title {
	background-color: #2F5597;
	display: block;
	cursor: pointer;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-size: auto 1.5em;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
.sidebar1 .menu .nav li {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #dddddd;
	list-style-type: none;
}
.sidebar1 .menu .mt-10px {
	background-color: #004098;
	color: #fff;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	display: block;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	}
	
	/*trouble*/
	.container section .trouble .menu .pink{
	background-color: #FFE8E8;
	color: #000;
	border-color: #FFFFFF;
	font-weight: normal;
	font-size: 95%;
	line-height: 120%;
	background-size: auto 2em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-image: url(../images/arrow_gry_trouble.png);
	padding-right: 2.5em;
}
.trouble .menu .sub_title.pink {
	background-color: #FFE8E8;
	color: #000;
	padding-right: 30px;
}
.trouble .menu .nav li .sub_title.blue {
	background-color: #E8E9FF;
	color: #000;
	border-style: none;
	font-weight: normal;
	font-size: 95%;
	background-size: 1.5em auto;
	line-height: 120%;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-image: url(../images/arrow_gry_trouble.png);
	padding-right: 2.5em;
}

.container .trouble .menu .nav li ul li {
	background-color: #DDFFF3;
	line-height: 120%;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 5px;
	padding-right: 5px; 
}
.container .sidebar1 .menu .mt-10px.qa a {
	text-decoration: none;
	display:block;
	background-color:#FFFFFF;

	}

.container .sidebar1 .menu .mt-10px.qa a:visited {
	text-decoration: none;
	background-color:#FFFFFF;
}
.container .sidebar1 .menu .mt-10px.qa {
	background-image: url(../images/arrow2_wh.png);
	background-position: 97% 50%;
	background-size: 0.7em auto;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
