@charset "utf-8";
/*
	================================================================================================
		support cyber-shot guide wi-fi tv css index.css
		2020.01
	================================================================================================
*/


#contents > section{
	margin-top: 4em;
	margin-bottom:2em;
}


#contents > div,
#contents > section{
	margin-left: 1em !important;
}

#contents section div > p,
#contents section div > div,
#contents section div > span{
	margin-left: 0;
}

@media (max-width: 640px){
	
	#contents > div,
	#contents section,
	#contents section > div{
		margin-left:5px !important;
	}
}

/* ------------------------- 
	ul ol 
-----------------------------*/

/*common*/
#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
	margin-top: 3em;
}

#contents ol > li{
	margin-bottom: 2em;
}
#contents li{
	margin-bottom:0;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents section > ul.disc,
#contents section > ol{
	margin-left:3em;
}



#contents section > ol >li >p{
	margin: 0;
}
#contents ol li > ul.disc{
	list-style: disc !important;
	margin: 1em 0 2em 1.5em;
}

#contents ol li > ul.disc > li{
	margin-bottom: 0.5em;
}

/* link inner */

#contents ul.txtlink.inner li a{
	padding-left:0.5em;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents section ul.disc,
	#contents section ol{
	margin-left:1.5em;
	}
}


/* ------------------
   txtlink textLink 
----------------------*/
a.textLink{
	margin: 0;
}

#contents a.textLink{
    background-position: 0 6px;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#contents ul.txtlink{
	margin-left:1em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents .notice_gray > ul.disc + a.textLink{
	margin-left: 4px;
}

#contents .notice_gray ul.txtlink li{
	margin-left: 4px;
}

#contents .notice_gray ul.txtlink li.disc{
	background: none;
	list-style-type: disc;
	padding: 0;
	margin-bottom: 1em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:1em;
	}
}


#contents p + p{
	margin-top:1em;
}

/* -----------------------
	title
--------------------------*/

#contents section h2{
    font-size: 1.231em;
	margin-bottom: 1em;
}

#contents section h3{
	font-size:1.077em;
	margin-left: 1em;
}

#contents section h2.title{
	border-bottom: 1px solid #000;
}

#contents section h3.title {
	margin-top:2em;
}


@media (max-width: 640px){

	#contents h2.title{
		padding-left:5px;
	}
}

/*--------------------@
	annotation 
----------------------*/

#contents p.annotation{
	margin-left:1em;
	margin-top: 1em;
}
#contents p.annotation{
	padding-left: 1em;
    text-indent: -1em;
}

#contents p + p.annotation{
	margin-top:0.5em !important;
}

#contents p.annotation + a.textLink{
	margin-left: 1.2em;
}


@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/*---------------------
	figure image icon
----------------------*/

#contents > img{
	margin-left: 1em;
}

#contents ol li > img{
	margin: 1.5em 0;
}
#contents figure{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	flex-direction: row;
	margin: 1em 0 0 0;
}

#contents figure img.imageArrow{
	width: 43px;
	padding: 10px;
}

#contents figure.threeImages img.imageArrow{
	padding: 0;
	width: 30px;
	height: auto;
}

#contents img.icon {
	vertical-align: middle;
	margin: 0px 4px;
	display: inline-block !important;
}

#contents img{
	display: block;
}


@media (max-width: 640px){
	
	#contents ol li > img,
	#contents ol li > figure > img{
		width:100%;
		height: auto;
		max-width:300px;
		margin: 10px;
	}
	
	#contents figure{
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
		margin: 1em 0 0 0;
		align-content: space-between;
	}
	
	#contents figure img.imageArrow{
		transform: rotate( 90deg );
		margin-left: 120px !important;
		width: 43px !important;
	}
	
}

/* notice_gray */
#contents .notice_gray{
	border: 1px solid #CCCCCC;
	padding: 1em 2em 0 2em;
	margin: 2em 0 2em 1em;
}

#contents .notice_gray > ul{
	margin-left: 1.5em;
}


@media (max-width: 640px){
	#contents .notice_gray{
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

/* pointArea */

#contents .pointArea ul.disc{
	list-style: disc;
}

#contents .pointArea ul.disc li{
	margin-bottom: 0.5em;
}

#contents .pointArea ul.disc + a.textLink{
	margin-left: 10px;
	margin-top: 2em;
}


@media (max-width: 640px){
	#contents .pointArea ul.disc{
		margin-left: 10px;
		margin-top: 5px;
	}
	
	#contents .pointArea ul.txtlink{
		margin-left: 0;
	}
}

