/* @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;
	}

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

#contents a{
	color: #0066cc;	
	}

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

#contents h2 {
	clear: both;
	margin-bottom: 1.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;
	border-bottom: 2px 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 .sankoinfo {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dashed #CCC;
	font-size: 0.8em;
	}

/* @QA Number */

#contents p#sub_qa_num {
    margin-bottom: 0;
    padding: 0;
    color: #ccc;
    font-size: 90%;
    text-align: right;
    }

/* @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 p.small-p { font-size: 80%; padding-left: 0.65em; }
#contents #taishokishu p.small-p a { 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; }

/*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 #taishokishu p.small-p { padding-left: 1.55em; }

}

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

}