@charset "UTF-8";

/*
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%
*/

body {
	font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	color: #333333;
	background-color: #F2F2F2;	
}
a {
	color: #0088cc;
	text-decoration:none;
}
a:hover {
	color: #FF7C00;
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;	
	background-color: #ffffff;
}
#header {
	padding: 0 20px;
	background: url(../images/header_image.gif) no-repeat;
	height:98px;
}
h1 {
	margin: 34px 0 0 0;
	width: 177px;
	display: block;
	float: left;
}
#header_right {
	margin:0;
	padding:0;
	float: right;
	text-align: right;
}
/* ユーティリティ// */
#util {
	margin:0 10px 0 0;
	padding:0;
	height: 49px;
	text-align: right;
}
#util li {
	height: 49px;
	display: inline;
	font-size: 93%;
	color: #ffffff;
}
#util a {
	color: #ffffff;
	height: 46px;
	line-height: 46px;
	margin-left: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0 0 0;
}
#util a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* //ユーティリティ */

/* グローバルナビ// */
#g_navi {
	margin:0;
	padding:0;
	display: block;
	clear: both;
	height: 49px;
	overflow: hidden;
	width:297px
}
#g_navi li {
	display: inline;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
}
#g_navi li a {
	height: 0px;
	display: block;
	float: left;
	padding-top: 48px;
	overflow: hidden;
	background-image: url(../images/navigation.png);
	_background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
}
#g_navi li#menu_1 a {
	background-position: 0px 9px; width: 52px;
}
#g_navi li#menu_2 a {
	background-position: -52px 9px; width: 82px;
}
#g_navi li#menu_3 a {
	background-position: -134px 9px; width: 67px;
}
#g_navi li#menu_4 a {
	background-position: -202px 9px; width: 95px;
}
#g_navi li#menu_1 a:hover {
	background-position: 0px -41px; width: 52px;
}
#g_navi li#menu_2 a:hover {
	background-position: -52px -41px; width: 82px;
}
#g_navi li#menu_3 a:hover {
	background-position: -134px -41px; width: 67px;
}
#g_navi li#menu_4 a:hover {
	background-position: -202px -41px; width: 95px;
}
#g_navi li#menu_1 .set {
	background-position: 0px -41px; width: 52px;
}
#g_navi li#menu_2 .set {
	background-position: -52px -41px; width: 82px;
}
#g_navi li#menu_3 .set {
	background-position: -134px -41px; width: 67px;
}
#g_navi li#menu_4 .set {
	background-position: -202px -41px; width: 95px;
}
/* //グローバルナビ */

/* サイドバー// */
#wrapper #contents .right {
	font-size: 93%;
	width: 190px;
	margin-top: 20px;
}
#wrapper #contents .right .boxTop {
	background: url(../images/rightbox.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: 4px;
}
#wrapper #contents .right .boxMid {
	background-image: url(../images/righyboxMid.gif);
	background-repeat: repeat-y;
	padding: 10px 15px;
}
#wrapper #contents .right .boxBottom {
	background: url(../images/rightbox.gif) bottom left;
	background-repeat: repeat-y;
	padding: 0px;
	height: 4px;
	margin: 0 0 15px 0;
}
#wrapper #contents .right .boxMid .info dd {
	padding: 0px 0 13px 0;
}
#wrapper #contents .right .boxMid .function dd {
	padding: 0 0 13px 0;
	line-height: 161.6%;
}
#wrapper #contents .right .boxMid .function dt {
	font-weight:bold;
	padding: 0 0 7px 0;
}
#wrapper #contents .right .boxMid .function span {
	color: #ff7c00;
}
#wrapper #contents .right .boxMid p {
	padding: 0 0 13px 0;
}
#wrapper #contents .right .boxMid .contact p {
	line-height: 153.9%;
}
#wrapper #contents .right .achievement .current {
	background-color: #FF6600;
	height: 18px;
}
#wrapper #contents .right .achievement {
	background-color: #000000;
	width: 95%;
	margin: 0 0 10px 0;
}
#wrapper #contents .right h4 {
}
#wrapper #contents .right h3 {
	margin-bottom:5px;
	font-weight:bold;
	color:#FF7C00;
}
#wrapper #contents .right #release {
	padding: 5px 0 5px 10px;
}
/* //サイドバー */

/* ホーム// */
#wrapper #contents.index {
	background-image: url(../images/black.gif);
	background-repeat: no-repeat;
	background-position: 0px -77px;
	padding: 0 20px;
}
#wrapper #contents.index .left {
	width: 670px;
	background-image: url(../images/fiveMin.gif);
	background-repeat: no-repeat;
	background-position: 510px 21px;
}
#wrapper #contents.index .left #lead h2 {
	padding: 35px 0;
	display: block;
}
#wrapper #contents .left #lead #buttons {
	margin: 20px 0 30px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width:500px;
	height: 45px;	
}
#wrapper #contents .left #lead #buttons li {
	display: inline;
	background-repeat: no-repeat;
	float: left;
	padding: 0 25px 0 0;
}
#wrapper #contents .left #lead #buttons li a {
	height: 0px;
	display: block;
	float: left;
	padding-top: 45px;
}
#wrapper #contents .left #lead #buttons li a, #wrapper #contents .left #lead #buttons {
	background-image: url(../images/buttons.png);
	_background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#wrapper #contents .left #lead #buttons li#sample a {
	background-position: 0px 0px;
	width: 225px;
}
#wrapper #contents .left #lead #buttons li#enquete a {
	background-position: -250px 0px;
	width: 225px;
}
#wrapper #contents .left #lead #buttons li#sample a:hover {
	background-position: 0px -60px;
}
#wrapper #contents .left #lead #buttons li#enquete a:hover {
	background-position: -250px -60px;
}
#wrapper #contents .left #qa {
	margin:0;
	padding:0;
}
#wrapper #contents .left #qa dl {
	padding: 0 0 0 60px;
}
#wrapper #contents .left #qa dt {
	padding: 0 0 3px 0;
	background:url(../images/dotLine.gif) repeat-x bottom;
	display: block;
	width: 580px;
}
#wrapper #contents .left #qa li {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 40px 0;
}
#qa1 {
	background-image:url(../images/qa1.gif)
}
#qa2 {
	background-image:url(../images/qa2.gif)
}
#qa3 {
	background-image:url(../images/qa3.gif)
}
#qa4 {
	background-image:url(../images/qa4.gif)
}
#qa5 {
	background-image:url(../images/qa5.gif)
}
#qa6 {
	background-image:url(../images/qa6.gif)
}
#qa7 {
	background-image:url(../images/qa7.gif)
}
#qa8 {
	background-image:url(../images/qa8.gif)
}
#wrapper #contents .left #qa dd .thumb {
	margin:10px 0;
	border:10px #ddd solid;
}
#wrapper #contents .left #qa dd {
	padding: 5px 0 0 0;
}
#doudesuButtons {
	margin: 20px 0 80px 0;
	display: block;
	overflow: hidden;	
	height: 45px;
}
#wrapper #contents .left #doudesu {
	padding: 0 0 0 55px;
}
#doudesu li {
	display: inline;
	background-repeat: no-repeat;
	float: left;
	padding: 0 5px 0 0;
}
#doudesu li a {
	height: 0px;
	display: block;
	float: left;
	padding-top: 45px;
}
#doudesu li a, #doudesu ul {
	background-image: url(../images/doudesuBtn.png);
	_background-image: url(../images/doudesuBtn.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#doudesu li#yes a {
	background-position: 0px 0px;
	width: 155px;
}
#doudesu li#no a {
	background-position: -160px 0px;
	width: 155px;
}
#doudesu li#yes a:hover {
	background-position: 0px -60px;
}
#doudesu li#no a:hover {
	background-position: -160px -60px;
}
#wrapper #contents .left #doudesu dt {
	padding: 10px 0;
}
#wrapper #contents .left #doudesu h3 {
	padding: 10px 0;
}
/* //ホーム */

/* ローカルナビ// */
#l_navi {
	background-image: url(../images/black.gif);
	background-repeat: no-repeat;
	padding: 0 25px;
	height:55px;
}
#l_navi_left {
	float:left;
}
#l_navi_right {
	display: block;
	overflow: hidden;
	float: right;
}
#l_navi_menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	height: 55px;
}
#l_navi_menu li {
	display: inline;
}
#l_navi_menu li a {
	float: left;
	width: 103px;
	height: 0px!important;
	padding-top: 55px;
	overflow: hidden!important;
	display:block!important;
}
#l_navi_menu li a, #l_navi_menu ul {
	background-image: url(../images/subNavi.png);
	_background-image: url(../images/subNavi.gif);
	background-repeat: no-repeat;
}
#l_navi_menu li#l_menu_1 a {
	background-position: 0px 0px;
}
#l_navi_menu li#l_menu_2 a {
	background-position: -103px 0px;
	width: 103px;
}
#l_navi_menu li#l_menu_3 a {
	background-position: -207px 0px;
	width: 103px;
}
#l_navi_menu li#l_menu_1 .set {
	background-position: 0px -55px;
}
#l_navi_menu li#l_menu_2 .set {
	background-position: -103px -55px;
}
#l_navi_menu li#l_menu_3 .set {
	background-position: -207px -55px;
}
#l_navi_menu li#l_menu_1 a:hover {
	background-position: 0px -55px;
}
#l_navi_menu li#l_menu_2 a:hover {
	background-position: -103px -55px;
}
#l_navi_menu li#l_menu_3 a:hover {
	background-position: -207px -55px;
}
/* //ローカルナビ*/

/* 1カラムコンテンツ ワイド// */
#single_column_wide_wrapper {
	text-align:center;
}
#single_column_wide {
	width:850px;
	margin:0 auto;
	padding:30px 0 40px 0;
	text-align:left;
}
#single_column_wide .table_1 {
	margin:0 auto 15px auto;
	width: 850px;
	text-align:left;
}
#single_column_wide .table_1 td {
	vertical-align:middile;
	border: 1px #DDDDDD solid;
	padding: 10px 15px;
	background-color: #FAFAFA;
	font-size:93%;
}
#single_column_wide .table_1 .even {
	background-color: #F5F5F5;
}
#single_column_wide .table_1 th {
	background-image: url(../images/tableTitleBk2.gif);
	padding: 10px 15px;
	vertical-align: top;
	border: 1px #D07300 solid;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	width: 96px;
}
#single_column_wide .table_1 .top {
	border-top: 1px #D07300 solid;
}
#single_column_wide .table_1 .bottom {
	border-bottom: 1px #D07300 solid;
}
#single_column_wide .table_1 .top_bottom {
	border-top: 1px #D07300 solid;
	border-bottom: 1px #D07300 solid;
}
#single_column_wide .table_1 .ri {
	border-right: 1px #D07300 solid;
}
#single_column_wide #design {
	display: block;
}
#single_column_wide #design li {
	display: block;
	padding-right: 30px;
	float: left;
}
#single_column_wide #design img {
	padding-top: 5px;
}
#single_column_wide .table_2 th {
	height: 17px;
	background-image: url(../images/tableTitleBk.gif);
	padding: 7px 0 3px 5px;
}
#single_column_wide .table_2 {
	width: 850px;
}
#single_column_wide .table_2 td {
	height: 20px;
	vertical-align:middle;
	border: 1px #DDDDDD solid;
	padding: 20px 7px;
	background-color: #FAFAFA;
	font-size:93%;
}
#single_column_wide .table_2 .even {
	background-color: #F5F5F5;
}
#single_column_wide .table_2 th {
	border: 1px #DDDDDD solid;
	border-top: 1px #D07300 solid;
	border-bottom: 1px #D07300 solid;
}
#single_column_wide .table_2 .le {
	border-left: 1px #D07300 solid;
}
#single_column_wide .table_2 .ri {
	border-right: 1px #D07300 solid;
}
#single_column_wide .table_2 {
	height: 20px;
}
#single_column_wide .table_2 li {
	margin: 0 0 10px 0;
	line-height:123.1%;
}
#single_column_wide .table_2 .select {
	margin: 12px 0 5px 0;
}

/* ▼▼１カラムコンテンツ▼▼ */
#single_column_wrapper {
	text-align:center;
}
#single_column {
	width:600px;
	margin:0 auto;
	padding:30px 0 40px 0;
	text-align:left;
}
#single_column h3 {
	padding: 0 0 10px 0;
}
#single_column h4 {
	font-size:123.1%;
	font-weight:bold;
	padding: 10px 0;
}
#single_column .table_1 {
	margin:auto;
	width: 550px;
	text-align:left;
}
#single_column .table_1 td {
	vertical-align:middile;
	border: 1px #DDDDDD solid;
	padding: 10px 15px;
	background-color: #FAFAFA;
	font-size:93%
}
#single_column .table_1 th {
	background-image: url(../images/tableTitleBk2.gif);
	padding: 10px 15px;
	vertical-align: top;
	border: 1px #D07300 solid;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	width: 96px;
	color:#ffffff;
	font-size:93%;
	font-weight:bold;	
}
#single_column .table_1 .top {
	border-top: 1px #D07300 solid;
}
#single_column .table_1 .bottom {
	border-bottom: 1px #D07300 solid;
}
#single_column .table_1 .top_bottom {
	border-top: 1px #D07300 solid;
	border-bottom: 1px #D07300 solid;
}
#single_column .table_1 .ri {
	border-right: 1px #D07300 solid;
}
#single_column .lead {
	font-size:93%;
	margin:0 0 5px 0;
}
#single_column .btn {
	width:550px;
	text-align:center;
	margin:15px 0px;
}
img.icon {
	margin-right:5px;
}
#btn_enq {
	text-align:center;
	padding: 10px 0 0 0;
}
#btn_enq span {
	display: block;
	overflow:hidden;
	height:44px!important;
	width:224px;
	padding: 0!important;
	margin: 0 auto;
	background:url(../images/btn_enq-over.jpg) no-repeat;
}
#btn_enq a {
	display: block;
	width:224px;
	padding-top: 50px;
	background:url(../images/btn_enq.jpg) no-repeat;
}
#btn_enq a:hover {
	background:none;
}
/* アンケート */
#mypage_enq #add_question {
	padding: 15px;
	border: 1px #DDDDDD solid;
	background-color: #FAFAFA;
	width:820px;
	text-align:left;
}
#mypage_enq #add_question ul {
	margin-bottom:35px;
	font-size:93%;
}
#mypage_enq #add_question li {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#mypage_enq #question_order_selects_wrapper {
	display: none;
	margin-right:10px;
}
#mypage_enq .lead {
	font-size:93%;
	margin-bottom:5px;
	line-height:150%;
}
#mypage_enq h3 {
	font-size:123.1%;
	padding-bottom:25px;
}
#mypage_enq h4 {
	color: #FF3C00;
	font-weight: bold;
	padding: 0 0 5px 0;
	font-size:123.1%;
}
#mypage_enq h5{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:116%;	
}
/* 回答データ一覧// */
#mypage_entries h4{
	margin:15px 0 5px 0;
	font-weight:bold;
	font-size:116%;	
}
#mypage_entries #entry_index_tbl {
	width: 850px;
	line-height:180%;
}
#mypage_entries #entry_index_tbl th {
	padding: 3px;
	border: 1px #DDDDDD solid;
	background-color:#fafafa;	
}
#mypage_entries #entry_index_tbl td {
	vertical-align:middle;
	border: 1px #DDDDDD solid;
	padding: 3px;
	font-size:93%;
	word-break:break-all;
}
#mypage_entries #entry_index_tbl th.checkbox {
	text-align:center;
	width:30px;
}
#mypage_entries #entry_index_tbl th.created {
	text-align:center;
	width:90px;
}
#mypage_entries #entry_index_tbl th.action {
	text-align:center;
	width:30px;
}
#mypage_entries #entry_index_tbl td.checkbox {
	text-align:center;
}
#mypage_entries #entry_index_tbl td.created {
	text-align:center;
}
#mypage_entries #entry_index_tbl tr {
	background-color: #FFFFFF;
}
#mypage_entries #entry_index_tbl tr.even {
	background-color: #F5F5F5;
}
#mypage_entries .note {
	background-color:#eeeeee;
	margin:15px 0; 
	padding:5px;
	color:#666666;
}
/* 回答データ個別 */
#entry_view {
	width:530px;
	background-color:#ffffff;
	padding:20px 10px 10px 10px;
}
#entry_view .box{
	margin-bottom:15px;
}
#entry_view .question{
	margin-top:10px;
	margin-bottom:5px;
	background-color:#eeeeee;
}
#entry_view .answer{

}
/* アンケート編集ボタン// */
div#enq_edit_form_bottons {
	overflow: hidden;
	margin:40px 0 20px 270px;
}
div#enq_edit_form_bottons ul li#preview {
	float: left;
	width: 164px;
	height: 44px;
}
div#enq_edit_form_bottons ul li#save {
	float: left;
	width: 131px;
	height: 44px;
}
div#enq_edit_form_bottons ul li#preview a{
	display: block;
	width: 164px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
div#enq_edit_form_bottons ul li#save a {
	display: block;
	width: 131px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
div#enq_edit_form_bottons ul li#preview a {
	background:url(../images/btn_preview.jpg) no-repeat;
}
div#enq_edit_form_bottons ul li#preview a:hover {
	background:url(../images/btn_preview-over.jpg) no-repeat;
}
div#enq_edit_form_bottons ul li#save a {
	background:url(../images/btn_save.jpg) no-repeat;
}
div#enq_edit_form_bottons ul li#save a:hover {
	background:url(../images/btn_save-over.jpg) no-repeat;
}
/* //アンケート編集ボタン */

/* 設問削除ボタン// */
#btn_del_question {
	width:49px;
}
#btn_del_question a {
	display: block;
	width:49px;
	height:40px!important;
	background:url(../images/btn_del_question.jpg) left center no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}
#btn_del_question a:hover {
	background:url(../images/btn_del_question.jpg) right center no-repeat;
}
/* //設問削除ボタン */

/* 選択肢追加ボタン// */
.btn_add_choice {
	width:84px;
	margin-top:10px;
}
.btn_add_choice a {
	display: block;
	width:84px;
	height:30px!important;
	background:url(../images/btn_add_choice.jpg) left center no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}
.btn_add_choice a:hover {
	background:url(../images/btn_add_choice.jpg) right center no-repeat;
}
/* //選択肢追加ボタン */

/* 選択肢削除ボタン// */
.btn_del_choice {
	width:39px;
	float:left;
}
.btn_del_choice a {
	display: block;
	width:39px;
	height:30px!important;
	background:url(../images/btn_del_choice.jpg) left center no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}
.btn_del_choice a:hover {
	background:url(../images/btn_del_choice.jpg) right center no-repeat;
}
/* //選択肢削除ボタン */

.single_base {
	padding:20px;
	border:1px #ddd solid;
}

/* お知らせ// */
#info_index{
	padding:5px 0 0 0;
}
#info_index .section{
	font-size:93%;
	padding:10px 0 10px 0px;
	border-bottom:1px #dddddd dotted;
}
#info_index .even{
	background-color:#f1f4fa;
}

#info_view{
	padding:15px 0 0 0;
}
#info_view #subject{
	padding:0 0 10px 5px;
	margin-bottom:15px;
	border-bottom:1px dotted #dddddd;
	/*background-color:#eeeeee;*/
}
#info_view #date{
	font-size:93%;
}
#info_view h4{
	margin:0;
	padding:0 0 5px 0;
}
#info_view #body{
	font-size:93%;
	line-height:180%;
}
#info_view .img{
	margin:5px;
	padding:3px;
	border:1px #ddd solid;
}
/* //お知らせ */

/* 個人情報 */
#privacy ol{
	font-size:93%;
	line-height:180%;
	list-style-type:decimal;
	padding-left:20px;
}
#privacy ol li{
	margin-bottom:10px;
}
#privacy .lead{
	margin:10px 0;
}

/* フッター// */
#footer {
	font-size: 93%;
	text-align: center;
	color: #ffffff;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	background-color:#666;
}
#footer #footer_content a {
	color: #ffffff;
	text-decoration: none;
}
#footer #footer_content a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer #footer_content li {
	display: inline;
}
#footer #footer_content p {
	clear: both;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
}
#footer #footer_content ul {
	padding: 0;
}
/* //フッター */

.support_message {
	font-size:93%;
	margin:50px 0 25px 0;
	text-align:right;
}
.link{
	text-align:center;
	margin:25px 0;
	font-size:93%;
}
.form_buttons{
	text-align:center;
	padding:25px 0 0 0;
}
.middle * {
	vertical-align:bottom;
}
.w60 {
	width:60px;
}
.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w160 {
	width:160px;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w350 {
	width:350px;
}
.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
.w530 {
	width:530px;
}
.w550 {
	width:550px;
}
.w600 {
	width:600px;
}
.w95per {
	width:95%;
}
.w100per {
	width:100%;
}
.h50 {
	height:50px;
}
.h100 {
	height:100px;
}
.h200 {
	height:200px;
}
.h300 {
	height:300px;
}
.h400 {
	height:400px;
}
.h500 {
	height:500px;
}
.mt5 {
	margin-top:5px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.error_message {
	font-size:93%;
	padding:10px;
	margin-bottom:15px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
}
.error {
	color:#ff0000;
	font-weight:bold;
}
.error_field {
	border: 2px solid #FF0000;
}

@media screen { 
  div#preloader { 
    position: absolute; 
    left: -9999px; 
    top: -9999px; 
  } 
  div#preloader img { 
    display: block; 
  } 
} 
@media print { 
  div#preloader, 
  div#preloader img { 
    visibility: hidden; 
    display: none; 
  } 
}
.choice_table td{
	font-size:100%;
}
.cabinet {
	margin:5px 0 0 0;
	padding:10px;
	background-color:#eee;
	border:1px #ddd solid;
	width:380px;
}
.thumb {
	margin:5px 10px 0 32px;
	padding:3px;
	border:1px #ddd solid;
}

.design_thumb {
	margin:5px 35px 15px 0;
	padding:3px;
	border:1px #ddd solid;
}

/* マイーページ - トップ */
#mypage_home h3 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	color:#333;
	font-size:84%;
	font-weight:bold;
/*	border-bottom:1px #999 solid;*/
}
#mypage_home .section {
	margin:0 0 10px 0;
	padding:10px 0;
	color:#333;
	border-bottom:1px #999 dotted;
}
#mypage_home .info_tbl {
	margin:auto;
	width: 850px;
	text-align:left;
}
#mypage_home .info_tbl td {
	vertical-align:top;
	font-size:93%;
}
#mypage_home .info_tbl th {
	vertical-align:top;
	width:100px;
	font-size:93%;
}
#mypage_home .new {
	color:red;
}

/* マイーページ - 集計 */
#report h4 {
	margin:0;
	padding:5px 0 10px 0;
	font-weight:normal;
	color:#CC0066;
	font-size:93%;
}
#report .enq_name {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
#report .section {
	margin-bottom:15px;
}
#report .section .top{
	width:850px;
	height:5px;
	background:url(../images/summary_section_top.gif) no-repeat;
}
#report .section .middle{
	padding:0 10px 10px 10px;
	width:828px;
	border-left:#d5d5d5 solid 1px;
	border-right:#d5d5d5 solid 1px;	
}
#report .section .bottom{
	width:850px;
	height:5px;
	background:url(../images/summary_section_bottom.gif) no-repeat;
}

#report .go_to_pagetop {
	font-size:93%;
	text-align:right;
}

#single_column_wide .report_tbl {
	margin:0;
	padding:0;
	width: 830px;
	text-align:left;
}
#single_column_wide .report_tbl td {
	vertical-align:middile;
	border:1px solid;
	border-color:#b1b8c0;
	padding:5px;
	font-size:93%;
}
#single_column_wide .report_tbl td.choice {
	width:380px;
}
#single_column_wide .report_tbl td.count {
	width:40px;
	text-align:right;
}
#single_column_wide .report_tbl td.ratio {
	width:40px;
	text-align:right;	
}
#single_column_wide .report_tbl td.bar {
	width:330px;
}
#single_column_wide .report_tbl tr {
	background-color:#FAFAFA;
}
#single_column_wide .report_tbl .even {
	background-color: #F5F5F5;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
img.bottom {
	vertical-align: bottom;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
 height: auto;
 overflow: hidden;
 /**/
}

.message {
	margin:5px 0;
	color:#ff3c00;
	font-weight:bold;
	line-height:150%;
	padding:10px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
	font-size:93%;
}

.message_1 {
	margin:5px 0;
	color:#333;
	line-height:180%;
	padding:10px;
	background-color:#f0f0f0;
	font-size:93%;
}

/* メッセージ:成功// */
.success_message {
	color:#556653;
	padding:10px;
	background-color:#d5ffcf;
	border:#9adf8f solid 1px;
	font-size:93%;
}
.success_message li {
	margin:0px;
	padding-left: 22px;
	line-height:140%;
	background:url(../images/icon_success.png) 0% 1px no-repeat
}
/* //メッセージ:成功 */

/* メッセージ:情報// */
.info_message {
	color:#725aa4;
	padding:10px;
	background-color:#dce3ff;
	border:#a1b4ee solid 1px;
	font-size:93%;
}
.info_message li {
	margin:0px;
	padding-left: 22px;
	line-height:140%;
	background:url(../images/icons/information.png) 0% 0px no-repeat
}
/* //メッセージ:情報 */
.mentenance_message {
	margin:5px 0;
	color:#ff3c00;
	font-weight:bold;
	line-height:150%;
	padding:10px;
	background-color:#FFE1E1;
	border:1px dotted;
	border-color:#FF99CC;
	font-size:93%;
}