@charset "utf-8";
/*
	================================================================================================
		 support software playmemories-home guide windows index2.css
	================================================================================================
*/
img.icon_window {
    padding: 0 0.25em;
}

#contents .annotation {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #343434;
}


#contents .btnArea ul {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 0;
}

#contents .btnArea ul > li {
    width: 49%;
    margin: 4px 2px 4px 0;
}

#contents .btnArea ul li a {
    display: block;
    vertical-align: middle;
    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;
}

#contents .btnArea ul li a span {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    font-weight: 700;
    padding: 0 0 0 15px;
    display: inline-block;
}

#contents .bnr_area a img {
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
	#contents .btnArea ul {
		display: block;
	}
	
	#contents .btnArea ul > li {
		width: 100%;
	}
}