@charset "utf-8";

/**
 *	=RESET
 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,input,label,textarea,select,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
table { border-collapse: collapse; border-spacing: 0; }
th,td { empty-cells: show; }
img { vertical-align: bottom; }
label { margin-left: .3em; }
input { vertical-align: middle; }
textarea { font-size: 1em; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
ul { list-style: none; }
blockquote, q { quotes: none; }

/**
 *	=FONTS
 */
body { font-size: 100.01%; line-height: 1.6; font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
div,p,pre,ul,ol,dl,dt,dd,table,h1,h2,h3,h4,h5,h6 { font-size: 13px; font-size: 81.25%; }
div,p,pre,ul,ol,dl,dt,dd,em { font-style: normal; }
div div,div p,div pre,div ul,div ol,div dl,div dt,div dd,div table,div h1,div h2,div h3,div h4,div h5,div h6 { font-size: 100%; }

/**
 *	=GENERAL
 */
html { overflow-y: scroll; }
.guide { display: none; }
a { outline: 0; vertical-align:baseline; }
a:link { outline: 0; }
a:visited {}
a:hover { text-decoration: none; }
a:active {}
.hidden {display: none;}
abbr[title] { border-bottom: none; font-variant:normal; }

/**
 *	=PRINT
 */
@media print {
	div,p,pre,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6 { font-size: 81.25%; font-weight: normal; }
	html>/**/body div,html>/**/body p,html>/**/body pre,html>/**/body ul,html>/**/body ol,html>/**/body dl,html>/**/body dt,html>/**/body dd,html>/**/body h1,html>/**/body h2,html>/**/body h3,html>/**/body h4,html>/**/body h5,html>/**/body h6 { font-size: 13px; }
	html body { zoom: 0.65; }
	#header-guide,#gnavi,#global-subnavi,#topic-path,#footer-left,#footer-right,#footer-navi,.gotop { display: none; }
	body,#main-contents { width: 100% !important; }
	head+body { max-width: 100%; min-width: 80%; margin: 0 auto; }
	#footer-section { background-color: #FFF !important; border-top: none !important; }
	#footer-bottom { border-top: none !important; }
	#copyright { float: none !important; text-align: center; }
}

/**
 * CLEAR HACK
 */
div:after,ul:after,ol:after,dl:after,section:after,article:after { content: ""; display: block; clear: both; height: 0.1px; overflow: hidden; }
div,ul,ol,dl,section,article { display: block; zoom: 1; }