@charset "UTF-8";

/************************************************************
COLUMN PARTS
************************************************************/

/***************************HEADDING*/

h1.column {
	position: relative;
	margin-top: 20px;
	padding: 7px 0;
	border-radius: 10px;
	background: #ffc080;
	color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

h2.column {
	position: relative;
	margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

/************************************************************
COLUMN NAVIGATION
************************************************************/

.column_nav {
	margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.column_nav a .fa {
	color: #0000ff;
}

/************************************************************
COLUMN LIST CONTENTS
************************************************************/

.column_list {
  list-style: none;
  margin-top: 8px;
  border-top: 1px solid #999999;
}

.column_item {
  padding: 6px 0;
  border-bottom: 1px dotted #999999;
  font-size: 0;
  line-height: 0;
}

.column_date {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 120px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

.column_date .new {
	display: none;
}

 .column_date .new .new_mark {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.column_title {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: calc(100% - 120px);
  vertical-align: top;
}

.column_title a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

/* ---------------TB/SP */

@media screen and (max-width: 640px) {

.column_wrap {
  display: block;
  width: 100%;
  margin-right: 0;
}

.column_date {
  display: block;
}

.column_title {
  display: block;
  width: 100%;
}

}


/************************************************************
COLUMN DETAIL CONTENTS
************************************************************/

.column_date {
  font-size: 14px;
  line-height: 1.5;
}

.column_date .new {
	display: none;
}

.column_date .new .new_mark {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.column_body {
	padding-top: 10px;
	border-top: 1px solid #999999;
  font-size: 14px;
  line-height: 1.5;
}

/* ---------------TB/SP */

@media screen and (max-width: 640px) {

.column_body img {
	max-width: 100%;
	height: auto;
}

}

/************************************************************
COLUMN DETAIL FOR MT
************************************************************/

p {
	min-height: 1.5em;
}

.column_body strong {
	font-weight: bold;
}

.column_body em {
	font-style: italic;
}

.column_body del {
	text-decoration: line-through;
}

.column_body blockquote {
	margin: 10px;
	padding-left: 1em;
	border-left: 3px solid #999999;
}

.column_body blockquote p {
	color: #666666;
}

.column_body ul {
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 2em;
}

.column_body ul li {
}

.column_body ol {
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 2em;
}

.column_body ol li {
}

.column_body h6 {
	margin-bottom: 15px;
  font-size: 14px;
	font-weight: bold;
}

.column_body h5 {
	margin-bottom: 15px;
  font-size: 16px;
	font-weight: bold;
}

.column_body h4 {
	margin-bottom: 15px;
  font-size: 18px;
	font-weight: bold;
}

.column_body h3 {
	margin-bottom: 15px;
  font-size: 20px;
	font-weight: bold;
}

.column_body h2 {
	margin-bottom: 15px;
  font-size: 22px;
	font-weight: bold;
}

.column_body h1 {
	margin-bottom: 15px;
  font-size: 24px;
	font-weight: bold;
}

.column_body pre {
	margin-bottom: 15px;
	padding: 15px;
	white-space: pre;
	background: #dddddd;
}
