@charset "Shift_JIS";

/*
	================================================================================================
		usb.css
	================================================================================================
*/



#contents .fltLeft {
    width: 415px;
    float: left;
}
#contents .fltRight {
    float: right;
    width: 295px;
}
#contents .bg-blue {
    background: #C8E6FA none repeat scroll 0% 0%;
    margin: 0px 0px 10px;
    padding: 5px 10px;
}
#contents .notice_gray.fltRight {
    margin-bottom: 2em;
}
#contents .dotArea .comment ul.txtlink{
	margin-bottom: 0px;
}
#contents .dotArea .comment ul.txtlink a{
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
#contents .fltRight,
#contents .fltLeft {
    width: auto;
    float: none;
}
#contents .dotArea .comment ul.txtlink li{
	text-indent: -0.5em;
	padding-left: 10px;
}
}