@CHARSET "UTF-8";
.col-md-3 {
    width: 50%;
}
.input_login {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.login_form{
   margin: 20px auto;
   float:none;
}
.form-group{
    width: 100%;
    margin-bottom:10px;
}
div.forget_pass{
    font-size:10px;
    margin-bottom:20px;
    text-align:right;
    margin-right:80px;

}
div.forget_pass a{
	text-decoration: underline;
}
div.actions{
	text-align:center;
}
div.actions input.btn-lg{
	background-color:#FF0000;
	border: none;
    //width: 25%;
    margin:0px auto;
	padding:10px 30px;
	border-radius: 4px;
	color:#FFFFFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	cursor:pointer;
}
div.actions input.btn-lg:hover{
	-webkit-box-shadow: 0px 0px 10px #FF0000;
	-moz-box-shadow: 0px 0px 10px #FF0000;
	box-shadow: 0px 0px 10px #FF0000;

}
span.control-label{
	color:#FF0000;
	font-weight:bold;
}
div.error{
	color:#FF0000;
}
div.login_error,
div.pass_error{
	display:inline-block;
	margin-left:5px;
}

article {
	display: inline-block;
	width: 24%;
}

.img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.title {
	width: 100%;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	color: #000000;
}

.l-ekinavi-content {
	display: flex;
	gap:10px;
	justify-content: space-between;
}

.box--eki .type {
	background: #4eaf7e;
}

.box--eki .cate {
	color: #4eaf7e;
}

.article-bottom {
	display: flex;
	align-items: center;
}

.box .type {
	display: block;
	font-weight: 600;
	font-size: 9px;
	margin-right: 5px;
	color: #FFF;
	padding: 2px 4px;
	line-height: 1;
}

.box--girl .type {
	background: #E84376;
}

.box--girl .cate {
	color: #E84376;
}
.box .cate {
	font-weight: 600;
	font-size: 9px;
	padding-right: 4px;
}

.box .date {
	font-size: 10px;
	border-left: 1px solid #444343;
	padding-left: 5px;
}

.top-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.left-image {
	max-width: 100px;
}

.right-link {
	font-size: 15px;
}
