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

/*-- ↓PC版表示CSS↓  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


.pc_br{
    display: inline-block;
  }

.sp_br{
    display: none;
  }
/*-- ↑PC版表示CSS↑  --*/

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
    
ul#newsList{
	margin:0px 0 0px 0;
	padding:0;
}
    
/* 元状態
ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/


ul#newsList li{
  font-size     : 16px;                 /* 文字サイズ           */
  text-align    : left;                 /* 文字位置             */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 700px;                /* BOXの最大幅          */
  color         : #422b26;              /* 文字色               */
  margin: 5px 0px 15px 5px;
  padding: 0px;
  list-style: none;
  display: list-item;

}
    
/* 元状態
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}
*/
    
ul#newsList a{
    color:#0000ee;
    text-decoration:underline;
    }
ul#newsList a:hover{
    color:#039;
    text-decoration:none;
    }

.up_ymd{
    font-size:16px;
	line-height:100%;
}
    
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:14px;
	line-height:100%;
	margin:0 5px 5px 0;
}
.newMark{
	display:inline-block;
	border:1px solid #ff0000;
	padding:2px 4px;
	font-size:12px;
	line-height:100%;
	background:#ff0000;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}


/* お悔みページ　マーク色変更　ここから \*/
.newMark_condolences{
	display:inline-block;
	border:1px solid #655595;
	padding:2px 4px;
	font-size:12px;
	line-height:100%;
	background:#655595;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
/* お悔みページ　マーク色変更　ここまで \*/


.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:600px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */


/* -- responsive ------------------------------------------- */
/* 500変更pixel start */
@media screen and ( max-width: 500px ) {

/*-- ↓スマホ版表示CSS↓  --*/
    .pc_area{
    display:none;
  }
    .sp_area{
    display:block;
  }
/*-- ↑スマホ版表示CSS↑  --*/
    
    

.pc_br{
    display: none;
  }
.sp_br {
        display: inline-block;
    }

}

    


/* 500pixel end */    
