@charset "utf-8";

/* CSSでレスポンシブ対応 */


@media screen and (max-width:764px) {
	
	/* 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; }



	
/* Nemo　日付 */
.up_ymd {
	margin-bottom: 80px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.title{
	display: block;
	color: #000;
	}
ul#newsList{
	margin: 0px;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Nemo　区切り線 */

ul#newsList li{
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	list-style-type: none;
	margin-top: 18;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
}


/* Nemo　Newマーク */

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 7px;
	font-size:13px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}

/* Nemo サムネイル */

.thumbNailWrap{
	overflow: hidden;
	width: 250px;
	height: autox;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Nemo コメント */
.comment{
	float: left;
	overflow: hidden;
	width: 93%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	margin-bottom: 40px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 25px;
}

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

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

.overPagerPattern{
	padding:0 4px ;	
}

/* /Pager style */

}






@media screen and (min-width:765px) {
	
	/* 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; }



	
/* Nemo　日付 */
.up_ymd {
	margin-bottom: 80px;
	padding-bottom: 20px;
}
#title{
	display: block;
	}
ul#newsList{
	margin: 0px;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
}

/* Nemo　区切り線 */

ul#newsList li{
	color: #666;
	font-size: 17px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	list-style-type: none;
	margin-top: 18;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


/* Nemo　Newマーク */

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 7px;
	font-size:13px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}

/* Nemo サムネイル */

.thumbNailWrap{
	overflow: hidden;
	width: 250px;
	height: autox;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;	
}

/* Nemo コメント */
.comment{
	float: left;
	overflow: hidden;
	width: 675px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	margin-bottom: 40px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 30px;
	margin-top: 25px;
}

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

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

.overPagerPattern{
	padding:0 4px ;	
}

/* /Pager style */

}
