@charset "utf-8";

/* tcs css
-----------------------------------*/

/*======*/
/* 共通 */
/*======*/

/* チャレンジ助成ナビ */
#tcs-nv {
	overflow: hidden;
	margin-bottom: 40px;
}

#tcs-nv h1 {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 34px;
	font-weight: bold;
	line-height: 58px;
}

#tcs-nv h1 a {
	position: relative;
	display: block;
	padding: 0 10px 0 20px;
	background: #F00;
	color: #FFF;
	text-decoration: none;
}

#tcs-nv h1 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background: #FFF;
}

#tcs-nv h1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#tcs-nv ul {
	display: table;
	float: right;
	width: 540px;
	padding-top: 16px;
}

#tcs-nv li {
	display: table-cell;
}

#tcs-nv li a {
	display: block;
	padding: 6px 10px;
	border-bottom: 10px solid;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

#tcs-nv li:first-child a {
	border-bottom-color: #F00;
}

#tcs-nv li:nth-child(2) a {
	border-bottom-color: #F90;
}

#tcs-nv li:nth-child(3) a {
	border-bottom-color: #6C0;
}

#tcs-nv li:last-child a {
	border-bottom-color: #09F;
}

#tcs-nv li a:hover {
	color: #fff;
}

#tcs-nv li:first-child a:hover {
	background-color: #F00;
}

#tcs-nv li:nth-child(2) a:hover {
	background-color: #F90;
}

#tcs-nv li:nth-child(3) a:hover {
	background-color: #6C0;
}

#tcs-nv li:last-child a:hover {
	background-color: #09F;
}

/* ページネーション */
.contentscolumn .pagination {
	clear: both;
	font-size: 143%;
	text-align: center;
}

.contentscolumn .pagination span,
.contentscolumn .pagination a {
	margin: 0 .25em;
	color: #333;
}

/* 詳細ページ */
.contentscolumn article .article-header {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#report.contentscolumn article .article-header {
	border-bottom: 2px solid #6C0;
}

#gallery.contentscolumn article .article-header {
	border-bottom: 2px solid #09F;
}

#tcs-news.contentscolumn article .article-header {
	border-bottom: 2px solid #FC3;
}

.contentscolumn article .article-header h3 {
	display: table-cell;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;	
}

.contentscolumn article .article-header .date {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}

.contentscolumn article h4 {
	clear: both;
	margin-top: 1em;
	font-size: 171%;
}

.contentscolumn article p,
.contentscolumn article ul,
.contentscolumn article ol {
	margin-bottom: 1em;
}

.contentscolumn article ul > li {
	margin-bottom: .5em;
}

.contentscolumn article ul > li:before {
	content: "・";
}

.contentscolumn article .alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.contentscolumn article .alignright {
	float: right;
	margin: 0 0 10px 15px;
}


/*=======*/
/* Index */
/*=======*/
#tcs a {
	color: #333;
}

#tcs .tcs-row:after {
	content: "";
	clear: both;
	display: block;
}

#tcs .tcs-row figure {
	float: left;
	width: 685px;
}

/* バナー
-----------------------------------*/
#tcs .banner {
	float: right;
	width: 300px;
}

#tcs .banner li:not(:last-child) {
	margin-bottom: 15px;
}

#tcs .banner li:first-child a:hover img {
	opacity: 1 !important;
	filter: none !important;
}

/* お知らせの右（インタビュー記事）
-----------------------------------*/
#tcs .int {
    float: left;
    margin-top: 15px;
    width: 300px;
}

#tcs .cl {
	clear: both;
}

#tcs .int img{
    margin-left: 15px;
}

/* お知らせ
-----------------------------------*/
#tcs .news {
	margin-top: 15px;
	/*width: 100%;*/
    width: 685px;
	border: 1px solid #ccc;
	box-sizing: border-box;
    float: left;
   
}

#tcs .news h3 {
	float: left;
	padding: .23em 20px;
	background-color: #fc3;
	font-size: 143%;
}

#tcs .news p {
	float: right;
	padding: .5em 20px;
	font-size: 114%;
}

#tcs .news ul {
	clear: both;
	padding: 1.5em 30px 0;
	font-size: 114%;
}

#tcs .news ul li {
	margin-bottom: 1em;
}

#tcs .news ul li .date {
	clear: left;
	float: left;
}

#tcs .news ul li .title {
	margin-left: 8em;
}

/* レポート
-----------------------------------*/
#tcs .report {
	padding-top: 45px;
}

#tcs .report h2 {
	padding: 0 0 5px;
	border-bottom: solid 2px #6C0;
	background: none;
	font-size: 158%;
	font-weight: bold;
	line-height: 1.3;
}

#tcs .report h2 a {
	color: #333;
	text-decoration: none;
}

#tcs .report h2 a:hover {
	color: #6C0;
}

#tcs .report li {
	float: left;
	width: 300px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 9px 9px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 114%;
}

#tcs .report li:nth-child(3n) {
	margin-right: 0;
}

#tcs.report li img {
	margin-bottom: 9px;
}

#tcs .report li .date {
	margin: 5px 0;
	font-size: 88%;
}

/*===========*/
/* TCSとは？ */
/*===========*/
#about h2 {
	background: url(/img/tcs/tcs_h01.png) repeat-y 0 0;
	font-size: 200%;
}

#about h2 + p {
	margin-bottom: 1em;
}

#about .theme {
	margin: 60px 0 1em;
	color: #f00;
}

#about .theme h3 {
	font-size: 171%;
}

#about .theme p {
	font-size: 129%;
}

#about table {
	width: 100%;
}

#about table th,
#about table td {
	padding: 5px 10px;
	border: 1px solid #0061ff;
}

#about table th {
	width: 15%;
	background-color: #D0F4FF;
	font-weight: normal;
	text-align: left;
}

#about table ul > li:before {
	content: "・";
}

#about table ul > li {
	text-indent: -1em;
	margin-left: 1em;
}

#about .flow {
	margin-top: 40px;
}

#about .flow h3 {
	margin-bottom: .5em;
	padding-left: 20px;
	background: url(/img/tcs/tcs_ic01.png) no-repeat 0 .5em;
	font-size: 171%;
	font-weight: bold;
}

#about .flow img {
	margin: 30px 0;
}

#about .flow strong {
	font-size: 143%;
}

/*==========*/
/* 応募要項 */
/*==========*/
#guide {
	background: url(/img/tcs/guide/guide_il01.png) no-repeat 100% 100%;
}

#guide h2 {
	background: url(/img/tcs/tcs_h02.png) repeat-y 0 0;
	font-size: 200%;
}

#guide .content {
	margin: 0 15px;
}

#guide h3 {
	margin-top: 30px;
	padding-left: 20px;
	background: url(/img/tcs/tcs_ic01.png) no-repeat 0 .5em;
	font-size: 171%;
	font-weight: normal;
}

#guide p + p {
	margin-top: 1em;
}

#guide strong {
	color: #f00;
	font-weight: normal;
}

#guide ul > li:before {
	content: "・";
}

#guide ul > li,
#guide .note {
	text-indent: -1em;
	margin-left: 1em;
}

#guide ol {
	padding-left: 2.5em;
	text-indent: 0;
}

/*==========*/
/* お知らせ */
/*==========*/
#tcs-news h2 {
	background: url(/img/tcs/tcs_h05.png) repeat-y 0 0;
	font-size: 200%;
}

#tcs-news .news-list {
	margin: 0 15px;
	font-size: 143%;
}

#tcs-news .news-list ul li {
	margin-bottom: 1.5em;
}

#tcs-news .news-list ul li .date {
	clear: left;
	float: left;
}

#tcs-news .news-list ul li .title {
	margin-left: 8em;
}

#tcs-news .news-list ul li a {
	color: #333;
}

/*==========*/
/* レポート */
/*==========*/
#report h2 {
	background: url(/img/tcs/tcs_h03.png) repeat-y 0 0;
	font-size: 200%;
}

#report .archive,
#gallery .archive {
	width: 100px;
	font-size: 129%;
}

#report .archive h3,
#report .archive li {
	width: 5em;
	border-bottom: 2px solid #6C0;
}

#report .archive li,
#gallery .archive li {
	margin-top: .25em;
}

#report .archive li a,
#gallery .archive li a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: right;
}

#report .report-list,
#gallery .gallery-list {
	width: 880px;
}

#report .report-list li,
#gallery .gallery-list li {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 24px;
	padding: 9px 9px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 114%;
}

#report .report-list li:nth-child(3n),
#gallery .gallery-list li:nth-child(3n) {
	margin-right: 0;
}

#report .report-list li img,
#gallery .gallery-list li img {
	margin-bottom: 9px;
	width: 260px;
	height: auto;
}

#report .report-list li .date,
#gallery .gallery-list li .date {
	margin: 5px 0;
	font-size: 88%;
}

#report .report-list li a,
#gallery .gallery-list li a {
	color: #333;
}

/*============*/
/* ギャラリー */
/*============*/
#gallery h2 {
	background: url(/img/tcs/tcs_h04.png) repeat-y 0 0;
	font-size: 200%;
}

#gallery .archive h3,
#gallery .archive li {
	width: 5em;
	border-bottom: 2px solid #09F;
}
