@charset "utf-8";

#news-todayboda-wrapper {
	margin:0 auto;
	clear: both;
	position:relative;
	width: 100%;
	max-width: 1000px;
}
div#misc {
	zoom: 1;
}
div#misc:after {
	display: block;
	content: "";
	clear: both;
}
a.admin-board {
	background: url('./images/news-icons.png') no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
a.admin-board span {
	display: none;
}
a.trash-board {
	background: url('./images/news-icons.png') no-repeat;
	background-position: -40px -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
a.trash-board span {
	display: none;
}
.button-board {
	display: inline-block;
	border-radius: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 6px;
	padding: 0.6rem;
	color: #fff;
	background: #a7a7a7;
	cursor:pointer;
}
.button-board:hover {
	background: #4d4d4d;
}

div#misc form {
	float: right;
}
.todayboda-nav {
	padding-top: 50px;
}

#news-todayboda-wrapper section#article-featured-list {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
}
#news-todayboda-wrapper section#article-featured-list article {
	display: inline-block;
	width: 49%;
	text-align; center;
	vertical-align: top;
	padding-top: 2%;
	padding-bottom: 5%;
}
#news-todayboda-wrapper section#article-featured-list article div.featured {
	width: 90%;
	margin: 0 auto;
	text-align: justify;
}
#news-todayboda-wrapper section#article-featured-list article div.featured div.todayboda-category {
	font-size: 0.8em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	padding-bottom: 18px;
}
#news-todayboda-wrapper section#article-featured-list article div.featured div.todayboda-category .news-todayboda-ho {
	color: #050505;
}
#news-todayboda-wrapper section#article-featured-list article div.featured div.todayboda-category .news-todayboda-category {
	color: #43BFA3;
}
#news-todayboda-wrapper section#article-featured-list article div.featured h3 {
}
#news-todayboda-wrapper section#article-featured-list article div.featured h3 a {
	font-size: 1.3em;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	/*letter-spacing: -0.05em;*/
}
#news-todayboda-wrapper section#article-featured-list article div.featured h3 a:hover {
	color: #45C0AE;
}
#news-todayboda-wrapper section#article-featured-list article div.featured h4 {
	margin-top: 10px;
	font-weight: bold;
	color: #666;
	font-size: 1.0rem;
	/*letter-spacing: -0.05em;*/
	text-align: left;
	padding-left: 15px;
	border-left: 7px solid #45C0AE;
}
#news-todayboda-wrapper section#article-featured-list article div.featured p.summary {
	padding-top: 30px;
	line-height: 1.7em;
	font-size: 0.85em;
	/*letter-spacing: -0.05em;*/
	color: #444;
}
#news-todayboda-wrapper section#article-featured-list article div.featured div.name {
	padding-top: 10px;
	text-align: right;
	color: #666;
	font-size: 0.8em;
}

#news-todayboda-wrapper section#article-list {
	padding-bottom: 40px;
}
#news-todayboda-wrapper section#article-list:after {
	clear:both;
	content: ' ';
	display:block;
}
#news-todayboda-wrapper section#article-list article {
	position: relative;
	*zoom:1;
	border-top: 1px solid #818181;
	padding: 37px 55px;
}
#news-todayboda-wrapper section#article-list article:after {
	clear:both;
	content: ' ';
	display:block;
}
#news-todayboda-wrapper section#article-list article:hover {
	background: #f8f8f8;
}
#news-todayboda-wrapper section#article-list article .news-todayboda-issue {
	float: right;
	width: 140px;
}
#news-todayboda-wrapper section#article-list article .issue-number input[type="checkbox"] {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
}
#news-todayboda-wrapper section#article-list article .issue-number {
	float: left;
	font-size: 13px;
	padding: 6px 0 6px 30px;
	background: url('/2013/images/images.png') no-repeat;
	overflow: hidden;
	background-position: -400px -98px;
}
#news-todayboda-wrapper section#article-list article h3 {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	vertical-align: top;
}
#news-todayboda-wrapper section#article-list article h3 div.todayboda-category {
	padding-right: 5.4%;
	display: inline-block;
}
#news-todayboda-wrapper section#article-list article h3 span.news-todayboda-ho {
/*	display: inline-block; */
	color: #050505;
	font-size: 0.8em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
}
#news-todayboda-wrapper section#article-list article h3 span.news-todayboda-category {
/*	display: inline-block; */
	color: #43BFA3;
	font-size: 0.8em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
}
#news-todayboda-wrapper section#article-list article h3 .subject-wrap {
	display: inline-block;
}
#news-todayboda-wrapper section#article-list article h3 a {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	/*letter-spacing: -0.05em;*/
}
#news-todayboda-wrapper section#article-list article h3 a:hover {
	color: #46C1AD;
}
#news-todayboda-wrapper section#article-list article h3 span.name {
	color: #7F7F7F;
	font-size: 0.85em;
	font-weight: normal;
	padding-left: 30px;
}
#news-todayboda-wrapper section#article-list article h4 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
#news-todayboda-wrapper section#article-list article h4 a {
	color: #6d6e71;
	text-decoration: none;
}
#news-todayboda-wrapper section#article-list article .news-todayboda-meta {
	font-size: 10px;
	font-size: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}
#news-todayboda-wrapper section#article-list article .news-todayboda-meta span {
	font-weight: bold;
	color: #002d44;
}
#news-todayboda-wrapper section#article-list article .news-todayboda-meta a {
	color: #b3b3b3;
}

div#pagination-board {
	clear: both;
	padding-bottom: 40px;
}

/* view */
#pdf_print_wrapper {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	height:100%;
}
#pdf_print_wrapper .pdf-wrapper {
	position:relative;
}
#pdf_print_wrapper .pdf-wrapper .close {
	display:inline-block;
	position:absolute;
	z-index:20000;
	right:0;
	top:-16px;
	cursor:pointer;
	background: url('../../../../2013/images/images.png') no-repeat;
	background-position: -496px -998px;
	padding-left: 20px;
}
article#news-todayboda-article {
	background:#fff;
	padding:0;
}
article#news-todayboda-article header {
	padding-top:9px;
	padding-bottom:44px;
}
article#news-todayboda-article header #news-todayboda-thumb {
	color:#002d44;
	*zoom:1
}
article#news-todayboda-article header #news-todayboda-thumb:after {
	clear:both;
	content:' ';
	display:block;
}
article#news-todayboda-article header #news-todayboda-thumb a {
	color:#002d44;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-category {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	list-style: none;
	*zoom: 1;
	color: #666;
	/*letter-spacing: -0.05em;*/
	border-bottom: 1px solid #DDDEDF;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-category:after {
	clear: both;
	content: ' ';
	display: block;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-category li.category2 {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	float: left;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-category li.category1 {
	font-size: 0.85em;
	font-weight: normal;
	float: right;
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached {
	float: left;
	margin-right: 10px;
	font-size: 0.85em;
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached dt,
article#news-todayboda-article header #news-todayboda-thumb dl.attached dd {
	float: left;
	padding-left: 8px;
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached dt {
	color: #a7a7a7;
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached dd {
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached dd.pdf a {
	display: block;
	background: url('images/news-icons.png') no-repeat 0 -235px;
	height: 18px;
	padding-left: 15px;
	width: 1px;
	text-indent: -77em;
}
article#news-todayboda-article header #news-todayboda-thumb dl.attached dd.hwp a:hover {
	color: #0071bc;
}

article#news-todayboda-article header #news-todayboda-thumb span.hit {
	font-size: 0.85em;
}

article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-print {
	float:right;
	font-size: 0.8em;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-print a.view_print {
	display:inline-block;
	text-decoration: none;
}
article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-print a.view_print:before {
	font-family: "FontAwesome";
	content: "\f02f";
	font-size: 20px;
	padding-right: 5px;
}

article#news-todayboda-article header div.news-todayboda-subject {
	margin: 43px 0 36px 0;
	line-height: 1.5em;
}
article#news-todayboda-article header div.news-todayboda-subject h1 {
	color: #000;
	font-weight: bold;
	/*font-size: 2.2rem;*/
	font-size:2.6rem;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	/*letter-spacing: -0.1em;*/
	text-align: left;
}
article#news-todayboda-article header div.news-todayboda-subject h2 {
	font-weight: bold;
	color: #666;
	/*font-size: 1.0rem;*/
	font-size:1.4rem;
	/*letter-spacing: -0.05em;*/
	text-align: left;
	margin-top: 27px;
	padding-left: 15px;
	border-left: 7px solid #45C0AE;
}
article#news-todayboda-article header .news-todayboda-author {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:0.85em;
}
article#news-todayboda-article header .news-todayboda-author li.authors {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.5em;
}
article#news-todayboda-article header .news-todayboda-author span {
}
article#news-todayboda-article header .news-todayboda-author span.role {
	font-weight: bold;
	color: #45C0AE;
}
article#news-todayboda-article header .news-todayboda-author span.author {
	font-weight: bold;
	color: #818285;
}
article#news-todayboda-article header .news-todayboda-author span.organization,
article#news-todayboda-article header .news-todayboda-author span.email {
	color: #A1A1A4;
}
article#news-todayboda-article header .news-todayboda-author span.organization:before {
	content: "_"
}

/* article content */
.cke_editable,
article#news-todayboda-article #news-todayboda-content {
	font-size: 1em;
	color:#231F20;
	line-height:2em;
	text-align:justify;
	/*2017-10-12 added*/
	word-break:break-all;
}
.cke_editable h3,
article#news-todayboda-article #news-todayboda-content h3 {
	font-size: 1.3em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.8);
}
article#news-todayboda-article #news-todayboda-content b {
	font-size:1.6rem;
}
article#news-todayboda-article #news-todayboda-content a {
	color: #4BBFAE;
	padding-bottom: 3px;
	border-bottom: 1px dashed;
}
article#news-todayboda-article blockquote.postscript {
	margin:0 auto;
	margin-top:6px;
	margin-top:0.6rem;
	width:100%;
}
article#news-todayboda-article blockquote.postscript dl {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article#news-todayboda-article blockquote.postscript dl dt {
	color: #231F20;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 15px 0 8px 15px;
	border-bottom: 2px solid #6D6E70;
}
article#news-todayboda-article blockquote.postscript dl dd {
	margin:0;
	padding: 6px 15px 15px 15px;
	color: #406273;
	font-size: 1.0em;
	text-align: justify;
}
article#news-todayboda-article blockquote.postscript dl dd a {
	color: #406273;
}
article#news-todayboda-article blockquote.postscript dl dd a:hover {
	text-decoration:underline;
}

#news-todayboda-article section.footnotes {
	display: none;
}
.footnote-layer {
	position: absolute;
	z-index: 3333;
	left: 0;
	top: 0;
	max-width: 600px;
	padding: 35px 20px;
	margin: 0;
	color: #fff;
	font-size: 0.85em;
	font-style: normal;
	line-height: 1.5em;
	background: #45C0AE;
	border-radius: 5px;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
}
.footnote-layer.collapsed {
	display: none;
}
.footnote-layer.show {
	opacity: 1;
}
.footnote-layer.overflow {
	overflow-y: auto;
}
.footnote-layer span.after {
	position: absolute;
	z-index: 3334;
	right: 42px;
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #45c0ae transparent transparent transparent;
}

article#news-todayboda-article #news-article-meta {
	padding: 80px 0 0 0;
}
article#news-todayboda-article .todayboda-ad {
	background: url('images/bg-tile.jpg') repeat left top;
	margin-bottom: 20px;
}
article#news-todayboda-article .todayboda-ad .inner {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.08em;
	letter-spacing: -0.04em;
}
article#news-todayboda-article .todayboda-ad .inner .todayboda-slogan {
	display: inline-block;
	color: #FFFFFF;
	padding-right: 18px;
}
article#news-todayboda-article .todayboda-ad .inner a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 28px;
	background: #45C0AE;
	text-decoration: none;
	border-radius: 3px;
}
article#news-todayboda-article .news-todayboda-meta {
	width: 100%;
	min-height: 15px;
	margin: 0 0 30px 0;
	font-size: 0.85em;
}
article#news-todayboda-article .news-todayboda-meta dl.terms,
article#news-todayboda-article .news-todayboda-meta dl.tag {
	margin: 0;
	padding: 0 0 0 45px;
	position: relative;
	z-index: 1;
}
article#news-todayboda-article .news-todayboda-meta dl.terms dt,
article#news-todayboda-article .news-todayboda-meta dl.tag dt {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width:45px;
	margin:0;
	padding:0;
	color:#666;
	text-align:left;
	font-weight:bold;
}
article#news-todayboda-article .news-todayboda-meta dl.terms dd,
article#news-todayboda-article .news-todayboda-meta dl.tag dd {
	margin:0;
	padding:0;
	text-align: left;
	line-height: 1.5em;
	color:#939598;
}
article#news-todayboda-article .news-todayboda-meta dd span {
	display: inline-block;
	padding:0 8px 0 0;
	cursor:pointer;
}
article#news-todayboda-article .news-todayboda-meta dd span:hover {
	color:#45C0AE;
}
article#news-todayboda-article .news-todayboda-sns {
	*zoom:1;
	margin-bottom:18px;
}
article#news-todayboda-article .news-todayboda-sns:after {
	clear: both;
	display: block;
	content: ' ';
}
article#news-todayboda-article .news-todayboda-sns ul {
	padding:0;
	margin:0;
	list-style: none;
}
article#news-todayboda-article .news-todayboda-sns ul li {
	float:left;
	margin-right:17px;
}
article#news-todayboda-article .news-todayboda-sns ul li a {
	display:inline-block;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
}
article#news-todayboda-article .news-todayboda-sns ul li a:before {
	font-family: "FontAwesome";
}
article#news-todayboda-article .news-todayboda-sns ul li a span {
	display: none;
}
article#news-todayboda-article .news-todayboda-sns ul li.twitter a:before {
	content: "\f099";
}
article#news-todayboda-article .news-todayboda-sns ul li.fb a:before {
	content: "\f09a";
}

article#news-todayboda-article footer#news-article-footer {
	border-top:2px solid #000;
	padding-top:30px;
}

article#news-todayboda-article dl.relative {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	background: #F1F1F2;
	letter-spacing: -0.05em;
}
article#news-todayboda-article dl.relative dt {
	color: #231F20;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 15px 0 8px 15px;
	border-bottom: 2px solid #6D6E70;
}
article#news-todayboda-article dl.relative dd {
	position: relative;
	z-index: 1;
	margin:0;
	padding: 6px 0 15px 41px;
	color: #406273;
	font-size: 0.85em;
}
article#news-todayboda-article dl.relative dd:before {
	position: absolute;
	z-index: 2;
	left: 14px;
	top: 6px;
	font-family: "FontAwesome";
	content: "\f192";;
	color: #4BBFAD;
}
article#news-todayboda-article dl.relative dd a {
	color: #414141;
	text-decoration: none;
}
article#news-todayboda-article dl.relative dd a:hover {
	color: #0071BC;
	text-decoration:underline;
}
article#news-todayboda-article hr.relative_hr {
	height:5px;
	margin-top:18px;
	margin-bottom:10px;
	border:0;
	width:100%;
	background: url('./images/news-icons.png') repeat-x;
	background-position: 0 -220px;
}
article#news-todayboda-article footer#news-article-footer .license {
	margin:0 0 20px 0;
	padding:0 7px;
}
article#news-todayboda-article footer#news-article-footer .license p {
	margin:0
	padding:24px 9px;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#news-todayboda-wrapper div.controller-board {
	padding-bottom: 20px;
	padding-bottom: 2rem;
	zoom: 1;
}
#news-todayboda-wrapper #news-todayboda-article div.controller-board {
	padding-top:20px;
	padding-top:2rem;
}
#news-todayboda-wrapper div.controller-board:after {
	display: block;
	content: "";
	clear: both;
}
#news-todayboda-wrapper div.write-to-return {
	float: right;
}
#news-todayboda-wrapper a.write-board {
	background: #4d4d4d url('./images/news-icons.png') no-repeat;
	background-position: 0 -80px;
	display: inline-block;
	padding-left: 28px;
	color: #fff;
}
#news-todayboda-wrapper a.write-board:hover {
	background-color: #000;
}

#news-todayboda-article a.list-board {
	text-align:left;
	display:inline-block;
	width:69px;
	height:24px;
	color:#fff;
	padding-left:35px;
	padding-top:3px;
	background: url('/2013/images/images.png') no-repeat;
	background-position:0 -900px;
}
#news-todayboda-article a.list-board:hover {
	background-position:-150px -900px;
}
#news-todayboda-article a.list-board:active {
	background-position:-300px -900px;
}
div#post-comment-board {
	border-top: 1px solid #002d44;
	padding: 20px;
	background: #f8f9fc;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
div#post-comment-board li {
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	zoom: 1;
}
div#post-comment-board li:after {
	display: block;
	content: "";
	clear: both;
}
div#post-comment-board li .comment-writer {
	font-weight: bold;
}
div#post-comment-board li div.date-control {
	float: right;
}
div#post-comment-board .comment-content {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 16px 0;
}
div#post-comment-board .comment-content ul {
	list-style-type: square;
}
div#post-comment-board .comment-content {
	list-style-type: decimal;
}
div#post-comment-board h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
div#post-comment-board textarea {
	display: block;
	width: 97%;
	height: 180px;
	border: 1px solid #b3b3b3;
}
div#post-comment-board input[type="text"],
div#post-comment-board input[type="password"] {
	border: 1px solid #b3b3b3;
}
#comment-delete {
	display: inline-block;
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -20px 0px;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
#comment-modify {
	display: inline-block;
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -40px 0px;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
div#post-comment-board .caution {
	color: #555;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 10px 0;
	padding: 1rem 0;
}
.back-to-top.hasTable {
	right:50px;
}

/* post-write */
#news-todayboda-wrapper.post-write {
}
#news-todayboda-wrapper.post-write h3 {
	font-size:18px;
	font-size:1.8rem;
	padding: 10px 20px;
	background: #fafafa;
	border-top: 2px solid #002d44;
	border-bottom: 1px solid #b3b3b3;
}
#news-todayboda-wrapper.post-write form {
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	padding: 1rem 0 0 0;
}
#news-todayboda-wrapper.post-write form legend {
	color:#ff0000;
	padding:0 20px 10px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #f00;
}
#news-todayboda-wrapper.post-write input,
#news-todayboda-wrapper.post-write textarea {
	border: 1px solid #b3b3b3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	font-size: 0.875rem;
	line-height: 1.5em;
	padding: 2px;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
#news-todayboda-wrapper.post-write input.numeric {
	width:70px;
}
#news-todayboda-wrapper.post-write form fieldset.fields {
	border: 0;
	padding:4px 5px;
	margin:0;
	*zoom:1;
	border-bottom:1px dotted #b3b3b3 
}
#news-todayboda-wrapper.post-write form fieldset.fields:after {
	clear:both;
	content:' ';
	display:block;
}
#news-todayboda-wrapper.post-write form fieldset.item {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#news-todayboda-wrapper.post-write form fieldset.half {
	width:50%;
}
#news-todayboda-wrapper.post-write form fieldset.trisection {
	width:33%;
}
#news-todayboda-wrapper.post-write form fieldset label.label {
	float:left;
	display:block;
	width:80px;
	padding-top:3px;
	font-size: 0.85em;
	font-weight:bold;
}
#news-todayboda-wrapper.post-write form fieldset.essential label.label {
	color:#ff0000;
}
#news-todayboda-wrapper.post-write form fieldset label.label.center {
	text-align:center;
}
#news-todayboda-wrapper.post-write form fieldset div.field_wrap {
	width:100%;
	margin-left:-80px;
	float:left;
}
#news-todayboda-wrapper.post-write form fieldset div.field_content {
	margin-left:80px;
}
#news-todayboda-wrapper.post-write form fieldset p.help {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5;
	color:#0071bc;
}
#news-todayboda-wrapper.post-write form input[name="subject"],
#news-todayboda-wrapper.post-write form input[name="subtitle"] {
	width:100%;
}
input#publish {
	display:none;
}
#news-todayboda-wrapper.post-write form textarea {
	width:100%;
	line-height:1.5;
}
#news-todayboda-wrapper.post-write form textarea[name="summary"] {
	height:120px;
}
#news-todayboda-wrapper.post-write form fieldset.half div.field_content input[type="text"] {
	max-width:100%;
}
#news-todayboda-wrapper.post-write form fieldset.trisection div.field_content input[type="text"] {
	width:100%;
}
#news-todayboda-wrapper.post-write form select#category1,
#news-todayboda-wrapper.post-write form select#category2,
#news-todayboda-wrapper.post-write form select#category3 {
	display:inline-block;
}
#news-todayboda-wrapper.post-write form ul.category_manage {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none; }
	#news-todayboda-wrapper.post-write form ul.category_manage li {
		display:inline-block;
		margin:0;
		padding:0 5px;
	}
	#news-todayboda-wrapper.post-write form ul.category_manage li a {
		background:#000;
		color:#fff;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
#news-todayboda-wrapper.post-write form ul#article-author {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 80px;
}
#news-todayboda-wrapper.post-write form ul#article-author li {
	margin: 0;
	padding: 0;
	*zoom: 1;
}
#news-todayboda-wrapper.post-write form ul#article-author li:after {
	clear: both;
	content: ' ';
	display: block;
}
#news-todayboda-wrapper.post-write form ul#article-author li label.table,
#news-todayboda-wrapper.post-write form ul#article-author li input,
#news-todayboda-wrapper.post-write form ul#article-author li button {
	float: left;
	margin: 2px 2px;
}
#news-todayboda-wrapper.post-write form ul#article-author li label.table {
	background: #efefef;
	color: #000;
	border-radius: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news-todayboda-wrapper.post-write form ul#article-author li label.role,
#news-todayboda-wrapper.post-write form ul#article-author li label.name,
#news-todayboda-wrapper.post-write form ul#article-author li input.role,
#news-todayboda-wrapper.post-write form ul#article-author li input.name {
	width: 15%;
}
#news-todayboda-wrapper.post-write form ul#article-author li label.org,
#news-todayboda-wrapper.post-write form ul#article-author li label.email,
#news-todayboda-wrapper.post-write form ul#article-author li input.org,
#news-todayboda-wrapper.post-write form ul#article-author li input.email {
	width: 25%;
}
#news-todayboda-wrapper.post-write form ul#article-author li label.icon {
	width: 10%;
}
#news-todayboda-wrapper.post-write form ul#article-author li button.icon {
	width: 8%;
}
#news-todayboda-wrapper.post-write form ul.resizable {
	margin:0;
	padding:0;
}
#news-todayboda-wrapper.post-write form ul.resizable li {
	display:inline-block;
	padding:4px 8px;
	background:#fafafa;
	border:1px solid #ccc;
}
#news-todayboda-wrapper.post-write form div.field_content img {
	float:left;
	width:120px;
	margin-right:10px;
}
#news-todayboda-wrapper.post-write form div.image_modify_form {
	margin-left:-130px;
	width:100%;
	float:left;
}
#news-todayboda-wrapper.post-write form div.image_modify_form dl {
	margin:0 0 0 130px;
	padding:0;
	clear:both;
}
#news-todayboda-wrapper.post-write form div.image_modify_form dl dt {
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
	padding:4px 8px;
	background:#fafafa;
	border:1px solid #ccc;
}
#news-todayboda-wrapper.post-write form div.image_modify_form dl dd {
	display:inline-block;
	float:left;
}
#news-todayboda-wrapper.post-write form div.image_modify_form dl dd p.help {
	margin:0;
	padding:0;
}
#news-todayboda-wrapper.post-write form fieldset.button {
	border: 0;
	margin: 10px 0;
	text-align: center;
}
#category_simple_add {
	padding:10px;
}
#category_simple_add h3 {
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
}
#category_simple_add form {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0;
}
#category_simple_add .button {
	display:none;
}
/* post-write2 */
#news-todayboda-wrapper.post-write2 {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0;
}
#news-todayboda-wrapper.post-write2 dt {
	margin:0;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #eee;
	background:#fafafa;
}
#news-todayboda-wrapper.post-write2 dt ul {
	margin:0;
	padding:0;
	list-style:none; }
	#news-todayboda-wrapper.post-write2 dt ul li {
		display:inline-block;
		margin:0 5px 0 0;
		padding:4px 8px;
		font-size:14px;
		font-size:1.4rem;
		border:1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background:#4B4B4B; }
		#news-todayboda-wrapper.post-write2 dt ul li.focus {
			background:#C1272D;
			padding:8px 10px;
			font-weight:bold;
		}
	#news-todayboda-wrapper.post-write2 dt ul li a {
		color:#fff;
		text-decoration:none;
	}
#news-todayboda-wrapper.post-write2 dd {
	margin:10px 0;
	padding:0;
}
#news-todayboda-wrapper.post-write2 dd h4 {
	display:inline-block;
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 5px 0;
	padding:4px 40px 4px 15px;
	background:url('./images/news-icons.png') no-repeat -40px -103px;
	border-bottom:2px solid #4B4B4B;
}
#news-todayboda-wrapper.post-write2 dd ul {
	margin:0;
	padding:0;
	list-style:none;
}
#news-todayboda-wrapper.post-write2 dd ul li {
	*zoom:1;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
#news-todayboda-wrapper.post-write2 dd ul li:after {
	clear:both;
	content:' ';
	display:block;
}
#news-todayboda-wrapper.post-write2 dd ul article {
	margin:0;
	padding:0;
	background:#fff;
}
#news-todayboda-wrapper.post-write2 dd.photo_list img {
	float:left;
	width:120px;
}
#news-todayboda-wrapper.post-write2 dd.photo_list .write2_meta_wrapper {
	float:left;
	margin-left:-130px;
	width:100%;
}
#news-todayboda-wrapper.post-write2 dd.photo_list .write2_meta_wrapper article.write2_meta {
	margin-left:130px;
}
#news-todayboda-wrapper.post-write2 dd ul article h5,
#news-todayboda-wrapper.post-write2 dd ul article p,
#news-todayboda-wrapper.post-write2 dd ul article div.button {
	position:relative;
	display:block;
	margin:0;
	padding:4px 0 0 120px;
	font-size:12px;
	font-size:1.2rem;
	min-height:21px;
}
#news-todayboda-wrapper.post-write2 dd div.button {
	text-align:right;
}
#news-todayboda-wrapper.post-write2 dd div.button a {
	display:inline-block;
	padding:4px 6px 4px 30px;
	color:#fff;
	background-color:#4B4B4B;
	background-image:url('./images/news-icons.png');
	background-repeat:no-repeat;
	background-position:0 -80px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#news-todayboda-wrapper.post-write2 dd ul article h5 span,
#news-todayboda-wrapper.post-write2 dd ul article p span {
	position:absolute;
	z-index:2;
	left:10px;
	top:0;
	margin:0;
	display:block;
	padding:4px 6px;
	min-width:78px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fafafa;
}
#news-todayboda-wrapper.post-write textarea#box_content {
	height:160px;
}

/* delete */
#news-todayboda-wrapper.post-write fieldset.post-delete {
	padding:20px;
	text-align:center;
}

@media screen and (max-width: 768px) {
	article#news-todayboda-article header #news-todayboda-thumb .news-todayboda-print {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#news-todayboda-wrapper section#article-featured-list article {
		width: 100%;;
	}
	article#news-todayboda-article header div.news-todayboda-subject h1 {
		font-size: 1.5rem;
	}
	article#news-todayboda-article #news-todayboda-content {
		line-height: 1.8;
	}
	.footnote-layer {
		max-width: 90%;
	}
}
@media screen and (max-width: 480px) {
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-content th,
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-bookmark,
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-bookmark.bookmark {
		opacity: 0.5;
	}
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-content th:hover,
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-bookmark:hover,
	article#news-todayboda-article footer#news-article-footer #news-todayboda-table-bookmark.bookmark:hover {
		opacity: 1;
	}
}
