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

@import url("../assets/css/main.css");
@import url("https://fonts.googleapis.com/earlyaccess/nikukyu.css");	/* ニクキュウ FONT */
/*@import url("https://fonts.googleapis.com/earlyaccess/kokoro.css");	/* こころ明朝 FONT */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");	/* Rounded M+ 1c FONT */


/*----------------------------
	index.php
	TOPページ
------------------------------*/

#intro h1 span{
	font-family: "Nikukyu"; 
}


#iframeNewsAll iframe {
    width:100%;
    height:750px;
}
@media screen and (max-width: 1280px) {
	#iframeNewsAll iframe {
	    height:1460px;
	}
}
@media screen and (max-width: 480px) {
	#iframeNewsAll iframe {
	    height:1400px;
	}
}

/*----------------------------
	news.php
	NEWS一覧表示
------------------------------*/

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



#bodyNewsAll{
	background-color:#eeefee69 !important;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:20px auto !important;
	padding:20px;
	list-style-type:none;
	display:inline-block;
	vertical-align:top;
	width:470px;
	min-height:290px;
	background-color:#FFF;
	border-radius:7px;
	text-align:center;
}

ul#newsList li h2 {
	font-size:18px;
}

ul#newsList li .up_ymd {
	text-align:center !important;
}
.catName{
	display:none;
}

.newMark{
	display:inline-block;
	border:1px solid #45e9f1;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#3951f7a1;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
ul#newsList li .comment{
	text-align:left;
}
ul#newsList li .thumbNailWrap{
	text-align:center;
}

#textCopyright {
	display:none !important;
}

@media screen and (max-width: 736px) {
	ul#newsList li{
		width:90%;
	}
}
@media screen and (max-width: 480px) {
	ul#newsList li{
		width:85%;
	}	
}


/*------------------------------
	news-setail.php
	NEWS詳細表示
-------------------------------*/

#contNewsDetail #up_ymd {
	padding:0 0 0 70px;
}

#contNewsDetail {
	/*font-family: "Kokoro" !important;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Rounded Mplus 1c";
}
#contNewsDetail a {
	border-bottom-color: white !important;
}
@media screen and (max-width: 480px) {
	#contNewsDetail .detailUpfile img {
			width:100%
	}
}