@charset "utf-8";
/* CSS Document */



/* 別ウィンドウアイコン */
#text a[href^="http://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}
#text a[href^="https://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}
#text a[href$=".pdf"]{
	padding-right: 20px;
	background-image: url(../image/common/icon/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: right center;
}