@charset "UTF-8";

/*
	================================================================================================
		support software css pmh_version.css
	================================================================================================
*/

ul.anchorlink2 li {
    background: url(/support/software/playmemories-home/images/ico_anchorlink2.gif) no-repeat 0px 7px;
}

.onlymobile {
    display: none;
}

.pmh_version .pregInner .headerTitle {
    min-height: 75px;
}

#contents .pmh_version .stepArea_inquiry {
    max-width: 100%;
}

@media (max-width: 640px) {
    .onlymobile {
        display: block;
    }
	
	.onlypc {
        display: none !important;
    }
	
	.pmh_version .pregInner .headerTitle {
        min-height: inherit;
    }
}