/* structure
==========================================*/
/*
 * elemental
 */
body{
  word-break : break-all;
}
body{
  word-wrap : break-word;
  overflow-wrap : break-word;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.navbar{
	margin-bottom: 0 !important;
}
@media (max-width: 767px){
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
	.container {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.content-box-large{ padding: 15px 5px; }
	.pull-right a{
		margin-top: 2px;
		margin-right: 10px;
	}
}
.pull-right a {font-weight: bold;}

pre, .btn, .form-control {
	border-radius: 0 !important;
}
.panel-heading { padding:0; }
.panel-title {
	font-weight: bold;
	padding: 0 15px !important;
	padding-top: 8px !important;
}
/*
 * sidebar
 */
.sidebar .nav li ul li i { margin-right: 5px; }
.sidebar .nav li i.indent{
	margin-left: 14px;
}
.sidebar .nav li.menu_label{
	border-top: 1px dashed #ddd;
}
/*
 * table
 */
table a{ text-decoration: none !important; display: block;}
table tbody tr td { vertical-align: middle; height: 100%;}
table tbody tr td img{ width: 100%; }
table tbody{ border-bottom: 2px solid #ddd; }

table thead .sort_off,
table thead .sort_on_down,
table thead .sort_on_up{
	cursor: pointer;
}

table thead .sort_off:hover,
table thead .sort_on_down:hover,
table thead .sort_on_up:hover{
	color: #999;
}
/*
 * search_area
 */
.search_area label {
	margin-right: 5px;
	padding-top: 8px;
}
.search_area label:last-child{
	margin-right: 0;
}
/*
table thead .sort_off{background: url(/assets/img/sort_off.png) no-repeat center right;}
table thead .sort_on_down{background: url(/assets/img/sort_on_down.png) no-repeat center right; font-weight: bold;}
table thead .sort_on_up{background: url(/assets/img/sort_on_up.png) no-repeat center right; font-weight: bold;}
*/
/*
 * form
 */
/* セレクトボックスが小さいので見た目を変更してたけど、bootstrapのinput-lgで解決？
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/assets/img/img/pulldown_arrow.png) right 50% no-repeat !important;
	background-image: url("/assets/img/img/pulldown_arrow.png") right 50% no-repeat !important;
	background-size: 22px, 100% !important;
	padding: 5px !important;
}
*/
:placeholder-shown {
color: #eee !important; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
color: #eee !important; }

/* Firefox 18- */
:-moz-placeholder {
color: #eee !important; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
color: #eee !important; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
color: #eee !important; }

/*
 * help-block
 */
.help-block.center{
	text-align: center;
}
.help-block.m30{
	margin-top: 50px;
	margin-bottom: 30px;
}

/* Pagination
==========================================*/
.paginationframe {
    height: 25px;
}
.pagination {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    left: 50%;
    float: left;
}

.pagination span,
.pagination a {
    color: #fff;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    position: relative;
    left: -50%;
    float: left;
}
.pagination a {
    background-color: #1e90ff;
}
.pagination span {
    background-color: #333;
}
.pagination .current {
    background-color: #ccc;
	color: #333;
	font-weight: bold;
}
.pagination a:hover{
    background-color: #4ba6ff;
}

.paginationframe + table,
table + .paginationframe {
    margin-top: 20px;
}
form.search table {
	background: #dedede;
}
form.search th {
	text-align: right;
}
form.search th,
form.search td {
	vertical-align: middle !important;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	/*
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	*/
	background: #dedede;
	padding: 10px;
}
select{ font-size: 14px; }
/* news
==========================================*/
/*
 * table
 */
.search_area{
	margin: 30px 0;
	background: #eee;
	padding: 10px;
}
/* news
==========================================*/
/*
 * table
 */
table.news{}
table.news tbody tr td:nth-of-type(1){ width: 5%; }
table.news tbody tr td:nth-of-type(2){ width: 17%; }
table.news tbody tr td:nth-of-type(3){ width: 46%; }
table.news tbody tr td:nth-of-type(4){ width: 10%; }
table.news tbody tr td:nth-of-type(5){ width: 15%; }
table.news tbody tr td:nth-of-type(6){ width: 7%; }

table.result{}
table.result tbody tr td:nth-of-type(1){ width: 5%; }
table.result tbody tr td:nth-of-type(2){ width: 17%; }
table.result tbody tr td:nth-of-type(3){ width: 46%; }
table.result tbody tr td:nth-of-type(4){ width: 10%; }
table.result tbody tr td:nth-of-type(5){ width: 15%; }
table.result tbody tr td:nth-of-type(6){ width: 7%; }

/* common
==========================================*/
textarea.form-control {
	height: 80px;
}
.todo {
	white-space: pre-line;
	white-space: pre-wrap;
	background-color: orange;
	font-weight: bold;
}
.errMsg {
	color: #f00;
}
.panel-body img {
	width: 100%;
}
table img {
	height: 70px;
	object-fit: cover;
}
/* menu
==========================================*/
.sidebar h2 {
	background-color: #eee;
	font-size: 20px;
	padding: 10px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.sidebar li a.current  {
	color: #000;
}
/* var box
==========================================*/
.box-var {
	position: relative;
}
.btn-delete {
	position: absolute;
	right: 20px;
	top: 15px;
}
h4 {
	margin-bottom: 20px;
}
.input-block {
	background-color: #eee;
	padding: 10px 20px 20px 0;
	margin-bottom: 20px;
}
.box-var:nth-of-type(1) {
	display: none;
}
.genre ul {
	list-style-type: none;
}
.genre .u1 > li {
	padding-left: 0;
	border: 2px solid #dedede;
}
.genre .u1 > li {
	display: inline-block;
	vertical-align: top;
}
.genre .u1 > li + li {
	margin-left: 20px;
	margin-bottom: 20px;
}
.genre .u1 > li > label {
	background-color: #dedede;
	padding: 10px;
}
.genre label {
	margin-bottom: 0;
}
.genre .u2 {
	padding-left: 20px;
}
.genre .u2 li {
	margin: 10px 0;
}

.mediaImage,
.mediaVideo {
	display: none;
}
/* video
==========================================*/
.vimeo1 {
	width: 605px;
	height: 340px;
	margin-bottom: 20px;
}
.vimeo1 iframe {
	width: 605px;
	height: 340px;
}
/* vimeo from www common.css */
.vimeo1 iframe {
	width: 100%;
	height: 100%;
}
.vimeo1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vimeo1.play a {
	display: none;
}
.vimeo1.play svg {
	display: none;
}
.vimeo1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.vimeo1 svg {
	fill: #fff;
	position: absolute;
	pointer-events: none;
	z-index: 10;
	width: 200px;
	height: 200px;
	transition: transform .6s;
}
.modePC .vimeo1 svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.modeSP .vimeo1 svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.modeSP .box02 .vimeo1 svg {
	margin-top: -60px;
}
.vimeo1 a:hover ~ svg {
	transform: scale(.8);
}
.svgs {
	display: none;
}

/* login
==========================================*/
#login nav {
	display: none !important;
}
.login-error {
	color: #f00;
}
/* form
==========================================*/
.JS-lenErr.JS-lenShow {
	color: #f00;
}
.link-preview {
	margin-right: 20px;
}
