@charset "utf-8";


/*
アンケートページ内・アンケートプラグイン使用ページ用
コンテンツボックス詳細設定CSS

【1】メイン・センター
1-m1 アンケート結果						#surveyresult
1-m2 アンケート一言コメント				#surveycomment
1-m3 アンケートスタッフコメント			#surveystaff

【2】サイド
2-s1 アンケートプラグイン(共通)			#survey
2-s2 アンケートプラグイン(結果ページ)	.survey #survey
2-s3 アンケート一覧						#surveymenu		

 ※ 数字の前の略語
　m ･･ メイン枠内(2･3カラム共通)
　c ･･ センター枠内(3カラムのメイン枠)
　s ･･ サイド内(2･3カラム共通)
　l ･･ 左サイド内(2･3カラム共通)
　r ･･ 右サイド内(3カラムのみ)

各ボックス内に主に以下のセレクタを追加でほぼ対応可能
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}
.photoframe {}
*/



/*1-m1 アンケート結果*/
#surveyresult {
}
#surveyresult .title {}
#surveyresult .content {}
#surveyresult .unit {
	width: 438px;
	float: left;
}
#surveyresult .comment {}
#surveyresult .more {}
#surveyresult .sw {}
#surveyresult .bt {}

#surveyresult .unit .title {
	background: none;
	text-align: center;
	color: #0000FF;
	font-size: 1.4em;
	padding: 0 0 10px;
}
#surveyresult .unit .comment {}
#surveyresult .unit .more {
	text-align: left;
}
#surveyresult .unit .sw {}
#surveyresult .unit .bt {}
#surveyresult #survey_result_time {
	display: inline;
}
#surveyresult #survey_result_num {
	text-align: right;
}

/*1-m2 アンケート一言コメント*/
#surveycomment {
	clear: left;
}
#surveycomment .title {}
#surveycomment .content {}
#surveycomment .unit {}
#surveycomment .comment {}
#surveycomment .more {}
#surveycomment .sw {}
#surveycomment .bt {}

/*1-m3 アンケートスタッフコメント*/
#surveystaff {}
#surveystaff .title {}
#surveystaff .content {}
#surveystaff .unit {}
#surveystaff .comment {}
#surveystaff .more {}
#surveystaff .sw {}
#surveystaff .bt {}




/*2-s1 アンケートプラグイン（共通）*/
#survey {}
#survey .title {}
#survey .content {}
#survey .comment {}
#survey .bt {}
#survey .more {
	text-align:center;
}

  /*全体の枠*/
  #out_table {
	border :1px solid #adadad;
	width :173px;
	margin :5px auto;
	padding :5px;
	font-size :12px;
	word-break :break-all;
  }
  /*アンケートタイトル*/
  #survey_title	{
	font-weight :bold;
	color :#0033FF;
	padding-top :3px;
	padding-left :3px;
  }
  /*アンケート表示期間*/
  #survey_time	{
	font-size :9px;
	color :#666666;
  }
  /*アンケート概要*/
  #survey_brief	{
	border :1px dotted #adadad;
	margin-bottom :10px;
	margin-top :10px;
	padding :3px;
	line-height :1.5;
  }
  /*アンケート項目(tableタグ)*/
  table.survey_vote	{
	border:	0px solid;
  }
  /*アンケート項目(trタグ)*/
  tr.survey_vote	{
	height :15px;
	width :150px;
  }
  /*アンケート項目(tdタグ)*/
  td.survey_vote	{
	vertical-align:middle;
  }
  /*アンケート投票ボタン*/
  #vote_button	{
	text-align :center;
	line-height :2;
  }
  /*アンケート結果表示:一言個別コメント大枠*/
  .survey_comment_box{
	border :1px solid;
	padding :5px;
	border-color :#adadad;
	margin-bottom :5px;
  }
  /*アンケート結果表示:一言コメント題字*/
  .survey_comment_name	{
	font-weight :bold;
	border-bottom :1px dotted;
	border-color :#adadad;
	padding :2px 5px 2px 5px;
  }
  /*アンケート結果表示:一言コメント内容*/
  #survey_comment_data	{
	padding :5px;
	line-height :1.5;
  }

  /*過去のアンケート名*/
  .past_survey_name{
	margin:5px;
	border-bottom			:1px dashed #adadad;
  }

  /*過去のアンケート期間*/
  .past_survey_time{
	font-size :9px;
	color :#666666;
  }

  /*アンケート概要*/
  #result_survey_brief{
	 text-align :left;
	 border :1px dotted #adadad;
	 padding :10px;
	 vertical-align :top;
	 line-height :1.5;
	 margin-bottom :5px;
	 margin-top :10px;
  }

  /*アンケート結果表示:アンケート期間*/
  #survey_result_time		{
	color :#666666;
	font-size :100%;
  }
  /*アンケート結果表示:アンケート総数*/
  #survey_result_num		{
	color :#000000;
	font-size :100%;
  }

/*2-s2 アンケートプラグイン（結果ページ）*/
.survey #survey {
	float:right;
	width:200px;
}



/*2-s3 アンケート一覧*/
#surveymenu {}
#surveymenu .title {}
#surveymenu .content {}
#surveymenu .unit {}
#surveymenu .comment {}
#surveymenu .more {}
#surveymenu .sw {}
#surveymenu .bt {}
