@charset "utf-8";

/*==========================================================

	icon　共通レイアウト

==========================================================*/

/* ▼パンくずリスト▼ */
#topic-path {
	line-height:1.1;
	font-size:1.3em;
	padding:10px 0 6px;
	margin:0 10px;
}	
#topic-path ul li{
	float:left;
	list-style:none;
	background:url(/lib/images/arrow_topic.gif) right center no-repeat;
	padding:0 10px 0 5px;
	font-size:11px;
}
#topic-path ul li.tail {
	background:none;
}
/* ▲パンくずリスト▲ */

.main_inner .main {
	float:none !important;
	width:100% !important;
}


#icon {
	font-size: 12px;
}
.iconTextTtl {
	padding: 1% 1% 2px 1%;
	font-size: 14px;
	font-weight:bold;
}
#icon .caution_text {
	background-color:#F7F7F7;
	margin-top:5px;
	padding:8px 20px;
	color:#FF4D4D;
	margin-bottom: 10px;
}
#icon #PopUpWindow {
	margin: 0 auto;
	text-align: left;
	width: 700px;	
}
#icon .Icon {
	padding: 10px;
}
#icon .table-type1 {
	background-color: #999999 !important;
	color: #555;
	font-size: 12px;
}
#icon .table-type1 th {
	text-align: center;
	background-color: #e8f3ff;
	padding: 3px;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	width: 20%;
}
#icon .table-type1 th span{
	display: block;
	padding: 2px 0;
	color: #FFF;
	font-size: 12px;
	background: #373737;
}
#icon .table-type1 td {
	background-color: #fff;
	padding: 3px;
}
.btn_close a {
	display:block;
	padding:10px 0;
	font-size: 14px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color: #000;
	margin:20px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d4d4d4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#d4d4d4));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
}

