@charset "utf-8";
/*contents
----------------------------------------------------------- */

.accordion{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p{
	padding: 10px;
}
.accordion .mos{
	background-image: url(../images/mos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 75px;
	margin: 10px;
}
dl{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*
dt	{
	background: url(../image/dt.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	border: 1px solid #727272;
}
*/
.toggle_menu{
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

dd{
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
dt{
	display: block;
	height: 40px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCC));
	padding: 3px 0px 0px;
	font-size: 100%;
	margin: 0 auto;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	line-height:40px;
}
dt h3.switch{
	background-image: url(../images/arrow_02.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
       cursor:pointer; 
}

dt h3.active{
	background-image: url(../images/arrow.png);
}

.orange{
	background-color: #F8B625;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
	line-height: 18px;
	-webkit-box-shadow: 0px 0px 5px 0px #666;
	clear: both;
}
.menu{
	display: block;
	padding: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.title{
	background-color: #F8B625;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	box-shadow: 1px 1px 3px #B3B3B3;
	-moz-box-shadow: 1px 1px 3px #B3B3B3;
　/* Firefox用 */  
 -webkit-box-shadow: 1px 1px 3px #B3B3B3;
　/* Safari,Google Chrome用 */;
	font-size: 16px;
}

.subtitle{
	background-color: #5b5bff;
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	box-shadow: 1px 1px 3px #b3b3b3;
	-moz-box-shadow: 1px 1px 3px #B3B3B3;　/* Firefox用 */  
 -webkit-box-shadow: 1px 1px 3px #B3B3B3;　/* Safari,Google Chrome用 */;
	font-size: 16px;
}

.accordion .q{
	margin: 5px;
}
.accordion .q h4{
	height: 28px;
	background-image: url(../images/q.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	line-height: 28px;
	color: #597C34;
}
.accordion .a{
	margin: 5px;
	background-image: url(../images/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.accordion .img_center{
	text-align: center;
}
.accordion .support{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/btn01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.accordion table tr{
	line-height: 24px;
	height: 24px;
}
