@charaset "UTF-8";
/* 子供のお祝い、長寿のお祝い、結婚記念日、法事で共通 */


.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color:#fff;
	border-color:#bbb;
	color:#333;
	text-shadow: none;
	}

.ui-panel{width:240px;}

h1 + section {
	margin-top: 1em;
	}

#datemenu {
	display: block;
	float: right;
	height: 24px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 6px 10px 0 10px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#datemenu img {
	width: 18px;
	}
#menuclose {
	display: block;
	float: right;
	width: 50px;
	padding: 0;
	}
#menuclose img {
	width: 50px;
	margin-top: -2px;
	}

/*.icon-topic {
	color: #fff ;
	font-weight: normal ;
	text-shadow: none;
	line-height: 100%;
	width: 100%;
	background-color: #63a2d0;
	background-image: url(../topics/images/light.png);
	padding: 7px 0;
	margin: 5px 0 10px 0;
	border: none;
	-webkit-border-radius : 20px;
	}*/
.disabled {
	background-color: #d9d9d9;
	background-image: none;
	}

ul#datelist {
	border-top: solid 1px #ccc;
	}
#datelist li {
	border-bottom: solid 1px #ccc;
	text-decoration: none;
	padding: 7px 0 5px 0;
	}
#datelist li a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
	}

.datelink a {
	display: block;
	float: left;
	width: 85%;
	line-height: 22px;
	}
.datedelete a {
	display: block;
	float: right;
	width:18px;
	height: 44px;
	}
.datedelete img {
	width:18px;
	margin-top: 11px;
	opacity: 0.5;
	}

#setDate {
	text-align:center;
}


/*****　web版　アプリ紹介ページボタン　*****/

.icon-topic a,
.icon-topic button {
	color: #fff !important;
	font-weight: normal;
	}
.icon-topic a:hover{
	color: #fff;
	}



