/* @reset */
* { margin: 0; padding: 0; }

a { text-decoration: none; }
ul,ol { list-style: none; }
img { vertical-align: middle; border: none; }

/* @fluid image */
img { max-width: 100%; }

/* @html */
html {
	line-height: 1.5;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",
	"Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	font-size: 75%;
	color: #333;
	}


#qaTop a{
    position: fixed;
    top: 0;
    right: 1em;
	z-index: 1;
    padding: 0.25em 0.75em;
    border-radius: 0 0 0.25em 0.25em;
	background-color: #3a7ecf;
    color: #FFF;
    font-weight: bold;
	font-size: 90%;
    }

#qaTop a:hover{
	background: #72a3dc;
    }

/* @Contents */
#contents {
	width: 90%;
	max-width: 1280px;
	margin: 2.5em auto 0;
	text-align: center;
	}

#contents a{
	color: #0066cc;	
	}

#contents a:hover{
	color: #92b4dd;
	text-decoration: underline;
	}

#contents h2 {
	clear: both;
	margin-bottom: 2.5em;
	padding: 0.5em 1em;
    border-radius: 0.25em;
	background: #397ecf;
	color: #FFF;
	font-size: 1em; /* 24px */
	}

#contents h3 {
	margin-bottom: 1.5em;
	padding: 0.5em;
    border-left: 10px solid #397ecf;
	font-size: 1em; /* 24px */
	text-align: left;
	}

#contents h4 {
	margin-bottom: 1.5em;
	padding: 0 0.5em;
	font-size: 1em; /* 24px */
	text-align: left;
	}

#contents p, #contents ul, #contents ol, #contents li {
	margin-bottom: 1.5em;
	padding: 0 0.5em;
	text-align: left;
	}

#contents ul {
	list-style: disc;
	margin-left: 2em;
	}

#contents ol {
	list-style: decimal;
	margin-left: 2.5em;
	}

#contents li:last-child {
	margin-bottom: 0;
	}

#contents li p {
	padding: 0;
	}

#contents .t_scroll {
	width: 100%;
	margin-bottom: 1.5em;
	overflow: auto;
	}

#contents table {
	border: 1px solid #333;
	border-bottom: none;
	border-left: none;
	border-spacing: 0;
	border-collapse: collapse;
	}

#contents th {
	width: 10%;
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background: #EFEFEF;
	color: #666;
	font-weight: bold;
	text-align: center;
	}

#contents td {
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	text-align: left;
	}

#contents #intro {
	margin-bottom: 2.5em;
    font-size: 1em;
    }

#contents .sankoinfo {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dashed #CCC;
	font-size: 0.8em;
	}
    
#contents #teljichui {
    margin-bottom: 1.5em;
	border-top: 1px dashed #cecece;
	padding: 1.5em 0;
	font-size: 95%;
	}

#contents #teljichui p,
#contents #teljichui ul,
#contents #teljichui li{
	margin-bottom: 1.2em;
	}

/* @Att,Ref,Link */
#contents p.att_title { margin-bottom: 0; padding: 0.5em 1em; background: #FF6666; color: #FFF; }
#contents .att { margin-bottom: 1.5em; padding: 1em 0.5em 0.5em; border: 1px solid #FF6666; }
#contents li .att { padding: 1em 0.5em 0.5em; }

#contents p.ref_title { margin-bottom: 0; padding: 0.5em 1em; background: #0099FF; color: #FFF; }
#contents .ref { margin-bottom: 1.5em; padding: 1em 0.5em 0.5em; border: 1px solid #0099FF; }
#contents li .ref { padding: 1em 1em 0.5em; }

#contents p.lnk_title { margin-bottom: 0; padding: 0.5em 1em; background: #738C8C; color: #FFF; }
#contents .lnk { margin-bottom: 1.5em; padding: 1em 0.5em 0.5em; border: 1px solid #738C8C; }
#contents li .lnk { padding: 1em 1em 0.5em; }

#contents .jzn { margin: 0 0.5em 1.5em; padding: 1em 0.5em 0.5em; border: 6px solid #FF6666; }

#contents #taishokishu { margin: 0 0.5em 1.5em; padding: 1em 0.5em 0.5em; border: 2px solid #CCC; background-color: #EEE; }
#contents #taishokishu .taisho_title { font-weight:bold; }
#contents #taishokishu .sub { font-size: 90%; }
#contents #taishokishu .sub a { font-weight:bold; }

/* @YouTube */
#contents .tomove {
	margin-bottom: 1.5em;
	padding : 0;
	text-align: center;
	}

#contents .tomove h4 {
	margin-bottom: 0;
	text-align: center;
	}

#contents .tomove p {
	margin-top: 1.5em;
	margin-bottom: 0;
	text-align: center;
	}

#contents .tomove .tubeMovie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}

#contents .tomove .tubeMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}

/* @Deco */
.red, .blue, .green, .orange, .black { font-weight: bold; }
 
.red { color: #ff0000; }
.blue { color: #0000ff; }
.green { color: #009900; }
.orange { color: #ff9900; }
.black { color : #333; }

/* @Footer */
#footer {
	clear: both;
	padding : 1.714em 0;
	border-top: 0.25em solid #397ecf;
	font-size: 0.875em;
	text-align : center;
	}

#pageTop a {
    position: fixed;
    bottom: 3em;
    right: 1em;
    padding: 0.25em 0.75em;
    border-radius: 0.25em;
	background-color: #3a7ecf;
    color: #FFF;
    }

#pageTop a:hover {
	background: #72a3dc;
    }

#contents #complete { font-weight:bold; text-align: center; font-size: 1em;}
#contents #nextcontents { text-align: center; font-size: 1em;}
#contents #nextcontents a { font-weight:bold;}

#contents #goHome {
    text-align: center;
    }

#contents #goHome a {
    padding: 0.25em 0.75em;
    border-radius: 0.25em;
	background-color: #3a7ecf;
    color: #FFF;
    }

#contents #goHome a:hover {
	background: #72a3dc;
    text-decoration: none;
    }

#copyright {
	font-size: 80%;
	}

/*768px*/
@media screen and (min-width : 614px){
html { font-size: 87.5%; }

#contents h2,
#contents h3,
#contents h4 {
	font-size: 1.25em;
	text-align: left;
	}

#contents h4 {
	padding: 0 1em;
	}

#contents p, #contents ul, #contents ol, #contents li {
	padding: 0 1.25em;
	}

#contents p.att_title,
#contents p.ref_title,
#contents p.lnk_title {
	padding: 0.5em 1.25em;
	}

#contents li .att,
#contents li .ref,
#contents li .lnk,
#contents li .jzn {
	padding: 1em 1.5em 0.5em;
	}

#contents .tomove .tubeMovie {
	position: static;
	width: 100%;
	padding: 0;
	}

#contents .tomove .tubeMovie iframe {
	position: static;
	width: 678px;
	height: 382px;;
	}

#contents .jzn,
#contents #taishokishu {
	margin: 0 1.25em 1.5em;
	}

#contents #intro {
	font-size: 1.25em;
    }

#contents #complete,
#contents #nextcontents {
	font-size: 1.25em;
	}

#copyright { font-size: 100%; }

}

/*1024px*/
@media screen and (min-width : 819px){
html { font-size: 100%; }

}