@charset "UTF-8";
/*==============================================================
	news-idv
==============================================================*/
#news-idv {
  overflow: hidden;
  padding: 10px 10px 0;
  background: url("../../../images/spn/temporary/cmn_head_line.png") repeat-x 0 0;
}
#news-idv .ttl-main {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
  padding: 5px;
  border: 1px solid #C8D6E9;
  border-bottom: 0;
  background: #E5EFFC;
}
#news-idv .ttl-main span {
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
#news-idv article {
  font-size: 16px;
  line-height: 1.6;
}
#news-idv article #acl-header {
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #C8D6E9;
}
#news-idv article #acl-header img {
  float: right;
  width: 60px;
  margin: 0 0 5px 5px;
}
#news-idv article #acl-header h1 {
  padding-top: 2px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#news-idv article #acl-header h1 .ico-cmt {
  display: inline-block;
  margin-left: 8px;
  padding-top: 0;
  text-indent: 0;
}
#news-idv article #acl-header h1 .ico-cmt a {
  color: #666;
  font-weight: bold;
  font-size: 11px;
}
#news-idv article .summary {
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	margin: 10px 0 15px;
	padding: 10px 20px;
	color: #444;
	font-size: 14px;
}
#news-idv article a {
  display: inline;
}
#news-idv article img {
  width: 100%;
  height: auto;
}
#news-idv article blockquote {
  border-left: 5px solid #666;
  margin: 10px 0 10px 5px;
  padding: 2px 5px;
  color: #666;
}
#news-idv .acl-scl-btm {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  margin: 10px 0;
}
#news-idv .acl-scl-btm li {
  padding: 0 5px 0 0;
}
.writer-profile {
	padding: 10px;
	background: #e5effc;
	border: 1px solid #c8d6e9;
	font-size: 12px;
	
}
.writer-profile h3 {
	margin-bottom: 5px;
	font-weight: bold;
}


/*==============================================================
	article-comment
==============================================================*/
#article-comment {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 3px solid #999;
  background: #fff;
}
#article-comment h2 {
  height: 25px;
  padding: 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
#article-comment h2 .shortcut {
  position: absolute;
  right: 5px;
  top: 2px;
}
#article-comment h2 .shortcut a {
  padding: 0 10px;
  background: #666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #333;
  color: #fff;
  font-size: 13px;
}
#article-comment article {
  padding: 5px;
  border-top: 1px solid #ddd;
}
#article-comment article a {
  color: #666;
}
#article-comment article .cmt-head {
  margin-bottom: 8px;
  font-weight: bold;
}
#article-comment article .cmt-head span {
  margin-left: 5px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
#article-comment article .cmt-date {
  margin-top: 8px;
  color: #666;
  font-size: 11px;
  text-align: right;
}
#cmt-form {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
#cmt-form h2 {
	height: auto;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
#cmt-form select,
#cmt-form input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  box-sizing: -webkit-border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 1.6;
  -webkit-appearance: none;
}
#cmt-form select {
  margin-bottom: 2px;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#cmt-form textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
}
#cmt-form input[type="submit"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100%;
  padding: 8px 0;
  background: #6c9889;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 10px;
  -webkit-appearance: none;
}
#article-comment #tab-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#article-comment #tab-area #tab ul {
  position: relative;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  margin: 5px 0 0;
  border-bottom: 1px solid #000;
}
#article-comment #tab-area #tab li {
  position: relative;
  bottom: -1px;
  margin: 0 5px;
  padding: 8px 3px;
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  background: #111;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border: 1px solid #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
#article-comment #tab-area #tab li span {
  margin-left: 5px;
  font-size: 11px;
}
#article-comment #tab-area #tab li:last-child {
  margin-left: 0;
}
#article-comment #tab-area #tab .current {
  background: #ddd;
  border-bottom: 2px solid #ddd;
  color: #000;
}
#article-comment #tab-area #tab .current:before {
  position: absolute;
  display: block;
  top: 2px;
  height: 2px;
  border-bottom: 2px solid #f00;
  content: "";
}
#article-comment #tab-area .hide {
  display: none;
}
#article-comment #tab-area .tab-cnt h3 {
  padding: 5px;
  background: #ddd;
  font-weight: bold;
  text-align: center;
}

/*==============================================================
	news-ranking
==============================================================*/
#news-ranking {
  margin: 10px;
  background: #f3f3f3;
  border: 1px solid #ddd;
}
#news-ranking h2 {
  height: 25px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
#news-ranking li {
  border-bottom: 1px solid #ddd;
}
#news-ranking li p {
  clear: both;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
  text-align: right;
}
#news-ranking li p span {
  color: #b90;
  font-size: 14px;
  font-weight: bold;
}
#news-ranking a {
  padding: 10px;
  color: #000;
}
#news-ranking a img {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0 0 5px 5px;
}

/*==============================================================
	news-list
==============================================================*/
#acl-list {
  margin: 0 10px 15px;
  background: #f3f3f3;
  border: 1px solid #ddd;
}
#acl-list article a {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
#acl-list article a p {
  margin: 10px 0;
  color: #000;
  font-size: 13px;
}
#acl-list article img {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0 0 5px 5px;
}
#acl-list article ul {
  clear: both;
  margin-top: 5px;
  text-align: right;
}
#acl-list article li {
  display: inline;
  margin-left: 10px;
  color: #666;
  font-size: 11px;
}
#acl-list h2 {
  position: relative;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
#acl-list h2 a {
  padding: 0 5px;
}
#acl-list h2 a:after {
  position: absolute;
  right: 5px;
  top: 14px;
  height: 18px;
  padding: 2px 20px 0 0;
  background: url("../../../images/2013/spn/ico_arw_blk.png") no-repeat right center;
  background-size: 18px 18px;
  font-size: 13px;
  font-weight: normal;
  content: "";
}
#acl-list h2 span {
  padding: 0 5px;
}
#acl-list a {
  color: #000;
}
#acl-list .ad {
  margin: 0 -10px;
  padding: 0;
}
#acl-list .ad a {
  margin: 0 auto;
}