@charset "utf-8";
/*top-page*/
#paint_tool {
	position: relative;
}
#paint_tool .paint_top {
	padding-bottom: 20px;
}
#paint_tool .top_box {
	height: 35px;
	background: url(../img/paint_tool/bg_top_contents.png) no-repeat;
}
#paint_tool .middle_box {
	min-height: 24px;
	line-height: 24px;
	background: url(../img/paint_tool/bg_middle_contents.png) repeat-y;
	padding: 3px 30px 5px;
}
#paint_tool .bottom_box {
	height: 33px;
	background: url(../img/paint_tool/bg_bottom_contents.png) no-repeat;
}
#paint_tool .mycontents {
	height: 37px;
	background: url(../img/paint_tool/bg_mycontents.png) no-repeat;
}
#paint_toola a:hover img {
	background: none;
}
#paint_tool .lead {
	float: left;
	padding-left: 5px;
}
#paint_tool .about {
	float: right;
	padding-right: 5px;
}
#paint_tool .about a img {
	background: url("../img/paint_tool/bt_paint_guide.png") repeat scroll center top transparent;
	height: 50px;
	width: 220px;
}
#paint_tool .about a:hover img {
	background-color: #FFFFFF;
	background-position: bottom;
}
#paint_tool .bt_cs_is {
	float: right;
	padding-right: 5px;
	margin-top: 5px;
}
#paint_tool .bt_cs_is a img {
	background: url("../img/paint_tool/bt_cs_is.png") repeat scroll center top transparent;
	height: 50px;
	width: 220px;
}
#paint_tool .bt_cs_is a:hover img {
	background-color: #FFFFFF;
	background-position: bottom;
}
#paint_tool .bt_board a img {
	background: url("../img/paint_tool/bt_board.png") repeat scroll center top transparent;
	height: 22px;
	width: 85px;
}
#paint_tool .bt_board a:hover img {
	background-color: #FFFFFF;
	background-position: bottom;
}
#paint_tool .bt_faq a img {
	background: url("../img/paint_tool/bt_faq.png") repeat scroll center top transparent;
	height: 22px;
	width: 85px;
}
#paint_tool .bt_faq a:hover img {
	background-color: #FFFFFF;
	background-position: bottom;
}
#paint_tool .bt_hear a img {
	background: url("../img/paint_tool/bt_hear.png") repeat scroll center top transparent;
	height: 22px;
	width: 175px;
}
#paint_tool .bt_hear a:hover img {
	background-color: #FFFFFF;
	background-position: bottom;
}
#paint_tool .middle_box p {
	font-size: 85%;
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
}
#paint_tool .contents_menu {
	margin: 0 auto;
	padding: 15px 10px 0;
	border-top: 2px dotted #ddd;
	width: 635px;
}
#paint_tool .contents_menu .inner {
	width: 300px;
}
#paint_tool .contents_menu .iconarea {
	margin-top: -5px;
	float: left;
	padding-right: 10px;
}
#paint_tool .contents_menu .contents_menu_inner {
	overflow: hidden;
}
#paint_tool .contents_menu .contents_menu_inner .contents_menu_inner_detail {
	position: relative;
	background: none repeat scroll 0 0 #EEEEEE;
	color: #666666;
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 5px;
	padding: 3px 8px;
	width: auto;
	border-radius: 8px;
}
#paint_tool .upload_area {
	margin-bottom: 15px;
}
#paint_tool .my_area {
	padding: 5px 15px 10px 15px;
}
.my_area .file_txt {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
#paint_tool .total {
	border-bottom: 1px dotted #ccc;
}
#paint_tool .lead .help {
	left: 440px;
	position: absolute;
	top: 134px;
}
.iconarea a:hover {
	background: none;
}
/*ファイルアップロード*/
#paint_tool input.filebox {
	position: relative;
	background: #ccc;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 15px;
}
#filelist .files table th, #filelist .files table td {
	padding: 3px 3px;
	border: 1px solid #ccc;
}
#fmupfile table tr {
	padding: 3px 5px;
}
/*詳細*/
#paint_tool #detail {
	padding: 20px 20px 5px;
	margin: 0 auto;
	width: auto;
}
#paint_tool .detail_left {
	float: left;
	width: 200px;
}
#paint_tool .detail_left img {
	border: 1px solid #ddd;
}
#paint_tool .detail_right {
	float: right;
	width: 340px;
}
#paint_tool #detail .file_name input {
	width: 250px;
}
#paint_tool #detail td {
	vertical-align: top;
}
#paint_tool #detail td.title {
	color: #999999;
	width: 100px;
	height: 25px;
}
#paint_tool #detail textarea {
	width: 555px;
	height: 180px;
	overflow: auto;
}
#paint_tool #detail .bt_area {
	width: 250px;
	margin: 10px auto;
}
#select_file_head {
	margin: 10px 0 0 0;
}
/*既存ファイルの編集*/
#paint_tool .detail_edit_area {
	margin: 0 0 15px 0;
}
.detail_edit_area .top_area {
	height: 20px;
	background: url(../img/paint_tool/bg_top.png) no-repeat;
}
.detail_edit_area .middle_area {
	min-height: 24px;
	line-height: 24px;
	background: url(../img/paint_tool/bg_middle.png) repeat-y;
	padding: 10px 30px 5px;
}
.detail_edit_area .bottom_area {
	height: 20px;
	background: url(../img/paint_tool/bg_bottom.png) no-repeat;
}
#paint_tool .filename {
	color: #0099FF;
}
#paint_tool .toobar {
	position: relative;
	margin: 5px auto 0;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #ddd;
	width: 65px;
	border-radius: 5px;
	text-align: center;
}
#paint_tool .accountarea {
	padding: 0 10px;
	word-wrap: break-word;
}
.bt_banner {
	margin: 10px 0 15px 0;
}
.bt_banner a {
	background-color: #CAD1D4;
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1em;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	border-radius: 7px;
}
.bt_banner a:hover {
	background-color: #BEC7CA;
}
/* icon*/
.toobar a {
	background: none !important;
	text-underline: none;
}
.icon {
	background-image: url(../img/paint_tool/ico_toolbar.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	vertical-align: top;
}
.augment {
	background-position: 0 0;
	margin-right: 5px;
}
.cutdown {
	background-position: -18px 0px;
	margin-right: 5px;
}
.samesize {
	background-position: -36px 0px;
}
.augment:hover {
	background-position: 0 -18px;
}
.cutdown:hover {
	background-position: -18px -18px;
}
.samesize:hover {
	background-position: -36px -18px;
}
/* touch device toolbar */
#paint_tool #touch.toobar {
	width: 116px;
}
#paint_tool #touch .icon {
	background-image: url(../img/paint_tool/ico_toolbar_big.png);
	width: 27px;
	height: 27px;
}
#paint_tool #touch .augment {
	background-position: 0 0;
	margin-right: 15px;
}
#paint_tool #touch .cutdown {
	background-position: -27px 0px;
	margin-right: 15px;
}
#paint_tool #touch .samesize {
	background-position: -54px 0px;
}
#paint_tool #touch .augment:hover {
	background-position: 0 -27px;
}
#paint_tool #touch .cutdown:hover {
	background-position: -27px -27px;
}
#paint_tool #touch .samesize:hover {
	background-position: -54px -27px;
}
/*border_box*/
#paint_tool .border_box {
	margin: 0 auto 10px;
}
#paint_tool .border_box .inner {
	position: relative;
	font-size: 85%;
	line-height: 15px;
	min-height: 15px;
	padding: 10px 15px;
	border: 5px solid #E5EBEF;
	border-radius: 9px;
}
/*thumb-box*/
#thumb_box td {
	font-size: 10px;
	border: 1px #ccc solid;
	width: 122px;
	padding: 3px;
}
#thumb_box td.box {
	padding-top: 6px;
	border-width: 1px 1px 0 1px;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
#thumb_box td.tool {
	background: #f5f5f5;
	border-top: 1px #fff solid;
	padding: 2px 3px 3px;
	vertical-align: top;
}
#thumb_box td.none {
	border-width: 0;
	width: 10px;
	padding: 0;
}
#thumb_box .txt {
	padding: 0 2px;
}
img.thumb_img {
	border: 1px #ccc solid;
}
img.thumb_folder {
	padding: 1px;
}
/*icon*/
a.edit_folder {
	background-image: url(../img/paint_tool/ico_edit.png);
}
a.download {
	background-image: url(../img/paint_tool/ico_download.png);
}
a.view_info {
	background-image: url(../img/paint_tool/ico_info.png);
}
div.folder {
	height: 86px;
	padding: 1px;
}
div.thumb {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}
div.thumb .thumb_new {
	position: absolute;
	top: 1px;
	left: 1px;
}
div.thumb .folder_new {
	position: absolute;
	top: 0px;
	left: 4px;
}
div.thumb .thumb_appli {
	position: absolute;
	bottom: 2px;
	right: 6px;
}
.total_num {
	color: #0099FF;
}
.graybox {
	border-width: 1px;
	border-color: #e0e0e0;
	border-style: solid;
	margin: 20px 0 20px 0;
	padding: 10px 20px 10px 20px;
	background-color: #f5f5f5;
}
#resume, #resume_none {
	display: none;
}
/*-------------------------error-----------------------------------------*/

#errorarea h2.title {
	color: #ddd;
	margin-bottom: 15px;
	font-size: 40px;
	background: none;
	padding: 0;
}
#errorarea h3.text {
	color: #a3bce2;
	margin: 0 0 20px;
	font-size: 150%;
	background: none;
	height: auto;
	padding: 0;
	border: none;
}
#errorarea .maincontents {
	position: relative;
	padding: 6px;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 0 5px 0 #ccc;
}
#errorarea .maincontents_inner {
	position: relative;
	padding: 20px 30px 20px 30px;
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15) inset;
}
#errorarea .graybox {
	padding: 15px;
	background: #f5f5f5;
	border: 1px solid #eee
}
/*-------------------------error END---------------------------------------*/
/* エリア選択 */
#paint_tool #dark {
	background: #000;
	opacity: 0.3;
	position: absolute;
	z-index: 1;
}
#paint_tool #selectArea {
	position: absolute;
	border: 1px #ff0000 solid;
	z-index: 10;
	cursor: move;
}
#paint_tool #imgBox {
	position: relative;
	margin: 0;
	padding: 0;
}
/* 複数ページ */
#pages {
	width: 600px;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}
#pages .spacer {
	display: none;
}
#pages li {
	list-style: none;
	width: 100px;
	display: block;
	margin: 10px 9px;
	background: #f0f0f0;
	border: 1px solid #ddd;
}
#pages li.sel {
	border-color: #ff0000;
}
#pages li.lnone {
	margin-left: 0px !important;
	margin-right: 13px !important;
}
#pages li.rnone {
	margin-left: 13px !important;
	margin-right: 0px !important;
}
#pages .spacer {
	display: none;
	height: 125px;
	margin-top: 10px;
	margin-bottom: 9px;
}
#pages li .thumb {
	height: 100px;
	background: #666;
	color: #fff;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
}
#pages li .new {
	background: #ccc !important;
	width: 80px;
}
#pages li #ctl {
	border-top: 1px solid #fff;
	background: #f5f5f5;
	font-size: 90%;
	text-align: center;
	padding: 2px;
}
#control span.now {
	display: none;
}
.now {
	font-weight: bold;
}
#content_box {
	position: relative;
}
#content_box #dark, #now_running {
	position: absolute;
	width: 130px;
	left: -4px;
}
#content_box #dark {
	background: #000;
	opacity: 0.3;
	z-index: 1;
	top: -7px;
	height: 205px;
}
#content_box #dark.iPad {
	height: 187px;
}
#now_running {
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 2;
	margin-top: 15px;
	top: 0;
}
