@charset "UTF-8";
/* CSS Document */
/*****************Input Botton********************************************/

/*
タイトルバー　E6CAB4
ボタンon　998678
地色　FEF6ED
テキスト　998678
*/

.btn_main{
	padding: 7px 10px;
	font-size: 1.2em;
	font-weight:bold;
	background-color: #E6CAB4;
	color: #998678;
	border:#998678 solid 1px;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
}

.btn_main_pink{
	padding: 5px 10px;
	font-size: 1.2em;
	background-color: #fd8b28;
	color: #FFF;
	border-style: none;
	cursor:pointer;
}
.btn_main_white{
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFF;
	color: #998678;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
	border:#E6CAB4 solid 1px;
}

.btn_main_white_200{
	width:200px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFF;
	color: #998678;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
	border:#E6CAB4 solid 1px;
}
.btn_main_blue{
	padding: 5px 10px;
	font-size: 1.2em;
	background-color: #43c4e0;
	color: #FFF;
	border-style: none;
	cursor:pointer;
}

.btn_main_alert_200{
	width:200px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFF;
	background-image:url(pcimage/bb.jpg);
	background-position:left center;
background-repeat: no-repeat;
	color: #998678;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
	border:#E6CAB4 solid 1px;
}
.btn_main_white_200_mi{
	width:200px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFF;
	color: #E6CAB4;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
	border:#E6CAB4 solid 1px;
}
.btn_main_red_pink{
	padding: 7px 10px;
	font-size: 12px;
	background-color: #998678;
	color: #FFF;
	border-style: none;
	cursor:pointer;
}
.btn_main_red_pink_200{
	width:200px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #998678;
	color: #FFF;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
}

.btn_main_on{
	width:200px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #998678;
	color: #FFF;
	border-style: none;
	cursor:pointer;
	border-radius:5px; /*角丸指定*/
}

.btn_side {
    padding: 8px 0px;
    font-size: 1.0em;
   border-style: none;
			cursor:pointer;
			width:200px;
			text-align:center;
}

.sch_month_btn{
	padding: 8px 18px;
padding: 8px 20px9; /*for IE*/
  font-size: 12px;
   border-style: none;
			cursor:pointer;
}

.btn_member_menu{
	padding: 8px;
	width:196px;
	font-size: 1.0em;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;
	color: #fd8b28;
	border:#fd8b28 solid 2px;
	cursor:pointer;
	border-radius: 5px;        /* CSS3 */  
	webkit-border-radius: 5px;    /* Safari,Google Chromeﾍﾑ */  
 moz-border-radius: 5px;   /* Firefoxﾍﾑ */ 

}

.btn_member_menu_s{
	padding: 8px;
	font-size: 1.0em;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;
	color: #fd8b28;
	border:#fd8b28 solid 2px;
	cursor:pointer;
	border-radius: 5px;        /* CSS3 */  
	webkit-border-radius: 5px;    /* Safari,Google Chromeﾍﾑ */  
 moz-border-radius: 5px;   /* Firefoxﾍﾑ */ 

}