@charset "utf-8";
/*
	================================================================================================
		support software playmemories-home guide windows import css access-point_new.css
		2020.01
	================================================================================================
*/


#contents > section{
	margin-top: 4em;
	margin-bottom:2em;
}

#contents > section > section{
	margin-left: 0.5em;
}
#contents > div,
#contents > section > div{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span{
	margin-left: 0;
}

@media (max-width: 640px){
	
	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:5px;
	}
}

/* ------------------------- 
	ul ol 
-----------------------------*/

/*common*/
#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol.no_num{
	list-style: none;
	margin-left: 0;
}

#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 > ul.square > li{	
	list-style: none;
	margin-bottom: 2em;
	text-indent: -1em;	
}
#contents section > ul.square > li:before {
	content: "";
	display: inline-block;
	background: url(/support/software/playmemories-home/guide/windows/import/images/square.gif);
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

#contents section > ul.square > li a.textLink{
	padding-left: 2em;
}


#contents ul li > ul.disc{
	list-style: disc !important;
	margin: 0.5em 0 0 1.5em;
}

#contents ul.square > li > ul.disc{
	margin-left: 2.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:2em;
	}
}


/* ------------------
   txtlink textLink 
----------------------*/

#contents a.textLink{
    background-position: 0 6px;
	display: block;
	margin-top: 0.5em;
}

#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 span.textLink.inner,
#contents a.textLink.inner,
#contents ul.txtlink.inner li{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 6px !important;
	margin-bottom: 10px;
}

#contents .notice_gray > ul.disc ~ a.textLink{
	margin-left: 1.6em;
}

#contents section > ul.square > li > a.textLink{	
	margin-left: 2px;
}

@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-bottom: 0.5em;
}

#contents section h2.title{
    border-bottom: 2px solid #CCC;
	color: #333333;
}

#contents section h3.title {
	margin-top:2em;
	margin-bottom: 1em;
}


@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 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.threeImages{
	justify-content: space-between
}

#contents figure figcaption{
	width: 100%;
	margin-bottom: 1em;
}


#contents figure.threeImages > img{
	width: 215px;
	height: auto;
}

#contents figure.fourImages > img{
	width: 285px;
	height: auto;
	margin: 10px 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;
}

#contents section p > img.pct{
	margin-top: 1em;
}

@media (max-width: 640px){
	
	#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;
	}
	
	#contents figure.threeImages img.imageArrow{
		padding: 10px 0;
	}
	

	#contents img.pct{
		width:100%;
		height: auto;
		max-width:300px;
		margin: 10px;
	}
	#contents figure.threeImages > img,
	#contents figure.fourImages > img{
		width: 300px;
	}
	
	#contents figure.fourImages > img{
		margin: 0;
	}
	
}

/* stepArea */

#contents ol.stepArea{
	margin-top: 3em;
	margin-left: 1em;
}

#contents ol.stepArea > li{
	margin-bottom: 3em;
}

#contents ol.stepArea > li:last-child{
	margin-bottom: 2em;
}

#contents ol.stepArea p{
	margin: 0;
	display: inline-block;
}

#contents ol.stepArea p img.numIcon{
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#contents ol.stepArea li > p:first-child{
	font-weight: bold;
}

#contents ol.stepArea li > .textContainer{
	margin: 10px 0 30px 35px;
}

#contents ol.stepArea li > .textContainer > img{
	margin-top: 2em;
}

@media (max-width: 640px){
	
	#contents ol.stepArea li > p:first-child{
		padding-left: 35px;
		text-indent: -35px;
	}
	#contents ol.stepArea li > .textContainer{
		margin-left: 0;
	}
}

/* pointArea */

#contents .pointArea ul.disc{
	list-style: disc;
}

#contents .pointArea .pointBox img{
	display: block;
	margin: 10px 0;
}

#contents .pointArea .pointBox img.icon{
	margin: 0 3px;
	max-width: 20px;
	height: auto;
}

#contents .pointArea .pointBox ul.disc.iconList{
	margin-bottom: 2em;
}

#contents .pointArea .pointBox ul.disc.iconList > li{
	margin-bottom: 1em;
}

#contents .pointArea .pointBox ul.disc.iconList > li img.icon{
	margin: 0 6px;
}

#contents .pointArea .pointBox > ul.txtlink{
	margin-left: 1.5em;
}

@media (max-width: 640px){
	#contents .pointArea ul.disc{
		margin-left: 10px;
		margin-top: 5px;
	}
	
	#contents .pointArea .pointBox > ul.txtlink{
		margin-left: 0;
	}
	
}

/* ------------------
	other 
--------------------*/

/* top_text */

#contents .top_text{
	display: table;
	margin-left: 0;
	margin-bottom: 3em;
}

#contents .top_text .notice_gray{
	display: table-cell;
	width: 42%;
}

#contents .top_text > p{
	vertical-align: top;
	display: table-cell;
	padding: 1em;
}

#contents p.bg-blue {
    background-color: #C8E6FA;
    padding: 5px 10px;
}


@media (max-width: 640px){
	#contents .top_text > p{
		display: block;
		padding: 0;
	}	
	#contents .top_text .notice_gray{
		display: block;
		width: auto;
	}
}


#contents section.notice_gray{
	border: 1px solid #CCCCCC;
	padding: 1em 2em 0 2em;
	margin: 2em 0 2em 1em;
}

#contents section.notice_gray > ul{
	margin-left: 1.5em;
}



@media (max-width: 640px){
	#contents section.notice_gray{
		margin-left: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	
}


