@charset "utf-8";

#contents section{
	margin-bottom:4em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;

}

@media (max-width: 640px){
	
	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:5px;
	}
}

#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents section > ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}


#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 400;
}

#contents section > dl{
	margin-left: 1em;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents section ul.disc,
	#contents section ol{
	margin-left:2em;
	}
}

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	padding-left: 1em;
}
#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:1em;
	}

}

#contents p + p{
	margin-top:1em;
}

#contents h1 {
	font-size: 1.5rem;
}

#contents h2 {
	font-size: 1.25rem;
}

#contents h3 {
	font-size: 100%;
}

#contents .title {
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
	margin-bottom: 30px;
}

#contents h2.title {
	font-size: 1.25rem;
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
}


/*　注釈 */

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}


@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}


/* btnArea */

#contents div.btnArea {
	margin-left: 0;
	margin-top: 3em;
}

#contents div.btnArea ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents div.btnArea ul:after{
    display: none;
}

#contents div.btnArea ul li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.6em 1em;
	display: block;
}


#contents ul li a span {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;

	display: inline-block;
	padding: 0 0 0 10px;
}

#contents div.btnArea ul li a:hover,
#contents div.btnArea ul li a:active,
#contents div.btnArea ul li a:focus{
	opacity: 0.7;
}



@media (max-width: 640px) {
	#contents div.btnArea ul {
		margin-left: 0;
	}
	#contents div.btnArea ul li {
		width: 100% !important;
	}
}

#contents div.btn{
	display: inline-block;
	margin-bottom: 0.5em;
	width: 50%;
}

#contents div.btn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
}

#contents div.btn a:hover,
#contents div.btn a:active,
#contents div.btn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents div.btn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}


/*-----------------------------------
	open close
-----------------------------------*/

#contents .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	box-sizing: border-box;
}

#contents .Gray:hover, .Gray:active {
	text-decoration: none;
	opacity: 0.5;
}

#contents .Gray:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}

#contents .detailArea {
	padding: 2em 1em;
	border: 1px #C6C6C6 solid;
	background: #EBEBEB;
	
}

@media (max-width: 640px) {
	#contents .Gray {
		width: 100%;
		padding-left: 36px;
		text-indent: -34px;
	}
	
	#contents .detailArea ul.disc{
		margin-left: 1em;
	}
	
	
}

/* warningArea */

#contents .warningArea {
	background: #EBEBEB;
    border: 1px #C6C6C6 solid;
    margin: 1em;
    background-image: url(/support/tv/images/ico_warning2.gif);
    background-position: 1em 1em;
    background-repeat: no-repeat;
    padding: 2em 1em 1em 2em;
}

#contents .warningArea > *:first-child{
	padding-top: 2em;
    margin: 0;
}

#contents .warningArea > ul.disc{
	padding-left: 2em;
	margin-bottom: 8px;
}


@media (max-width: 640px){
	#contents .warningArea {
		padding: 2em 5px 1em 5px;
		margin: 1em 0;
	}
}



