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


/* 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 {
	font-family: "YuGothic-M";
	font-weight: normal;
	src: local("YuGothic-Medium"),  local("Yu Gothic Medium"),  local("YuGothic-Regular");
}
@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	src: local("YoGothic-Bold"),  local("Yu Gothic");
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic-M, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


/* ================================
	Top
================================ */

ul#newsList{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	color:#666;
	font-size:1.6rem;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:1.6;
	list-style-type:none;
}

ul#newsList li a {
  color: #333333;
  text-decoration: none;
}
ul#newsList li a:hover {
  color: #666666;
  text-decoration: underline;
}

.catName{
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 3px 0 10px;
}
.newMark{
	display:inline-block;
	border:1px solid #ee4433;
	padding:1px 4px;
	font-size:1.3rem;
	line-height:100%;
	background:#ee4433;
	color:#ffffff;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:60%;
}
.thumbNailWrap{
	display:block;
	width:75px;
	float:left;
	overflow:hidden;
}
.linkTag,.title{
	display: block;
	margin: 3px 0 3px 0px;
}
@media only screen and (min-width:768px) {
.linkTag,.title{
	display: inline-block;
	margin: 3px 0 3px 10px;
}
}



/* ================================
	Detail
================================ */

h2.detailtitle {
	font-size: 2.1rem;
	color: #1fba99;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #1fba99;
	padding-bottom: 5px;
}
#up_ymd{
	text-align: right;
	font-size: 1.6rem;
	color: #666666;
	font-weight: bold;
	margin: 5px 10px 15px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaaaaa;
	color:#999999;
	border-radius:6px;
	text-decoration:none;
	font-size:1.4rem;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:1.4rem;	
}
