@CHARSET "UTF-8";

/* custom CSS */
/* カスタム設定を有効にするには、ID名・class名のアンダーバー[ _ ]を外してください。 */
/* .gradient1_ → .gradient1、.gradient2_ → .gradient2 */

.gradient1 {

	background: #666666; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #505050,  #666666); /* for firefox 3.6+ */
}

.gradient2 {

	background: #666666; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#777777'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#777777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666666,  #777777); /* for firefox 3.6+ */
}

/* ヘッダ部グラデーション下部にアンダーラインを入れるため、高さを小さくする */
/*
#syncheader{
	background: #a7a7a7;
}
#headertitle{
	top: 6px !important;
	* top: 8px !important;
}
#headergra1{
	height: 19px !important;
}
#headergra2{
	height: 20px !important;
	top: 18px !important;
}
#copyarea{
	height: 21px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F08200;
}
*/


/* 再設定 */
#syncheader{
/*	height: 55px;*/
}
#headertitle{
/*	height: 55px;*/
/*	top: 0px;*/
}
#headersub{
}
/* カスタマイズエリア ボタンを配置したりできます。*/
/* visibility をvisibleに変更 */
/* display をblockに変更 */
#customarea_{
	display:none;
	position:absolute;
	width: 270px;
	height: 35px;
	top: 545px;
	right:400px;
	font-size:10px;
	line-height:14px;
	
	visibility:hidden;
}
/*
#sousaarea{
	height: 38px;
	padding-top:6px;
}

#sousaarea{
	height: 0px !important;
	padding-top:0px !important;
	overflow:hidden !important;
}
#sousaarea li{
	height: 0px !important;
	padding: 0 0px 0 0px !important;
	overflow:hidden !important;
}
#spsousa{
	height: 0px !important;
	padding-top:0px !important;
	overflow:hidden !important;
}
#spsousa li{
	height: 0px !important;
	padding: 0 0px 0 0px !important;
	overflow:hidden !important;
}
*/

/*
#sousabtn li#sousa_Next {
	padding: 0 40px 0 8px !important;
	margin:0;
}
#sousabtn li#sousa_slide_N {
	padding: 0 40px 0 8px !important;
	margin:0;
}
*/
#sousabtn li#sousa_MovSync {
	padding: 0 72px 0 8px !important;
	margin:0;
}
#sousabtn li#sousa_DocSync {
	padding: 0 72px 0 8px !important;
	margin:0;
}
#ended_out{
	opacity:0;
}

#sousabtn li a{
	background-color:#e2e2e2;
	color:#000;
	font-size:12px;
	width:110px;
	line-height:19px;
	padding-top:7px;
	padding-bottom:6px;
}
#sousabtn li#sousa_DL a{
	background-color:#7f7f7f;
	color:#fff;
	width:127px;
}
#sousabtn li#sousa_DL a img{
	display:none !important;
}
#sousabtn li#sousa_MovSync a{
	background-color:#7f7f7f;
	color:#fff;
}
#sousabtn li#sousa_MovSync a img{
	display:none !important;
}
#sousabtn li#sousa_DocSync a{
	background-color:#7f7f7f;
	color:#fff;
}
#sousabtn li#sousa_DocSync a img{
	display:none !important;
}
#sousabtn li#sousa_slide_N a{
/*	background-color:#35ebb5;*/
}
#sousabtn li#sousa_slide_P a{
/*	background-color:#35ebb5;*/
}

#sousabtn li#sousa_Next{
	padding: 0 200px 0 12px;
}
#btnTenkai{
	width: 170px;
	height:19px;
	font-size: 12px;
}
#btnTenkai img{
	display:none !important;
}

.lk0_{
	position:absolute;
	top:46px;
	left:1px;
	font-size:12px;
	line-height:60px;
	background:#EEE;
}
.lk1_{
	position:absolute;
	top:68px;
	left:110px;
	font-size:12px;
	line-height:15px;
	padding-top:1px;
	padding-left:21px;
	text-indent:0px;
	background-image: url(../_images/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.lk1{
	display:none;
}

.spwaku2 li:nth-child(1){
	width:20% !important;
}
.spwaku2 li:nth-child(2){
	width:60% !important;
}

/* smart phone */
@media screen and (max-width:640px){
	#btnTenkai__{
		width: 200px;
	}
}


