@charset "UTF-8";

div.sync {
	display :inline;
	margin-left: auto;
	margin-right: auto;
}

div.sync .name {
	font-size: 120%;
}

/* blog */
div.calWrapper {
	background-color: rgba(255, 255, 255, 0.6);
}

.calHdr {
	width: 100%;
	height: 10px;
}

.calHdr .prevM {
	display: inline;
	float: left;
	margin-left: 2px;
}

.calHdr .nextM {
	display: inline;
	float: right;
	margin-right: 2px;
}

/*
#blog-calendar-ym {
	display: inline;
	float: left;
	width: 75%;
}
*/

table#blog-calendar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

table#blog-calendar td {
	text-align: right;
}

#blog-pwd {
	font-size: 80%;
}

/* FORM */
.sync_form {
	border-collapse: collapse;
}

.sync_form th, .sync_form td {
	padding: 5px;
	line-height: 2;
}

.sync_form label {
	padding-right: 3px;
}

.sync_form_button {
	margin-top: 10px;
	width: 200px;
	height: 30px;
}

/* input msg */
.success_msg {
	margin-left: 10px;
	padding-left: 15px;
	width: 15px;
	height: 15px;
	background: url(https://sync-console.digitalstage.jp/_modules/images/form/ok.png) no-repeat;
}

.err_msg {
	margin-left: 10px;
	padding-left: 15px;
	background: url(https://sync-console.digitalstage.jp/_modules/images/form/alert.png) no-repeat;
}

.sent_msg {
	padding-left: 15px;
	background: url(https://sync-console.digitalstage.jp/_modules/images/form/ok.png) no-repeat;
}

.required {
/*	margin-left: 2px;
	font-size: 70%;
	font-weight: bold;*/
	color: #cc0000;
}

.skin-7 .required {
	color: #ff9900;
}

/* common util */
.loading {
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ajax-loader.gif) center center no-repeat;
}

.loading-cal {
	width: 200px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ajax-loader.gif) center center no-repeat;
}
