@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;
}

.back{
	margin-top:10px;
}


/*左側の画像*/
.seo_pic img{
	width:50%;
	height:auto;
	overflow:hidden;
	padding:10px 10px 0 0;
	float:left;
}

/*右側の画像*/
.seo_pic02 img{
	width:50%;
	height:auto;
	overflow:hidden;
	padding:10px 0 0 10px;
	float:right;
}

.seo_text{
	padding:10px;
	color:#535353;
	font-size:116%;
	text-align:justify;
}

