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

2020-8-20
ATELIER88% STUDIO
 
===================================================== */

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

/* 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; }

@font-face { /*chrome*/
  font-family: 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic;
  font-weight: 400;
}
body {
	margin: 0;
	padding: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 140%;
    color: #555;
    font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
}
ul#newsList{
	margin:-5px 0 0;
	padding:0;
}
ul#newsList li{
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.detailText {
	display:block;
	padding:3px 0 0 6.5em;
	overflow:hidden;
	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	text-align: justify;
	text-justify:inter-ideograph;
	box-sizing: border-box;
}
.detailUpfile {
	padding:3px 0 0 6.5em;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:calc(100% - 6.5em);/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	text-align: justify;
	text-justify:inter-ideograph;
}
.thumbNailWrap{
	display:block;
	width:6.5em;
	float:left;
	height:80px;
	overflow:hidden;
}

/* ===========================================
	スマホ系 0 - 768
=========================================== */
@media screen and (max-width:480px) {
	
body {
	line-height: 130%;
	font-size: 90%;
	-webkit-text-size-adjust: 100%; /*文字の大きさが自動で調整OFF*/
	word-break:break-all;
}
.up_ymd {
	display:block;
}
.title {
	font-weight: bold;
}
.detailText,
.detailUpfile {
	padding:3px 0;
}
	
	
	
	
/* 削除しないこと
===================================================== */
}


/* ------------------------------------------------
mediaQueriesの指定を入れておきます。
------------------------------------------------ */
/* ===========================================
	タブレット系 480 - 768
=========================================== */
@media screen and (min-width: 480px) and (max-width: 768px) {
	
	
		
/* 削除しないこと
===================================================== */
}
