.user-default-login>.col-lg-offset-2 {
	display: none;
}

html {
	min-height: 100%;
}

body {
	min-height: 100vh;
	font-family: Meiryo, "Microsoft JhengHei", "Microsoft yahei" !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.container {
	padding: 5px;
	overflow: hidden;
}

a:hover {
	text-decoration: none !important;
}

h5 a:visited {
	color: red;
}

u {
	font-weight: bold;
}

em {
	color: #800000;
	display: block;
	padding-left: 5px;
	border-left: 3px solid #800000;
}

small {
	display: block;
	text-align: center;
	color: gray;
}

small::before {
	content: "";
}

p {
	margin-bottom: 0.8em;
}

/* MAIN */
.navbar-brand {
	margin-left: -15px;
}

.well h3 {
	margin-top: 0px;
}

.logo {
	text-align: center;
	margin: 30px 0;
	font-size: 70px;
	font-family: DFKai-sb;
}

.logo img {
	max-width: 100%;
}

.logo a {
	text-decoration: none;
}

.member .container {
	max-width: 1000px;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
	overflow: hidden;
}

#node-content {
	margin: 12px 0 0;
	font-size: 17px;
	color: #555;
	line-height: 1.5em;
}

#node-content img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

#node-content h1 {
	padding: 5px 10px;
	border-left: 8px solid blue;
	font-weight: bold;
}

#node-content h2 {
	padding: 5px 10px;
	border-left: 8px solid #33CCCC;
	font-weight: bold;
}

#node-content a {
	text-decoration: underline;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	font-size: 16px !important;
	color: gray !important;
	font-style: italic;
	line-height: 1.8em;
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.adsDiv {
	margin: 3px 0;
	padding: 3px 0;
	text-align: center;
}

.center {
	text-align: center;
}

.wrap>.container {
	padding: 0px 5px 20px;
}

.footer {
	border-top: 1px solid #ddd;
	padding: 50px 0;
}

.website-name {
	font-size: 400%;
	font-family: DFKai-sb;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 66%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	clear: both;
}

.videoWrapper iframe, .videoWrapper embed, .videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
}

.block {
	border-bottom: 0px;
	margin-bottom: 20px;
	color: #000;
	box-shadow: 1px 1px 5px #888888;
}

.block img {
	max-width: 100%;
}

.block:hover {
	box-shadow: 1px 1px 5px #444;
}

.block-header {
	background-color: #f8f8f8;
}

.block-inner {
	padding: 5px 0;
}

.block-inner2 {
	padding: 8px;
}

.block-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.block-title {
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	font-size: 16px;
	padding: 5px;
}

.parent-link {
	font-weight: bold;
}

.child-link {
	display: inline-block;
	width: 90px;
	padding: 5px 8px;
}

.node-label {
	border-left: 3px solid #DD4814;
	padding: 3px 8px;
	margin: 20px 0 5px 0;
	font-size: large;
}

.node-stats {
	color: #888;
	margin-bottom: 10px;
}

.node-stats div {
	display: inline-block;
	margin-right: 20px;
}

.margin-auto {
	margin: auto;
}

.bottom-10 {
	margin-bottom: 10px;
}

.title {
	margin-top: 0;
	line-height: 1.1em;
}

h1.title {
	line-height: 1.5em;
	font-size: 1.5em;
}

.title a {
	color: black !important;
	line-height: 1.5em;
}

.fb-comments, .fb-comments span, .fb-comments iframe {
	width: 100% !important;
}

@media ( max-width : 600px) {
	.fullwidth {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
}

.meta {
	color: #888;
	font-size: 90%;
}

.adsTipDiv {
	background-color: #fff;
	padding-bottom: 10px;
}

.adsTip {
	display: block;
	text-align: center;
	color: #888;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
}

.figure {
	display: block !important;
}

@media ( max-width : 600px) {
	.adsTip {
		
	}
	.figure, .img-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}
	h4.media-heading {
		font-size: 1em;
		max-height: 4.5em;
		line-height: 1.5em;
		overflow: hidden;
		line-height: 1.5em;
	}
}

.margin-auto {
	margin: auto;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.menu {
	margin-right: 0px !important
}

.snippet {
	margin: 10px 0;
}

.snippet .meta {
	color: #888;
	font-size: 1.2rem;
}

.alert-fatal {
	background: #a00 !important;
	color: #fff !important;
}

.alert-fatal a {
	color: #fff !important;
}

.cover {
	position: relative;
	overflow: hidden;
}

.cover .mask {
	padding-top: 56.25%;
}

.cover img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.center {
	text-align: center;
}

.video {
	background: black;
}

#node-pre {
	padding: 15px !important;
	font-size: 24px !important;
	line-height: 2em;
	color: #000 !important;
	background-color: #fff !important;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 5px dashed #888;
}

.breadcrumb {
	margin-bottom: 10px !important;
}

.btn-list .btn {
	margin: 1px;
}

.avatar {
	border-radius: 100%;
	width: 48px;
	height: 48px;
}

.media-duration {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ddd;
	padding: 0px 5px;
	font-size: 80%;
}

.media-category {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: rgba(138, 43, 226, 0.5);
	/* background-color: rgba(0, 0, 0, 0.5); */
	color: #ddd;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 80%;
	color: #ddd;
}

.thirdPartyRoot {
	margin: auto;
}

.adnwMRectRoot {
	margin: auto;
}

#categories li {
	background: #f3f3f3;
	border-radius: 4px;
	margin-bottom: 10px;
	display: inline-block;
	float: none;
}

@media ( max-width :600px) {
	#categories li {
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 4px;
	}
	#categories a {
		padding: 4px 8px;
		border-radius: 0;
	}
	h5 a {
		font-size: 16px;
	}
}

#categories ul {
	text-align: center;
}

#category a {
	font-weight: bold;
	font-size: 150%;
}

a {
	color: black;
}

@media ( min-width : 800px) {
	.row-list .media-left img {
		width: 300px;
	}
}

footer ul li:first-of-type {
	font-size: 2em;
	margin-bottom: 10px;
	color: black;
}

.help-block {
	color: red;
}

.tag, tag1, tag2, tag3, tag4 {
	display: none;
}