﻿@charset "utf-8";



/*----------------------------------------------------------------------------------------------------
	Reset
----------------------------------------------------------------------------------------------------*/

html,body,h1,h2,h3,h4,h5,p,ul,li,ol,li,table,th,td,dl,dt,dd,form,input,a,img {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,p { line-height: 100%; }
a { line-height: 100%; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; border: none; }
tr,th { border: none; }
ul,ol{ list-style-type: none; }



/*----------------------------------------------------------------------------------------------------
	Base
----------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------
New Clear Fix
--------------------------------------------------*/
.cf:before,.cf:after { content:""; display:table; }
.cf:after{ clear:both; }
.cf{ zoom:1; }/* For IE 6/7 (trigger hasLayout) */



/*--------------------------------------------------
Common
--------------------------------------------------*/
html { font-size: 62.5%; }
body { width: 100%; font-size: 14px; font-size: 1.4rem; color: #222; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" }
a:link { color: #0000b5; }
a:visited { color: #0000b5; }
a:hover { color: #4c4cfa; }
h1 { color: #666; font-size: 10px; font-weight: normal; }
#wrapper { width: 960px; margin: 0 auto; }
#wrapper .wrapperInner { padding-top: 15px; }
#contents { width: 730px; float: right; }
#contents2 { width: 860px; margin: auto; }
#wrapper .txtAppeal { margin-top: 20px; padding: 10px; /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;*/ text-align: center; line-height: 1.2; border-radius: 6px; border: 1px solid #f2b93e; background: #fdeac5; }




/*--------------------------------------------------
Header
--------------------------------------------------*/
#header { width: 960px; margin: 0 auto; }
#header .headerInner { padding-top:10px; }
.topTitle { float: left; }
.logo { padding-top: 20px; }
.topInquiry { float: right; }
.topTel{ padding-top: 5px; }



/*--------------------------------------------------
Global Navi
--------------------------------------------------*/
#gnavi { height: 45px; margin-top: 20px; background: url(https://img.fruitmail.net/research-plus/img/common/gnavi_bg.gif) repeat; }
#gnavi .gnaviInner { width: 960px; margin: 0 auto; }
#gnavi li { float: left; }



/*--------------------------------------------------
Drop Down Menu
--------------------------------------------------*/
/* メインメニュー */
#gnavi ul { display: block; list-style-type: none; margin: 0; padding: 0; }

/* サブメニュー */
#gnavi ul ul{ display: none; width: 190px; top: 40px; left: 0; position: absolute;  border: solid 1px #fff; border-bottom: none; }
#gnavi li li {  width: 190px; padding: 10px 0; float: none; font-size: 12px; font-size: 1.2rem; line-height: 100%; text-align: center;  clear: both; border-bottom: solid 1px #fff; background: #faebeb; }
#gnavi li li a {  color: #222; text-decoration: none; }
#gnavi li li:hover { background: #f9cece; }
#gnavi li:hover { position: relative; }
#gnavi li:hover ul { display: block; }

/* IE6用 */
* html #gnavi li {
   behavior: expression(
	  this.onmouseover=new Function("this.className='column1'"),
	  this.onmouseout=new Function("this.className=''"),
	  this.style.behavior = 'none'
   );
}

* html #gnavi li li {
   behavior: expression(
	  this.onmouseover=new Function("this.className='column2'"),
	  this.onmouseout=new Function("this.className=''"),
	  this.style.behavior = 'none'
   );
}

#gnavi .column1 { position: relative; }
#gnavi .column1 ul { display: block; }
#gnavi .column1 * ul { display: none; }

#gnavi .column2 { position: relative; }
#gnavi .column2 ul { display: block;}
#gnavi .column2 * ul { display: none; }

#gnavi .column2 { background: #f9cece; }



/*--------------------------------------------------
Bread Crumb
--------------------------------------------------*/
.breadCrumb { display: flex; white-space: nowrap; }
.breadCrumb li::after { display: inline-block; padding: 0 5px; content: '>'; color: #333; }
.breadCrumb li:last-child::after { display: none; }
.breadCrumb li a { display: inline-block; text-decoration: none; margin: 0 5px 0 0; font-size: 1.2rem;  }
.breadCrumb li:last-child a { color: #333; }


/*--------------------------------------------------
Side Navi
--------------------------------------------------*/
#sideNavi { width: 210px; float: left; }
.monitorCount {	width: 204px; padding: 2px 2px 20px 2px; border: 1px solid #ccc; text-align: center; }
.monitorCount .counter { padding-top: 20px; font-size: 22px; font-size: 2.2rem; font-weight: bold; }
.monitorCount .month { display: none; font-size: 12px; font-size: 1.2rem; }
.regist { margin-top: 10px; }
.registInner { border-style: none solid solid; border-width: 2px; border-color: #fc820d; }
.registExp { font-size: 12px; font-size: 1.2rem; line-height: 150%; }
.registInner2 { padding: 10px 6px; background: #feeabd; border: 2px solid #FFFFFF; }
.registBtn { padding-top: 10px; }
.loginBtn { padding-top: 10px; }
.sideNaviSectionTop { height: 5px; margin-top: 10px; background: url(https://img.fruitmail.net/research-plus/img/common/sidenavi_bg01.gif) no-repeat; }
.sideNaviSectionMiddle { background-color: #e9e9f9; }
.toForm li { padding-bottom: 5px; line-height: 0; }
.extraContents li { padding-top: 5px; }
.sideNaviSectionMiddleInner { padding: 0 5px; }
.monitorInstruction { height: 150px; margin-top: 10px; background: url(https://img.fruitmail.net/research-plus/img/common/subnavi_bg_monitor.gif); }
.monitorTitle { padding-top: 7px; }
.monitorInstructionInner { width: 182px; paddingright: 8px; padding-left: 8px; }
.monitorLogo { padding-top: 5px; float: left; }
.monitorBtn { padding-top: 5px; float: right; }
.sideNaviSectionBottom { height: 5px; background: url(https://img.fruitmail.net/research-plus/img/common/sidenavi_bg02.gif) no-repeat; }
.pMark { padding-top: 15px; }



/*--------------------------------------------------
Member Side Navi
--------------------------------------------------*/

.memberMenu { padding-top: 10px; }
.memberMenu ul { padding-top: 5px; background: #e9e9f9; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }
.memberMenu li { padding-bottom: 1px; padding-left: 4px; }


/*--------------------------------------------------
Bottom Inquiry
--------------------------------------------------*/
.bottomInquiry { padding: 10px; margin-top: 50px; border: solid 1px #ccc; font-size: 14px; font-size: 1.4rem; }
.bottomInquiryTop { margin-top: 20px; } /* only Top Page */
.bottomInquiryLeft { width: 350px; padding-top: 10px; color: #555; line-height: 150%; float:left; }
.bottomInquiryRight { float:right; }
.bottomTel { padding-top: 5px; }



/*--------------------------------------------------
Social Btn
--------------------------------------------------*/
.socialBtn { padding-top: 50px; }
.socialBtn li { float: right; padding-left: 10px; }
.twitter-share-button{ width: 90px !important; padding: 0px; margin: 0px; }
.facebook { width: 105px; }



/*--------------------------------------------------
PageTop
--------------------------------------------------*/
.pageTop { width: 960px; margin: 30px auto 0; }
.pageTopInner { width: 120px; height: 30px; background: url(https://img.fruitmail.net/research-plus/img/common/pagetop.gif); float: right; position: relative; }
.pageTop p { font-size: 12px; font-size: 1.2rem; position: absolute; top: 12px; left: 35px; }
.pageTop a { text-decoration: none; line-height: 120%; }



/*--------------------------------------------------
Footer
--------------------------------------------------*/
#footer { padding: 10px 0 60px; background: #e9e9f9; font-size: 12px; font-size: 1.2rem; }
.footerInner { width: 960px; margin: 0 auto; }
.copyright { float: left; }
#footer ul { float: right; }
#footer li { padding: 0 5px; float: left; border-right: solid 1px #ccc; }
#footer li.liLast { border-right: none; padding-right: 0px; }
#footer a { color: #222; text-decoration: none; }
#footer a:hover { color: #666; }



/*--------------------------------------------------
What's New
--------------------------------------------------*/
.upDateInfo h3 { height: 28px; padding: 8px 0 0 10px; line-height: 150%; font-size: 16px; font-size: 1.6rem; background: url(https://www.research-plus.net/img/contents/lower_bg_ttl730.gif) no-repeat; }
.topUpDateSize { height: 180px; overflow: auto; }
.upDateInfoInner { border:1px solid #ccc; border-top: none; padding: 3px; background: #EBEBFC; }
.borderTop { border-top:1px solid #ccc; }
.upDateInfo dl { padding: 10px 20px 10px; background: #fff; font-size: 14px; font-size: 1.4rem; /*height: 105px; overflow: auto;*/ }

.upDateInfo dt { float: left; width: 80px; padding: 5px 0 0 0; line-height: 1.5; }
.upDateInfo dd { margin-bottom: 10px; padding: 5px 0 5px 140px; border-bottom: 1px dotted #ccc; line-height: 1.5; }

.upDateNew { background: url(https://img.fruitmail.net/research-plus/img/common/icon_update-new.gif) no-repeat 80px 8px; }
.upDateNotice { background: url(https://img.fruitmail.net/research-plus/img/common/icon_update-notice.gif) no-repeat 80px 8px; }



/*----------------------------------------------------------------------------------------------------
	Content
----------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------
Common
--------------------------------------------------*/
.contentsInner { padding-top: 20px; font-size: 14px; font-size: 1.4rem; }
h2 { height: 28px; padding: 8px 0 0 10px; font-size: 16px; font-size: 1.6rem; line-height: 150%; background: url(https://img.fruitmail.net/research-plus/img/contents/lower_bg_ttl730.gif) no-repeat; }
.contentsInner2 { padding: 30px 10px 0; }
h3 { height: 21px; padding: 9px 0 0 25px; margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; background: url(https://img.fruitmail.net/research-plus/img/contents/lower_bg_ttl01.gif) no-repeat; }
.chapter { padding-bottom: 50px; }
.chapter p { line-height: 150%; }
.smallChapter { padding-bottom: 30px; }
.figure { padding-top: 20px; }
h4 { padding: 5px 0 5px 12px; margin-bottom: 20px; font-size: 14px; font-size:1.4rem; background: url(https://img.fruitmail.net/research-plus/img/contents/icon_listmark01.gif) no-repeat; background-position: left; border-top: dotted 1px #ccc; border-bottom: dotted 1px #ccc; }
h3 span { font-size: 10px; font-size: 1rem; font-weight: normal; padding-left: 10px; }
h5 { padding-top: 15px; font-size: 14px; font-size: 1.4rem; }
.btmPadding20 { padding-bottom: 20px; }
.btmPadding5 { padding-bottom: 5px; }
.topPadding10 { padding-top: 10px; }



/*--------------------------------------------------
Quality
--------------------------------------------------*/
.specialPanelWrapper { border: solid 1px #ccc; border-top: none;}
.specialPanelLeft { width: 353px; border-right: solid 1px #ccc; float: left; }
.specialPanelRight { width: 354px; float: right; }
.specialPanel { border-top: solid 1px #ccc; }
.specialPanel dt { font-weight: bold; padding: 5px 0 5px 10px; background: #e8eaf7; }
.specialPanel dd { padding: 10px; }
.qualityControl { padding-bottom: 10px; }
.qualityControlHead01 { height: 40px; background: url(https://img.fruitmail.net/research-plus/img/contents/quality_icon01.gif) no-repeat left; position: relative; }
.qualityControlHead02 { height: 40px; background: url(https://img.fruitmail.net/research-plus/img/contents/quality_icon02.gif) no-repeat left; position: relative; }
.qualityControlHead03 { height: 40px; background: url(https://img.fruitmail.net/research-plus/img/contents/quality_icon03.gif) no-repeat left; position: relative; }
.qualityControlH4 { width: 665px; padding: 5px 0; margin-bottom: 0; margin-left: 45px; position: absolute; bottom: 0px; background-image: none; }
.qualityControl dl { padding-top: 20px; }
.qualityControl dt { font-weight: bold; color: #fe6d16; background: url(https://img.fruitmail.net/research-plus/img/contents/icon_listmark02.gif) no-repeat left center; padding-left: 12px; bottom: 0px; }
.qualityControl dd { padding-bottom: 15px; line-height: 150%; }



/*--------------------------------------------------
Basic Reserach
--------------------------------------------------*/
.screenImageLeft { width: 340px; padding-top: 20px; float: left; text-align: center; }
.screenImageRight { width: 340px; padding-top: 20px; float: right; text-align: center; }
.sampleWrapper {  border: solid 1px #ccc; }
.sampleExp { padding-bottom: 20px; }
.sample { padding: 0 10px; }
.sample li { padding: 10px 60px 10px 25px; float: left; }
.sample .Questionnaire { background: url(https://img.fruitmail.net/research-plus/img/contents/24help.gif) no-repeat left center; }
.sample .report { background: url(https://img.fruitmail.net/research-plus/img/contents/24total.gif) no-repeat left center; }
.sample .monitordata { background: url(https://img.fruitmail.net/research-plus/img/contents/24people.gif) no-repeat left center; }
.sample .closs { background: url(https://img.fruitmail.net/research-plus/img/contents/24search.gif) no-repeat left center; }
.sample .download { background: url(https://img.fruitmail.net/research-plus/img/contents/24dl.gif) no-repeat left center; }
.basicGoodsTitle { padding-bottom: 5px; }
.basicGoodsWrapper { border: solid 1px #ccc; }
.basicGoods { padding: 0 10px; }
.basicGoods li { padding: 10px 10px 10px 0; float: left; white-space: nowrap; }
li.basicGoodsLast { width: 600; }
.optionExp { padding-bottom: 20px; }
.optionWrapper { border: solid 1px #ccc; border-top: none;}
.optionLeft { width: 353px; border-right: solid 1px #ccc; float: left; }
.optionRight { width: 354px; float: right; }
.option { border-top: solid 1px #ccc; }
.option dt { font-weight: bold; padding: 5px 0 5px 10px; background: #e8eaf7; }
.option dd { height: 60px; padding: 10px; line-height: 150%; }



/*--------------------------------------------------
Simple Research
--------------------------------------------------*/
.limitExp li { line-height: 150%; }



/*--------------------------------------------------
GIS Research
--------------------------------------------------*/
.gisExpFrame { padding: 10px; margin-bottom:20px; background: #fafafa; }
.gisImage { padding-right: 10px; float: left; }
.gisMethod { width: 485px; float: left; }
.gisMethod dt { margin-bottom: 10px; font-weight: bold; border-bottom: dotted 1px #ccc; }
.gisMethod dd { line-height: 150%; }



/*--------------------------------------------------
Media Support
--------------------------------------------------*/
.rateMediaSupport { margin-bottom: 20px; font-weight: bold; display: inline-block; background: #fdeac5; }
.mediaRateTable { width: 280px; margin-bottom: 10px; }
.mediaRateTable th { width: 45%; padding: 5px 0 5px 5px; border: solid 1px #ccc; font-weight: normal; text-align: left; background: #eae9f9; }
.mediaRateTable td { padding: 5px 0 5px 5px; border: solid 1px #ccc; }
.mediaAttention li { line-height: 150%; }



/*--------------------------------------------------
Recruiting
--------------------------------------------------*/
.recruitAttention li { line-height: 150%; }



/*--------------------------------------------------
Vocabulary
--------------------------------------------------*/
.vocabularyH2 { height: auto; padding: 0; background: url(https://img.fruitmail.net/research-plus/img/contents/lower_bg_ttl730.gif) no-repeat; }
.vocabularyList { margin-bottom: 20px; }
.vocabularyList li { width: 57px; padding: 5px 0; margin-right: 5px; float: left; border: solid 1px #ccc; }
.vocabularyList li a { padding-left: 10px; margin-left: 5px; background: url(https://img.fruitmail.net/research-plus/img/contents/icon_listmark02.gif) no-repeat left center; }
.itemNameChapter { padding: 0 25px 35px 25px; }
.itemNameChapter li { width: 220px; padding-bottom: 15px; float: left; }
.itemIndividual { border: solid 1px #ccc; margin-bottom: 20px; }
.itemTitle { padding: 10px; font-size: 16px; font-size: 1.6rem; font-weight: bold; border-bottom: dotted 1px #ccc;  background: #ccd1f9; }
.itemIndividual dd dl { width: 688px; margin: 0 10px; padding : 5px 0; border-bottom: dotted 1px #ccd1f9; display: block; }
.itemIndividual dd dt { padding: 1px; margin-right: 10px; text-align: center; font-size: 12px; font-size: 1.2rem; background: #ccd1f9; float: left; line-height: 100%; }
.itemIndividual dd dd { padding: 0px; padding-right: 20px; font-size: 12px; font-size: 1.2rem; float: left;  }
.itemExp { padding: 10px; line-height: 150%; }
.toVocabularyTop { padding-left: 10px; margin-top: 20px; background: url(https://img.fruitmail.net/research-plus/img/contents/icon_listmark02.gif) left center no-repeat; }



/*--------------------------------------------------
Casebook
--------------------------------------------------*/
.casebookH2 { height: auto; padding: 0; margin-bottom: 1px; background: url(https://img.fruitmail.net/research-plus/img/contents/lower_bg_ttl730.gif) no-repeat; }
.casebookExp { padding-bottom: 30px; line-height: 150%; }
.casebookPattern { padding-top: 20px; }
.casebookH3 { height: auto; padding: 0; margin-bottom: 0px; font-size: 16px; font-size: 1.6rem; font-weight: bold; background: none; }
.caseHead { padding: 3px 0; background: url(https://img.fruitmail.net/research-plus/img/contents/casebook_line01.gif) no-repeat bottom; }
.caseHead dt { float: left; }
.caseHead dd { float: left; }
.caseHead dt { padding-right: 10px; }
.caseMain { margin-top: 1px; }
.caseMainInner { border: solid 3px #eae9f9; padding: 10px 10px 5px 10px; }
.caseMain dt { padding: 0 0 10px 0px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #337bdd; }
.caseMain dt img { padding-right: 10px; vertical-align: bottom; }
.caseMain dd { padding: 10px 0; line-height: 180%; border-top: dotted 1px #eae9f9;border-bottom: dotted 1px #eae9f9; }
.caseMain span { font-weight: bold; }
.caseMain P { padding-top: 5px; text-align: right; }



/*--------------------------------------------------
Casebook Detail
--------------------------------------------------*/
.caseDetail { border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; border-left: solid 1px #ccc; background: #f4f4f9; }
.caseDetail dt { width: 200px; padding: 10px; float: left; border-top: solid 1px #ccc;  background: #f4f4f9; vertical-align: middle; }
.caseDetail dd { width: 467px; float: left; border-top: solid 1px #ccc; border-left: solid 1px #ccc; padding: 10px; background: #ffffff; }
.visitorVoice { padding: 30px 0 5px 0; font-size: 16px; font-size: 1.6rem; font-weight: bold; background: url(https://img.fruitmail.net/research-plus/img/contents/casebook_line01.gif) no-repeat bottom; }
.visitorVoiceFrame { border: solid 3px #eae9f9; padding: 10px 10px 10px 80px; margin-top: 1px; background: url(https://img.fruitmail.net/research-plus/img/contents/casebook_icon_visitor.gif) no-repeat 10px center; }
.visitorVoiceFrame p { font-weight: bold; color: #337bdd; line-height: 150%; }
.toCasebookTop { text-align: center; margin-top: 20px; }
.toCasebookTop a { padding: 0 5px; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }



/*--------------------------------------------------
Investigation
--------------------------------------------------*/
.reportExp { line-height: 150%; }
.reportNavi { width: 150px; float: left; }
.reportNavi dl { padding-bottom: 10px; }
.reportNavi dt { height: 22px; padding-top: 8px; padding-left: 25px; font-weight: bold; background: url(https://img.fruitmail.net/research-plus/img/contents/report_bg_navititle.gif) no-repeat; display: block; }
.reportNavi dd { display: block; text-align: center; border-bottom: solid 1px #eae9f7; }
.reportNavi a { width: 150px; padding: 7px 0; color: #0000b5; text-decoration: none; display: block; }
.reportNavi a:visited { color: #0000b5; }
.reportNavi a:hover { background: #faebeb; }
.reportArchive{ width: 540px; float: right; }
.reportArchiveIndividual { border: solid 1px #ccc; margin-bottom: 20px; }
.reportTitle { padding: 10px; font-size: 14px; font-size: 1.4rem; font-weight: bold; border-bottom: dotted 1px #ccc;  background: #eae9f7; }
.reportTitleRanking { padding: 10px; font-size: 14px; font-size: 1.4rem; font-weight: bold; border-bottom: dotted 1px #ccc; background: #fcf8be; }
.newReportMark { padding-left: 35px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon02.gif) no-repeat left center; }
.reportArchive dd dl { padding: 10px 0px 10px 10px; }
.reportArchive dd dt { padding: 1px; margin-right: 10px; text-align: center; font-size: 12px; font-size: 1.2rem; background: #eae9f7; float: left; }
.reportArchive dd dd { padding-right: 20px; font-size: 12px; font-size: 1.2rem; float: left; }
.pastReportEntry { padding: 10px; }
.selectDate { color: #000000; font-weight: bold; }

/*Navi Select Page Font Bold */
div#Navi01_05 #reportPast01_05 { color: #000000; font-weight: bold; }
div#Navi06_15 #reportPast06_15 { color: #000000; font-weight: bold; }
div#Navi16_25 #reportPast16_25 { color: #000000; font-weight: bold; }
div#Navi26_35 #reportPast26_35 { color: #000000; font-weight: bold; }
div#Navi36_45 #reportPast36_45 { color: #000000; font-weight: bold; }

div#Navi201201_06 #report201201_06 { color: #000000; font-weight: bold; }
div#Navi201207_12 #report201207_12 { color: #000000; font-weight: bold; }
div#Navi201301_06 #report201301_06 { color: #000000; font-weight: bold; }
div#Navi201307_12 #report201307_12 { color: #000000; font-weight: bold; }
div#Navi201401_06 #report201401_06 { color: #000000; font-weight: bold; }
div#Navi201407_12 #report201407_12 { color: #000000; font-weight: bold; }
div#Navi201501_06 #report201501_06 { color: #000000; font-weight: bold; }
div#Navi201507_12 #report201507_12 { color: #000000; font-weight: bold; }



/*--------------------------------------------------
Report
--------------------------------------------------*/
.reportInquiryWrapper { padding-top: 40px; }
.reportInquiry { height: 25px; padding: 25px 0 0 60px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_bg_inquiry.gif) no-repeat left center; }
.toReportTop { text-align: center; margin-top: 20px; }
.toReportTop a { padding: 0 5px; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }

.image { margin-top:10px; text-align:center; }



/*--------------------------------------------------
Recently Report
--------------------------------------------------*/
.reportExp { padding-bottom: 50px; }
.reportHead { font-size: 16px; font-size: 1.6rem; font-weight: bold; }
.reportExp p { padding-bottom: 20px; line-height: 150%; }
p.reportDate { padding-bottom: 5px; }
.reportExp dl { padding-bottom: 10px; }
.reportExp dt { float: left; clear: both;}
.reportExp dd { padding-left: 10px; float: left; }
.reportSummary { border: solid 3px #eae9f7; }
.reportSummary p { padding: 10px; }
.reportChapter { padding-bottom: 30px; }
.reportChapter p { padding-bottom: 20px; line-height: 150%; }
.reportChapter p span { font-weight: bold; }
.reportChapter p span.explanation { color: #D5122B; font-size: font-size: 12px; font-size: 1.2rem; font-weight: normal; }
.reportChapterQ { padding-bottom: 30px; }
.reportChapterQ li { line-height: 150%; }
.reportChapterQ li span { font-size: 16px; font-size: 1.6rem; font-weight: bold; }
.reportChapterQ .glaphUnderExp { padding-bottom: 0; font-size: 12px; font-size: 1.2rem; }
p.question { padding: 3px 5px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_bg_orangicheck.gif); }
p.object { padding-top: 10px; padding-left: 5px; font-size: 12px; font-size: 1.2rem; }
p.extract { padding:0 3px; margin-bottom: 10px; background: #666; color: #fff; display: inline-block; }
.toReportTopRecently { text-align: center; }
.toReportTopRecently a { padding: 0 5px; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }

/*report extra*/
.reportChapterQ p.moderationTtl { margin: 20px 0 5px; padding: 0 0 0 5px; font-weight: bold; border-left: 5px solid #ccc; }
.reportChapterQ .glaphExtra { margin: 0 0 30px; width: 100%;font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; font-size: 12px; font-size: 1.2rem; }
.reportChapterQ .glaphExtra table {  }
.reportChapterQ .glaphExtra th { padding: 5px; border: 1px solid #808080; background: #efefef; }
.reportChapterQ .glaphExtra td { padding: 5px; text-align: right; border: 1px solid #808080; }
.reportChapterQ .glaphExtra .colorP1 { color: #3333CC; }
.reportChapterQ .glaphExtra .colorP2 { color: #a02828; }


/*ranking*/
.reportSummary ul { padding-left: 10px; }
.reportSummary li { font-weight: bold; color: #444; }
.rankingTable {  color: #444; }
.rankingTable th { border: solid 1px #ccc; padding: 5px; background: #f4f4f4;}
.rankingTable td { border: solid 1px #ccc; padding: 5px; text-align: center; }
.rankingTable .rank { width: 70px; }
.rankingTable .question { width: 300px; }
.rankingTable .questionTd { text-align: left; padding-left: 20px; }
.rankingTable .ratio { width: 100px; }
.rankingTable .ratio span { font-size: 10rem; font-size: 10px; font-weight: normal; }
.rankingTable .thOther { text-align: left; font-size: 12px; font-size: 1.2rem; }
.rankingTable .cellEmphasis { background:#FCBDED; }
li.crown01 { padding-left: 25px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown01.gif) 0 2px no-repeat; }
li.crown02 { padding-left: 25px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown02.gif) 0 2px no-repeat; }
li.crown03 { padding-left: 25px; background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown03.gif) 0 2px no-repeat; }
td.crown01 { background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown01.gif) 5px 3px no-repeat; vertical-align: top; }
td.crown02 { background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown02.gif) 5px 3px no-repeat; vertical-align: top; }
td.crown03 { background: url(https://img.fruitmail.net/research-plus/img/contents/report_icon_crown03.gif) 5px 3px no-repeat; vertical-align: top; }
h4.episodeSubTtl { margin-top: 20px; margin-bottom: 0; border-top: none; }
ul.episode li { padding: 10px 0 5px; border-bottom: dotted 1px #ccc; }
ul.episode li span { font-size: 14px; font-size: 1.4rem; }



/*--------------------------------------------------
Past Report
--------------------------------------------------*/
.pastReportChapter p { line-height: 150%; padding-bottom: 15px; }



/*--------------------------------------------------
Easy and Normal
--------------------------------------------------*/
.company_name { font-size:16px; font-size:1.6rem; font-weight:bold; }
.company_link_menu { padding-top:10px; border-top:1px dotted #ccc; }
.company_link_menu .make_new { float:left; }
.company_link_menu ul { float:right; }
.company_link_menu li { float:left; margin-left:5px; }
.search_box { margin-top:30px; }
.search_box .keyword_search_info { line-height:1.5; }
.search_box .search_table { width:600px; }
.search_box .search_table th { padding:5px 10px; border:1px solid #ccc; background-color:#faeeb3; }
.search_box .search_table td { padding:5px 10px; border:1px solid #ccc; }
.members_list_ttl { margin-top:40px; padding-bottom:5px; font-weight:bold; border-bottom:1px solid #000; }
.members_info { margin-top:10px; padding:10px; text-align:center; border:1px solid #ccc; background-color:#faeeb3; }
.play_box { margin-top:10px; }
.play_box .play_table { width:710px; }
.play_box .play_table  th { padding:5px 10px; border:1px solid #ccc; background-color:#e9e9f9; }
.play_box .play_table  td { padding:5px 10px; border:1px solid #ccc; }
.icon_box { margin-top:10px; }
.icon_box ul { float:right; }
.icon_box li { float:left; margin-left:15px; }
.list_table { width:710px; margin-top:10px; }
.list_table th { padding:5px 10px; border:1px solid #ccc; background-color:#e9e9f9; }
.list_table td { padding:5px 10px; border:1px solid #ccc; font-size: 12px; font-size: 1.2rem; }
.list_table .list_th_id { width:40px; }
.list_table .list_th_progress { width:60px; }
.list_table .list_th_start { width:80px; }
.list_table .list_th_end { width:80px; }
.list_table .list_th_action { width:130px; }
.p_move_box { float:right; margin-top:10px; }
.p_move_box a { padding-left:10px; }
.p_move_box span { padding-left:10px; }



/*--------------------------------------------------
Form
--------------------------------------------------*/
#formWrapper { width: 860px; margin: 0 auto; }
.formWrapperInner { padding-top: 30px; }
.formWrapperInnerTop { height: 10px; background:url(https://img.fruitmail.net/research-plus/img/common/bg_box860top.gif) no-repeat; }
.formWrapperInnerMiddle { padding: 10px 0px 40px; background: url(https://img.fruitmail.net/research-plus/img/common/bg_box860mdl.gif) repeat-y; }
.formWrapperInnerBottom { height: 10px; background: url(https://img.fruitmail.net/research-plus/img/common/bg_box860btm.gif) no-repeat; }
#formContents { width: 730px; margin: auto; }
.pre_exp_txt { padding-bottom:10px; line-height:1.5; }
.form_box { margin-top:10px; }
.form_box .important_info { font-family: sans-serif; width:690px; height:400px; padding:10px; font-size:14px; font-size:1.4rem; border:1px solid #ccc; background-color:#f4f4f9; }
.form_box p { margin-top:20px; text-align:center; }
.form_box p input { margin:0px 5px; text-align:center; vertical-align:middle; }
.form_box .form_btn { margin-top:30px; text-align:center; }

.inputForm{ width:710px; font-size:14px; border-collapse:collapse; border-spacing:0; }
.inputForm th{ width:200px; padding: 10px; text-align:left; font-weight:normal; border:1px solid #ccc; background-color:#f4f4f9; }
.inputForm td{ padding: 10px; text-align:left; border:1px solid #ccc; }
.inputForm td p { text-align:left; line-height:1.5; }
.inputForm input{ width: 300px; font-size:14px; margin-right:10px; }
.inputForm .check{ width: 25px; font-size:14px; margin-right:0px; vertical-align:middle; }
.inputForm select{ font-size:14px; }
.inputForm span{ color:#f00; }
.inputForm p{ padding:5px 0px 0px; margin:0px; }
.inputForm .free_info { font-family: sans-serif; width:400px; height:200px; padding:10px; font-size:14px; font-size:1.4rem; border:1px solid #ccc; }

.company_info_box { margin-bottom:20px; padding:10px; border:1px solid #ccc; background-color:#f4f4f9; }
.company_info_box li { line-height:1.5; }



/*--------------------------------------------------
Question
--------------------------------------------------*/
.q_and_a_menu { padding-bottom:10px; }
.q_and_a_menu li { float:left; margin-right:20px; padding:5px 5px 5px 10px; line-height:1.5; background:url(https://img.fruitmail.net/research-plus/img/contents/question_icon_arrow.gif) no-repeat 0px 10px; }
.question_txt { padding:8px 5px 5px 25px; line-height:1.5; background:url(https://img.fruitmail.net/research-plus/img/contents/question_icon_q.gif) no-repeat 0px 10px; }
.answer_area { margin:0px 0px 20px 25px; padding:0px 5px; background:url(https://img.fruitmail.net/research-plus/img/common/bg_bluecheck.gif); }
.answer_txt { padding:8px 5px 5px 25px; line-height:1.5; background:url(https://img.fruitmail.net/research-plus/img/contents/question_icon_a.gif) no-repeat 0px 10px; }



/*--------------------------------------------------
Press release
--------------------------------------------------*/
.press_release { margin-bottom: 20px; padding: 0 0 20px; border-bottom: 1px solid #ccc; }
.press_release dt { float: none; width: auto; margin-bottom: 5px; padding: 5px; font-size: 16px; font-size: 1.6rem; font-weight: bold; background: #F2F2FD; border: 1px solid #ccc; }
.press_release dd p { line-height: 1.4; margin-top: 20px; }
.press_release dd.date { margin-bottom: 5px; padding: 0 10px; font-weight: bold; text-align: right; color: #777; }
.press_release dd span.blockTxt { display: block; margin: 10px 0; }
.press_release dd span.infoBtmLink { display: block; margin-top: 25px; }



/*--------------------------------------------------
Sitemap
--------------------------------------------------*/
.sitemap_box .sitemap_left { float:left; margin-right:50px; }
.sitemap_box .sitemap_right { float:left; }
.sitemap_box dl { margin-bottom:40px; }
.sitemap_box dt { width:320px; margin-bottom:10px; font-weight:bold; border-bottom:1px dotted #ccc; }
.sitemap_box dd { margin-left:10px; padding:5px 5px 5px 10px; line-height:1.5; background:url(https://img.fruitmail.net/research-plus/img/contents/sitemap_icon_arrow.gif) no-repeat 0px 10px; }



/*--------------------------------------------------
Common Blank Reset
--------------------------------------------------*/
.last { padding-bottom: 0px; margin-bottom: 0; }
.clear { clear: both; }


