/*******************************************************************
	CSS…トップページ
*******************************************************************/
#tp_header{
	background-color: #FFF;
	border-bottom:1px solid #bbb;
}
.tp_left{
	display:inline-block;
    margin: 5px 0px;
    padding: 5px 5px;
    width: 760px;
	vertical-align: top;
}
.tp_right{
	display:inline-block;
	width: 300px;
	margin: 0px;
	line-height:150%;
	vertical-align: top;
}

/*******************************************************************
	ヘッダー部分の設定
*******************************************************************/
/* ロゴエリア（内側） */
.header_title{
	display:inline-block;
	margin:0px;
	vertical-align:middle;
}
/* ロゴ */
#tp_logos{
	text-align:left;
	width:240px;
}
#tp_logos img{
	padding:10px 20px;
	height:55px;
}
/* 一覧へのリンクボタン */
#header_button{
	width:510px;
}
#header_button > a{
	display:inline-block;
	margin:0px;
	padding:0px;
	width:90px;
	text-align:center;
}
#header_button > a img{
	width:70px;
	height:40px;
}
#header_button > a span{
	display:block;
	font-size:60%;
}
/* ＳＮＳボタンと検索窓 */
#tp_searchbox{
	padding:8px 0px;
	width:315px;
	text-align:left;
	vertical-align: top;
}
#tp_searchbox .search_container{
	box-sizing: border-box;
}
#tp_searchbox .search_container input[type="text"]{
	padding: 3px 5px;
	width: 250px;
	height: 1.6em;
	border: 1px solid #999;
	border-radius: 6px;
	overflow: hidden;
	padding-right:32px;
}
#tp_searchbox .search_container img{
	width:20px;
}

#tp_searchbox #sub{
	position:relative;
	left:-30px;
	vertical-align: middle;
	cursor: pointer;
}
#tp_searchbox #tp_sns{
	float:right;
	padding: 3px 22px;
}
#tp_searchbox #tp_sns img{
	height:22px;
}


/*******************************************************************
	特別速報部分の設定
*******************************************************************/
/* 電子速報版 */
.tp_caution1{
	margin:0em 0em 0.5em;
	padding:3px 20px 3px;
	background-color: #ff0000;
}
.tp_caution1 p{
    display: inline-block;
	margin:4px;
	padding:2px
}
.tp_caution1 img{
    float: left;
    display: inline-block;
    height: 30px;
}
/* フラッシュニュース */
#tp_flash {
    width:auto;
    border: 1px dotted red;
    height: 23px;
}
#tp_flash span#ttl{
    padding:0px 3px;
    color:white;
   	background-color: red;
   	float: left;
}
#flash{
	padding-left: 1.0em;
	display:none;
}
#flash li{
	list-style:none;
}



/*******************************************************************
	ニュースリスト部分の設定
*******************************************************************/
/* トップ・大ニュース */
.tp_big_news h1 {
	margin:0.5em 0em;
	font-size:160%;
	line-height:1.2em;
}
.tp_big_news p{
	padding:0px 0.5em;
	font-size:100%;
}
.tp_big_thumb{
	position: relative;
	float: left;
	margin: 2px 0.5em;
/*	width: 210px;*/
	text-align: center;
	background-color: #eee;
}
.tp_big_thumb figure.side-x{
	width:200px;
	max-height:200px;
	min-height:100px;
	overflow:hidden;
	background:#EEEEEE;
}
.tp_big_thumb figure.side-x img{
	max-width:200px;
}
.tp_big_thumb figure.side-y{
	max-width:200px;
	min-width:100px;
	height:170px;
	overflow:hidden;
	background:#EEEEEE;
}
.tp_big_thumb figure.side-y img{
	max-height:200px;
}

/***
.tp_big_thumb img{
	width: 200px;
}
***/
/* トップ・中ニュース */
/********************
.tp_mid_news h2 {
	margin-top: 0.5em;
	font-size:160%;
}
.tp_mid_news p{
	padding:0px 0.5em;
	font-size:100%;
}
.tp_mid_thumb {
	position: relative;
	float: right;
	margin: 0px 0.5em;
	background-color: #eee;
}
.tp_mid_thumb img{
	max-width:130px;
	max-height:130px;
}
********************/

/* トップ・注目の写真 */
/*******************
#tp_photonews {
	float:left;
	margin:0em 0.5em 0.5em;
	padding:0.2em;
	width:250px;
    border: 1px solid #bbb;
}
#tp_photonews h3{
    text-align: left;
	padding:0.2em;
	font-size:120%;
}
#tp_photonews span{
	display:block;
	font-size:90%;
	line-height:1.2em;
}
.tp_photonews_thumb {
    position: relative;
	display:table;
    width: 100%;
	height:250px;
   	background-color: #eee;
}
.tp_photonews_img {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
***********************/

#tp_topnews{
}
#tp_topnews ul{
}
#tp_topnews ul li{
	display:inline-block;
	margin:0.5em 0em;
	width:180px;
	line-height:1.2em;
	vertical-align:top;
}
#tp_topnews ul li a{
}
#tp_topnews ul li a figure{
	margin:0em 0em 0.5em;
	width:180px;
	height:120px;
	overflow:hidden;
	line-height:120px;
	text-align:center;
	background:#EEEEEE;
}
#tp_topnews ul li a img{
	margin-left:0%;
	max-width:100%;
/*	margin-left:-10%;*/
/*	max-width:120%;*/
/*	max-height:120%;*/
	vertical-align:middle;
}
#tp_topnews ul li a .li_date{
}
#tp_topnews ul li a .li_gunre{
}
#tp_topnews ul li a .li_title{
	display:block;
}
/* ジャンルページへのリンク */
.tp_gunre_navi p{
	margin:1em auto;
	width:auto;
	text-align:center;
}
.tp_gunre_navi p > a{
	margin:0.2em 0.5em;
	padding:0.2em 1em;
	width:8em;
	font-size:100%;
	color:white;
	background-color:#453ba7;
}
.bc_gunre_navi .zen_cate a {
    display: inline-block;
    margin: 0.4em 0.2em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    border: 1px solid #666;
    border-radius: 0.2em;
    text-decoration: none;
}

/* 社長特別対応エリア（緊急声明、訓示など） */
#tp_toparea{
	padding:0.5em;
	font-size:100%;
	background:black;
}
#tp_toparea ul{
	color:white;
}
#tp_toparea li{
	display:inline;
}
#tp_toparea li:after{
	content:"／";
}
#tp_toparea li:last-child:after{
	content:"";
}

#tp_sidearea{
	padding:0.5em 0.25em;
	font-size:100%;
/*	background:#00552e;*/
	background:#a54993;
	border:5px solid silver;
}
#tp_sidearea ul{
	padding-left:1em;
	list-style-type:square;
	color:white;
}
/***
#tp_sidearea li{
	display:inline;
}
#tp_sidearea li:after{
	content:"／";
}
#tp_sidearea li:last-child:after{
	content:"";
}
***/


/*******************************************************************
	メンテナンスの設定
*******************************************************************/
#tp_mainte{
	margin:auto;
	padding: 2px 0px;
	background-color: #ff0000;
	width: 290px;
	margin-bottom: 0.5em;
}
#tp_mainte a.w{
	font-size:90%;
	color:white;
	padding-left:0.3em;
}


/*******************************************************************
	天気の設定
*******************************************************************/
/* 天気 */
#tp_tenki{
	margin: 0.5em;
	padding: 0em 1em;
	vertical-align: top;
	font-size:90%;
	border:solid 1px black;
}
#tp_tenki > a{
	text-decoration:none;
}
#tp_tenki #ttitle{
	font-weight:bold;
	text-align:center;
}
#tp_tenki .tunit{
	display: inline-block;
	padding: 2px 0.6em;
	width:40px;
	text-align:center;
	line-height:120%;
}
#tp_tenki img{
	height: 35px;
}

#tp_tenki_seasoninfo{
	margin: 0px -1em;
	padding: 0.5em;
	font-size:80%;
	line-height:1.8em;
	background: #F4F7EC;
}
#tp_tenki_seasoninfo > a{
	padding:0em 0.5em;
	white-space:nowrap;
	border: 1px dotted black;
	border-radius: 0.5em;
	background:white;
}
/*******************************************************************
	動画部分の設定
*******************************************************************/
.tp_dunit{
    display: inline-block;
    vertical-align: top;
   	padding:4px 2px;
	width:300px;
	text-align:center;
/*	background: linear-gradient(#555,#eee); */
}
.tp_dunit img{
	width:285px;
/*	background:white; */
}
.tp_dunit span{
	display:block;
	margin:0px auto;
	width:12em;
	font-weight:bold;
	text-align:left;
}

/*******************************************************************
	ＣＦ部分の設定
*******************************************************************/
/* ＣＦ、コンテンツ紹介（大枠） */
#tp_recommend{
}

/* ＣＦ */
#cf{
	float:left;
	margin:0.5em;
}
.cf_card {
	width: 340px;
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
}
/*募集中のプロジェクト*/
.cf_boshu_photo {
	position: relative;
}
.cf_boshu_photo p {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffa86d;
	font-size: 17px;
	line-height: 1;
	padding: 5px 10px;
}
.cf_card-content {
	padding: 10px;
}
.cf_yamasapo{
	padding:0px 5px;
	margin:0px 5px;
	font-size:12px;
	color: #002b57;
	text-align: center;
}
.cf_card-title {
	font-size: 23px;
	margin: 0px auto;
	text-align: center;
	color: #002b57;
}
/* 詳しくはこちらボタン*/
.cf_btn01 {
	text-align: center;
	padding: 0em 30px 1em;
}
.cf_btn01 a {
	display:inline-block;
	padding:10px 10px 10px 40px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#002b57 url('/img/bg_arrow_white.png') 10px 50% no-repeat;
	border: solid 2px  #002b57; 
	transition: .4s;
}
.cf_btn01 a:hover {
	border: solid 2px #798fa6; 
	color: #FFF;
	background:#798fa6 url('/img/bg_arrow_white.png') 10px 50% no-repeat;
}


/*******************************************************************
	おすすめコンテンツ部分の設定
*******************************************************************/
/* リンクリスト */
/*****************
#tp_recommendlist{
    margin: 0.5em 0.2em;
	padding: 2px;
}
#tp_recommendlist h3{
}
#tp_recommendlist h3 > img{
	width:100%;
	height:25px;
}
#tp_recommendlist ul{
	margin-bottom:0.5em;
	padding-left:0em;
	list-style:none;
}
*******************/
.tp_recommendlist{
}
.tp_recommendlistA{
	margin:0em auto;
	width:80%;
}

/* おすすめコンテンツ */
.tp_speunit{
	padding:0.5em;
}

/* 大枠（イベントなど社内ＰＲ関連）イメージ用 */
.tp_speunitA{
	display:inline-block;
	margin:0.5em auto;
	width:200px;
	text-align:center;
}
.tp_speunitA > a{
}
.tp_speunitA > a img{
	display:block;
	margin:0.2em auto;
	width:180px;
	height:120px;
}
/* 中枠（記事コンテンツ関連）イメージ用 */
.tp_speunitB{
	display:inline-block;
	margin:0.5em auto;
	width:180px;
	text-align:center;
}
.tp_speunitB > a{
	
}

/*
.tp_speunitB > a img{
	display:block;
	margin:0.2em auto;
	width:160px;
	height:100px;
}
*/

.tp_speunitB > a img{
	display:block;
	margin:0.2em auto;
	width:160px;
	height:180px;
}

/* 中枠2（記事コンテンツ関連）イメージ用 */
.tp_speunitB2{
	display:inline-block;
	margin:0.8em auto;
	width:180px;
	text-align:center;
	border:solid 1px #333;
	padding:0.4em 0em;
	vertical-align:top;
}
.tp_speunitB2 > a{
	
}

.tp_speunitB2 > a img{
	display:block;
	margin:0.2em auto;
	width:160px;
	height:100px;
}

.tp_speunitB2  #comB{
	padding:0.2em 1.0em;
	text-align:left;

}


/* 中枠（記事コンテンツ関連）藤沢用 */
.tp_speunit_fujisawa{
	display:inline-block;
	margin:0.5em auto;
	width:380px;
	text-align:center;
}
.tp_speunit_fujisawa > a{
	
}
.tp_speunit_fujisawa > a img{
	margin:0.2em 0.2em;
/*	width:140px;
	height:60px; */
}
.tp_speunit_fujisawa > p{
	clear: both;
}

/* 小枠（記事コンテンツ関連）イメージ用 */
.tp_speunitC{
	display:inline-block;
	margin:0.5em auto;
	width:130px;
	text-align:center;
}
.tp_speunitC > a{
	font-size:90%;
}
.tp_speunitC > a img{
	display:block;
	margin:0.2em auto;
	width:110px;
	height:90px;
}

/* エンタメ用３列表示 */
.tp_box_unit3{
	display:inline-block;
	width:100%; 
	vertical-align:top;
}
.tp_box_unit3 h5{
	padding-top: 5px;
	font-size:100%;
	font-weight:normal;
	clear:both;
}
.tp_box_unit3 h5 a{
	color:blue;
}
.tp_box_unit3 ul{
	margin: 5px;
	padding-left:5px;
}
.tp_box_unit3 li{
	width:49%;
	display:inline-block;
/*	margin:0em 0em 1.2em; */
	vertical-align: top;
}
.tp_box_unit3 li figure{
   	float:left;
	width:50px;
	height:50px;
   	margin: 2px 10px 2px 0px;
   	background-color: #eee;
   	text-align:center;
}
.tp_box_unit3 li figure img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.tp_box_unit3 li span{
	padding-left:1em;
	font-size:90%;
	color:#333333;
	white-space:nowrap;
}
