@CHARSET "UTF-8";
/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	text-align: center;
	padding: 15px 0;
	margin-top: 70px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

.radioShows .hasDatepicker{
	width: 90px;
	}


div.form,
div.index,
div.view,
div.related{
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}

div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}

}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	font-size: 125%;
	margin-right: 1ex;
	display: inline;
}

.form-inline{
	padding-bottom: 1ex;
}
.form-inline label{
	display: inline;
}
.form-inline .counter{
	display: inline;
}

.form-inline .select{
	display: inline;
}

textarea.form-control  {
	font-size: 140%;
}


textarea, input[type="text"], input[type="password"] {
	width:98%;
	font-size: 140%;

}

input[type=checkbox]{
	width: 20px;
}

.radio label, .checkbox label {
display: block;
}

li{
	list-style-type: none;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

form img{
    max-width: 250px;
    height: auto;
    width:auto;
    max-height: 250px;
}

a.panel-option-open {
    float: left;
    margin-right: 1ex
}


/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/* Menu */
.sub-menu-area li{
	margin-left: 20px;
}

.navigation a{
	display: inline;

}

.navigation p{
	display: inline;
}

p.loginuser{
	text-align: right;
	margin-top: -35px;
	margin-right: 15px;
}

.paging a{
	margin: 5px;
	display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* background-image: none; */
    border: 1px solid;
    border-radius: 4px;
}

/* bootstrap */
.navbar {
	margin-bottom: 0px;
}





h4.action-status{
	float: left;
	margin-right: 15px;
}


.index-area a{
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
}

.list-area a{
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
}


table.broadcastSchedule td{
	padding: 5px;
	min-width: 80px;
	text-align: center;
	font-weight: bold;
}


.reports li.media{
	float:left;
}

.reports .reportPic{
	float:left;
	width: 200px;
}

.reports .media-body{
	float:left;
	width: 500px;
}

.reports .reportListstatusArea{
	float:left;
	width: 60px;
	}

.reports li{
	float: left;
	list-style-type: none;
	}

fieldset.localStationFrequency fieldset:HOVER {
		background-color: lightyellow;
	}

.localStations.index .list-area a{
	width: 250px;
float: left;
	}


.radioShows.index .list-area a{
	display: block;
}


.modal.hide.fade.manual{
	width: 80%;
	margin: -10% 0 0 -40%;
}

.modal.hide.fade.manual .modal-body{
	height: auto;
}

.container-fluid{
	padding: 10px;
}


.index-area{
	float: left;
	width: 100%;
}

.index-area a{
	float: left;
}

.personality-list{
	width: 100px;
}

.media-area{
	margin-bottom: 20px;
}

.btn{
	margin: 5px;
}

.reportContents{
	width: 850px;
	float: left;
}
.reportContents p{
	font-size: 16px;
line-height: 30px;
color: #2c1a10;
}

.reportContents .box_ph{
	float: left;
margin-left: 0px;
margin-right: 30px;
margin-bottom: 0px;
text-align: center;
}

.reportContents h2.sub{
	font-size: 16px;
line-height: 30px;
font-weight: bold;
color: #333;
margin-bottom: 40px;
text-align: center;
}

.counter{
	display: block;
	font-size:1.4em;
	color: #999
}

span.counter.exceeded{
	color: #d40d12;
}
span.counter.warning{
	color: #5c0002;
	font-weight: bold;
}

input[type=file] {
	width: 50%;
    min-width: 150px;
}

.newsHeader{
	float: left;
  	height: 200px;
}

.newsContent{
	  float: left;
  	margin-left: 20px;
}

.newsHeader a{
	pointer-events: none;
}
.newsContent a{
	pointer-events: none;
}

.previewArea a{
	pointer-events: none;
}

a.asc:after {
	color: #23527c;
    content: '▲';
    display: inline;
}

a.desc:after {
	color: #23527c;
    content: '▼';
    display: inline;
}

div.listPic img{
	max-height: 64px;
	max-width: 180px;
}

#header_titlebox h2.notice{
	background: none;
	border: none;
}

#content table{
width:100%;
table-layout: fixed;　　/*追加する*/
}

.localMemberBanners.index td img{
	max-width: 150px
}

.table>tbody>tr>td {
	 word-break: break-all;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    font-weight: bold;
}

#page-top {
    position: fixed;
    top: 88%;
    right: 3%;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10% 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.has-error .form-control {
	background-color: pink;
}

.navs{
	float: left;
    width: 11%;
}
div.form, div.index, div.view, div.related {
	width: 86%;
}

.navs .nav-pills li  {
	display: block;
	width: 100%;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.modalwindow{
	background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 780px;
}

.step_area button{
	color: #000;
}

td .btn{
	white-space: pre-wrap;
}

.pic_canvas{
	max-width: 100%;
	padding: 1ex;
	display: none;
}

.canvas_area{
	display: block;
	padding: 1ex;
	border: solid 2px;
	margin: 1ex;
}
.canvas_area{
	display: none;
}

.user_box hr{
	width: 0%;
    border-width: 0px;
}
.site_name_link{
	color: black;
}

#sousa_btn{
	position: fixed;
    width: 100%;
   top: 10%;
    width: 20px;
    right: 50px;
    z-index: 100;

}

#sousa_btn a{
	    border-color: #2e6da4;
	    color: #2e6da4;
}
@media screen and (max-width: 768px) {
div.form,
div.index,
div.view,
div.related{
	float:none;
	width:100%;
	padding:2%;
	border-left:none;
}

#header{
	padding: 0;
}
#header h1{
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 3px;
	margin-left: 3px;
}
#content{
	padding: 2px 2px;
}
fieldset{
	padding: 2px 0px;
}
#header p.loginuser{
	display: none;

	}


div.actions {
	float:none;
	width:100%;
	padding:2%;
	border-bottom:1px solid #666;
}

#content table{
width:100%;
table-layout: auto;　　/*追加する*/
}

td{
   word-break: break-all;
}

td img{
	max-width: 84px;
	max-height: 84px;
}

.menu_btn_area{
	display: none;
	width: 100%;
}
.btn{
    white-space: normal;
}

.container-fluid{
	padding: 5px;
	padding-left: 20px;
}

.action_btn_area h4{
	display: none;
}

.action_btn_area {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 10000;
	margin: 0;
	margin-left: -2.5%;
}

.action_btn_area .navbar{
	background-color: #afafaf;
	margin: 0;
	padding: 0;
}
.action_btn_area .container-fluid{
	margin: 0;
	padding: 0;
}

body {
  margin-bottom: 100px;
}
}