@charset "utf-8";
/* ===================================================================
CSS information

 file name  :program.css
 author     :meets
style info  :ページ設定　ハックは最下部に記述
=================================================================== */

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
.content_base .list_box{
	display: inline-grid;
	width: 140px;
	padding: 0 0 20px 40px;
}

.content_base .list_box h5 img{
	margin:0 5px 5px 0;
}

.content_base .list_box h5{
	margin:5px 0 0 0;
	color:#3482c5;
	font-size:1em;
    height: 48px;
    text-align: center;
    word-break: keep-all;
}

.content_base .list_box p{
	margin:0;
	font-size:0.8em;
}

.content_base .list_box p img{
	margin:0 0 5px 0;
    width: 168px;
	height: 110px;
}

.download_list{
	overflow:hidden;
	width:800px;
	margin:0 auto 40px;
}

.download_list li{
	float:left;
	padding: 0 25px;
}

.download_list li.centerl {
    text-align: center;
    float: unset;
    padding: 0 25px;
}

.box_base table{
	width:900px;
	margin:0 auto 30px;
}


.box_base table tr{
}

.box_base table th{
	text-align:center;
	background:#dfebf6;
	color:#3482c5;
	padding:10px 0;
}

.box_base table th.cell_01{}
.box_base table th.cell_02{}
.box_base table th.cell_03{}
.box_base table th.cell_04{ width:4em;}
.box_base table th.cell_05{}
.box_base table th.cell_06{}
.box_base table th.cell_07{}


.box_base table td{
	padding:0 5px;
	border-bottom:1px solid #dfebf6;
	border-right:1px solid #dfebf6;
	text-align:center;
	font-size:0.9em;
}

.list_box a.yt_link {
	color: #0000ff;
}

.list_box a.yt_link:visited {
	color: #0000ff;
}
