.ui_markup_helper_area {
	display: none;
}

.ui_markup_helper_area_db,
.ui_markup_helper_area {
	margin: 10px 0;
}

.ui_markup_helper_area hr.ui_edit_entry_header_hr {
	width: 400px;
}

/*
.ui_hr {
	margin: 15px;
	border-bottom: 1px solid #666;
}
*/

.ui_link_add_inner {
	height: 40px;
	margin-left: 15px;
}
.ui_tw_timeline_add_inner {
	margin-left: 15px;
}

.ui_img_add_inner {
	padding: 0 10px;
}

.ui_nico_add_inner {
	height: 45px;
	/*margin-left: 15px;*/
}
.ui_youtube_add_inner {
	height: 35px;
	/*margin-left: 15px;*/
}
.ui_markup_helper_img_l {
	float: left;
	display: none;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left:20px;
	border-left: 1px dashed #DDD;
	text-align:center;
}
.ui_markup_helper_img_wrap {
	text-align: center;
	padding: 10px 10px 0 10px;
	border: 1px solid #DDD;
	clear: both;
	float: left;
}
.ui_markup_helper_img_caption {
	color:#aaa;
	clear: both;
	float: left;
	margin-bottom: 7px;
}

.ui_markup_helper_img_l img {
	max-width: 170px;
	max-height: 223px;
}

.ui_img_size {
	text-align: center;
	color: #7A7A7A;
}

.ui_markup_helper_img_r {
	height: auto;
	float: left;
}

.ui_markup_helper_img_r_in {
}

.ui_markup_helper_img_r_submit {
	background: #009ee7;
	color: #FFF;
	font-weight: bold;
	width: 70px;
	clear: both;
}

.ui_markup_helper_img_r_submit:hover {
	background:#28AADC;
}

.ui_associate_dialog input[type="text"] {
	width: 280px;
}

.ui_associate_item_area {
	margin-top: 10px;
}

.ui_associate_item {
	float: left;
	margin: 0 12px;
	padding-bottom: 10px;
	text-align: center;
	max-width: 90px;
	min-height: 250px;
}

.ui_associate_item img {
	border: 1px solid #FFFFFF;
}

.ui_associate_item img:hover {
	border: 1px solid rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.ui_associate_item p {
	font-size: 0.6em;
	text-align: left;
	/*font-style: italic;*/
}

.ui_associate_item .ui_associate_price {
	font-size: 0.6em;
	text-align: left;
}

.ui_associate_item_insert {
	margin: 5px;
	font-size: 0.6em;
	color: #1e1ead;
	text-align: center;
}

.ui_associate_item_insert:hover {
	text-decoration: underline;
	cursor: pointer;
}


.ui_markup_insert_helper {
	width: 550px;
	height: auto;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 6px #AAAAAA;
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	opacity: 0.9;
	left: 250px;
	top: 125px;
	/*
	left: 300px;
	top: 100px;
	*/
}
.ui_markup_insert_helper input {
	width: 400px;
	background: #feffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmViZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #d2ebf9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9));
	background: -webkit-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#d2ebf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
	height:24px;
}
.ui_markup_insert_helper textarea {
	width: 400px;
	background: #feffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmViZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #d2ebf9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9));
	background: -webkit-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#d2ebf9 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#d2ebf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
	height:72px;
	resize:vertical;
}
.ui_markup_insert_helper button {
	width: 135px;
	background-color: #005999;
	background-image: -moz-linear-gradient(#CCE9FF, #0077CC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCE9FF), color-stop(100%,#0077CC));
	background: -webkit-linear-gradient(top,  #CCE9FF 0%,#0077CC 100%);
	background: -o-linear-gradient(top,  #CCE9FF 0%,#0077CC 100%);
	background: -ms-linear-gradient(top,  #CCE9FF 0%,#0077CC 100%);
	background: linear-gradient(to bottom,  #CCE9FF 0%,#0077CC 100%);
	background-repeat: repeat-x;
	border-color: #005999;
	color: #FFFFFF;
	/*font-weight: bold;*/
	/*height:28px;*/
	height:35px;
	margin-top: 20px;
	/*margin: 0 1px;*/
}

.ui_assiate_pagination {
	text-align: center;
}
.ui_2ch_thread_pagination {
	clear: both;
	text-align: center;
	padding: 5px 0;
}
.ui_now_page {
	float: right;
}
/*.ui_markup_helper_area input, .ui_markup_helper_area button {*/
/*
#ui_edit_wrap input, #ui_edit_wrap button, .ui-dialog button, .ui-dialog input{
	-moz-transition: background 0.2s linear 0s;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	display: inline-block;
	font-weight: 700;
	height: 1.5em;
	margin: 0 5px;
	outline: medium none;
	padding: 4px;
}
#ui_edit_wrap input:focus {
	border-color: #518CE0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 150, 236, 0.6);
	color: #333333;
	outline: 0 none;
	}
	*/

.ui_markup_insert_helper_kind2 {
	color: #E06666;
	font-size: 10px;
}

/* エラーテキスト */
.text_w_max {
height: 255px;
}
.ui_edit_notice {
display: inline-block;
padding: 2px 4px;
margin: 4px 8px 0 0;
color: #fff;
background: #f00;
border-radius: 3px;
font-size: 11px;
}
