@charset "utf-8";

/* **************************************************

リカバリー（パソコンの初期化）手順について用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] Text Setting
[4] Layout Setting
[5] ABOUT
[6] COMPARE
[7] FLOW CHART
[8] PROCEDURE
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}

#recoverymedia {
	width: 970px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 160%;
}
#recoverymedia .bLed {
	color: #ff3300;
}
#recoverymedia .bBule {
	color: #0070c0;
}
#recoverymedia .bBlack {
	color: #000000;
}
#recoverymedia .bold {
	font-weight: bold;
}

.mgt60 {
	margin:60px 0 0 0!important;
}
#recoverymedia a:hover img {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}
#recoverymedia h3 {
	margin: 0 0 20px 0;
	padding: 12px 20px 10px;
	text-align: left;
	background:#448aca;
	color: #ffffff;
	font-size: 133.3%;
}


@media screen and (max-width:479px){	
	#container {
		margin-bottom: 0px;
	}
	
	.column2R #main {
		width: 100%;
	}
	
	#recoverymedia {
		width: 100%;
		margin: 0px;
		font-size: 1.0em;
	}
	
	#recoverymedia img {
		width: 100%;
		height:auto;
	}
	#recoverymedia .breadCrumb {
		line-height: 130%;
	}
}


/* 2: Page Top
=========================================================================================== */
#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
	padding:5px 10px;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	color: #fff;
	font-size: 12px;
	line-height:1.5em;
	text-align: center;
	cursor: pointer;
}

#pageTop:hover {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}
}


/* 3: Text Setting
=========================================================================================== */
#recoverymedia em {
	color: #000000;
	font-weight: bold;
	font-stretch: normal;
}

#recoverymedia strong {
	color: #ff0000;
}

#recoverymedia h2 {
	margin: 0px -25px 25px -25px;
    padding: 17px 25px 5px 25px;
	color: #404040;
	font-size: 150%;
	border-bottom: 2px solid #4a7ebb;
}
#recoverymedia .noneBoder {
	text-align: center;
    padding: 20px 0 0;
}
#recoverymedia p {
	margin: 0px 0px 26px 0px;
}

#recoverymedia .img {
	margin: 0px;
}



@media screen and (max-width:479px){
	#recoverymedia h2 {
		margin: 0px -1% 12px -1%;
		padding: 12px;
	}
}


/* 4: Layout Setting
=========================================================================================== */
#recoverymedia div[class$="Sec"] {
	clear: both;
	padding: 0px 25px 32px 25px;
}
#recoverymedia div[class$="Sec"]:after {
	content: " ";
    display: block;
    clear: both;
}

#recoverymedia .center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#recoverymedia .left {
	float: left;
}

#recoverymedia .right {
	float: right;
}

#recoverymedia .forSMP {
	display: none;
}
    
.innerBox {
    width: 820px;
    margin: 0 auto 20px;
    display: flex;
}
.boxLeft {
    margin-right: 20px;
}
.boxRight {
    align-self: center;
}
.boxCenter img {
    margin-left: 20px;
	border: 1px solid #ccc;
    padding: 10px;
	box-sizing: border-box;
}
.bKome {
	font-size: 84%;
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
ul.table_flex {
	display: flex;
	justify-content: space-between;
	margin-left: 1em;
}
ul.table_flex li:first-of-type {
	width: 52%;
}
ul.table_flex li:last-of-type {
	width: 36%;
}
ul.table_flex table {
	width: 100%;
}
ul.table_flex th, ul.table_flex td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px 4px;
	box-sizing: border-box;
	font-size: 90%;
}
@media screen and (max-width:479px){	
	#recoverymedia div[class$="Sec"] {
		padding: 0px 4% 28px 4%;
	}
    #recoverymedia img {
        max-width: 100%;
        width: inherit;
        margin-bottom: 10px;
    }
    .innerBox {
        width: 100%;
        display: block;
        font-size: 13px;
    }
    .boxLeft {
        margin-right: 5px;
    }
	.boxCenter img {
    margin-left: 0;
	}
	ul.table_flex {
	margin-left: 0;
	margin-bottom: 30px;
	}
	#recoverymedia .forSMP {
		display: block;
	}
	
	#recoverymedia .forPC {
		display: none;
	}
}


/* 5: notesSec
=========================================================================================== */

#recoverymedia .notes {
	clear: both;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.notes {
    background-color: #fff45c;
    border-radius: 20px;
    padding: 20px;
}  
.notes .title {
    border: 1px solid #ff2b00;
    padding: 4px;
    text-align: center;
}
.notes dl {
    padding: 0 30px;
}
.notes dt {
    font-weight: bold;
}
.notes dd {
    text-indent: 6px;
}
.notes .small {
    font-size: 0.7rem;
}


@media screen and (max-width:479px){
    .notes dd {
        text-indent: 0;
    }
    .notes dl {
        padding: 0 15px;
    }
    .notes .small {
        font-size: 0.6rem;
    }
}


/* 6: COMPARE
=========================================================================================== */
#dRecovery .compareSec strong {
	font-size: 120%;
}

#dRecovery .compareSec .notes {
	margin-bottom: 26px;
}

#dRecovery .compareSec .notes li {
	margin-bottom: 0px;
	font-size: 90%;
}


@media screen and (max-width:479px){

}

/* 7: info_problems
=========================================================================================== */
.info_problems{
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    padding: 2rem;
    margin: 0px 0% 20px 5%;
}
.info_problems img{
    width: 100%;
}
.info_problems p{
    font-size: 85%;
    margin: 0 !important;
    line-height: 1.6;
}
.info_problems span{
    display: inline-block;
    margin-bottom: .7rem;
}
.info_problems .innerBox{
    margin-bottom: 0px;
}

.brsp{
    display: none;
}

@media screen and (max-width:479px){
.info_problems{
    margin: 0px 0% 20px 0%;
}
.info_problems img{
    width: 70%;
}    
.brpc{
    display: none;
}
}
