@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(../images/form/ok.png) no-repeat;
}

.err_msg {
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/form/alert.png) no-repeat;
}

.sent_msg {
	padding-left: 15px;
	background: url(../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 */
.rt-wrapper {
	width: 215px;
	height: 160px;
	position: absolute;
}

.retweeter-panel {
	width: 200px;
	height: 150px;
	margin-top: 10px;
	overflow-y: auto;
	padding: 3px;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

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

.close-btn {
	width: 20px;
	height: 20px;
	background: url(http://sync3-res.digitalstage.jp/_modules/images/close.png) no-repeat;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

.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: 30px;
	display: block;
	overflow: hidden;
}

.bookmark-toolbar a {
	height: 30px;
	display: block;
	float: left;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	border-bottom: 0 none;
	font-size: 94%;
	text-decoration: none;
}

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

a.tab-bookmark {
	background: url(../images/newsres/heart.png) no-repeat 5px 11px;
	padding-left: 27px;
}

a.tab-rss {
	background: url(../images/newsres/rss.png) no-repeat 5px 10px;
	padding-left: 33px;
}

a.tab-twitter {
	background: url(../images/newsres/twitter.png) no-repeat 5px 9px;
	padding-left: 30px;
}

h3.newstype {
	height: 20px;
	margin-top: 10px;
	margin-left: 16px;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.newsinfo {
	color: #979797;
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 7px 5px 7px;
}

a.close-area {
	position: absolute !important;
	right: 40px;
	width: 11px;
	height: 11px;
	background: url(../images/newsres/close-button.png) no-repeat right;
	text-decoration: none;
	border: none;
}

.bookmark-toolbar a.sel {
	background-color: #eaeaea;
}

.bookmark-area {
	width: 98%;
	background-color: #eaeaea;
	display: none;
	overflow: hidden;
}

.bookmark-panel {
	display: block;
	height: 22px;
	font-size: 95%;
	padding-top: 3px;
	padding-left: 10px;
}

.bookmark-panel.odd {
	background-color: #dbdbdb;
}

.bookmark-panel div {
	display: inline;
}

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

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

.bookmark-panel a.help {
	position: absolute;
	color: #8c8c8c;
	width: 170px;
	right: 10px;
	overflow: hidden;
}

.bookmark-panel a.help:hover {
	background-color: transparent;
}

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

.twitter-area {
	width: 98%;
	background-color: #eaeaea;
	display: none;
	overflow: hidden;
}

.rss-area {
	width: 98%;
	background-color: #eaeaea;
	display: none;
	overflow: hidden;
}

.rss-direct {
	display: block;
	height: 21px;
	font-size: 95%;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 40px;
	background: #ffb502 url(../images/newsres/rss-direct.png) no-repeat 10px 6px;
}

.rss-direct a {
	border: none;
	text-decoration: none;
}

.rss-direct a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.followme {
	display: block;
	height: 21px;
	font-size: 95%;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 34px;
	background: #13bdf4 url(../images/newsres/followme.png) no-repeat 10px 6px;
}

.followme a {
	border: none;
	text-decoration: none;
}

.followme a:hover {
	text-decoration: underline;
	background-color: transparent;
}

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

.search-hint {
	background:#fff url(../images/bg_search.png) no-repeat left center;
}

.search-nohint {
	background:#fff;
}

.search-div-normal {
	width:420px;
	margin:0;
	padding:10;
	border:none;
	background-color:translate;
}
.search-div-short {
	width:160px;
	margin:0;
	padding:5px 3px 3px 3px;
	font-size:14pt;
	text-align:center;
	border:none;
	background-color:translate;
}

.search-div-normal a {
	border: none;
	text-decoration: none;
}

.search-div-short a {
	border: none;
	text-decoration: none;
}

.search-div-normal a:hover {
	border: none;
	text-decoration: none;
	background-color: transparent;
}

.search-div-short a:hover {
	border: none;
	text-decoration: none;
	background-color: transparent;
}