@charset "utf-8";
/*====================================
	for trouble
	Date of 2016.06.30
====================================*/
.troubleIndex{
	font-size:110%;
	line-height:1.5em;
	color:#0080DF;
	margin-bottom:15px;
	padding:5px 10px;
	border:1px solid #48ACFF;
	background:#E3FAFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.troubleImg{
	text-align:center;
	margin-bottom:20px;
}
.w100{
	width:100%;

}
.troubleList{
	margin-bottom:30px;
}
.troubleList li{

	margin:0 0 10px;
	padding:0 0 0 23px;
	background:url(../images/icon_exclamation.gif) 0 2px no-repeat;
}
