@charset "utf-8";

/*==========================================
 *************** MARINE NET ****************
============================================*/
/* アンケート： 2016-03-03 */

/*----------------------------*/
/* ==00 コンテンツ設定  　    */
/*----------------------------*/

#quest div#enquete_contentswrap {
	height: 100%;
	width: 100%;
	margin-top: 19px;
	background-color: #fff;
	
}

#quest div#subcontents_quest_wrapper{
	width:100%;
	padding:0 62px 0 62px;
}

/*----------------------------*/
/* ==00 左カラム設定  　 　   */
/*----------------------------*/

#quest div#leftwrap {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	width: 61.6%;
	float: left;
}

 /*----------------------------*/
/* ==00 右カラム設定  　    */
/*----------------------------*/

#quest div#rightwrap {
	margin-top: 19px;
	height: 100%;
	width: 33%;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 9px 0 9px;
}

/*広告バナーエリア*/

#quest div#rightwrap .ad01 {
    width: 100%;
	background-color: #FFFFFF;
	height: 58px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}

#quest div#rightwrap #questList {
	width: 100%;
	height: 100%;
	margin-top: 18px;
	font:normal 12px/23px "Verdana, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	color:#006699;
	background: #fafafa;
}

#quest div#rightwrap #questListTtl {
	height: 38px;
	width: 100%;
	background-image: url(/img/enquete/quest_ttl.gif);
	background-repeat: no-repeat;
}

#quest div#rightwrap #questListTtl img {
	margin: 12px 0 0 0 ;
	float:right;
}

#quest div#rightwrap #questList ul{
	list-style:none;
	margin: 10px 10px 0 ;
}

#quest div#rightwrap #questList ul.box01 li {
	list-style: none;
	/*border-bottom: 1px solid #cccccc;*/
}

#page ul li.prev { float:left; }
#page ul li.next { float:right; }

#page ul li.prev a {
	background:url(../img/enquete/btn_prev_arrow.gif) no-repeat;
	padding:2px 0 0 3px;
}

#page ul li.next a {
	background:url(../img/enquete/btn_next_arrow.gif) no-repeat;
	padding:2px 0 0 0;
}

/*-------------------------------------
　 アンケート（quest_top.html）
-------------------------------------*/

#quest div#leftwrap .questBox ul.box01 li {
	list-style: none;
}

#quest div#leftwrap .questBox .choose {
	margin-top: 30px;
}

#quest div#leftwrap .questBox .choose img {
	float: left;
	margin-right: 20px;
}

#quest div#leftwrap .questBox .choose ul li input {
	float: left;
	margin-right: 5px;
}

#quest div#leftwrap .questBox .choose ul li span {
	display: block;
	margin-top: -3px;
	margin-left: 20px;
}


#quest div#leftwrap .questBox .btnArea {
	width: 80%;
	margin: 40px auto;
}


#quest div#leftwrap .questBox .btnArea ul li select {
	padding: 5px;
	background: #faffbd;
	width: 180px;
	margin-top: 4px;
}

#quest div#leftwrap .questBox .btnArea ul li.select01 {
	float: left;
}

#quest div#leftwrap .questBox .btnArea ul li.day {
	margin-top: 30px;
	font-family: Verdana, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}


/*投票後*/
#quest div#leftwrap .questBox .chooseAfter {
	margin: 30px;
	text-align: center;
}

#quest div#leftwrap .questBox .chooseAfter img {
	margin-right: 20px;
}


/*-------------------------------------
　 アンケート結果（quest_result.html）
-------------------------------------*/
/*棒グラフ*/
.chartBarRod {
	padding:20px 20px 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.chartBarRod .line {
	*zoom:1;
	padding:0 10px 5px 0 ;
	/*border-bottom:#acd0f4 4px solid;*/
	text-align: right;
	margin-bottom: 5px;
}
.chartBarRod .line:after {
	display:block;
	clear:both;content:""
}
.chartBarRod ul {
	margin-bottom:10px;
	padding-bottom:5px;
	/*border-bottom:#acd0f4 4px solid;*/
}
.chartBarRod li.even {
	background-color:#f6f6f6;
}
.chartBarRod li.day {
	margin: 30px auto 0;
    	font-family: Verdana, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
.chartBarRod li .head {
	display:table-cell;
	width:161px;
	padding:15px 8px 15px 10px;
	border-right:#cdcdcd 1px solid;
	vertical-align:middle;
	line-height:1.3;
	*display:inline-block;
	*zoom:1;
}
.chartBarRod li .graph {
	width:187px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	*margin-left:-5px;
}
.chartBarRod li .graph .bar {
	text-indent:-9999px;
	display:block;
	height:16px;
	overflow:hidden;
	background:#00528c;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, #00528c), color-stop(100%, #1363a0));
	background:linear-gradient(to right, #00528c 0%, #1363a0 100%);
	
}
.chartBarRod li .result {
	display:table-cell;
	width:100px;
	padding-right:10px;
	vertical-align:middle;
	text-align:right;
	*display:inline;
	*zoom:1;
	*margin-right:-10px;
}
.chartBarRod li .result span {
	display:block;
	margin-bottom: 3px;
}
.chartBarRod li .result em {
	font-weight:bold;
	font-style: normal;
}

/*円グラフ*/
.chartBarCircle {
	padding:20px 0 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.chartBarCircle .line {
	padding:0 10px 5px 0 ;
	text-align: right;
	margin-bottom: 5px;
}
.chartBarCircle .line:after {
	display:block;
	clear:both;content:""
}
.chartBarCircle ul {
	margin-top: 50px;
	margin-bottom:10px;
	padding-bottom:5px;
}
.chartBarCircle .bRline {
	border-right: 2px #fff solid;
}

.chartBarCircle li.even {
	background-color:#f6f6f6;
}
.chartBarCircle li.day {
	margin-top: 30px;
    	font-family: Verdana, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
.chartBarCircle li.evenLast {
	width:50%;
}
.chartBarCircle li.evenLast .bRline {
	border: none;
}
.chartBarCircle li .head {
	display:table-cell;
	width:35%;
	text-indent: -1em;
	padding:15px 5px 15px 2em;
	vertical-align:middle;
	line-height:1.3;
	*text-indent: -0.5em;
	*zoom:1;
	*width: 30%;
}
.chartBarCircle li.evenLast .head {
	width:70%;
}

.chartBarCircle li .result {
	display:table-cell;
	padding-right:10px;
	vertical-align:middle;
	text-align:right;
	*display:inline;
	*zoom:1;
}
.chartBarCircle li .result span {
	display:block;
	margin-bottom: 3px;
	text-align:right;
}
.chartBarCircle li .result em {
	font-weight:bold;
	font-style: normal;
}
.chartBarCircle li .head span.square01 {
	color: #ed3a58;
	margin-right: 0.1em;
}
.chartBarCircle li .head span.square02 {
	color: #3e9ece;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square03 {
	color: #f7ab48;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square04 {
	color: #9ec700;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square05 {
	color: #f2e755;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square06 {
	color: #0172b6;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square07 {
	color: #56b2ad;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square08 {
	color: #ea6ed3;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square09 {
	color: #549b5f;
	margin-right: 0.1em;	
}
.chartBarCircle li .head span.square10 {
	color: #d6d6d6;
	margin-right: 0.1em;	
}



/*-------------------------------------
　 アンケート　201612修正
-------------------------------------*/

/*業種選択*/

.ans_select{
	width:100%;
	padding:20px 0 0 0;
	overflow:hidden;
}
.ans_select h4{
	text-align:left;
	font-size:14px;
	font-weight: bold;
	background:none;
	padding:0;
	margin:0 0 10px;
}
.ans_select h4 span{
	color:#00698c;
}

.ans_select .select01{
	padding:0;
	margin:0;
	width:100%;
}

.ans_select .select01 select{
	padding: 5px;
	background: #faffbd;
	width: 200px;
}



/*回答意見*/

.ans_commenttxt{
	width:100%;
	padding:20px 0 0 0;
}
.ans_commenttxt .textarea{
	width:95%;
	padding:10px;
	margin:10px auto;
	resize:none;
	height:60px;
}
.ans_commenttxt h4{
	text-align:left;
	font-size:14px;
	font-weight: bold;
	background:none;
	padding:0;
}

.ans_commenttxt h4 span{
	color:#00698c;
}


/*注意書き*/

.policy{
	background: #DDEEF4;
	padding:10px;
	width:95%;
	margin:0;
	border:1px solid #cedee4;
	margin:15px 0 0;
	
}
.policy p{
	padding:0 10px;
	margin:0;
	font-size:12px;
	line-height:1.7em;
	color: #333;
	
}

.policy ul{
	padding:10px 10px 10px 25px;
	margin:0;
	list-style-type: square;
	list-style-position: outside;
}

.policy ul li{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.5em;
	color: #333;
	
}

/*投票ボタン*/

#quest div#leftwrap .questBox .btnArea {
	margin: 40px auto;
}

#quest div#leftwrap .questBox .btnArea ul li {
	list-style: none;
	text-align: center;
}
#quest div#leftwrap .questBox .btnArea ul li.vote a:hover{
	padding:0;
	margin:0;
	opacity:0.7;
}
#quest div#leftwrap .questBox .btnArea ul li.day {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:16px;
}

#quest div#leftwrap .term {
	margin:30px 0 0 0;
	font-weight:normal;
	font-size:16px;
	text-align:center;
}

/*コメントアコーディオン表示*/

.ans_list {
	padding:0;
	margin:0;
	border:#00698C 1px solid;
	}
.ans_list.result {
	margin-top:-30px;
}
.ans_list h4{
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding:10px 0 10px 43px;
	background: url(../img/enquete/ico_ans.png) center left 10px #00698c no-repeat;
}
.ans_list .InfoList{
	width:94%;
	padding:10px 0;
	margin:0 auto;
	list-style:none;
}
.ans_list .InfoList li{
	padding:10px 5px;
	border-bottom:1px solid #e2e2e2;
    display:none;
	line-height:1.4em;
}
.ans_list .InfoList li:last-child{
	border-bottom:none;
	line-height:1.5em;
}

.ans_list .InfoList li p.type{
	font-size:12px;
	padding:0;
	margin:0;
	color:#999;

}
.ans_list .InfoList li p.day{
	font-size:12px;
	padding:0;
	margin:0 10px 0 0;
	color:#05657a;
	float:left;
}
.ans_list .InfoList li .comment{
	font-size:14px;
	padding:0;
	margin:5px 0 0 0;
	clear:both;
}

.ans_list .InfoList li.Display{
	display:block;
}
.ans_list .ShowAll{
	width:100%;
	margin:0;
}
.ans_list .ShowAll li{
	font-size:13px;
	color:#07C;
	padding:10px 0;
	text-align: center;
	cursor:pointer;
	list-style-type:none;
	display:none;
	background:#E5E9EC;
	margin:0 15px 15px 15px;
}
.ans_list .ShowAll li:hover{
	color:#ff0099;
	text-decoration:underline;
}
.ans_list .ShowAll li.Display{
	display:block;
}


@media screen and (max-width: 600px) {
    /*----------------------------*/
/* ==00 左カラム設定  　 　   */
/*----------------------------*/

    #quest div#leftwrap {
        width: 100%;
    }

    /*----------------------------*/
    /* ==00 右カラム設定  　    */
    /*----------------------------*/

    #quest div#rightwrap {
        width: 100%;
	}
	#quest div#subcontents_quest_wrapper{
		padding:0 40px 0 0px;
	}
}