@charset "utf-8";
/* 202006 vlogcam common.css */

#contents section{
	margin-bottom:2em;
	margin-left: 10px
}

#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 section{
		margin-left: 0;
	}

	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* ↓↓　複数のcssに設定されているリストのスタイルをクリア　↓↓ */

#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;
	}
}

/* ↓↓　複数のcssに設定されているテキストリンクのスタイルを再設定　↓↓ */

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
}

#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;
	}
}

/*pタグが続くときに行間を入れる*/

#contents p + p{
	margin-top:1em;
}

/*　グレー帯のタイトルの次に来る要素、同じ階層の要素の左端を揃える */

#contents section .gray_title ~ p,
#contents section .gray_title ~ div,
#contents section .gray_title ~ dl{
	margin-left:1.5em;
}

#contents section .gray_title ~ ul.disc,
#contents section .gray_title ~ ol{
	margin-left: 3.5em;
}



@media (max-width: 640px){
	
	#contents section .gray_title ~ p,
	#contents section .gray_title ~ div,
	#contents section .gray_title ~ dl{
		margin-left:5px;
	}
	
	#contents section .gray_title ~ ul.disc,
	#contents section .gray_title ~ ol{
		margin-left: 2em;
	}
}


/*-------------------------------------
タイトルタグ
--------------------------------------*/

#contents section h2{
    font-size: 1.077em !important;
	margin-top: 3em;
}

#contents section h3{
	font-size:1em;
}

#contents section h2.title,
#contents section h3.title {
    border-bottom: #000 solid 1px;
}

#contents section h3.title {
	margin-top:2em;
}

#contents section .gray_title{
    background-image: none;
	background-color: #e3e3e3;
    padding:0.3em 0.5em 0.3em 0.9em;
	margin:2.5em 0 1em 0.5em;
}


@media (max-width: 640px){

	#contents h2.title{
		padding-left:5px;
	}

	#contents section .gray_title {
		margin-left: 0;
		padding:0.3em 0.5em 0.3em 5px;
	}
}

/*　注釈 */

#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;
	}
}

/* リンクボタン */
#contents .btnArea ul{
	list-style:none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .btnArea ul li a{
	display: block;
	vertical-align:middle;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 1em;
}

#contents .btnArea ul li a span{
	background: url(/support/share/images/arrow_black.gif) no-repeat 0 0.5em;
	font-weight:700;
	padding: 0 0 0 15px;
}


#contents .btnArea ul.innerLink li a span{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
}

#contents .btnArea ul li a:hover,
#contents .btnArea ul li a:active,
#contents .btnArea ul li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}
#contents .btnArea ul li a:focus{
	outline: thin dotted;
}

@media screen and (max-width: 480px){
	
	#contents .btnArea ul{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	
	#contents .btnArea ul > li{
		width: 100% !important;
		margin-left: 0;
	}
}

/*　table */
#contents table th{
	padding: 5px;
}


