@charset "UTF-8";
/* CSS Document */

.contents {
	margin: 10px 20px 0 20px;
	position: relative;
	width: 800px;
	}

.funcTtl {
	background-color: #e0e0e0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	font-size: 120%;
	height: 22px;
	padding: 2px 15px;
	width: 770px;
	}
	
.funcSttl {
	margin-bottom: 20px;
	}

.funcWrapper {
	margin: 30px 0 10px 10px;
	width: 780px;
	}
	
.funcWrapper2 {
	margin: 10px 0 10px 10px;
	width: 780px;
	}
	
.funcWrapperBorder {
	background-color: #eee; 
	border: 3px solid #ccc;
	margin: 30px 0 10px 10px;
	padding: 0 10px;
	width: 754px;
	}
	
.funcWrapper p {
	margin-bottom: 10px;
	}
	
.funcAttention {
	background-color: #fff;
	border: 2px solid #ddd;
	padding: 10px 15px;
	width: 765px;
	}
	
.funcAttention h5 {
	margin-top: 20px;
	}

#dataUpload {
	position: relative;
	}
	
#dataUpload #watch {
	position: absolute;
	 top: 50px;
	 right: 40px;
	}

.contents div.funcLeftBox {
	float: left;
	padding: 0 0 10px;
	width: 48%;
	}

.contents div.funcRightBox {
	float: right;
	margin: 0;
	width: 48%;
	}
	
.contents div.funcLeftBox2 {
	float: left;
	padding: 0;
	width: 300px;
	}

.contents div.funcRightBox2 {
	float: right;
	margin: 0;
	width: 440px;
	}
	
	
.contents div.funcLeftBox3 {
	float: left;
	margin-right: 20px;
	width: 440px;
	}

.contents div.funcRightBox3 {
	float: right;
	width: 320px;
	}
	
.contents div.funcLeftBox4 {
	float: left;
	margin: 0 0 0 10px;
	width: 280px;
	}
	
.contents div.funcRightBox4 {
	float: right;
	width: 460px;
	}

.contents dl {
	margin: 5px 0;
	padding: 0;
	}

.contents dt {
	font-weight: bold;
	}
	
.contents dd {
	font-size: 90%;
	}
	
#func01MovBtn {
	position: absolute;
	 top: 350px;
	 right: 30px;
	}
	
#func03MovBtn {
	position: absolute;
	 top: 150px;
	 left: 220px;
	}
	
#menuBox ul {
	list-style-type: none;
	margin-left: 20px;
	_margin-left: 20px;
	width: 840px;
	}
	
#menuBox li {
	float: left;
	height: 241px;
	}	


/*Menu 掲示板*/
#menuBox #bbs {
	background-image: url('../images/func_menu01.png');
	background-color: #f3f3f3;
	margin: 0 11px 0 0;
	width: 272px;
	}
	
#menuBox #bbs a {
	background-image: url('../images/func_menu01.png');
	display: block;
	height: 241px;
	-webkit-opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 272px;
	}
	
#menuBox #bbs a:hover {
	background-image: url('../images/func_menu01_on.png');
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;  
	}
	
/*/Menu 掲示板*/


/*Menu ファイル便*/
#menuBox #filebin {
	background-image: url('../images/func_menu02.png');
	background-color: #f3f3f3;
	margin: 0 11px 0 0;
	width: 272px;
	}
	
#menuBox #filebin a {
	background-image: url('../images/func_menu02.png');
	display: block;
	height: 241px;
	-webkit-opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 272px;
	}
	
#menuBox #filebin a:hover {
	background-image: url('../images/func_menu02_on.png');
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;  
	}
	
/*/Menu ファイル便*/


/*Menu ショーケース*/
#menuBox #showcase {
	background-image: url('../images/func_menu03.png');
	background-color: #f3f3f3;
	margin: 0;
	width: 272px;
	}
	
#menuBox #showcase a {
	background-image: url('../images/func_menu03.png');
	display: block;
	height: 241px;
	-webkit-opacity: 0;
	overflow: hidden;
	width: 272px;
	text-indent: -9999px;
	}

#menuBox #showcase a:hover {
	background-image: url('../images/func_menu03_on.png');
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;  
	}
	
/*/Menu ショーケース*/


/*詳細ページメニュー*/

#funcContentsTtl {
	color: #444;
	font-size: 160%;
	margin: 1px 10px 0;
	position: relative;
	text-align: center;
	}

ul#funcTabMenu {
	margin: 15px 0 0 20px;
	width: 858px;
	}
	
ul#funcTabMenu li{
	float: left;
	height: 25px;
	margin-right: 11px;
	text-align: center;
	text-indent: -9999px;
	width: 272px;
	}

 /*掲示板*/	
ul#funcTabMenu li#menuBbs a {
	background: url('../images/func_tab_menu.png') no-repeat 0 0;
	display: block;
	height: 25px;
	-webkit-opacity: 0;
	overflow: hidden;
	width: 272px;
	}
	
ul#funcTabMenu li#menuBbs a:hover {
	background: url('../images/func_tab_menu.png') no-repeat 0 -25px;
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;
	}
	
ul#funcTabMenu li#menuBbs {
	background: url('../images/func_tab_menu.png') no-repeat 0 0;
	}

ul#funcTabMenu li#menuBbsCurrent {
	background: url('../images/func_tab_menu.png') no-repeat 0 -25px;
	}
 /*/掲示板*/
	
 /*ファイル便*/
ul#funcTabMenu li#menuFilebin a {
	background: url('../images/func_tab_menu.png') no-repeat -282px 0;
	display: block;
	height: 25px;
	-webkit-opacity: 0;
	overflow: hidden;
	width: 272px;
	}
	
ul#funcTabMenu li#menuFilebin a:hover {
	background: url('../images/func_tab_menu.png') no-repeat -283px -25px;
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;
	}
	
ul#funcTabMenu li#menuFilebin {
	background: url('../images/func_tab_menu.png') no-repeat -283px 0;
	}
	
ul#funcTabMenu li#menuFilebinCurrent {
	background: url('../images/func_tab_menu.png') no-repeat -283px -25px;
	}
 /*/ファイル便*/
	
 /*/ショーケース*/
ul#funcTabMenu li#menuShowcase a {
	background: url('../images/func_tab_menu.png') no-repeat -566px 0;
	display: block;
	height: 25px;
	-webkit-opacity: 0;
	overflow: hidden;
	width: 272px;
	}
	
ul#funcTabMenu li#menuShowcase a:hover {
	background: url('../images/func_tab_menu.png') no-repeat -566px -25px;
	-webkit-opacity: 1;
	-webkit-transition: opacity .2s linear;  
	}
	
ul#funcTabMenu li#menuShowcase {
	background: url('../images/func_tab_menu.png') no-repeat -566px 0;
	}
	
ul#funcTabMenu li#menuShowcaseCurrent {
	background: url('../images/func_tab_menu.png') no-repeat -566px -25px;
	}
 /*/ショーケース*/
	

/*/詳細ページメニュー*/

.contentsWrapper {
	background-color: #fff;
	margin: 10px auto;
	padding: 10px;
	width: 838px;
	}
	
.contentsWrapper2 {
	background-color: #fff;
	margin: 0 auto;
	_margin: 0 8px;
	padding: 25px 10px 10px 10px;
	width: 838px;
	}

.contentsBox {
	margin: 10px;
	}
	
/*ベータ版バナー*/

#betaBanner02 {
	position: absolute;
	 top: 291px;
	 right: 10px;
	}
	
#betaBanner02bottom {
	margin: 20px 0 20px 220px;
	}

/*/ベータ版バナー*/

p.caption{
	margin: 10px 10px 0;
	}
	
/*/アップデート*/
	