html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

main {
  display: block; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../font/flexslider-icon.eot');
  src: url('../font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../font/flexslider-icon.woff') format('woff'), url('../font/flexslider-icon.ttf') format('truetype'), url('../font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 10px;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider a {
  color: #fff !important; }

.flexslider:hover .flex-prev {
  opacity: 0.7; }

.flexslider:hover .flex-next {
  opacity: 0.7; }

.flexslider:hover a {
  background: transparent !important;
  color: #fff; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 50 !important;
  filter: alpha(opacity=50);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

html {
  font-size: 62.5%; }
  html body {
    background: #eee;
    font-size: 15px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%; }
    html body .container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    html body button, html body input[type=submit] {
      -webkit-appearance: none; }
    html body a {
      transition: all 200ms; }
      html body a:link {
        color: #a55;
        text-decoration: none; }
      html body a:visited {
        color: #a33;
        text-decoration: none; }
      html body a:hover {
        background: #d72322;
        color: #fff;
        text-decoration: none; }
      html body a:active {
        color: #faa;
        text-decoration: none; }
      html body a.active {
        background: #000;
        color: #fff; }
    html body main {
      margin: 10px auto;
      padding: 30px;
      max-width: 1200px;
      border: 1px solid #ddd;
      line-height: 1.6;
      background: #fff; }
      @media only screen and (max-width:640px) {
        html body main {
          padding: 20px; } }
      html body main h2 {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #d72322;
        font-size: 2.5rem;
        font-weight: normal;
        letter-spacing: 5px; }
        @media only screen and (max-width:640px) {
          html body main h2 {
            margin-bottom: 15px;
            padding-bottom: 5px;
            border-bottom: 1px solid #d72322;
            font-size: 1.5rem;
            font-weight: bold; } }
        html body main h2.copy {
          padding-bottom: 10px; }
          html body main h2.copy img {
            max-width: 100%;
            height: auto; }
      html body main ul {
        margin-left: 20px; }
      html body main .thankyou {
        margin: 200px 0;
        text-align: center;
        font-size: 2rem; }
        @media only screen and (max-width:640px) {
          html body main .thankyou {
            margin: 50px 0;
            line-height: 1.6; } }
      html body main .sorry {
        padding-top: 200px;
        height: 500px;
        text-align: center; }
        @media only screen and (max-width:640px) {
          html body main .sorry {
            height: auto;
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: left; } }
      html body main small {
        font-size: 80%;
        color: #888; }
      html body main .description {
        padding: 20px;
        border: 1px solid #eee;
        font-size: 80%; }
        html body main .description p {
          margin-bottom: 0; }
    html body .button {
      display: inline-block;
      margin: 10px;
      padding: 10px 20px;
      background: #000;
      color: #fff !important;
      text-align: center;
      transition: background 300ms;
      cursor: pointer; }
      html body .button:hover {
        background: #008; }
    html body .wide-button {
      display: block;
      width: 100%;
      padding: 20px;
      border: 0;
      background: #000;
      color: #fff !important;
      text-align: center;
      transition: background 300ms;
      cursor: pointer; }
      html body .wide-button:hover {
        background: #008; }
  html .social-buttons {
    position: relative; }
    html .social-buttons .twitter, html .social-buttons .facebook-like, html .social-buttons .facebook-share {
      position: absolute;
      display: block;
      width: 100px;
      line-height: 0; }
    html .social-buttons .twitter {
      bottom: 10px;
      left: 0; }
    html .social-buttons .facebook-like {
      bottom: 10px;
      left: 110px; }
    html .social-buttons .facebook-share {
      bottom: 10px;
      left: 230px; }
    @media only screen and (max-width:640px) {
      html .social-buttons .twitter, html .social-buttons .facebook-like, html .social-buttons .facebook-share, html .social-buttons .line {
        clear: both;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100px;
        margin-bottom: 10px;
        line-height: auto;
        text-align: left; } }

body > header {
  height: 48px;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  body > header h1 {
    float: left;
    padding-top: 12px; }
    body > header h1 a {
      display: block; }
      body > header h1 a img {
        display: block;
        width: 310px;
        height: 24px; }
  body > header nav {
    float: right; }
    body > header nav ul li {
      float: left; }
      body > header nav ul li a {
        display: block;
        height: 48px;
        padding: 0 10px;
        line-height: 48px;
        font-size: 1.2rem; }
        body > header nav ul li a:link, body > header nav ul li a:visited {
          color: #000; }
        body > header nav ul li a:hover {
          background: #000;
          color: #fff; }

@media only screen and (max-width:640px) {
  body > header {
    height: 80px; }
    body > header h1 {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd; }
    body > header nav {
      clear: left;
      float: none;
      height: 32px;
      background: #000; }
      body > header nav ul li {
        width: 25%; }
        body > header nav ul li a {
          display: inline-block;
          width: 100%;
          height: 32px;
          padding: 0;
          line-height: 32px;
          text-align: center;
          font-size: 1.2rem; }
          body > header nav ul li a:link, body > header nav ul li a:visited, body > header nav ul li a:hover {
            background: #000;
            color: #fff; }
          body > header nav ul li a:active, body > header nav ul li a.active {
            background: #fff;
            color: #000; } }

body.index > header nav .index, body.concept > header nav .concept, body.vote > header nav .vote, body.questions > header nav .questions, body.mid_report > header nav .questions, body.report > header nav .report {
  background: #d72322;
  color: #fff; }

body > footer {
  margin: 20px auto;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.6;
  color: #888; }
  @media only screen and (max-width:640px) {
    body > footer {
      width: auto; } }
  body > footer .copyright {
    clear: both; }

#questions {
  overflow: hidden;
  text-align: center;
  margin: 10px -10px; }
  #questions > section {
    display: inline-block;
    vertical-align: top;
    width: 365px;
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left; }
    #questions > section:nth-of-type(1) {
      border-color: #e60012; }
      #questions > section:nth-of-type(1) h3 {
        background: #e60012; }
    #questions > section:nth-of-type(2) {
      border-color: #f36800; }
      #questions > section:nth-of-type(2) h3 {
        background: #f36800; }
    #questions > section:nth-of-type(3) {
      border-color: #ffa100; }
      #questions > section:nth-of-type(3) h3 {
        background: #ffa100; }
    #questions > section:nth-of-type(4) {
      border-color: #8fc31f; }
      #questions > section:nth-of-type(4) h3 {
        background: #8fc31f; }
    #questions > section:nth-of-type(5) {
      border-color: #009944; }
      #questions > section:nth-of-type(5) h3 {
        background: #009944; }
    #questions > section:nth-of-type(6) {
      border-color: #009e96; }
      #questions > section:nth-of-type(6) h3 {
        background: #009e96; }
    #questions > section:nth-of-type(7) {
      border-color: #00a0e9; }
      #questions > section:nth-of-type(7) h3 {
        background: #00a0e9; }
    #questions > section:nth-of-type(8) {
      border-color: #0068b7; }
      #questions > section:nth-of-type(8) h3 {
        background: #0068b7; }
    #questions > section:nth-of-type(9) {
      border-color: #1d2088; }
      #questions > section:nth-of-type(9) h3 {
        background: #1d2088; }
    #questions > section:nth-of-type(10) {
      border-color: #920783; }
      #questions > section:nth-of-type(10) h3 {
        background: #920783; }
    #questions > section:nth-of-type(11) {
      border-color: #e4007f; }
      #questions > section:nth-of-type(11) h3 {
        background: #e4007f; }
    #questions > section:nth-of-type(12) {
      border-color: #e5004f; }
      #questions > section:nth-of-type(12) h3 {
        background: #e5004f; }
    @media only screen and (max-width:640px) {
      #questions > section {
        width: 280px;
        margin: 10px -10px; } }
    #questions > section h3 {
      margin: 0 0 10px;
      padding: 10px;
      color: #fff; }
      #questions > section h3 small {
        color: #fff; }
    #questions > section .answers {
      margin: 0 auto;
      width: 100%;
      overflow: hidden; }
      #questions > section .answers li {
        display: table;
        float: left;
        width: 121px;
        height: 50px;
        vertical-align: middle;
        font-size: 1.2rem; }
        @media only screen and (max-width:640px) {
          #questions > section .answers li {
            width: 33.3%; } }
        #questions > section .answers li.yes, #questions > section .answers li.no {
          border-right: 1px solid #eee; }
        #questions > section .answers li a {
          display: table-cell;
          width: 100%;
          height: 100%;
          text-align: center;
          vertical-align: middle;
          background: #fff;
          cursor: pointer;
          transition: 200ms background-color, 200ms color; }
          #questions > section .answers li a:hover {
            background: #e97676; }
          #questions > section .answers li a.active {
            background: #d72322; }
    #questions > section textarea {
      display: block;
      width: 95%;
      margin: 10px auto;
      padding: 10px;
      border: 1px solid #eee; }

#show-question-samples {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 0; }
  #show-question-samples.active {
    width: 500px;
    padding: 10px 50px;
    cursor: default; }
    @media only screen and (max-width:640px) {
      #show-question-samples.active {
        width: 100%; } }
  @media only screen and (max-width:640px) {
    #show-question-samples {
      width: 100%;
      margin: 30px 0; } }

.question-samples {
  opacity: 0;
  text-align: left;
  width: 500px;
  margin: auto;
  padding: 20px;
  background: #f5f5f5;
  font-size: 1.4rem; }
  @media only screen and (max-width:640px) {
    .question-samples {
      width: 100%;
      margin: 0; } }
  .question-samples p {
    margin-bottom: 15px;
    text-align: right;
    color: #aaa; }
  .question-samples li {
    list-style: none; }
    .question-samples li .num {
      float: left;
      width: 30px;
      font-weight: bold; }
    .question-samples li .text {
      margin-left: 40px; }

#parties #party-list {
  margin: 20px 0; }
  #parties #party-list li {
    list-style: none; }
    #parties #party-list li a {
      display: block;
      padding: 10px;
      border: 1px solid #eee;
      cursor: pointer;
      transition: 200ms background-color, 200ms color; }
      #parties #party-list li a:hover {
        background: #e97676; }
      #parties #party-list li a.active {
        background: #d72322; }

.index .link-for-mid_report {
  max-width: 1200px;
  margin: 10px auto;
  text-align: right; }
  .index .link-for-mid_report a {
    display: inline-block;
    padding: 10px 20px;
    background: #d72322;
    color: #fff; }
    @media only screen and (max-width:640px) {
      .index .link-for-mid_report a {
        display: block;
        margin: 10px 0 0;
        text-align: center; } }
    .index .link-for-mid_report a:hover {
      opacity: 0.8; }
    .index .link-for-mid_report a img {
      position: relative;
      top: -2px;
      vertical-align: middle;
      margin-right: 10px; }
      @media only screen and (max-width:640px) {
        .index .link-for-mid_report a img {
          vertical-align: middle; } }
    .index .link-for-mid_report a small {
      color: inherit;
      font-size: inherit; }
      @media only screen and (max-width:640px) {
        .index .link-for-mid_report a small {
          display: none; } }
.index main {
  position: relative;
  padding: 40px 120px 70px; }
  .index main .copy {
    padding-bottom: 20px; }
  .index main .opinions .tweet-button-container {
    text-align: center; }
    .index main .opinions .tweet-button-container:before, .index main .opinions .tweet-button-container:after {
      content: '';
      display: block;
      height: 1px;
      margin: 40px 0;
      background: linear-gradient(90deg, #fff, #eee, #eee, #eee, #fff); }
    @media only screen and (max-width:640px) {
      .index main .opinions .tweet-button-container:before {
        display: none; } }
    .index main .opinions .tweet-button-container h3 {
      display: block;
      text-align: center;
      font-size: 2rem;
      background: #fff; }
      .index main .opinions .tweet-button-container h3 img {
        max-width: 100%;
        height: auto; }
      @media only screen and (max-width:640px) {
        .index main .opinions .tweet-button-container h3 {
          text-align: left;
          font-size: 1.5rem; } }
    .index main .opinions .tweet-button-container .intro {
      text-align: center;
      color: #888; }
    .index main .opinions .tweet-button-container .guide {
      margin: 10px;
      text-align: left; }
      .index main .opinions .tweet-button-container .guide p {
        margin-bottom: 0.2em;
        font-size: 1.3rem; }
      .index main .opinions .tweet-button-container .guide .other-content-links {
        text-align: right; }
    .index main .opinions .tweet-button-container .tweet {
      margin: 20px 0;
      background: #55acee; }
      .index main .opinions .tweet-button-container .tweet:hover {
        background: #83c4f3; }
  .index main p {
    margin-bottom: 1em; }
  @media only screen and (max-width:640px) {
    .index main {
      padding: 20px 10px; } }

.concept main {
  padding: 70px 120px; }
  .concept main .message {
    margin-bottom: 30px;
    padding: 10px 10px 20px;
    border-bottom: 2px solid #d72322; }
    .concept main .message p {
      margin-bottom: 1em; }
    .concept main .message .sign {
      text-align: right; }
  @media only screen and (max-width:640px) {
    .concept main {
      padding: 20px 10px; } }

.tweets {
  overflow: hidden;
  margin-right: -15px;
  padding: 0 0 30px 0;
  text-align: center; }
  @media only screen and (max-width:640px) {
    .tweets {
      margin-right: 0; } }
  .tweets h3 {
    margin: 10px 0 30px;
    text-align: center;
    font-size: 120%;
    color: #777; }
  .tweets article {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: left; }
    @media only screen and (max-width:640px) {
      .tweets article {
        margin-right: 0; } }
    .tweets article a {
      position: relative;
      display: block;
      width: 309px;
      min-height: 412px;
      padding: 20px;
      border: 1px solid #eee;
      color: #555 !important; }
      @media only screen and (max-width:640px) {
        .tweets article a {
          width: 290px;
          min-height: 0; } }
      .tweets article a:hover {
        background: #f7fbfe; }
      .tweets article a h4 {
        text-align: center;
        margin-bottom: 20px; }
        .tweets article a h4 .user-id {
          font-size: 80%;
          font-weight: normal;
          color: #aaa; }
      .tweets article a .body {
        clear: both;
        margin-bottom: 10px; }
      .tweets article a time {
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: block;
        color: #aaa;
        font-size: 80%; }

#birthday-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  #birthday-form .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 50px;
    width: 800px;
    height: 300px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width:640px) {
      #birthday-form .inner {
        width: 100%;
        height: 100%;
        padding: 30px 0; }
        #birthday-form .inner p {
          line-height: 1.6;
          padding: 0 20px; }
        #birthday-form .inner .form {
          margin: 30px 0; }
          #birthday-form .inner .form select {
            margin: 0; } }
    #birthday-form .inner h2 {
      text-align: center; }
    #birthday-form .inner .form {
      margin: 30px 0;
      text-align: center; }
      #birthday-form .inner .form select {
        font-size: 2rem;
        margin: 10px 5px; }
      #birthday-form .inner .form .save {
        display: block;
        margin: auto;
        padding: 15px 120px; }
    #birthday-form .inner p {
      margin-bottom: 1em;
      text-align: center;
      font-size: 1.4rem; }

.index .show-message-button {
  display: none; }
.index .messages {
  position: relative;
  max-width: 1200px;
  margin: 10px auto;
  padding: 10px 70px;
  line-height: 1.5;
  background: #888;
  overflow: hidden;
  color: #fff; }
  @media only screen and (max-width:640px) {
    .index .messages {
      padding: 10px; } }
  .index .messages h2 {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #fff; }
  .index .messages .intro {
    position: absolute;
    top: 20px;
    right: 50px;
    margin-left: 1em;
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: normal;
    color: #ccc; }
    @media only screen and (max-width:640px) {
      .index .messages .intro {
        position: static;
        margin: 10px 0;
        line-height: 1.4; } }
  .index .messages li {
    display: block;
    list-style: none; }
    .index .messages li .icon {
      float: left; }
      @media only screen and (max-width:640px) {
        .index .messages li .icon {
          float: none; }
          .index .messages li .icon img {
            margin: 0 auto 10px; } }
    .index .messages li .text {
      margin-left: 100px; }
      @media only screen and (max-width:640px) {
        .index .messages li .text {
          margin-left: 0;
          font-size: 1.2rem; } }
    .index .messages li .name {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1.4rem;
      font-weight: bold; }
      @media only screen and (max-width:640px) {
        .index .messages li .name {
          position: static;
          text-align: right; } }
      .index .messages li .name .year {
        font-weight: normal;
        color: #aaa; }
@media only screen and (max-width:640px) {
  .index .show-message-button {
    display: block;
    margin: 10px 0; }
  .index .messages {
    display: none; }
    .index .messages .flex-direction-nav .flex-prev, .index .messages .flex-direction-nav .flex-next {
      display: none; } }

@media only screen and (max-width:640px) {
  .mid_report h2 small {
    display: block; } }
.mid_report .social-buttons {
  padding-top: 20px; }
.mid_report .description {
  margin: 30px 0; }
.mid_report section {
  overflow: hidden; }
  .mid_report section h3 {
    clear: left;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 20px solid #d72322;
    font-size: 1.8rem; }
    @media only screen and (max-width:640px) {
      .mid_report section h3 {
        z-index: 30;
        position: relative;
        margin: 20px 0 -40px;
        border-left: none;
        padding-left: 0; } }
  .mid_report section .question_report_chart {
    z-index: 1;
    position: relative;
    float: left; }
    @media only screen and (max-width:640px) {
      .mid_report section .question_report_chart {
        float: none;
        max-width: 100%;
        margin-left: -30px; } }
  .mid_report section .comments {
    margin-left: 350px;
    font-size: 1.2rem; }
    @media only screen and (max-width:640px) {
      .mid_report section .comments {
        margin-left: 0; } }
    .mid_report section .comments li {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #eee;
      list-style: none; }
      .mid_report section .comments li.yes:before, .mid_report section .comments li.no:before, .mid_report section .comments li.other:before {
        margin-right: 5px;
        padding: 0 5px;
        color: #fff; }
      .mid_report section .comments li.yes:before {
        content: '賛成';
        background: #0af; }
      .mid_report section .comments li.no:before {
        content: '反対';
        background: #e60; }
      .mid_report section .comments li.other:before {
        content: 'どちらともいえない';
        background: #ad3; }
      .mid_report section .comments li .age {
        font-weight: bold;
        color: #aaa; }

.facebook-like iframe {
  z-index: 9999; }

.report h2 {
  margin: 30px 0; }
  @media only screen and (max-width:640px) {
    .report h2 small {
      display: block; } }
.report .social-buttons {
  padding-top: 20px; }
.report .description {
  margin: 30px 0; }
.report .comment {
  padding: 20px;
  font-size: 1.4rem;
  border: 1px solid #eee; }
  .report .comment p {
    margin-bottom: 0.5em; }
    .report .comment p.sign {
      text-align: right; }
@media only screen and (max-width:640px) {
  .report #vote_results #result_chart {
    margin: 0 -60px; } }
.report section {
  overflow: hidden; }
  .report section h3 {
    clear: left;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 20px solid #d72322;
    font-size: 1.8rem; }
    @media only screen and (max-width:640px) {
      .report section h3 {
        z-index: 30;
        position: relative;
        margin: 20px 0 -40px;
        border-left: none;
        padding-left: 0; } }
  .report section .question_report_chart {
    z-index: 1;
    position: relative;
    float: left; }
    @media only screen and (max-width:640px) {
      .report section .question_report_chart {
        float: none;
        max-width: 100%;
        margin-left: -30px; } }
  .report section .comments {
    margin-left: 350px;
    font-size: 1.2rem; }
    @media only screen and (max-width:640px) {
      .report section .comments {
        margin-left: 0; } }
    .report section .comments li {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #eee;
      list-style: none; }
      .report section .comments li.yes:before, .report section .comments li.no:before, .report section .comments li.other:before {
        margin-right: 5px;
        padding: 0 5px;
        color: #fff; }
      .report section .comments li.yes:before {
        content: '賛成';
        background: #0af; }
      .report section .comments li.no:before {
        content: '反対';
        background: #e60; }
      .report section .comments li.other:before {
        content: 'どちらともいえない';
        background: #ad3; }
      .report section .comments li .age {
        font-weight: bold;
        color: #aaa; }

.facebook-like iframe {
  z-index: 9999; }
