@charset "UTF-8";

/*
	================================================================================================
		/support/audio/manual/ common.css
	================================================================================================
*/

#contents h1 {
	margin-bottom:2em;
}

#contents h2.title {
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
    font-size: 1.25rem;
    margin: 2em 0 1em;
}

.border_box{
	padding:1em;
	margin-bottom:2em;
	margin-left:1.25em;
}

section .border_box{
	margin-left:0;
}

#contents section{
	margin: 0 1em;
}

#contents p {
    margin: 0 1em 1.25em;
}

img.icon_window {
    padding: 0 0.25em;
}

#contents span.textLink {
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 1em;
}

#contents .bold{
	font-weight: bolder;
}

/* section.infoBox */
#contents section.infoBox .infoPct{
	display: inline-block;
}

#contents section.infoBox .infoTxt{
	display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1.5em;
}

#contents section.infoBox .infoTxt p{
	margin: 0 0 0.75em 1em;
}

#contents section.infoBox .infoTxt p.bold{
	font-size: 1.5rem;
	margin-left: 0.7em;
}

/* section.headset , section.app */
#contents section.infoBox,
#contents section.headset,
#contents section.app{
	margin-top: 3em;
}

#contents .box{
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px dotted #ccc;
}

#contents section.headset .box:last-child,
#contents section.app .box:last-child{
	border-bottom: none;
}

#contents div.box a{
	text-decoration: none;
}

#contents section.headset .box:last-child{
	border-bottom: none;
}

#contents div.img {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll 0 0;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 116px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    width: 135px;
}

#contents div.img a,
#contents div.img .noLink{
	display: table-cell;
    padding: 0;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

#contents div.img a:hover{
	opacity: 0.5;
}

#contents div.img a span.figure,
#contents div.img .noLink span.figure{
	display: block;
}

#contents div.box .nomq{
	display: table;
    float: left;
}

#contents .box .txt p.bold{
	margin: 0 1em 0.5em;
}

#contents .box .txt p{
	margin: 0 1em 1em;
}

#contents div.txt{
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
}

a.textLink {
    display: inline;
    margin: 0 3px 0 7px;
    background-position: 0px;
}

#contents section .get_adobe {
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
}

#contents .get_adobe > a > img {
    float: left;
    margin-right: 0.6em;
}

#contents .get_adobe > a > span {
    display: inline-block;
    margin-top: 0.6em;
}


@media screen and (max-width: 640px){
	#contents section{
		margin: 0 0.3em;
	}
	
	#contents section.infoBox{
		width: 100%;
	}	
	
	#contents section.infoBox .infoPct{
		width: 45%;
		padding: 0 0 10px;
		vertical-align: top;
		float: none;
		display: inline-block;
		margin-left: 0px;
    }
	
	#contents section.infoBox div.infoPct img{
		width: 100%;
		height: auto;
		margin: 0;
	}


	#contents section.infoBox .infoTxt{
		text-align: left;
		width: 50%;
		padding-bottom: 10px;
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	
	#contents .box .txt p.bold{
		margin: 0 0 0.5em;
	}

	#contents .box .txt p{
		margin: 0 0 1em;
	}
	
	#contents div.box .nomq{
		display: none;
	}

}

#contents .accordion.type_3 button{
	font-size: 1.125rem;
}

#contents .accordion.type_3 button + div {
    background-color: #fff;
}

#contents .box .txt .btn {
    display: inline-block;
    color: #000;
    margin-bottom: 0.5em;
	margin-left: 10px;
	width: 350px;
}

#contents .box .txt .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: 1em;
    color: #000;
}

#contents .box .txt .btn span.nopc {
    display: none;
}

@media screen and (max-width: 640px){
	#contents .box .txt .btn {
		margin-left: 0;
		max-width: 350px;
	}
	
	#contents .box .txt .btn a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	#contents .box .txt .btn span.nopc {
		display: block;
		height: 40px;
		vertical-align: middle;
	}
	
	#contents .box .txt .btn span.textLink {
		display: block;
		margin-left: 1em;
		vertical-align: middle;
	}
}

@media screen and (max-width: 380px){
	#contents .box .txt .btn {
		width: 100%;
	}
}


/* 20250410 */

#contents .notice_gray_b {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #999999;
    margin: 0 0 1em;
    padding: 1em;
}