﻿.fmct_bar{
	border:1px #DCDCDC solid;
	color:#000000;
	font-weight:bold;
	margin:1em 7px 2px 0.5em;
	padding:0.5em;
}

.fmct_bar img{
	vertical-align:middle;
}


/*ctテーブル*/
.mv_ct_t{
	border:1px solid #000000;
	border-collapse:collapse;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}

.mv_ct_v{
	border:1px solid #000000;
	color:black;
	font-size:17px;
	height:35px;
	padding:3px;
	margin:3px;
	text-align:center;
	letter-spacing:3px;
}

.mv_ct_p{
	border:1px solid #000000;
	background:#FFFFF0;
	padding:5px;
	line-height:20px;
}

.mv_ct_p li{
		list-style-type:none;
}


@media screen and (max-width:719px) {
.mv_ct_t{
	width:98%;
}

.mv_ct_v{
	font-size:13px;
	height:auto;
	padding:1px;
	margin:1px;
	text-align:center;
}
}


/****コンテンツメニュー****/
.cst_menu{
	margin:20px;
}

.cst_menu ul{
	margin:3px;
}

.cst_l{ /*float:left*/
	width:300px;
	height:130px;
	float:left;
	line-height:1.5;
}

.cst_r{ /*float:right;*/
	width:300px;
	height:130px;
	float:right;
	line-height:1.5;	
}
.cst_m{ /*セキュリティのみ*/
	width:300px;
	height:130px;
	clear:right;
	line-height:1.5;	
}
.cts_t{
	width:280px;
	padding:0.2em;
	border:1px #DCDCDC solid;
	border-radius:5px;
}

.cts_t img{
	vertical-align:middle;
}

@media screen and (max-width:719px) {
.cst_menu{
	width:100%;
	margin:5px auto;
}

.cst_l{
	float:none;
	margin:auto;
}

.cst_r{
	float:none;
	margin:auto;
}
.cst_m{
	float:none;
	margin:auto;
}

.cts_t{
	float:none;
}

}