@charset "utf-8";
/* セレクタの1行上にあるコメントは「CSS適用箇所(XHTMLタグ名)」*/

/* メインコンテンツ[画面中央]の設定(div)*/
.thrColAbsHdr #div_mainContent {
	top:110; /* 上からの距離 */
	width:621px; /* 横幅 */
	height:3700px; /* 高さ */
	*height:3700px; /* 高さ */
	margin: 0px 170px 5px 158px; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#div_sidebar1 div と #div_sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。 */
	padding: 0 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

/* タイトル */
.h2_user_voice {
	color:#ff5f9e; /* 文字の色 */
	font-size:110%; /* 文字のサイズ */
}

/*                                   */
/* web1_merit.htmlに対する設定　開始 */
/*                                   */
/* 2つ目以降のタイトル */
.h2_user_voice_after {
	margin-top:40px; /* 外側の余白 */
	font-size: 110%;
}

/* リストのタイトル */
#div_user_voice .li_title {
	font-size:100%; /* 文字の大きさ */
	list-style-type:none; /* リストのマーカー */
	margin:10px; /* 外側の余白 */
	padding:3px; /* 内側の余白 */
}

#div_user_voice .span_yellow {
	background-color:#ffffab; /* 背景色 */
	padding:3px; /* 内側の余白 */
	font-size: 110%;
}


#div_user_voice .li_item_marker_none {
	list-style-type:none;
	font-size:100%; /* 文字の大きさ */
	margin:5px 20px 5px 30px; /* 外側の余白 */
	padding:0; /* 内側の余白 */
}

/* リストの項目 */
#div_user_voice .li_item {
	font-size:100%; /* 文字の大きさ */
	margin:5px 20px 5px 50px; /* 外側の余白 */
	padding:0; /* 内側の余白 */
}

/* トップビジネスシステムからの返事 */
#div_user_voice .div_answer {
	width:610px;
	height:441px;
	background-image:url(../user_voice/sozai_user_voice/img_user_voice_back.jpg); /* 背景画像 */
	background-repeat:no-repeat; /* 背景の繰り返し */
	margin:10px 5px 20px 5px;
}

/* トップビジネスシステムからの返事 */
#div_user_voice .div_answer2 {
	width:611px;
	height:514px;
	background-image:url(../user_voice/sozai_user_voice/img_user_voice_back2.jpg); /* 背景画像 */
	background-repeat:no-repeat; /* 背景の繰り返し */
	margin:10px 5px 20px 5px;
}


/* トップビジネスシステムからの返事　リスト */
#div_user_voice .ul_answer {
	list-style-type:none; /* マーカーの種類 */
	margin:20px 30px 30px 30px; /* 外側の余白 */
	padding:20px 30px 30px 20px; /* 内側の余白 */
	*padding:5px 30px 30px 20px; /* 内側の余白 */
	font-size:90%; /* 文字の大きさ */
}

/* トップビジネスシステムからの返事　リストの項目 */
#div_user_voice .li_answer {
	line-height:130%; /* 行間 */
	font-size:110%;
}

#div_user_voice .li_tanto {
	text-align:right; /* 文字列の位置 */
}

/*                                   */
/* web1_merit.htmlに対する設定　終了 */
/*                                   */

