@charset"UTF-8";
/* パンくず */
.topicpath ol{margin:5px 5px 0;font-size:0.75em;}
.topicpath li{display:inline}
.topicpath li a{text-decoration:none;color:#999;padding-right:10px;background:url("../header/img/icon_topicpath.png") no-repeat right center}
.topicpath li a:hover{color:#555}
/* 基本設定 */
*{color: #333}
html{overflow-y:scroll;min-height:100%}
body{background-color:#f8f8ff;font-family:'Arial','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Sans GB W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;font-size:100%;min-width:960px;}
#container{margin:0 auto;line-height:1.5}
/* <a> */
a{color:#e50010;text-decoration:underline}
a:hover{color:#e50010;text-decoration:none}
a img:hover{filter:alpha(opacity=70);opacity:0.7}
/* <iframe> */
iframe.header,iframe.footer{width:100%;margin:0;border:hidden}
iframe.header{height:51px}
iframe.footer{height:210px}
/*翻訳注記サイズ調整用*/
#site-translate-header-wrapper{width:90% !important}

@media screen and (max-width: 639px){
body{min-width:320px}
}