@charset "utf-8";


/*-----------------------------------------------------------------
価格表ページ　CSS
-----------------------------------------------------------------*/
.price_01 {

}

.price_table{
width:600px;
margin:20px auto 3px;
border-top:1px solid #acd1f5;
border-left:1px solid #acd1f5;
}

.price_table th{
width:30%;
text-align:center;
padding:10px;
background-color:#1c9ee9;
border-bottom:1px solid #acd1f5;
border-right:1px solid #acd1f5;
color:#fff;
}

.price_table td{
text-align:center;
padding:10px;
background-color:#fff;
border-bottom:1px solid #acd1f5;
border-right:1px solid #acd1f5;
}

.txt_caution{
width:600px;
margin:0 auto;
}