@charset "utf-8";
/* CSS Document */

/****** RESET ******/


/****** RESET ******/

/* 共通 */
#navi .community a {
 background-position:0px -18px;
}

#contents .top .bottom .column #btn_area {
	margin-top: 20px;
}
#contents .top .bottom .column #btn_area input {
	margin: 0 5px;
}

#contents .top .bottom .column .title {
	font-size: 18px;
}
#contents .top .bottom .column .title > span {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px dashed #000;
	line-height: 150%;
}

#contents .top .bottom .column #contents-in {
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

#contents .top .bottom .column #contents-main {
	margin-top: 20px;
}

#contents .top .bottom .column #contents-main #tbl th {
	font-weight: bold;
}
#contents .top .bottom .column #contents-main #tbl .w30 {
	width: 30px;
}
#contents .top .bottom .column #contents-main #tbl .w35 {
	width: 35px;
}
#contents .top .bottom .column #contents-main #tbl .w100 {
	width: 100px;
}
#contents .top .bottom .column #contents-main #tbl .w150 {
	width: 150px;
}
#contents .top .bottom .column #contents-main #tbl .w200 {
	width: 200px;
}
#contents .top .bottom .column #contents-main #tbl .w250 {
	width: 250px;
}
#contents .top .bottom .column #contents-main #tbl .w300 {
	width: 300px;
}
#contents .top .bottom .column #contents-main #tbl .w350 {
	width: 350px;
}

#contents .top .bottom .column #contents-main .down:before {
	content: "▼";
}
#contents .top .bottom .column #contents-main .up:before {
	content: "▲";
}

#contents .top .bottom .column #contents-main #result_count {
	margin-bottom: 40px;
}

#contents .top .bottom .column #contents-main #result_count #btnPrev {
	margin-left: 20px;
}
#contents .top .bottom .column #contents-main #result_count #sltPager {
	margin: 0 10px;
}
#contents .top .bottom .column #contents-main #result_count .btnDisable {
	color: #BBBBBB;
}
#contents .top .bottom .column #contents-main #result_count .btnDisable:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #BBBBBB;
	font-size: 12px;
	padding: 5px;
	border: solid #999999 1px;
	text-decoration: none;
}

#contents .top .bottom .column #contents-main #pager {
	padding-top: 20px;
	width: 250px;
	margin: 0 auto;
}
#contents .top .bottom .column #contents-main #pager ul {
	list-style: none;
}
#contents .top .bottom .column #contents-main #pager ul li {
	float: left;
	margin: 10px;
}

#contents .top .bottom .column #contents-main .return {
	display: inline-block;
	margin-top: 5px;
	float: left;
}
#contents .top .bottom .column #contents-main .return:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: bottom;
	background: url(../images/community/back.png) no-repeat center top;
	margin-right: 5px;	
}

.error {
	color: #FF0000;
}
.readonly {
	background-color: #DDDDDD;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #050505;
	font-size: 12px;
	padding: 5px;
	border: solid #999999 1px;
	text-decoration: none;
}
input[type="button"]:focus, input[type="button"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, input[type="reset"]:focus, input[type="reset"]:hover {
	background: #edfff0;
	background-image: -webkit-linear-gradient(top, #edfff0, #bed4bf);
	background-image: -moz-linear-gradient(top, #edfff0, #bed4bf);
	background-image: -ms-linear-gradient(top, #edfff0, #bed4bf);
	background-image: -o-linear-gradient(top, #edfff0, #bed4bf);
	background-image: linear-gradient(to bottom, #edfff0, #bed4bf);
	color: #6e7d6e;
	text-decoration: none;
}



/* community.php */
#search #contents .top .bottom .column #new_erm {
	text-align: right;
	margin-top: 20px;
}
#search #contents .top .bottom .column #contents-in {
	margin: 0 auto;
	margin-top: 50px;
	width: 450px;
}
#search #contents .top .bottom .column #contents-in #err_msg {
	display: none;
	color: #F00;
	font-weight: bold;
}
#search #contents .top .bottom .column #supplement {
	padding-top: 20px;
}

/* notfound.php */

/* community_result.php */
#search_result #contents .top .bottom .column #search {
	display: inline-block;
	float: right;
}
#search_result #contents .top .bottom .column #search:before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/search.png) no-repeat center top;
}
#search_result #contents .top .bottom .column #contents-main #tbl {
	text-align: center;
	margin: 0 auto;
}
#search_result #contents .top .bottom .column #contents-main #tbl tr {
	height: 40px;
	border-bottom: 1px solid #999;
}
#search_result #contents .top .bottom .column #contents-main #tbl tr:last-child {
	border-bottom: 0;
}
#search_result #contents .top .bottom .column #contents-main #tbl th {
	text-align: center;
	-webkit-user-select: none
}
#search_result #contents .top .bottom .column #contents-main #tbl td:nth-child(2) {
	text-align: left;
}
#search_result #contents .top .bottom .column #contents-main #tbl th {
	cursor: pointer;
}

/* word.php, regist.php */
#input #contents .top .bottom .column #contents-main #tbl {
	margin: 20px 0;
}
#input #contents .top .bottom .column #contents-main #tbl tr {
	height: 50px;
	vertical-align: top;
}
#input #contents .top .bottom .column #contents-main #tbl label {
	display: block;
	height: 50px
}
#input #contents .top .bottom .column #contents-main #tbl #definition_area {
	margin-bottom: 10px;
}
#input #contents .top .bottom .column #contents-main #tbl #definition_area textarea {
	width: 100%;
}

/* community_detail.php */
#detail #contents .top .bottom .column #menu {
	position:absolute; 
	top: 43px; 
	right: 50px;
}
#detail #contents .top .bottom .column #menu #login_icon {
	display: inline-block;
	margin-top: 5px;
	float: left;
}
#detail #contents .top .bottom .column #menu #login_icon:before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/login.png) no-repeat center top;
}
#detail #contents .top .bottom .column #menu #logout_icon {
	display: inline-block;
	margin-top: 5px;
	float: left;
	cursor: pointer;
	color: #46ac68;
}
#detail #contents .top .bottom .column #menu #logout_icon:hover {
	color: #95b899;
}
#detail #contents .top .bottom .column #menu #logout_icon:before {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/logout.png) no-repeat center top;
}

#detail #contents .top .bottom .column #contents-main h4 {
	font-size: 24px;
	border-bottom: 1px solid #000;
}

#detail #contents .top .bottom .column #contents-main #glossary_area {
	border-bottom: 1px solid #000;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}

#detail #contents .top .bottom .column #contents-main .result_contents {
	margin: 5px 0;
}
#detail #contents .top .bottom .column #contents-main .result_contents .result_title {
    color: #999;
    width: 90px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
}
#detail #contents .top .bottom .column #contents-main .result_contents .result_detail {
	line-height: normal;
	font-size: 14px;
	margin-left:100px;
}
#detail #contents .top .bottom .column #contents-main .result_contents #definition_detail {
	line-height: 1.5;
}
#detail #contents .top .bottom .column #contents-main .result_contents:first-child .result_detail {
	font-size: 36px;
}

#detail #contents .top .bottom .column #contents-main #pronunciation_area span {
	color: #DDD;
}

#detail #contents .top .bottom .column #contents-main #category_area {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #999;
	color: #FFF;
	border-radius: 5px;
	padding: 5px;
}


#detail #contents .top .bottom .column #contents-main #translation_info {
	margin-top: 20px;
	padding-right: 20px;
}

#detail #contents .top .bottom .column #contents-main #translation_info #tbl {
	border-top: 1px #000 dashed;
	width: 100%;
	font-size: 1.5em;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl th {
	color: #999;
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
	height: 30px;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl td {
	border-bottom: 1px #000 dashed;
	height: 50px;
	padding: 5px 5px 5px 0;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl tr:last-child td {
	border-bottom: 0;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .m_count {
	display: table;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .m_count:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/m_good.png) no-repeat center top;
	margin-right: 5px;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .count {
	display: table;
	cursor: pointer;
	color: #46ac68;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .count:hover {
	color: #95b899;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .count:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/good.png) no-repeat center top;
	margin-right: 5px;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .count:hover:before {
	background: url(../images/community/good2.png) no-repeat center top;
}
#detail #contents .top .bottom .column #contents-main #translation_info #tbl .tooltip {
	width: 150px; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#detail #contents .top .bottom .column #contents-main #add_area {
	height: 40px;
	text-align: right;
	margin-top: 5px;
}


#detail #contents .top .bottom .column #contents-main #comment_area {
	border-bottom: 1px solid #000;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_post {
	margin-top: 10px;
	padding: 5px 20px;
	border: 1px solid #CCC;
	display: none;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_post p {
	padding: 0;
	margin: 5px 0;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment {
	width: 100%;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents {
	border-bottom: 1px dashed #000;
	position: relative;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents:last-child {
	border-bottom: 0;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .post_date {
	color: #999;
	margin-left: 10px;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .chkComment {
	float: right;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment {
	padding: 10px;
	background-color: #DDD;
	border-radius: 5px;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment:before {
	content: "";
	border-bottom: 18px solid #DDD;
	border-right: 24px solid transparent;
	position: absolute;
	top: 18px;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .editlink {
	cursor: pointer;
	color: #46ac68;
	margin-right: 15px;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .editlink:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/edit.png) no-repeat center top;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment .link_edit {
	cursor: pointer;
	color: #46ac68;
	dsiplay: inline-block;
	float: right;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment .link_edit:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/link.png) no-repeat center top;
	margin-right: 5px;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment .comment_editor {
	width: 99%;
	height: 60px;
}
#detail #contents .top .bottom .column #contents-main #comment_area #comment_list .comment_contents .comment .btnUpdate {
	margin: 5px 0 0 800px;
}

#detail #contents .top .bottom .column #contents-main #comment_area #comment_delete {
	margin: 5px 0;
	text-align: right;
}
#detail #contents .top .bottom .column #contents-main #comment_area #load_area {
	border-top: 1px dashed #000;
}
#detail #contents .top .bottom .column #contents-main #comment_area #load {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #DDD;
	text-align: center;
	margin: 10px auto;
	border-radius: 10px;
	color: #46ac68;
	cursor: pointer;
}
#detail #contents .top .bottom .column #contents-main #comment_area .load_img {
	display: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #DDD;
	text-align: center;
	margin: 10px auto;
	border-radius: 10px;
	color: #46ac68;
	background: url(../images/community/load.gif) center center no-repeat #DDD;
}
#detail #contents .top .bottom .column #contents-main #comment_area #load:hover {
	color: #95b899;
}

#detail #contents .top .bottom .column #contents-main #comment_area #post_link {
	color: #46ac68;
	cursor: pointer;
	margin-left: 5px;
}

.opa {
	opacity: 0.3;
}
.loading_s {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    background: url(../images/community/loading.gif) no-repeat left center;
    top: 0px;
}

#link {
	float: right;
	display: table;
}
#link:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/community/link.png) no-repeat center top;
	margin-right: 5px;
}

/* modal */
/* -------------------------- */
#open, #link_open {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
}

#modal .close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 900px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.7;
	z-index: 5;
}

#modal #open .modal_window {
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	height: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	border-radius: 10px;
}
#modal #link_open .modal_window {
	top: 50%;
	left: 40%;
	margin: -150px 0 0 -200px;
	width: 800px;
	height: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	border-radius: 10px;
}

#modal #open .modal_window h2 {
	margin-bottom: 20px;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#modal #link_open .modal_window h2 {
	margin-bottom: 20px;
	width: 800px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#modal .modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}

#modal #open .login_area p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#modal #open .login_area label {
	width: 80px;
	display: inline-block;
	text-align: right;
}
#modal #open .login_area input {
	margin: 10px;
}

#modal #open .login_area .login {
	padding: 1px 0;
	height: 25px;
}
#modal #open #btn_area {
	margin-bottom: 30px;
	margin-top: 20px;
}
#modal #open .login_btn {
	background: url(../images/commun/login.gif) no-repeat;
	border: 0;
	height: 32px;
	text-indent: -9999em;
	width: 64px;
}
#modal #open .login_btn:focus {
	background: url(../images/commun/login_gr.gif) no-repeat;
}

#modal #link_open .link_area {
	padding: 10px 20px;
}
#modal #link_open .link_setting {
	text-align: left;
}
#modal #link_open .link_detail {
	padding: 15px 5px;
}
#modal #link_open .link_detail textarea {
	width: 100%;
	height: 100%;
}
#modal #link_open .btn_area {
	text-align: right;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
@-moz-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

/* control panel */
/* header */


#index #login_area {
	width: 900px;
	text-align: center;
	margin: 12px 0;
}
#index #login_area p {
	font-size: 18px;
	padding: 50px 0;
}
#index #tbl {
	margin: 0 auto 60px auto;
}
#index #tbl th {
	text-align: right;
}
#index #tbl td {
	padding: 10px;
}
#index #tbl tr {
	height: 50px;
}


