@charset "utf-8";

/****************************************************共通設定ここから****************************************************/

/* 未ログイン時はシステムヘッダーを非表示にする
---------------------------------------------------------------------*/
header.nc-system-header-nologgedin {
	display: none;
}
body.body-nologgedin {
	padding-top: 0;
}
/*-------------------------------------------------------------------*/


.pcOnly{
    display: block;
}

.spOnly{
    display:none;
}

a img:hover{
    opacity: .7;
}

.script{margin: 0;padding: 0;}

.header {
    position: relative;
    height: 54px;
    margin: 20px 0;
}

.header .logo{
    position: relative;
    height: 54px;
}

.header .logo img{
    margin-right: 15px;
}


.header .snsBtn{
    text-align: right;
}
.header .snsBtn img{
    margin-left: 20px;
}


/*SPメニューボタン*/
@media only screen and (max-width: 719px) {
    .plugin-menus{
        position: absolute;
        z-index: 999;
        width: 95%;
        margin: -65px auto 0;
    }
}

/*フッター*/
.footer{
    margin: 50px 0;
    padding-top: 20px;
    font-size: 13px;
    border-top: 1px solid #eee;
}

.footer .logo,
.footer .copyright{
    text-align: right;
    font-size: 12px;
}

.footer .logo{
    margin: 20px 0 10px;
}

.footer h3{
    font-size: 14px;
    color: #9bcd06;
}

.footer ul{
    padding: 0 0 0 15px;
}

.footer ul li{
    list-style: none;
    margin-bottom: 5px;
}

.footer ul li a{
    color: #333;
}

#page-top{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:200;
	opacity:0.7;
}

#page-top:hover{
	cursor:pointer;
}


/* max-width: 992px
---------------------------------------------------------- */
@media only screen and (max-width: 992px) {
    .header .logo .longname{
        display: none;
    }
}

/* max-width: 767px
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .pcOnly{
        display: none;
    }

    .spOnly{
        display: block;
    }
    
    .header .logo img{
    margin-right: 5px;
    width: 95%;
    }
    .header .snsBtn{
    width: 50%;
    text-align: left;
    z-index: 9999;
    }
    .header .snsBtn img{
        margin-left: 0;
        margin-right: 10px;
    }
    
    .navbar-default .navbar-toggle {
	border-color: #9bcd06;
	background-color: #9bcd06;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border-color: #9bcd06;
        background-color: #9bcd06;
    }
    
    .list-group-item.active{
        border-color: #9bcd06;
        background-color: #9bcd06;
    }


}


/****************************************************共通設定ここまで****************************************************/




/****************************************************トップページここから****************************************************/

/*パディング　狭く*/
.top_mainVisual,
.top_indexThum div,
.top_news_reco_info div{
    padding: 0 7px;
}


/*メインビジュアル*/
.top_mainVisual{
    margin-bottom: 60px;
}

.top_mainVisual img{
    width: 100%;
    height: auto;
}


/*インデックスサムネイルリンク*/
.top_indexThum{
    margin-bottom: 60px;
}

.top_indexThum div img:hover{
    opacity: 1;
}

.top_indexThum div img{
    width: 100%;
    height: auto;
}


/*NEWS & Recommended*/
.top_news_reco_info h3{
    margin-bottom: 30px;
}

.top_news_reco_info h3 img{
    width: 100%;
    height: auto;
}

.newslist div,
.recolist div{
    margin-bottom: 30px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.newslist div p{
    background-color:#b2cf23;
    padding: 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 13px;
    width: calc(100% - 14px);
    min-height: 65px;
    position: absolute;
    bottom: -10px;
}

.recolist div p{
    background-color:#fea21f;
    padding: 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 13px;
    width: calc(100% - 14px);
    min-height: 65px;
    position: absolute;
    bottom: -10px;
}

.newslist div p span,
.recolist div p span{
    display: block;
    font-size: 13px;
    color: #fff;
}

.newslist div a:hover,
.recolist div a:hover{
    text-decoration: none;
}

.newslist div img,
.recolist div img{
    width: 100%;
    height: auto;
}

/*Information*/
.information{
    background-color: #eee;
    margin: 0 0 0 5px;
    padding-bottom: 30px !important;
}

.information h3{
    border-bottom: 1px solid #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.information h3 img{
    width: inherit;
}

.information div{
    margin: 0 10px 30px;
}

.information div p.date{
    font-weight: normal;
    padding-left: 15px;
    background: url(../img/top_info_ac.png) 0 7px no-repeat;
}

.information div.important p.date{
    background: url(../img/top_important_list_ac.png) 0 7px no-repeat;
}

.information div p{
    font-size: 14px;
    padding: 0 0 0 15px;
    color: #333;
}

.information div p a{
    color: #333;
}


/*一覧へボタン*/
.listLinkBtn{
    text-align: right;
}


/* max-width: 992px
---------------------------------------------------------- */
@media only screen and (max-width: 992px) {

    .top_indexThum div{
        padding-bottom: 30px;
    }
    
    .information {
    margin: 30px 0 0 5px;
    }

}


/* max-width: 767px
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    
    .top_indexThum {
    margin-bottom: 30px;
    }
    
    .top_mainVisual {
    margin-bottom: 20px;
    }
    

}

/****************************************************トップページここまで****************************************************/



/****************************************************セカンドページここから****************************************************/

/*パディング　狭く*/
.mainVisual{
    padding: 0 7px;
}

/*メインビジュアル*/
.mainVisual{
    margin-bottom: 60px;
}

.mainVisual img{
    width: 100%;
    height: auto;
}

/*コンテンツ*/
.bodyblock{
    margin: 0 0 40px 0;
}

.bodyblock h2{
    font-size: 20px;
}

.bodyblock h3{
    font-size: 26px;
    padding: 3px 0 3px 20px;
    border-left: 8px solid #9bcd06;
    margin-bottom: 20px;
}

.bodyblock h4{
    font-weight: bold;
    font-size: 16px;
    margin: 0 30px 20px;
}

.bodyblock p{
    margin: 0 30px 20px;
    line-height: 2;
}

.bodyblock p.fig img{
    width: 90%;
    height: auto;
}

.bodyblock p.fig,
.bodyblock p.fig_s{
    text-align: center;
    margin-bottom: 40px;
}

.bodyblock p.fig_s img{
    width: 60%;
    height: auto;
}


.bodyblock table{
    width: 95%;
    margin: 0 20px 30px;
}

.bodyblock table th{
    padding: 10px;
    font-size: 14px;
    background-color:#ddd;
    border: 1px #bbb solid;
    border-collapse: collapse;
}

.bodyblock table td{
    padding: 10px;
    font-size: 14px;
    background-color:#fff;
    border: 1px #bbb solid;
    border-collapse: collapse;
}

blockquote {
    padding: 20px;
    margin: 0 0 30px;
    border: 10px solid #eee;
    border-radius: 10px;
}

blockquote ol li{
    margin-bottom: 10px;
}


/* max-width: 992px
---------------------------------------------------------- */
@media only screen and (max-width: 992px) {


}


/* max-width: 767px
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {

    .bodyblock p.fig img,
    .bodyblock p.fig_s img{
    width: 95%;
    height: auto;
    }
    

    .bodyblock h4{
        margin: 0 10px 20px;
    }

    .bodyblock p{
        margin: 0 10px 20px;
    }



}


/* ログイン後の画面レイアウト調整　
---------------------------------------------------------------------*/

body.body-loggedin.ng-scope main#nc-container.container{
    margin-top: 60px;
}


/* インフォメーション
========================================================================================== */

.info_list_cnt{
	clear:both;
	width: 970px;
	margin: 30px auto;
	padding: 0;
}

.info_list_cnt ul{
	margin: 0;
	padding: 0;
}

.info_list_cnt ul li{
	width: 460px;
	height: 140px;
	background:#FFF;
	list-style:none;
	padding:12px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
	border:1px #CCC solid;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true);
}

.info_list_cnt ul li a{
	text-decoration: none;
	display: block;
}


.info_list_cnt ul li:hover{
	background-color:#f9e9e8;
}

.info_list_cnt ul li p.ph{
	width:115px;
	height:115px;
	overflow: hidden;
	margin:0 10px 0 0;
	float:left;
}

.info_list_cnt ul li p.ph img{
	width:100%;
	height:auto;
	margin: 0 !important;
}

.info_list_cnt ul li.noph p.ph{
	display: none;
}

.info_list_cnt ul li h2{
	width:300px;
	float: right;
	font-size:14px;
	font-weight: bold;
	line-height:1.2;
	margin:0 0 5px 0;
	padding: 0;
	color: #666;
	text-decoration: none;
}

.info_list_cnt ul li p{
	width:300px;
	float: right;
	font-size:13px;
	line-height:1.4;
	color: #666;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.info_list_cnt ul li.noph h2,
.info_list_cnt ul li.noph p{
	width:100%;
	float: none;
}

.info_list_cnt ul li p.date{
	width:300px;
	line-height:1;
	margin:0 0 5px 0;
	padding-left: 15px;
	background: url(../img/date_ac.gif) 0 0 no-repeat;
}

@media screen and (max-width: 991px) {
	.info_list_cnt{
		clear:both;
		width: 100%;
		margin: 20px auto;
	}

	.info_list_cnt ul li{
		width:calc(95% - 24px);
		height: auto;
		float:none;
		margin:0 auto 10px;
	}

	.info_list_cnt ul li p.ph{
		width:80px;
		height:80px;
	}

	.info_list_cnt ul li h2,
	.info_list_cnt ul li p{
		width:calc(100% - 95px);
	}

	.info_list_cnt ul li p.date{
		width:calc(100% - 110px);
	}

} /* max-width: 991px  */


/* インフォメーション詳細ページ
========================================================================================== */

.info_list_cnt_ul_li{
	clear:both;
	background:#FFF;
	padding:25px;
	margin:0px 15px 20px;
	border:1px #CCC solid;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true);
}

.info_list_cnt_ul_li h2{
	font-size:140%;
    font-weight: bold;
	line-height:1;
	margin:5px 0 20px 10px;
	padding-bottom:8px;
	border-bottom:1px dotted  #CCC;
}

.info_list_cnt_ul_li p.date{
	margin:0 0 0 10px;
	background:url(../img/date_ac.gif) 0 2px no-repeat;
	padding-left:15px;
	line-height:1;
}


.info_list_cnt_ul_li p.ph{
	width:calc(50% - 20px);
	float:left;
}

.info_list_cnt_ul_li p.txt{
	width:50%;
	float:right;
	line-height:1.5;
}

/*
.info_list_cnt_ul_li.noph p.ph{
    display: none;
}

.info_list_cnt_ul_li.noph p.txt{
	width:calc(100% - 20px);
}
*/

.info_list_cnt_ul_li div.img_right p.ph{
	width:calc(50% - 20px);
	float:right;
}

.info_list_cnt_ul_li div.noph p.ph{
	display: none;
}

.info_list_cnt_ul_li div.img_right p.txt{
	width:50%;
	float:left;
	line-height:1.5;
}

.info_list_cnt_ul_li div.noph p.txt{
	width:calc(100% - 20px);
}
