@charset "UTF-8";

/*====================================

	電柱サーチ/申込み（利用規約ページ、申込み内容選択ページ）

====================================*/

/* 利用規約（index.html ）*/
input.toggle_checkbox  {
     width:  20px;
     height:  20px;
     margin-right:  15px;
     margin-bottom:  15px;
}
div.form_link  {
     margin:  50px 0;
     text-align:  center;
}

/* 申込み内容選択（form_link.html ）*/
div.indexBlock  {
     background:  none;
 }
div.indexBlock div  {
     border:  1px solid #ccc;
     text-align:  center;
     padding:  20px;
}

