@charset "utf-8";
/* CSS information
file name  : common.css
style info : 全体共通style */

html {
	color: #333 ;
	font-size: 100% ;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

a {
	color: #003494 ;
	text-decoration: underline ;
}
a:hover {
	text-decoration: none ;
	opacity: 0.6 ;
}
a:visited {
	color: #609 ;
}

img {
	vertical-align: top ;
}

/* 外部リンクアイコン */
.ico_other_link{
	position: relative ;
	display: inline-block ;
	width: 13px ;
	height: 13px ;
	border: 2px solid #81c6ee ;
	border-radius: 3px ;
}
.ico_other_link:before {
	content:"";
	position: absolute ;
	top: -2px ;
	right: -2px ;
	display: block ;
	height: 0 ;
	width: 0 ;
	border: 5px solid #fff ;
	border-top-color: #81c6ee ;
	border-right-color: #81c6ee ;
	box-shadow: -2px 0 0 0 #fff, 0 2px 0 0 #fff ;
}
.ico_other_link:after {
	content:"";
	position: absolute ;
	top: 1px ;
	right: 4px ;
	display: block ;
	height: 9px ;
	width: 2px ;
	background-color: #81c6ee ;
	transform			: rotate(45deg);
	-webkit-transform	: rotate(45deg);
}





/* clearfixを入れる場合は↓のclassの内容を各要素に個別に指定してください
   (htmlにclass="clearfix"と書かず、cssに個別に書いてください)
.clearfix:after {
	content:"";
 	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*/
