@charset "utf-8";

	.rcal_line {
		width:100%;
	}

	.rcal_line ul {
		display:table;
		margin:1px !important;
		padding:1px;
		width:100%;
	}

	.rcal_line ul li  {
		display:table-cell;
		margin:1px;
		padding:1px;
		vertical-align:middle;
	}


	#rcal_repeat_on label,
	.rcal_category_check_opt label {
		display:inline-block;
		margin:5px;
	}

	#rcal_repeat_on input,
	.rcal_category_check_opt input {
		margin-right:5px;
	}

	.rcal_line a[data-role="button"] {
		background:-moz-linear-gradient(rgba(220,220,220,0.5), rgba(220,220,220,1));
		background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(220,220,220,0.5)), to(rgba(220,220,220,1)));
		background: linear-gradient(to bottom, rgba(220,220,220,0.5), rgba(220,220,220,1));/* IE10+, W3C */
		border:1px solid #808080;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#222222;
		display:block;
		font-size:14px;
		font-weight:bold;
		padding:12px 0 8px 0;
		text-align:center;
		text-decoration:none;
	}

	.rcal_tran_button {
		border:1px solid #CCC;
		border-width:2px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display:inline;
		font-size:100%;
		font-weight:bold;
		height:50px;
		position:fixed;
		text-align:center;
		width:30%;
	}

	#rcal_regist_button,
	#rcal_exec_regist {
		bottom:10px;
		right:1%;
		z-index:99999;
	}

	#rcal_mainpage_regist {
		bottom:10px;
/*		right:53%; */
		left:1%;
		z-index:99999;
	}
	#rcal_exec_delete {
		bottom:10px;
		left:33%;
		z-index:99999;
		width:33%;
	}

	#rcal_repeat_regist {
		display:inline-block;
		width:25%;
	}
	#rcal_repeat_cancel {
		display:inline-block;
		width:25%;
	}

	.rcal_main_line ul{
		position:relative;
	}

	.rcal_main_line img 	{
		margin:1px !important;
		height:50px;
		width:50px;
	}

	.rcal_main_line li {
		background:#ffffff;
		border:1px dotted #8894A3;
		color:#000000;
		font-size:12px;
		font-weight:lighter;
		display:table-cell;
		text-align:center;
		text-decoration:none;
		padding:0;
		vertical-align:middle;
	}

	.rcal_first_li {
		min-width:50px;
		width:20%;
  	}

	.rcal_noimg {
		display:block;
		font-size:14px;
		height:46px;
		margin:1px !important;
		min-width:50px;
		text-align:center;
		word-break: break-all;
	}



	.rcal_tile {
		background: #99CCFF;
		border-color:#000000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-style:solid;
		border-width:2px;
		color: #000000;
		height: 1em;
		left: 0px;
		margin:0px;
		opacity: 0.5;
		overflow:hidden;
		padding:0px;
		top: 0px;
		white-space:nowrap;
		width: 100px;
		word-wrap: break-word;

	}


	.rcal_myres_comp {

	}

	.rcal_myres_temp {
		background:#FFF9B1;
		border-color:#000000;
	}

	.rcal_myres_edit {
		cursor:pointer;
	}

	.rcal_label {
		display:table-cell;
		text-align:right;
		vertical-align:middle;
		width:33%;

	}


	.rcal_li {
		width:67%;
	}

	.rcal_left {
		text-align:left;
	}


	.rcal_li_3 {
		width:33%;
	}


	#rcal_searchdate {
		font-size:16px;
		padding:1px;
		width:7em;
	}


	#rcal_searchdays {
		padding-left:3px;
		width:100%;
	}

	.rcal_line input[type="text"]
	,.rcal_line input[type="date"]
	,.rcal_line input[type="mail"]
	,.rcal_line input[type="tel"]
	,.rcal_line input[type="password"] {
		margin:1px;
	}


	.rcal_chk {
		clear:both;
		display:inline-block;
		margin:0;
		padding:0;
	}

	.rcal_chk li {
		border-right:none;
		border:solid 1px #ddd;
		display:inline-block;
		float:left;
		list-style:none;
		overflow:hidden;
		position:relative;
		width:45%;
	}

	.rcal_chk li:first-child {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius:5px 0 0 5px;
	}

	.rcal_chk li:last-child {
		border-right:solid 1px #ddd;
		-webkit-border-radius:0 5px 5px 0;
		-moz-border-radius:0 5px 5px 0;
		border-radius:0 5px 5px 0;
	}

	.rcal_chk label {
		background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
		background:-moz-linear-gradient(top, #fff, #eee);
		background:#eee;
		border:solid 1px rgba(255,255,255,0.2);
		display:block;
		min-width:3em;
		padding:5px;
		text-align:center;
		text-shadow:0 1px 0 rgba(255,255,255,0.5);
	}

	.rcal_chk li:first-child label {
		-webkit-border-radius:3px 0 0 3px;
		-moz-border-radius:3px 0 0 3px;
		border-radius:3px 0 0 3px;
	}

	.rcal_chk li:last-child label {
		-webkit-border-radius:0 3px 3px 0;
		-moz-border-radius:0 3px 3px 0;
		border-radius:0 3px 3px 0;
	}

	.rcal_chk input[type=checkbox] {
		cursor:pointer;
		height:100%;
		margin:0px;
		opacity:0;
		padding:0px;
		position:absolute;
		width:100%;
	}

	.rcal_chk input[type=checkbox]:checked {
		cursor:auto;
	}

	.rcal_chk input[type=checkbox]:checked ~ label {
		border:solid 1px rgba(0,0,0,0.1);
		background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262));
		background:-moz-linear-gradient(top, #333, #666);
		background:#666;
		color:#fff;
		text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	}


	.rcal_sel {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
		background:-moz-linear-gradient(top, #fff, #eee);
		background:#eee;
		border: none;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		cursor: pointer;
		font-size: auto;
		height: 45px;
		line-height: 45px;
		overflow:hidden;
		/*text-indent: 1em;*/
		white-space:nowrap;
		/*width: 200px;*/
	}

	.rcal_time  {
		width:100px;
	}

	.rcal_date {
		width:10em;
	}

	.rcal_cnt {
		width:5em;
	}

	#rcal_main_data {
		margin-top:1em;
		position:relative;

	}

	#remark {
		width:100%;
	}

	.rcal_holiday {
		background-color: #fadcd3;
		color: #e2b8ac;
		filter:alpha(opacity=70);
		font-size: 24px;
		left:0px;
		opacity:0.7;
		position:absolute;
		text-align: center;
		top:0px;
	}

	.rcal_on_business {
		background-color: #669966;
		color: #ffffcc;
		filter:alpha(opacity=30);
		font-size: 24px;
		left:0px;
		opacity:0.3;
		position:absolute;
		text-align: center;
		top:0px;
	}

	#rcal_today {
		background:-moz-linear-gradient(rgba(220,220,220,0.5), rgba(220,220,220,1));
		background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(220,220,220,0.5)), to(rgba(220,220,220,1)));
		background: linear-gradient(to bottom, rgba(220,220,220,0.5), rgba(220,220,220,1));/* IE10+, W3C */
		border:1px solid #808080;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#222222;
		margin:0;
		padding:0;
		width:10em;
	}


	.rcal_modal{
		display:none;
		opacity: 0;
		position: absolute;
	}

	.rcal_modalBody{
		position: absolute;
		z-index:1000;
		background: #E2E4FF;
		top:0;
		left:0;
		right:0;
		margin: auto;
		height:auto;
		width:600px;
/*		left:50%;
		top:50%;
		height:300px;
		overflow:auto;
		overflow-y: scroll;
*/

		border:1px solid #B7DDF2;}
	#rcal_search_result table {
		width: 670px;
		border: 1px #000000 solid;
		border-collapse: collapse;
		border-spacing: 0;
		margin:10px 10px 10px 10px;
	}
	#rcal_search_result th {
		padding: 5px;
		border: #000000 solid;
		border-width: 0 0 1px 1px;
		background: #CCCCCC;
		font-weight: bold;
		line-height: 120%;
		text-align: center;
	}
	#rcal_search_result td {
		padding: 5px;
		border: 1px #000000 solid;
		border-width: 0 0 1px 1px;
		text-align: center;
	}


/* search(dl) */

	#rcal_search_result ol{
		margin: 0 0 1em 20px;
	}
	#rcal_search_result dl{
		margin-bottom: 1em;
	}
	#rcal_search_result dl dt{
		font-weight: bold;
	}

	@media only screen and (min-width:801px){
	#rcal_search_result #rcal_search_result_head
	,#rcal_search_result #rcal_search_result_data
	{
		display: table;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#rcal_search_result p{
		display: none;
	}

	#rcal_search_result #rcal_search_result_head
	,#rcal_search_result #rcal_search_result_data
	{
		display: table-header-group;
	}

	#rcal_search_result ol{
		display: table-row;
		margin: 0;
	}

	#rcal_search_result ol li{
		display: table-cell;
		padding: 5px;
		font-weight: bold;
		text-align: center;
		background: #e6e6e6;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	#rcal_search_result #rcal_search_result_data{
		display: table-row-group;
	}

	#rcal_search_result dl{
		display: table-row;
		margin: 0;
	}

	#rcal_search_result dl dt,
	#rcal_search_result dl dd{
		display: table-cell;
		padding: 5px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	#button_search {
		display: inline-block;
		zoom: 1;
		padding: 6px 10px;
		margin: 0;
		cursor: pointer;
		border: 1px solid #bbb;
		overflow: visible;
		font: bold 13px arial, helvetica, sans-serif;
		text-decoration: none;
		white-space: nowrap;
		color: #555;
		background-color: #ddd;
		background-image: linear-gradient(top, rgba(255,255,255,1),
									rgba(255,255,255,0)),
									url(data:image/png;base64,iVBORw0KGg[...]QmCC);
		transition: background-color .2s ease-out;
		background-clip: padding-box; /* Fix bleeding */
		border-radius: 3px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
								0 2px 2px -1px rgba(0, 0, 0, .5),
								0 1px 0 rgba(255, 255, 255, .3) inset;
		text-shadow: 0 1px 0 rgba(255,255,255, .9);
	}


/* demo */
	#rcal_login_div {
		border:solid 1px #b7ddf2;
		max-width:650px;
		margin-top:10px;
		margin-bottom:10px;
		padding:14px;
		font-size:12px;
	}

}
