/* ＜＜＜＜＜　content css　＞＞＞＞＞ */

.main-top p{
	padding: 50px 0px 0px 0px;
	text-align: center;
	margin-left: auto;
    margin-right:auto;
}


/* コンテンツエリア設定 */ 
.content img {
width: 100%;　/* 画像幅100％設定 */
}

.content{
padding-top:20px; /* 区切り線（上枠線）とコンテンツ内記事までのスペース幅 */
text-align: center;
width: 100%;
max-width: 1200px;
margin-left: auto; /* table　位置センター固定設定1/2 */
margin-right:auto; /* table　位置センター固定設定2/2 */
border-top: 2px #999999 solid; /* table　枠線[上]設定 */
background-color: white;  /* table　背景色設定 */
}


/* コンテンツ内記事設定（table） */ 

.entry table {
margin-left: auto; /* table　位置センター固定設定1/2 */
margin-right:auto; /* table　位置センター固定設定2/2 */
width: 95%;
}

/* コンテンツ内記事設定（table）の表題部分-全体 */ 
.entry th {
width: 100%;
border-bottom: solid 2px #555555; /* th　ボトムボーダー設定 */
border-left: solid 10px #555555; /* th　左ボーダー設定 */
}

/* コンテンツ内記事設定（table）の表題部分-文字 */ 
.entry th p {
margin: 2px 2px 2px 2px;
width: 100%;
font-weight: bold; /* th　テキスト太さ設定 */
color: 	#555555; /* th　テキストカラー設定 */
text-align:left; /* th　テキスト位置設定 */
}

/* コンテンツ内記事設定（table）の記事部分 */ 
.entry td p {
width: 100%;
margin: 0px;
padding: 1px;
background-color: white;  /* td背景色指定 */
color: 	#330000; /* td p　テキストカラー設定 */
text-align:left; /* td p　テキスト位置設定 */
}

