@charset "utf-8";

/* ----------------------
mobile_ios_airplay.css 
-------------------------*/

/* common */

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
    margin-bottom: 1em;
}

#contents li{
	margin:0;
    float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

#contents .notice_gray_b dl dd{
	margin-bottom: 0;
}

#contents dl dd.disc{
	display: list-item;
	list-style-type: disc;
	margin-left: 1.5em;
}

#contents a.textLink{
	background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1.5em;
}

#contents section > p + a.textLink{
    margin-left: 2.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents .s5-linkV3{
	display: inline-block;
	margin-top: 5px;
	margin-left: 14px;
}
.s5-linkV3:after {
	display: inline-block;
	content: '';
	background: url(/share5/svg/icon/angle-right.svg) no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	height: 0.6em;
	width: 0.6em;
	margin: -0.15em 0.4em 0;
}

.s5-linkV3.s5-linkV3--down:after{
	background: url(/share5/svg/icon/angle-down.svg) no-repeat;
	background-size: contain;
}

#contents dl dd.disc > .s5-linkV3{
	display: inline;
	margin-left: 0;
}

#contents .annotation{
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 640px){
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
	#contents ol.stepList .notice_gray_b{
		margin-left: 2.5em;
	}
}

/* ----------- */

html{
	font-size: 0.813rem;
}
main.mod-mainContentContainer{
	font-size: 1rem;
	word-break: break-all;
}

#contents .topArea{
	position: relative;
}

#contents .topArea h1 {
	position: absolute;
	right: 3vw;
	top:2vh;
	text-align: center;
	line-height: 1;
}

#contents .topArea h1 span{
	display: inline-block;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 2.154rem;
	color: #000;
	text-shadow: 1px 1px 4px #FFF, -1px -1px 4px #FFF, -1px 1px 4px #FFF, 1px -1px 4px #FFF, 0px 1px 4px #FFF, 0-1px 4px #FFF, -1px 0 4px #FFF, 1px 0 4px #FFF;
}

#contents .topArea h1 span.title{
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 2.615rem;
}

#contents p{
	margin: 0 0 0 1em;
}

#contents li p{
	margin: 0;
}

#contents h3{
	font-size: 1.077rem;
}

#contents h3 ~ p,
#contents h3 ~ ol.stepList{
	margin-left: 1em;
}

#contents p > span.annotation{
	display: inline-block;
	padding-left: 1em;
}

#contents a.s5-linkV3 ~ .annotation{
	margin-left: 1em;
	margin-top: 5px;
	font-size: 0.962rem;
}

#contents p.annotation + .s5-linkV3{
	margin-left: 2em;
	margin-top: 5px;
}

#contents .pct{
	margin: 1.5em;
}

#contents .pct img{
	display: inline-block;
}

#contents .blue_arrow{
	display: inline-block;
	margin: 16px;
}



/* indexArea */
#contents .indexArea {
	display: table;
	width: calc(100% - 1em);
	margin: 2em 0 2em 1em;
	border-bottom: none;
}

#contents .indexArea p.left {
	height: auto;
	background: #2475d0;
	font-size: 14px;
	writing-mode: tb-rl;
	letter-spacing: 4px;
	
}

#contents .indexArea ul{
	width: 98%;
	height: 100%;
	margin: 0;
	padding: 1.5em 1em 1em 1.5em;
	background-color: #fff;
	box-sizing: border-box;
	list-style-type: none;
	border: 1px solid #ccc;
}

#contents .indexArea p.left {
	display: table-cell;
	vertical-align: middle;
	width: 1.5em;
	height: auto;
	margin: 0;
	padding: 0.5em;
	background: #2475d0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	writing-mode: tb-rl;
	letter-spacing: 4px;
}

#contents .indexArea ul li > ul.innerWrap{
	padding: 10px 0 0px 1em;
	border: none;
}

#contents h3.blue{
	border-left: 8px solid #2475d0;
	line-height: 1.3;
	padding: 0.5em 0.5em;
	margin-bottom: 1em;
}

#contents dl.model{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#contents dl.model dd{
	margin-left: 1em;
}

#contents .movieLink a{
	pointer-events: none;
}

#contents .movieLink a > .pct img,
#contents .movieLink a > span{
	display: inline-block;
	pointer-events: auto;
}

#contents .movieLink .pct{
	margin: 1em 0 0 3em;
}

#contents .movieLink span{
	margin-left: 1em;
}

#contents ol.stepList{
	margin-left: 0;
}
#contents ol.stepList.blue > li:before {
	background-color: #2475d0;
}
#contents ol.stepList.blue > li > p.lead{
	padding-bottom: 0.5em;
}

#contents ol.stepList > li > p{
	margin-left: 2.5em !important;
}
#contents ul > li > p + p.annotation {
	margin-left: 0;
}

@media (min-width: 641px){
	#contents .stepList li .pct{
		margin-left: 32px;
	}
	
	#contents ul.disc > li .pct{
		margin-left: 0;
	}
	#contents .stepList li figure{
		width: 184px;
	}
	
}

@media (max-width: 640px){
	#contents .topArea img{
		width: 100%;
		height: auto;
	}
	
	#contents .topArea h1 {
		top: 1vh;
	}
	
	#contents .topArea h1 span{
		font-size: 3.5vw;
	}
	
	#contents .topArea h1 span.title{
		font-size: 4.5vw;
	}
	
	#contents .indexArea{
		width: 100%;
		margin-left: 0;
	}
	#contents h3 ~ p,
	#contents h3 ~ ol.stepList{
		margin-left: 0;
	}
	
	#contents p{
		margin-left: 0;
	}
	#contents dl.model dd{
		margin-left: 0;
	}
	#contents a.textLink {
		margin-left: 0.5em;
	}
	#contents .pct{
		text-align: center;
	}
	
	#contents .pct img:not(.s_img):not(.icon){
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	#contents .blue_arrow{
		display: inline-block;
		transform: rotate( 90deg );
	}
}
@media (max-width: 480px){
	#contents .topArea h1 span.title{
		margin-bottom: 0;
		padding-bottom: 4px;
	}
	#contents .pct{
		margin: 10px 0;
	}
}

@media (max-width: 360px){
	#contents .topArea h1 {
		top: 0.6vh;
	}
	#contents .topArea h1 span.title {
		padding-bottom: 2px;
	}
}

