@charset "Shift_JIS";

/*
	================================================================================================
		support audio download css index.css
	================================================================================================
*/

#contents h2.title {
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
	font-size: 1.25rem;
	margin: 2em 0 1em;
}

#contents p.annotation {
    text-indent: -1em;
    padding-left: 1em;
}

#contents .flex {
    display: flex;
    align-items: flex-start;
}

#contents .flex > img{
    margin-right: 4em;
}

#contents .flex p{
    margin-left: 0;
}

#contents .flex dt{
    font-weight: bold;
	margin-bottom: 0.5em;
}

#contents a.linkbox{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #000;
    padding: 1em;
    margin: 1em 0;
    width: 350px;
	display: block;
    cursor: pointer;
}

#contents a.linkbox.short{
    width: 100px;
	display: inline-block;
	margin: 0;
}

#contents a.linkbox.long{
    width: 370px;
}

#contents span.textLink{
	padding-left: 0.8em;
    background: url(/support/share/images/arrow_black.png) no-repeat 0px 6px;
	display: inline-block;
}
    
#contents .accordion,
#contents ul{
	margin: 0 1em;
}

#contents ul{
	list-style: none;
	padding: 0;
}

#contents li{
	margin-left: 0;
}

#contents img.icon_window {
    padding-left: 0.25em;
}

@media screen and (max-width: 640px) {
	#contents .flex {
		flex-direction: column;
	}
	
	#contents .flex > img{
		margin-right: 0;
		margin-bottom: 1em;
	}

	#contents a.linkbox{
		max-width: 350px;
		width: auto;
	}

	#contents a.linkbox.long{
		max-width: 395px;
		width: auto;
	}
	
	#contents .accordion,
	#contents ul{
		margin: 0;
	}

}