@charset "UTF-8";

div.sync {
	display :inline;
	margin-left: auto;
	margin-right: auto;
}

div.sync .name {
	font-size: 120%;
}

span.sync {
	display :inline;
	margin-left: auto;
	margin-right: auto;
}

span.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;
}

/* B O O K M A R K */
.retweeter-panel {
	width: 200px;
	height: 150px;
	overflow-y: auto;
	padding: 3px;
	border: 1px solid #333333;
	background-color: #eeeeee;
	position: absolute;
	display: none;
}

.retweeter-panel a {
	color: #111111;
}

.sync_news_ticker {
	/*display: block;*/
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sync_news_ticker a {
	border-bottom: 0 none;
	text-decoration: none;
}

.bookmark-toolbar {
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.bookmark-toolbar a {
	height: 20px;
	display: inline;
	padding: 2px;
	border-bottom: 0 none;
	text-decoration: none;
}

.bookmark-toolbar a:hover {
	text-decoration: underline;
}

.sel {
	background-color: #999999;
}

.bookmark-area {
	width: 98%;
	padding: 5px;
	margin-top: 2px;
	border: 1px solid #999999;
	display: none;
}

.bookmark-panel {
	display: block;
	width: 200px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #DBE3E6;
}

.bookmark-panel div {
	display: inline;
}

.bookmark-title {
	display: inline;
	width: 150px;
	margin-right: 10px;
}

.bookmark-panel a {
	border-bottom: 0 none;
	text-decoration: none;
}

.bookmark-panel a:hover {
	text-decoration: underline;
}

.bookmark-panel a.help {
	float: right;
}

.twitter-area {
	width: 98%;
	padding: 5px;
	margin-top: 2px;
	border: 1px solid #999999;
	display: none;
}

.rss-area {
	width: 98%;
	padding: 5px;
	margin-top: 2px;
	border: 1px solid #999999;
	display: none;
}

.sync.news table td {
	overflow: hidden;
}
