a img, fieldset, img {
  border: 0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, select, textarea {
  font-family: 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  vertical-align: middle;
}

body {
  font: 13px/1.231 Verdana,Arial,sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 1;
}

p, dt, dd {
  line-height: 1.7;
}

.fs15 {
  font-size: 116%;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

#header {
  border-top: 3px solid #000;
  padding: 20px 0 0;
}
#header .header-inner {
  margin: 0 auto;
  width: 1024px;
}
#header .header-inner .block-top {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
#header .header-inner #top_text h1 {
  font-size: 100%;
  color: #999;
  float: left;
  width: 600px;
}
#header .header-inner #link {
  float: right;
  width: 424px;
}
#header .header-inner #link ul {
  text-align: right;
}
#header .header-inner #link ul li {
  display: inline;
  padding-right: 10px;
  border-right: 1px dotted #999;
}
#header .header-inner #link ul li:last-child {
  border-right: none;
}
#header .header-inner #link ul li a {
  color: #000;
  background: url(http://assets.flips.jp/images/common/design/31066/images/arrow_black.png) no-repeat left center;
  padding-left: 10px;
  margin-left: 10px;
}
#header .header-inner #logo {
  text-align: center;
  font-size: 230.8%;
  padding: 30px 0;
  color: #000;
}

#navigation {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 20px;
}
#navigation ul {
  text-align: center;
}
#navigation ul li {
  display: inline;
  padding: 0 20px;
  border-right: 1px solid #ccc;
}
#navigation ul li:last-child {
  border-right: none;
}
#navigation ul li a {
  color: #000;
}

.mean-bar {
  padding: 0 !important;
}
.mean-bar .mean-nav {
  border-top: 1px solid #ccc;
  padding: 0;
  background: #000;
}
.mean-bar .mean-nav li {
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 0;
}
.mean-bar .mean-nav a {
  display: block;
  font-weight: bold;
  padding: 15px 10px;
  background: url(http://assets.flips.jp/images/common/design/31066/images/arrow_list_sp.png) no-repeat 98% center;
  background-size: 13px 20px;
  margin-right: 10px;
  text-align: left;
}
.mean-bar .mean-nav a:hover {
  background: #333333 url(http://assets.flips.jp/images/common/design/31066/images/arrow_list_sp.png) no-repeat right center;
  background-size: 13px 20px;
}
.mean-bar .mean-nav a.mean-expand {
  background: none;
  padding: 0;
  text-align: center;
  color: #fff;
  margin-right: 0;
}

.visual-wrapper {
  /*http://assets.flips.jp/images/common/design/31066/images/に書き換え  */
  background: url(http://assets.flips.jp/images/common/design/31066/images/bg_dot.png);
  margin-bottom: 40px;
}
.visual-wrapper #visual_skitter {
  margin: 0 auto;
  min-height: 90px;
}

.page-wrapper {
  background: url(http://assets.flips.jp/images/common/design/31066/images/bg_dot.png);
  padding: 20px 0;
  margin-bottom: 40px;
}
.page-wrapper #page_title {
  margin: 0 auto;
  width: 1024px;
  font-size: 280.8% !important;
}

#container {
  margin: 0 auto;
  width: 1024px;
  overflow: hidden;
  *zoom: 1;
}
#container ul li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0 10px 15px;
  color: #000;
  background: url(http://assets.flips.jp/images/common/design/31066/images/arrow_black.png) no-repeat left center;
}
#container ul li a:hover {
  color: #999;
}
#container table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #ccc;
  border-spacing: 1px;
}
#container table th {
  border-top: 1px solid #ccc;
  background: #eee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container table td {
  border-top: 1px solid #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container #contents {
  float: left;
  width: 713px;
  color: #000;
}
#container #contents .module {
  overflow: hidden;
  *zoom: 1;
}
#container #contents .module h3 {
  background: url(http://assets.flips.jp/images/common/design/31066/images/line_h3.png) left bottom repeat-x;
  padding-bottom: 20px;
  font-size: 236% !important;
  margin-bottom: 20px;
}
#container #contents .module h4 {
  border-bottom: 1px solid #ccc;
  font-size: 153.9% !important;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#container #contents .module .text {
  margin-bottom: 60px;
}
#container #contents .module .article {
  margin-bottom: 60px;
}
#container #contents .module .image_list {
  margin-bottom: 60px;
}
#container #contents .module .table {
  margin-bottom: 60px;
}
#container #contents .module .inquiry {
  margin-bottom: 60px;
  background: #eee;
  padding: 30px 40px;
}
#container #contents .module .inquiry dl {
  overflow: hidden;
  *zoom: 1;
}
#container #contents .module .inquiry dl dt {
  width: 150px;
  text-align: right;
  margin-right: 20px;
  float: left;
  clear: both;
  padding: 7px 0;
}
#container #contents .module .inquiry dl dd {
  padding: 7px 0;
  width: 370px;
  float: left;
}
#container #contents .module .inquiry dl dd input {
  border: 1px solid #ccc;
  padding: 7px 3px;
  width: 70%;
}
#container #contents .module .inquiry dl dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 100px;
}
#container #contents .module .inquiry input[type=submit] {
  background: #000;
  color: #fff;
  font-size: 116%;
  text-align: center;
  padding: 10px 0px;
  border: none;
  margin: 20px auto 0;
  width: 200px;
  display: block;
}
#container #contents .module .rss {
  margin-bottom: 60px;
}
#container #contents .module ol {
  margin-bottom: 60px;
}
#container #contents .module .sitemap {
  margin-bottom: 60px;
}
#container #contents .module table {
  width: 100%;
}
#container #contents .module table th {
  width: 20%;
}
#container #contents .module table td {
  width: 80%;
}
#container #contents .module .map {
  margin-bottom: 60px;
}
#container #contents .module hr {
  background: #ccc;
}
#container #side {
  width: 255px;
  float: right;
}
#container #side .side_ad {
  text-align: center;
}
#container #side .side_ad img {
  display: block;
  margin: 0 auto 15px;
}
#container #side .module h3 {
  background: url(http://assets.flips.jp/images/common/design/31066/images/line_h3.png) left bottom repeat-x;
  padding-bottom: 20px;
  font-size: 167% !important;
  margin-bottom: 20px;
}
#container #side .module h4 {
  background: #eee;
  padding: 7px;
  font-weight: bold;
  color: #000;
  font-size: 108% !important;
  margin-bottom: 20px;
}
#container #side .module .text {
  margin-bottom: 30px;
}
#container #side .module .article {
  margin-bottom: 30px;
}
#container #side .module .image_list {
  margin-bottom: 30px;
}
#container #side .module .table {
  margin-bottom: 30px;
}
#container #side .module .map {
  margin-bottom: 30px;
}
#container #side .module .inquiry {
  margin-bottom: 30px;
  background: #eee;
  padding: 15px 15px;
}
#container #side .module .inquiry dl {
  overflow: hidden;
  *zoom: 1;
}
#container #side .module .inquiry dl dt {
  width: 100%;
  padding: 0px 0 5px;
}
#container #side .module .inquiry dl dd {
  padding: 0px 0 10px;
  width: 100%;
}
#container #side .module .inquiry dl dd input {
  border: 1px solid #ccc;
  padding: 7px 3px;
  width: 95%;
}
#container #side .module .inquiry dl dd textarea {
  border: 1px solid #ccc;
  width: 98%;
  height: 100px;
}
#container #side .module .inquiry input[type=submit] {
  background: #000;
  color: #fff;
  font-size: 116%;
  text-align: center;
  padding: 10px 0px;
  border: none;
  margin: 10px auto 0;
  width: 180px;
  display: block;
}
#container #side .module .rss {
  margin-bottom: 30px;
}
#container #side .module ol {
  margin-bottom: 30px;
}
#container #side .module .sitemap {
  margin-bottom: 30px;
}
#container #side .module table {
  width: 100%;
}
#container #side .module table th {
  width: 40%;
}
#container #side .module table td {
  width: 60%;
}
#container .pageTop {
  clear: both;
}
#container .pageTop a {
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
}

#footer {
  border-top: 1px solid #ccc;
}
#footer ul {
  padding: 30px 0;
  margin: 0 auto;
  width: 1024px;
  text-align: center;
}
#footer ul li {
  display: inline;
  padding: 0 20px;
  border-right: 1px solid #ccc;
}
#footer ul li:last-child {
  border-right: none;
}
#footer ul li a {
  color: #000;
}
#footer .copy {
  text-align: center;
  color: #ccc;
  padding-bottom: 20px;
}

#go_to_top {
  position: fixed;
  bottom: 30px;
  right: 0;
}
#go_to_top div {
  cursor: pointer;
  font-family: 'Ubuntu Mono', Arial, serif;
  font-weight: 700;
  color: #fff;
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: black url(http://assets.flips.jp/images/common/design/31066/images/arrow_top_white.png) center 0.5em no-repeat;
  text-align: center;
}
