@charset "utf-8";
/* CSS Document */

/* 一時預かり・ママにこ広場　予約カレンダー
--------------------------------------------------------------------------- */
/* 会員登録ボタン */
.th_regist_button a {
width: 200px;
background-color: #F90;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
display:block;
margin: 0 auto;
padding: 16px;
text-align:center;
font-size: 120%;
color: #fff;
}
/* 会員登録ボタン・マウスホバー */
.th_regist_button a:hover {
text-decoration: none;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}