@charset "utf-8";
/* CSS Document */

/* ======================================
reset
====================================== */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup,b, u,dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, footer, header, hgroup, nav, ruby, section,time, mark{
	margin: 0; padding: 0; border: 0; font-size: 100%; font-weight:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,time{ display: block; }
a{ text-decoration:none;}
html{ /* min-width: 640px;*/ width:100%; background:#f8f8f8;}

body{
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Sans-Serif;
	position:relative;
	/*min-width: 640px;*/
	width:100%;
	color:#000;
	background:#f8f8f8;
	font-size:28px;
	-webkit-text-size-adjust: 100%;
	}
a{ color:#000;}


header{ font-size:18px; border-left:5px solid #812fd1; margin:10px; padding:3px 3px 3px 15px;}
article{ font-size:16px; padding:0 5px;}

article h1{}
article p{ font-size:14px; line-height:1.3em; padding-left:10px; color:#666;}
article h2{ font-size:14px; line-height:1.2em; padding-left:5px; margin:10px 0 0 0;}

article ul,article li{ list-style:none;}
article ul{ font-size:12px; line-height:1.2em;color:#696969; margin:0 0 0 20px;}

article h3{ font-size:14px; line-height:1.2em; padding-left:5px; margin:10px 0 0 0;  border-left:5px solid #7db6f9;}

article h4{ font-size:14px; line-height:1.2em; padding-left:5px; margin:10px 0 0 0; color:red;}

article dl{}
article dt{ font-size:14px; line-height:1.2em; padding:5px; margin:10px 0 0 0;}
article dd{ font-size:12px; line-height:1.2em; padding-left:5px; margin:10px 0 0 0; color:#666;}

article dd::before{content:"・";}

#footer{ color:#999; text-align:center; font-size:15px; margin:30px 0 10px 0;}

/* Q and A */
dl.qanda{ margin-left:5px;}
dl.qanda dt{ border-left: solid 4px #666; background:#f1f1f1; font-size:14px;}
dl.qanda dd{ border-left: solid 2px #C00; margin-left:10px; font-size:14px;}

dl.qanda dd::before{content:"";}
dl.qanda div.subtitle{ text-decoration:underline; font-size:14px; line-height:30px;}

/* NOTISE */
ul.oshirase{ }
ul.oshirase li{ font-size:13px; line-height:1.5em; list-style:outside circle; border-bottom: 1px dotted #CCCCCC;}
ul.oshirase li span{ font-size:11px; color:#F36;}

