@charset "utf-8";

/*
	================================================================================================
		support bd-player manual css index.css
	================================================================================================
*/

div#contents .txtbox_manual02{
	border: 1px solid #cccccc;
	padding: 15px;
	margin-left: 10px;
}

div#contents .txtbox_manual02 li {
	margin: 0 0 10px 1em;
}

div#contents .txtbox_manual02 p{
	margin: 0 0 12px 1em;
	text-indent: -1em;
}

div#contents p.btn_enter{
	margin-bottom:30px;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 640px) {
    div#contents .txtbox_manual02{
        margin-left: 0px;
    }
}

/* 20211215 */

#contents .textLink{
    display: inline-block;
    background-position: 0 6px;
}

#contents p > a.textLink{
    margin-top: 5px;
}

#contents p.portableLink{
    padding: 0 1em;
    margin: 0;
}

@media screen and (max-width: 640px) {
    #contents p.portableLink{
        padding: 0;
    }
}


/* 2024/10/23 */
#contents h1.title {
    border-bottom: 2px solid #6b6b6b !important;
    color: #2f353d !important;
	font-size: 1.5rem !important;
}

#contents section {
	margin: 4em 0;
}

/* accordion.type_3 */
#contents .accordion.type_3 {
	margin: 0 1em;
}

#contents .accordion.type_3 button + div {
    background-color: #fff;
	padding: 1em 1em 1em 0;
}

/* get_adobe */
#contents .get_adobe > a > img {
	float: left;
	margin-right: 0.6em;
}
#contents .get_adobe {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.25em;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
}

#contents section .get_adobe {
	margin-left: 0;
}

#contents span.textLink {
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 1em;
}

#contents .get_adobe > a > span {
	display: inline-block;
	margin-top: 0.6em;
}

/* singleBtn */
#contents .singleBtn{
	margin: 2em 1em;
}

#contents .singleBtn a {
	display: flex;
	align-items: center;
    justify-content: space-between;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.5em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn span.link {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
    font-weight: bold;
	font-size: 1.125rem;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents .accordion.type_3 {
		margin: 0;
	}
	
	#contents .get_adobe {
		margin-left: 0;
	}
	
	#contents .singleBtn{
		width: 100%;
		margin-left: 0;
	}
	
	#contents .singleBtn a {
	padding: 0.5em;
	}
}
