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


/************************************************************
 news系　共通CSS

 ***************************************************************/
.tolist {

	margin: 2% 0;
	text-align: right;

}

@media screen and (max-width:480px) {
	.tolist {

		margin: 3% 10px;
		text-align: right;

	}
}


/*====================================================================
 *  最新情報 PHP news/top-uekomi.php(index.html) OR (index.php)  CSS
 ===================================================================*/

/* news/top-uekomi.php OR index.php */


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

.news_box{
	padding: 2%;
  border: #ffa722 solid 2px;
	margin-top: 2%;
	}
.news_box h2{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
#top_newsWrap {
	margin: 1%;
}

ul#top_newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


ul#top_newsList li{
	color:#000;
	font-size:12px;
	margin:0;
	padding:8px 0;
	margin-bottom:3px;
	/*border-bottom:1px dotted #ccc;*/
	border-bottom: dotted 2px #ccc;
	line-height:120%;
	list-style-type:none;
	font-weight: bold;
/*	display: inline-block;*/
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.top_up_ymd {
    font-weight: bold;
}

.top_catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.top_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;
}
/*.top_comment{
	line-height:2.5em;
	clear:both;
	padding:3px;
	overflow:hidden;
	width:240px;
}
.top_thumbNailWrap{
	line-height:2em;
	clear:both;
	padding:5px;
	width:240px;
	height:280px;
	overflow:hidden;

}*/


/************************************************************
 news/case.php CSS (過去のお知らせ一覧)

 ***************************************************************/
#newsWrap {
  width: 100%;
}
#newsWrap .title a{
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}
.case-box {
	margin: 0 auto;
	width: 100%;
	border: solid 1px #ccc;
}

ul#newsList{
  margin:0 0 15px;
  padding:0;
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul#newsList li{
  color:#000;
  font-size:12px;
/*  margin:0;
  padding:5px 0;*/
  margin-bottom:2%;
/*  border-bottom:1px dotted #ccc;*/
  line-height:120%;
  list-style-type: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;
}

.thumbNailWrap {
    display: block;
    /*float: left;*/
    height: auto;
    margin: 10px auto;/*左のコメントと高さをそろえる*/
    overflow: hidden;
    width: 95%;
    text-align: center;
}

@media screen and (max-width:480px) {
	.thumbNailWrap {
	    display: block;
	    /*float: left;*/
	    height: auto;
	    margin: 10px auto;/*左のコメントと高さをそろえる*/
	    overflow: hidden;
	    width: 95%;
	    text-align: center;
	}
}

.case_comment {
    display: block;
    line-height: 2em;
    overflow: hidden;
    width: 95%;
   /* margin-top: 10px;右の写真と高さをそろえる*/
   margin: 0 auto;
}

@media screen and (max-width:480px) {
	.case_comment {
	    display: block;
	    line-height: 2em;
	    overflow: hidden;
	    width: 92%;
	   /* margin-top: 10px;右の写真と高さをそろえる*/
	   margin: 10px auto;
	}
}


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

.update{
  width: 95%;
  margin: 2% auto;
}

.update .date_cat {
	margin: 1% 0;
}

.up_ymd{
/*  float: right;*/
  margin: 1% auto;

}

.catName{
  text-align: right;
  border-bottom: dotted 1px #ccc;
  font-size: 12px;
  margin: 1% auto;
}

.case_catName{
  display:inline-block;
  padding:6px 8px;
  border:1px solid #ccc;
  border-radius:6px;
  font-size:11px;
  line-height:100%;
  margin:0 2px;
}



.comment{
/*  position: absolute;*/
  width: 50%;
  margin: 3% auto;
}

/************************************************************

news/news-detail.php CSS (詳細ページ１ページ)

***************************************************************/

.pNav {
	font-size:12px;
	margin-bottom: 10px;
}

.backORcloseBtn{
	text-align:center;
	line-height:2.5em;
	margin:15px 0;
}

@media screen and (max-width:480px) {
	.backORcloseBtn{
		text-align:center;
		line-height:1.5em;
		margin:15px 0;
	}
}

.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color: #000;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}

.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}

.detailUpfile img{
	margin-top:50px;
	max-width:100%;
	height:auto;
}

@media screen and (max-width:480px) {
	.detailUpfile{
		margin:0 0 10px;
		text-align:center;
	}

	.detailUpfile img{
		margin-top:10px;
		max-width:100%;
		height:auto;
	}
}



#up_ymd_detail{
	text-align:right;
	margin:2% 10px 0;
	border-bottom: dotted 1px #ccc;
}

.title_detail {
	text-align: left;
	background: #eee;
	font-size: 17px;
	font-weight: bold;
	padding: 12px 16px 12px 16px;
/*	width: 51.5%;*/
/*	position: absolute;*/
	margin: -15px;
}

.entry {
    margin: 0 auto;
    width: 100%;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    border: solid 1px #ccc;
}

.entry-box {
    margin: 3% auto;
	width: 95%;
}

.entry-box h2{
	padding: 12px 16px 12px 16px;
	width: 100%;
	margin: 0;
	border-left: none;
	background: #eee;
}



#detail {
	margin: 3% auto;
}

.detailText {
	line-height: 1.6;
	padding: 0px 0px 12px 0px;
}
