/*===========================================================

  	ログイン     
    
============================================================*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
header.ol {
	position:relative;
	background:#222;
	text-align:left;
	padding:0 150px 0 0 !important;
	min-height:52px !important;
}
/* clearfix */
header.ol:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

	body header.ol .app {
		padding: 15px 0;
		line-height: 20px;
		font-size: 18px;
	}
		body header.ol .app a {
			padding: 0;
			/*
			text-decoration: underline;
			*/
		}
header .login_user {
	display: block;
	float: right;
	margin:0;
	color: #B7B6B2;
	padding:0;
}
	header .login_user li {
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
	}
		header .login_user p {
			margin: 0;
		}
			header .login_user li button {
				display: inline-block;
				line-height: 20px;
				padding: 15px;

				border: none;
				background: none;
				font: inherit;
				color: #B7B6B2;
				cursor: pointer;
				transition: 0.5s;
			}
			header .login_user li button:hover {
				color: #FFF;
			}
			header .login_user li .dropdown-menu {
				display: none;
				position: absolute;
				top: 100%;
				right: 0;
				z-index: 1000;
				padding: 5px 0;
				border: 1px solid rgba(0,0,0,.15);
				border-radius: 0 0 4px 4px;
				background-color: #FFF;
				box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
				header .login_user li .dropdown-menu a {
					display: block;
					padding: 3px 20px;
					clear: both;
					font-weight: 400;
					line-height: 1.42857143;
					color: #333;
					white-space: nowrap;
				}
				header .login_user li .dropdown-menu a:focus,
				header .login_user li .dropdown-menu a:hover {
					color:#262626;
					text-decoration:none;
					background-color:#f5f5f5
				}
			header .login_user li button.menu_open {
				background: #000;
				color: #FFF;
			}
			header .login_user li button.menu_open + .dropdown-menu {
				display: block;
			}

.umode {
	position:absolute;
	top:15px;
	right:11px;
	color:#d9d9d9;
	padding:0 0.48em;
	font-size:0.88em;
	border:1px solid #d9d9d9;
	border-radius:3px;
}

.form_login {
	background:#fefdf0;
	display: block;
	max-width:670px;
	width:92%;
	margin: 4em auto;
	padding:8px 13px 16px 13px;
	text-align: center;
	border:1px solid #b9b9b9;
	border-radius:2px;
}
	.form_login p {
		padding:0 2em;
		text-align:left;
	}
	.form_login div {
		max-width:290px;
		margin:0 auto; 
		text-align:left;
	}
	.form_login label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: 700;
	}
		.form_login .label-danger {
			display: inline;
			line-height: 1;
			padding: .2em .6em .3em;
			background-color: #d9534f;
			color: #fff;
			text-align: center;
			vertical-align: baseline;
			border-radius: .25em;
			font-size: 75%;
			font-weight: 700;
			white-space: nowrap;
		}
		.form_login input[type="text"],
		.form_login input[type="email"],
		.form_login input[type="password"] {
			display: block;
			line-height: 1.42857143;
			box-sizing: border-box;
			width: 100%;
			height: 34px;
			margin: 5px 0;
			padding: 6px 12px;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			color: #555;
			font-size: 14px;
			-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
			-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
			transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
			transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
			transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		}
		.form_login input[type="text"]:focus,
		.form_login input[type="email"]:focus,
		.form_login input[type="password"]:focus {
			border-color:#66afe9;
			outline:0;
			box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
		}
	.btn_login {
		display: inline-block;
		line-height: 1.42857143;
		padding: 6px 12px;
		border: 1px solid transparent;
		border-color: #2E6DA4;
		border-radius: 4px;
		background-color: #337AB7;
		font: inherit;
		color: #FFF;
		font-weight: 400;
		white-space: nowrap;
		text-align: center;
		cursor: pointer;
	}


.intro_cont {
	max-width:690px;
	margin:0 auto 2.9em auto;
	text-align:left;
	border:1px solid #a9a9a9;
	padding:0.8em 1.5em;
}
.intro_cont p {
	text-align:left;
}

.aft_cont {
	max-width:710px;
	margin:2.5em auto 2em auto;
	text-align:left;
	padding:0.8em 1.5em;
}
.aft_cont p {
	font-size:1em !important;
	text-align:left;
}















