@charset "UTF-8";

/* sp ニュース クラス
----------------------------------------*/
#news .pager {
	width: auto;
	padding: 0 10px;
	font-size: 93%;
}

#news .pager li.prev {
	left: 10px;
}

#news .pager li.next {
	right: 10px;
}

#news .txtarea {
	width: auto;
	padding: 10px 20px;
}

#news.admin .txtarea {
	padding: 10px 15px;
}

#news .txtarea .date + p,
#news .txtarea .date + p.noph {
	width: auto;
	float: none;
}

#news .txtarea .ph,
#news .txtarea .icon_box {
	width: auto;
	float: none;
    margin: 5px 0 0;
	text-align: center;
}

#news .txtarea .ph img {
	width: auto;
}

#news .txtarea .icon_box img {
	width: 44px;
	height: auto;
}

#news dl {
	margin: 0 5px;
	font-size: 93%;
}

#news dt {
	width: auto;
	position: static;
	margin-bottom: 5px;
	line-height: 1.2;
	padding-left: 5px;
	border-left: solid 4px #fba5df;
}

#news .conf dt {
	border-left: solid 4px #8fbcf9;
}

#news dd {
	margin: 0 0 15px 0;
	padding-left: 0;
	border-left: none;
}

#news dd input[type="text"],
#news dd input[type="password"],
#news dd textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#news dd input.input_s {
	width: 35px;
}

#news dd textarea {
	height: 140px;
}

#news dl + p.required {
	margin: -10px 0 0 5px;
    position: static;
}

#news h1 + .help,
#news h2 + .help {
    margin-right: 20px;
}

#news h2 + .help {
    top: -2em;
}

#news table tr th.visible_l,
#news table tr td.visible_l {
	display: none !important;
}

#news table tr td.edit {
	width: 5em;
}

#news table tr td.edit input,
#news .delete_btn input {
	width: 5em;
}

#news .pagelist {
	margin-top: 10px;
}

#news .pagelist > a {
	width: 40%;
	display: inline-block;
	margin: 0;
	text-align: left;
}

#news .pagelist > span.disable {
	width: 40%;
	display: inline-block;
	margin: 0;
	color: #ddd;
	text-align: left;
}

#news .pagelist > a:last-child,
#news .pagelist > span.disable:last-child {
	text-align: right;
}

#list {
	margin: 0 10px;
}

#list h2 {
	margin: 0 5px;
}

.fancybox-title,
.fancybox-title-float-wrap .child {
	line-height: 1.4 !important;
	font-size: 11px !important;
	white-space: normal !important;
}

.fancybox-title-float-wrap .child {
	padding: 5px !important;
	border-radius: 5px !important;
	margin-left: -10% !important;
	margin-right: -110% !important;
}

.fancybox-title-float-wrap {
	bottom: auto !important;
	top: 90% !important;
}