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

2021-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;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
a {
  color: #3e6aa5;
  text-decoration: underline;
}
a:visited {
	color: #a53e6a;
}
a:active {
	color: #3e6aa5;
}
a:hover {
  color: #ff3300;
  text-decoration: none;
}
body {
	font-size: 14px;
    line-height: 150%;
    color: #000000;
	background-color: #fff;
	text-align: left;
    font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
ul#newsList {
}
ul#newsList li {
  padding: 0.75em 0;
  border-bottom: 1px dotted #bbb;
  list-style-type: none;
}
ul#newsList li:last-child {
  border-bottom:  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;
  margin-left: 0.5em;
  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;
}
.up_ymd {
	display: inline-block;
	width: 10em;
	font-weight: bold;
}
.title {
    display: inline-block;
    margin-left: 0em;
	font-weight: bold;
}
.detailText {
  display: block;
  padding: 0.5em 2em 0 10.5em;
  overflow: hidden;
  width: 100%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
  text-align: justify;
  text-justify: inter-ideograph;
}
.detailUpfile {
  padding: 0.25em 0 0 10.5em;
}
/* ===========================================
	スマホ系 0 - 768
=========================================== */
@media screen and (max-width:768px) {
  body {
    line-height: 130%;
    font-size: 90%;
    -webkit-text-size-adjust: 100%; /*文字の大きさが自動で調整OFF*/
    word-break: break-all;
  }
  .up_ymd {
    display: block;
	  width: 100%;
  }
  .title {
    display: block;
    margin-left: 0em;
  }
  .detailText, .detailUpfile {
    padding: 0.25em 0;
  }
  /* 削除しないこと
===================================================== */
}
/* ------------------------------------------------
mediaQueriesの指定を入れておきます。
------------------------------------------------ */
/* ===========================================
	タブレット系 480 - 768
=========================================== */
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* 削除しないこと
===================================================== */
}