@charset "utf-8";
/* CSS Document */

/***** common ****/
.clf{
	position:relative;
	font-size:12px;
	text-align:left;
	margin-bottom:1em;
	zoom: 100%;	/*IE7 clearfix */
}

.clf:after{   	/* clearfix */
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

#main_visual{
	margin:18px auto;
	position:relative;
	background-repeat:no-repeat;
}

#main_visual P{
	display:block;
	position:absolute;
}

#contents_base{
	width:890px;
	margin:0 auto;
}

/* left area */

#main_contents{
	float:left;
	width:652px;
}

#main_contents DIV.container{
	padding-bottom:2em;
	margin-bottom:1.5em;
}

#main_contents DIV.container IMG{float:right;}

#main_contents DIV.container H2{
	display:block;
	width:467px;
	font-size:1.5em;
	padding:0.3em 0 0.3em 10px;
}

#main_contents DIV.container DIV.txt_area{
	width:437px;
	padding:20px;
	line-height:1.8em;
}

DL.notice{ line-height:2em; padding-bottom:2em;}
DL.notice DD{
	padding-left:20px;
	margin-top:-2em;
}


/* right area */
#sub_contents{
	float:right;
	width:219px;
}

#sub_contents .container{ padding-bottom:1.5em;}

#sub_contents .container DIV.content_area{
	background-repeat:no-repeat;
}

/***********/

/* custom */

/* main visual image*/
#main_visual{
	background-image:url(/pcstorage/html/drivesupporter/img/ds_main.jpg);
	width:890px;
	height:206px;
}

/* main visual txt*/
#main_visual P{
	width:323px;
	top:114px;
	left:557px;
	text-align:left;
	line-height:1.5em;
}

/* dash line */
#main_contents DIV.container{border-bottom:1px dashed #84a7e0;}

/* caption title color */
#main_contents DIV.container H2{color:#1796e6;}
#main_contents DIV.container H2 SPAN{color:#FF8100;}

/* caption border color */
#main_contents DIV.container H2{border-bottom:2px solid #97e402;}
#main_contents DIV.container DIV.txt_area{border-top:3px solid #68C000;}


/* right */
#mod_qr DIV.content_area{
	background-image:url(/pcstorage/html/drivesupporter/img/ds_qr_bg.gif);
	height:145px;
	text-align:center;
	padding-top:14px;
}
#mod_android DIV.content_area{
	background-image:url(/pcstorage/html/drivesupporter/img/ds_android_bg.jpg);
	height:142px;
	padding:10px 75px 0 10px;
	line-height:1.4em;
}
