@charset "UTF-8";

/**
 *	=RESET
 */
	html,body,div,p,ul,ol,li,dl,dt,dd,pre,h1,h2,h3,h4,h5,h6,table,th,td,form,fieldset,input,textarea,select,img { margin: 0; padding: 0; }
	ul,ol { list-style: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	caption,th { text-align: left; }
	th,td { empty-cells: show; }
	img,fieldset { border: 0px; }
	img { vertical-align: bottom; }
	label { margin-left: .3em; }
	input { vertical-align: middle; }
	textarea { font-size: 1em; }

/**
 *	=FONTS
 *
 *	18px: 1.125em
 *	17px: 1.063em
 *	16px: 1em
 *	15px: .938em
 *	14px: .875em
 *	13px: .813em
 *	12px: .75em
 *	11px: .688em
 */
	body { font-size: 100.01%; line-height: 1.5; font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif"\9; }
	div,p,pre,ul,ol,dl,dt,dd,table,h1,h2,h3,h4,h5,h6 { font-size: 13px; font-size: 81.25%\9; }
	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
 */
	.guide { display: none; }
	a { outline: 0; color: #0068b7; }
	a:link { text-decoration: none; outline: 0; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }
	a:active { text-decoration: none; }
	.hidden {display: none;}

/**
 *	=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, #side, #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 { content: ""; display: block; clear: both; height: 0.1px; overflow: hidden; }
	div,ul,ol,dl { display: block; zoom: 1; }