
/* ############################################################
 * newcss import fix
 *
 * ------
 * 2015.09.26
 * ############################################################ */

/* ==========================================================================

   旧cssページに新cssパーツを置き整合を取るための補正

   ========================================================================== */

/* ==========================================================================
   common
   ========================================================================== */

.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.newcss_fix p {margin:0;}

.newcss_fix .left {float:left;}
.newcss_fix .right {float:right;}
.newcss_fix .clear {clear:both;}

.newcss_fix {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.newcss_fix table td {
	vertical-align: top;
}

.newcss_fix img {
	vertical-align: bottom;
}

/* ==========================================================================
   news
   ========================================================================== */

/* --------------------------------------------
	コラム欄画像
-------------------------------------------- */

.new{
/*border-top: 1px solid #ccc;*/
  margin-top: 10px;
  padding:4px 5px;
}
.new li{
  border-bottom: 1px solid #ccc;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.new li:last-child{
  margin-bottom:0px;
}

.new .new_article{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
/*	border-bottom: 1px solid #ccc;	*/
}
.new .new_article_head{
	cursor: pointer;
}
.new .new_article_head:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.new .new_article_head .newstitle {
	background: url(/common/img/arr01.gif) no-repeat left center;
    padding-left: 15px;
    color: #0044cc;
}
.new .new_article_head:hover .newstitle {
	text-decoration: underline;
}
.new_article_body {
	display: none;
	padding: 16px 0 4px 0;
}
.new_article_close {
	padding: 4px;
	text-align: right;
	color: #0044cc;
}
.new_article_close:hover {
	text-decoration: underline;
}

.new .icon_new {
	margin-left: 3px;
	padding: 1px 4px;
	background: #f60;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	border-radius: 4px;
}

.new .icon_picture {
	margin-left: 3px;
	vertical-align: text-top;
}

.txt_rgt {text-align:right;}

/* ---------------------------------------- */
/* readmore
/* ---------------------------------------- */

p.readmore_type01 {
	margin: 0;
	float: right;
}
p.readmore_type01 a {
	text-decoration: none;
	display: block;
}

p.readmore_type01.mgright {
	margin-right: 200px;
}

/* ---------------------------------------- */
/* pager type2
/* ---------------------------------------- */

.pager_type2 {
}

.pager_type2.pager_left {}
.pager_type2.pager_center { text-align:center; }
.pager_type2.pager_right { text-align:right; }
.pager_type2.pager_border_top {
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

.board_comment_btn_post {
	width: 300px;
	padding: 15px 0 !important;
	background: #0a0 !important;
	border: none !important;
	border-radius: 6px;
	color: #fff;
	font-size: 14px !important;
}
.board_comment_btn_post:hover {
	cursor: pointer;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

