@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.whatsNewList{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
}
.whatsNewListBox{
    box-sizing: border-box;
    width: 100%;
	background: #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
    margin: 0 0 100px 0;
	/*min-height: 300px;*/
}
.whatsNewListBox .logo img {
    width: 50%;
}
.whatsNewListBox .logo{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.whatsNewList{
}
.whatsNewList .item {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 190%;
	width: 100%;
    padding: 10px 0;
    border-bottom: dashed 1px #b3b3b3;
    position: relative;
}
.color1{
    background-color: #FFFF00;
}
.color2{
    background-color: #FF0000;
}
.color3{
    background-color: #16D6E3;
}
.color9{
    background-color: #00A89C;
}
.whatsNewList .item .kindCol{
    /*
    display: inline-block;
    width: 5em;
    */
    display: none;
}
.whatsNewList .item .kindCol > div{
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.whatsNewList .item .dateCol{
    /*display: inline-block;*/
    /*width: 10em;*/
    /*vertical-align: top;*/
    font-weight: bold;
    font-size: 17px;
}
.whatsNewList .item .titleCol{
    /*display: inline-block;*/
    /*width: 100% ;*/
    /*vertical-align: top;*/
    font-size: 15px;
}
.whatsNewList .item a{
    position: absolute;
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.whatsNewList .item a:hover{
    color: #000;
    text-decoration: none;
    background: rgba(0,0,0,0.1);
}
.whatsNewList .item a:visited{
    color: #000;
    text-decoration: none;
}
.whatsNewListBox .linkButton{
    color: #fff;
    font-size: 15px;
    border-radius: 9px;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#fff;
	border-color:#29abe2;
	padding:4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
    background: #29abe2;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#29abe2;
	padding:4px;
	background-color:#fff;
	border-color:#29abe2;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;

}
.newsBlock{
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 10px 5%;
    position: relative;
    margin: 0 0 100px 0;
}
.newsBlock .logo{
    position: absolute;
    top: -90px;
    left: 10%;
}
.newsBlock .logo img{
    width: 50%;
}
.newsBlock .articleBlock p{
    text-align: left;
}
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#797A7D;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
	background-color: #A5A6A7;
}
.pageContoll{
	display: table;
	width:100%;
}
.pageContoll > div{
	display: table-cell;
	vertical-align:middle;
	width:50%;
	border-color:#797A7D;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.pageContolBlock .linkButton{
    color: #fff;
    font-size: 15px;
    border-radius: 9px;
    width: 6em;
}
.beforeBox{
	text-align:left;
}
.nextBox{
	text-align: right;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.contentItem h2{
    text-align: center;
    color: #000;
    
}
.toHome {
	background: #00AFEC !important;
	width: 7em !important;
	margin: 0 0.5em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.whatsNewList .item .kindCol{
    /*
    width: 5em;
    */
}
.whatsNewList .item .dateCol{
    width: 7em;
}
.whatsNewList .item .titleCol{
    width: calc(100% - 7.5em) ;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.whatsNewListBox{
    /*padding: 10px 110px 10px 10px;*/
    /*margin: 0 0 100px 0;*/
}
.whatsNewList{
	width: 77%;
	margin: 0 auto 50px auto;
}
.whatsNewList .item {
	font-size: 15px;
    margin: 0 0;
}
.whatsNewListBox .logo{
    display: block;
}
.whatsNewListBox .logo img {
    width: auto;
}
.newsBlock{
    width: 100%;
    background: #fff;
    padding: 35px 4%;
    position: relative;
    margin: 0 0 150px 0;
}
.newsBlock .logo{
    top: -120px;
    left: 10%;
}
.newsBlock .logo img{
    width: auto;
}
.pageContolBlock .linkButton{
    font-size: 16px;
    border-radius: 9px;
    width: 6em;
}
}