@charset "UTF-8";

.err_flash {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	margin-bottom: 10px;
	padding: 5px 8px;
	text-align:left;
}

.success_flash {
	background-color: #eaf3ff;
	border: 1px solid #1074ae;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	margin-bottom: 10px;
	padding: 5px 8px;
	text-align:left;
}

input[type="text"],
textarea {
	resize: none;
	font-family: sans-serif;
}

.main .boardSect .boardList ul.icon li a.comp {
	background-image: url("../images/yosemile.svg");
}

.inputBlock .inputWrap .accountCandidate .list li {
	display: none;
}

html body.navOpen {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#addAvatar.loading,
.uploadLink a.loading,
a.trimming.loading,
.main .boardSect .more a.loading,
.main .postList .body .col .delete.loading,
.topBlock .deleteLink a.loading,
.submitBtn .btn.loading {
	background: url("../images/loading.gif") no-repeat center center #fff !important;
	color: transparent !important;
	cursor: default;
}

.inputBlock .inputWrap .accountCandidate .list li a {
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0.7142857143em;
	display: block;
}

.topBlock .toTop {
	text-align: center;
	margin-top: 1.4285714286em;
}

.topBlock .toTop a {
	color: #9fc2d4;
	font-weight: bold;
	text-decoration: underline;
}

.checkText .alert {
	color: #e65a46;
	font-size: 0.8571428571em;
	line-height: 1.3333333333;
	text-indent: -1em;
	padding: 0 1em;
	margin-top: 0.4166666667em;
	display: block;
}

.submitBtn .btn.label {
	border: 0 none;
	cursor: auto;
}

.profile .profHead .icon span img {
	max-height: 60px;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none !important;
}

.snsRegist ul li a.ln:before {
	background-image: url("../images/icon_line-bl.svg");
}

.topBlock .boardTitle .text img.icon {
	display: inline;
	vertical-align: middle;
}

.topBlock .boardTitle .title.memo {
	font-size: 1.5714285714em;
}

.main .postList .heading .title {
	text-align: center;
}

.main .postList .heading .urlWrap textarea {
	font-size: 0.8571428571em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: #9fc2d4 1px solid;
	border-radius: 3px;
	outline: none;
	background: #fff;
	font-family: sans-serif;
}

#ytplayer {
	width: 100%;
	height: 360px;
}

.selectRelease .select {
	z-index: 1;
}

.header .logo {
	width: 20.714286em;
	max-width: 290px;
}

.officialAccount a {
	color: #1b689d;
	font-weight: bold;
	text-decoration: underline;
}

.officialAccount a:hover {
	text-decoration: none;
}

.inputBlock.firstBlock.hidden + .inputBlock {
	margin-top: 0;
}

.boadComp .alert {
	color: #e65a46;
	font-size: 0.8571428571em;
	line-height: 1.3333333333;
	text-indent: -1em;
	padding: 0 3.3333333333em 0 1em;
	margin: 0 2.1428571429em;
	margin-top: 0.4166666667em;
}
