@charset "UTF-8";
/* iPadrental */

.left{
	float: left;
}
.right{
	float: right;
}
.textbox{
	width: 680px;
}

.title{
	margin-bottom: 20px;
}

#select {
	width: 920px;
	margin-bottom: 30px;
}  

#selectbox{
	width: 274px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#selectbox.cabletv{
	border: 3px solid #f9885d;
	margin-right: 10px;
}
#selectbox.internet{
	border: 3px solid #2e88c4;
	margin-right: 10px;
}
#selectbox.phone{
	border: 3px solid #9f399b;
}

.subtit{
}
.item1{
	padding: 10px;
}
.item2{
	background-color: #ffe9e1;
	padding: 10px;
}
.item3{
	padding: 10px;
	background-color: #e3f4ff;
}
.item4{
	padding: 10px;
	background-color: #ffdffe;
}


#pricelist{}

#pricelist table{
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 20px;
}
#pricelist th,
#pricelist td{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	text-align: center;
}
#pricelist th{
	background-color: #f1f1f1;
	font-weight: normal;
}
#pricelist td.set{
	color: #F00;
	background-color: #FFC;
}
#pricelist .total1{
	font-weight: bold;
	color: #F00;
	font-size: 120%;
	padding: 15px;
	border: 3px solid #F00;
	margin-bottom: 10px;
}
#pricelist .total2{
	font-size: 140%;
}
#pricelist .total3{
	font-size: 200%;
}
#pricelist .total4{
	color: #F00;
	margin-bottom: 30px;
}
#pricelist .total11{
	font-weight: bold;
	color: #03C;
	font-size: 120%;
	padding: 15px;
	border: 3px solid #03C;
	margin-bottom: 10px;
}
#pricelist .total12{
	font-size: 140%;
}
#pricelist .total13{
	font-size: 200%;
}
#pricelist .total14{
	color: #03C;
	margin-bottom: 30px;
}
.ban{
	margin-bottom: 15px;
}
