@charset "UTF-8";

/*
	================================================================================================
		/support/cyber-shot/battery/ index.css
	================================================================================================
*/

#contents .di_sp {
    max-width: 1000px;
    margin: 0 auto 70px;
}

#contents .di_sp .s5-header1 {
    margin-top: 70px;
}

#contents .di_sp section {
    margin-top: 70px;
}

#contents a.s5-linkV3 {
    color: #3865e0;
}

#contents a.s5-linkV3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

#contents .border_blue {
    margin-bottom: 1em;
    border-bottom: 4px solid #0027a5;
    max-width: 450px;
}

#contents .mt0 {
    margin-top: 0 !important;
}

#contents .mb0 {
    margin-bottom: 0 !important;
}

#contents .mb10 {
    margin-bottom: 10 !important;
}

#contents .flex {
    display: flex;
}

#contents .b_box {
    font-weight: bold;
    padding: 5px 5px 4px 10px;
    border: 1px solid #959595;
    max-width: 22em;
    margin: 15px 0 0;
}


/* imgArea */
#contents .imgArea.flex {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 0;
	max-width: 750px;
    margin: 2em auto;
	text-align: -webkit-center;  
}

#contents .imgArea.flex li {
    margin: 0 15px 10px;
}

#contents .imgArea figure {
    width: 165px;
}

#contents .imgArea figcaption {
    margin-top: 10px;
    text-align: center;
	line-height: 1.2em;
}

@media screen and (max-width: 640px) {
	#contents .imgArea.flex li {
		width: 48%;
		font-size: 0.9rem;
		margin: 0 auto 10px;
	}
	
	#contents .imgArea figure {
        max-width: 100%;
        margin: 0em;
        height: auto;
	}
	
	#contents .imgArea figure img {
		width: auto;
		max-width: 100%;
        height: auto;
	}
}

/* OnepointArea */
#contents .OnepointArea {
    background: linear-gradient(to bottom, white 27px, #FAF5C8 27px);
    margin: 15px auto 0px auto;
    padding: 10px;
}

#contents .OnepointBox {
	padding-left: 10px;
}

#contents .OnepointBox p:first-child {
    margin-top: 5px;
}

#contents .OnepointBox p:last-child {
    margin-bottom: 5px;
}

/* AttentionArea */
#contents .AttentionArea {
    background: linear-gradient(to bottom, white 27px, #d9ecfb 27px);
    margin: 15px auto 0px auto;
    padding: 10px;
}

#contents .AttentionBox {
	padding-left: 10px;
}

#contents .AttentionArea p:first-child {
    margin-top: 5px;
}

#contents .AttentionArea p:last-child {
    margin-bottom: 5px;
}


#contents div.btn {
    margin-bottom: 0.5em;
	max-width: 450px;
}

#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;
}

/* stepArea */
#contents .stepArea ol.stepList {
    list-style-type: none;
    counter-reset: square;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

#contents .stepArea ol.stepList > li {
    margin-bottom: 15px;
}

#contents .stepArea ol.stepList > li:before {
    content: counter(square);
    counter-increment: square;
    color: #000;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
    background-color: #999;
}
#contents .stepArea ol.stepList.black > li:before, #contents .stepArea ol.stepList span.square.black, #contents span.square {
    background-color: #333333;
    color: #fff;
}

#contents .stepArea ol.stepList > li >p.lead {
    display: table-cell;
    margin: 0;
    padding-left: 14px;
}

#contents .stepimg {
    margin: 15px;
}

#contents .flex.threeblock {
    padding: 0;
    justify-content: space-evenly;
    text-align: center;
}

#contents .b_icon {
    width: 25px;
    vertical-align: top;
}

#contents .flex.threeblock figcaption {
    margin-top: 10px;
    text-align: left;
}

#contents .f_txtaria {
    display: inline-block;
}

#contents .f_txtaria span {
    display: block;
}

#contents .flex.threeblock figure {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
}

#contents .flex.twoblock .stepArea {
    width: 50%;
}

#contents .flex.twoblock .stepimg {
    width: 50%;
    text-align: center;
}

 #contents .flex.twoblock .stepimg img {
    width: auto;
    max-width: 100%;
    margin: 15px;
}

@media screen and (max-width: 800px) {
	#contents .flex.twoblock {
		display: block;
	}
	
	#contents .flex.twoblock .stepArea {
		width: auto;
	}
	
	#contents .flex.twoblock .stepimg {
		width: auto;
		text-align: center;
	}
	
	#contents .flex.twoblock .stepimg img {
		width: auto;
		max-width: 100%;
	}
	
	#contents .flex.threeblock {
		display: block;
	}
	
	#contents .flex.threeblock figure {
		max-width: 100%;
	}
	
	#contents .flex.threeblock li {
		margin-top: 20px;
	}
	
	#contents .stepimg {
		text-align: center;
		margin: 25px;
	}
}