@charset "shift_jis";
/*
	================================================================================================
		 support software playmemories-home about css index.css
	================================================================================================
*/

/*===========================================
	見出し
=============================================*/
#contents h3,
#contents h4,
#contents h5 {
	clear: both;
}

/*===========================================
	layout
=============================================*/
#contents div.imgArea,
#contents div.textArea {
	margin: 0 0 20px;
	padding: 0 10px;
}

#contents p.zoom {
	margin: 5px 0 10px;
}

#contents p.zoom img.img_zoom {
	float: right;
	vertical-align: middle;
}

@media (max-width:640px) {
	
	#contents div.imgArea,
	#contents div.textArea {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0;
	}
	
	#contents div.linkArea {
		width: auto;
	}
	
	#contents .fltLeft.w-340,
	#contents .fltRight.w-340 {
		width: auto;
		float: none;
		margin: 0 auto 20px;
	}
	
	#contents .w-160 {
		width: auto;
		max-width: 48%;
	}
	
	#contents .fltLeft.w-340 img,
	#contents .w-160 img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	
}

/*===========================================
	clear
=============================================*/
#contents div.pregArea:after,
#contents div.pregBox:after,
#contents div.imgArea:after,
#contents p.zoom:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/*===========================================
	調整用
=============================================*/
#contents .w-340 {
	width: 340px;
}

#contents .w-160 {
	width: 160px;
}

/*===========================================
	外部ページへのリンクボタン
=============================================*/
#contents ul.anchorBtnA li span.outer_page {
    background: url(/support/share/images/arrow_black.png) no-repeat 0 0.5em;
    padding: 0 0 0 15px;
}

/*===========================================
	table
=============================================*/
#contents table tr th.adjust{
	width: 70%;
}

#contents table tr th.adjust_1{
	width: 15%;
}	

#contents table tr th.adjust_2{
	width: 15%;
}

#contents table tr td.t-ac {
	text-align: center;
}

@media (max-width:640px) {
	#contents table{
		font-size: 10px;
	}
}

/*===========================================
	imageの右寄せ
=============================================*/
#contents div.float_left{
	float: left;
	clear: both;
	margin-right: 50px;
}
@media (max-width:640px) {
	#contents div.float_left{
		float: none;
		margin-right: 0;		
	}
}

/*===========================================
	PC非表示
=============================================*/
.pc-none {
	display: none;
}
@media(max-width:640px){
	.pc-none {
		display: block;
	}
}

#contents p.annotation {
    margin: 0 0 0 1em;
    padding: 0.5em 0 0;
    text-indent: -0.7em;
    font-size: 0.9em;
}

/* 20231109 */
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 h3.title {
    background-color: #e3e3e3;
    background-image: none;
    border: medium none;
    font-size: 1rem;
    padding: 5px 15px 4px;
}


#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 table.how tbody th  {
    background: none;
}

#contents .info_box {
    display: table;
}

#contents .info_box .note {
    display: table;
}

#contents .info_box .note img {
    vertical-align: top;
    margin-right: 10px;
}

#contents .info_box .note span {
    display: table-cell;
}

#contents .info_box .note img {
    margin-right: 10px;
}

#contents .info_box .note p {
    margin: 0;
}

#contents ul:after {
    display: none;
}

#contents div.btn {
    display: inline-block;
    color: #000;
    margin-bottom: 0.5em;
	width: 45%;
}

#contents div.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: 0.7em 1em;
    color: #000;
}

#contents span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
}


@media screen and (max-width: 640px) {
	#contents .btnArea ul {
		display: block;
	}
	
	#contents .btnArea ul > li {
		width: 100%;
	}

	#contents div.btn {
		width: 100%;
	}
}
