@charset "utf-8";
/* CSS Document */
/************************** アコーディオン *************************/
/*div#container{
	margin:0 5px;
	border:2px solid #cccccc;
	-webkit-border-radius: 5px;
}

div#container_services{
	margin:0 5px;
	border:1px solid #cccccc;
}*/

.trigger{
	/*padding: 12px 30px 5px 10px;
	height:33px;*/
	overflow:hidden;
	/*font-size:16px;
	font-weight:normal;*/
	color:#000000;
}
.flag{
	border-bottom:#990000 solid 1px;
	color:#000000;
	background-color:#CCCCCC;

}
h2.active{
	border-bottom:#333333 solid 1px;
}
.flag p{
	background-image:url(../image/open.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h2.active p{
	background-image: url(../image/close.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*ul li.computer {
	background: #fff;
	padding:5px 5px 10px;
	border-bottom:1px dashed #cccccc;
}*/

/*ul li.computer a {
	background:url(../image/s_arrow01.png) right no-repeat;
}*/

.imageItemTop {
	float:left;
	margin-right: 10px;
}

.imageItemTop5px {
	float:left;
	margin-right: 5px;
}

.toggle_container {
	background-color:#CCCCCC;
	color:#000000;
	margin-bottom:10px;
}

.toggle_container a{
	text-decoration:underline;
}	




