@charset "utf-8";

/**
 * cpu_css
 * common.css
 */

/******************************************************
 メイン
******************************************************/


.outline_title{
	width:440px;
	margin:30px auto 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}


.tbloutline{
	width:440px;
	margin:0 auto 10px;
	font-size: 12px;
	line-height: 130%;
	color:#191919;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#5A5046;

}
	
.tbloutline th, td {
	padding:15px;
	border-bottom:1px solid #5A5046;
}

.tbloutline th {
	width:130px;
	background:#e6e6e6 repeat;
	text-align:left;
	font-weight:normal;
	color:#333333;
	border-right:1px solid #5A5046;
}
	
.tbloutline td {
	text-align:left;
	background:#fff;
}
