@charset "utf-8";
/* CSS Document */

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

#contents{
	width:96%;
	margin:0 auto 50px;
}

/*---------- メインビジュアル -------------*/
#main_visual{
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}

#main_visual img{
	clear:both;
	width:100%;
	vertical-align:bottom;
}

/*---- タイトルテキスト ----*/
h3.contents_title{
	width:100%;
	margin:0 auto;
	font-size:116%;
	color:#434343;
	text-align:center;
	padding-top:30px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}

h3.contents_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color:#862442;
}

/*ここからテーブル*/
#text_box{
	margin:30px auto;
	border-left: 5px solid #52182C;
	border-top: 1px solid #52182C;
}

.com_tbl th,td{
	border-right: 1px solid #59493f;
    border-bottom: 1px solid #59493f;
}

.com_tbl th {
    padding: 7px 7px 7px 3px;
    text-align:center;
    vertical-align: middle;
    width:30%;
	color:#fff;
	background-color:#862442;
}

.com_tbl td{
	padding:10px;
	color:#535353;
}
.com_tbl td a{
	color:#862442;
	text-decoration:underline;
}
/*ここまでテーブル*/
