/*===========================================
	pregArea_01
=============================================*/
div.pregArea_01 {
	width: 930px;
	margin: 15px auto 0px auto;
	padding: 0px;
	clear:both;
}
div.pregArea_01 div.selectArea {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	clear:both;
}
div.pregArea_01 div.selectArea ul.selectLeft {
	width: 290px;
	margin: 0px;
	padding: 0px;
	list-style:none;
	float:left;
}
div.pregArea_01 div.selectArea ul.selectLeft li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float:left;
}
div.pregArea_01 div.selectArea div.selectRight {
	width: 600px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
}

div.installGray {
	width:910px;
	background:#666;
	color:#FFF;
	margin:15px auto 0px auto;
	padding:7px 10px;
	clear:both;
}
div.installGray div.leftArea {
	width:600px;
	margin:0px;
	padding:0px;
	float:left;
	font-weight:bold;
}
div.installGray div.rightArea {
	width:300px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-align:right;
	float: right;
}

/*===========================================
	mobile_BtnArea
=============================================*/
ul.mobile_BtnArea {
	width: 930px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style:none;
	clear:both;
}
ul.mobile_BtnArea li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float:left;
}




/*===========================================
	otherTbl
=============================================*/
table.otherTbl {
	margin: 15px 0px 0px 0px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	clear:both;
}
table.otherTbl td {
    padding: 10px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 0px 1px 1px;
}
table.otherTbl td.Company {
	width:200px;
}
table.otherTbl td.Product {
	width:130px;
}
table.otherTbl td.Product_noboder {
	width:130px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 0px 1px 0px;
}
table.otherTbl tr.graybk {
	background:#EBEBEB;
}


/*===========================================
	selectRight @2012/02/29
=============================================*/
div.pregArea_01 div.selectArea div.selectRight ul{
	margin-top:10px;
	margin-left:25px;
	zoom: normal;
}
div.pregArea_01 div.selectArea div.selectRight ul li{
	list-style:disc outside;
	margin-bottom:8px;
	zoom: normal;
}
div.pregArea_01 div.selectArea div.selectRight ul li p{
	margin-left:20px;
}
div.pregArea_01 div.selectArea div.selectRight ul li p.indent{
	text-indent:-1.5em;
	padding-left:1.5em;
}

div.pregArea_01 div.selectArea div.selectFull {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.pregArea_01 div.selectArea div.selectFull ul{
	margin-top:10px;
	margin-left:25px;
	zoom: normal;
}
div.pregArea_01 div.selectArea div.selectFull ul li{
	list-style:disc outside;
	margin-bottom:8px;
	zoom: normal;
	margin-left: 5px;
}
div.pregArea_01 div.selectArea div.selectFull ul li p{
	margin-left:20px;
}
div.pregArea_01 div.selectArea div.selectFull ul li p.indent{
	text-indent:-1.5em;
	padding-left:1.5em;
}



div.pregArea_01 ul.lineDobble{
	border-top:5px double #666;
	padding-top:15px;
}
div.pregArea_01 ul.nomalList li{
	list-style:outside disc;
	margin-left:30px;
}

/* -------------------------------------------
	テーブル調整
------------------------------------------- */

table.torikomiTbl td.left {
	width: 141px !important;	
}