﻿@charset "euc-jp";
/*
  Site Name: 
  Description: style
  Version: 1.0
  Author: jun.watanabe
*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*--------------------------------
//////////  reset  //////////
--------------------------------*/
/*****  generalParams  *****/
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  padding: 0;
  /* margin&padding reset */
  line-height: 1.6em;
  /* base line height */
  text-align: left;
  display: block;
  margin: 0px;
  font-size: 100%;
}
table {
  margin: 0;
  empty-cells: show;
  font-size: small;
}
hr,
.areaAnchor,
.anchor {
  display: none;
}
img {
  border: none;
  /* img do not want a border */
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
li {
  list-style: none;
}
/* link do not want a dot */
/*****  acronymsAndAbbreviationsSytles  *****/
acronym,
abbr {
  cursor: help;
}
/*****  formSettings  *****/
option {
  padding-right: 10px;
}
* + html option {
  padding-right: 0;
}
/* for IE7&Opera */
* html option {
  padding-right: 0;
}
/* for IE6 */
button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
input,
textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
}
.focus {
  color: #666666;
  background: #ffeff5;
  border: 1px solid #eeeeee;
}
.error {
  color: #ff0000;
}
/*--------------------------------
//////////  utilityStyles  //////////
--------------------------------*/
/*****  clearFix  *****/
.clf {
  *zoom: 1;
}
.clf:before,
.clf:after {
  display: table;
  content: "";
  line-height: 0;
}
.clf:after {
  clear: both;
}
/*****  inline-block  *****/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*****  float  *****/
.flL {
  float: left;
}
.flR {
  float: right;
}
.clr {
  clear: both;
}
/*****  textAlign  *****/
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
/*****  textBold  *****/
.bold {
  font-weight: bold;
}
/*****  fontSize  *****/
.fz05 {
  font-size: 5px;
  font-size: 0.5rem;
}
.fz06 {
  font-size: 6px;
  font-size: 0.6rem;
}
.fz08 {
  font-size: 8px;
  font-size: 0.8rem;
}
.fz10 {
  font-size: 10px;
  font-size: 1.0rem;
}
.fz11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.fz13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.fz15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fz20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.fz21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.fz22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.fz24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.fz36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.fz40 {
  font-size: 40px;
  font-size: 4.0rem;
}
.fz48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.fz50 {
  font-size: 50px;
  font-size: 5.0rem;
}
.fz72 {
  font-size: 72px;
  font-size: 7.2rem;
}
.fz85 {
  font-size: 85px;
  font-size: 8.5rem;
}
.fzXXS {
  font-size: 6px;
  font-size: 0.6rem;
}
.fzXS {
  font-size: 8px;
  font-size: 0.8rem;
}
.fzS {
  font-size: 10px;
  font-size: 1.0rem;
}
.fzM {
  font-size: 12px;
  font-size: 1.2rem;
}
.fzL {
  font-size: 14px;
  font-size: 1.4rem;
}
.fzXL {
  font-size: 16px;
  font-size: 1.6rem;
}
.fzXXL {
  font-size: 18px;
  font-size: 1.8rem;
}
.hidden-text {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
/*****  margin  *****/
.mt00 {
  margin-top: 0px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mr00 {
  margin-right: 0px;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mb00 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml00 {
  margin-left: 0px;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
/*****  padding  *****/
.pt00 {
  padding-top: 0px;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pr00 {
  padding-right: 0px;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pb00 {
  padding-bottom: 0px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl00 {
  padding-left: 0px;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
/*****  dummyBg  *****/
.dmBg {
  background: rgba(0, 255, 255, 0.75);
  /* dummyBg?*/
}
/*****  resizeImg  *****/
.resizeImg img {
  width: 100%;
  height: auto;
}
/*--------------------------------
//////////  baseStyles  //////////
--------------------------------*/
/*****  bodyBaseStyle  *****/
/*DefaultfontSize*/
html {
  font-size: 62.5%;
}
body {
  text-align: center;
  /* box centering */
  color: #000000;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  background: #cc0000;
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 980px;
  /* for iPad view?*/
}
/*****  LinkSettings  *****/
a {
  color: #f22d52;
  text-decoration: none;
}
a:link {
  color: #f22d52;
  text-decoration: none;
}
a:visited {
  color: #de0e35;
  text-decoration: none;
}
a:hover {
  color: #f9a5b5;
  text-decoration: none;
}
a:active {
  color: #f9a5b5;
  text-decoration: none;
}
/*****  contentsSettings  *****/
/*// contentsWrapper //*/
#header,
#gNav,
#wrap,
#main,
#footer {
  width: 100%;
}
/*// contentsCentered //*/
#header #headerInner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  margin-right: auto;
}
#footerInner,
#gNav ul,
#contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------
//////////  layoutStyles  //////////
--------------------------------*/
/*****  header  *****/
#header {
  height: 100px;
  width: 960px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 3px solid #fc9f28;
}
#header #headerInner {
  height: 100px;
}
#header #headerInner h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  z-index: 100;
}
#header .linkNav {
  position: absolute;
  top: 30px;
  right: 10px;
  *zoom: 1;
}
#header .linkNav:before,
#header .linkNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .linkNav:after {
  clear: both;
}
#header .linkNav li {
  float: left;
  margin-left: 10px;
  width: 120px;
}
/*****  footer  *****/
#footer {
  background: #fff;
  color: #fff;
  width: 960px;
  margin: 0 auto;
}
#footer #footerInner #toPageTop {
  position: absolute;
  top: -20px;
  right: 10px;
}
#footer #footerInner #copyright {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #000;
  margin-left: 10px;
}
/*****  navigation  *****/
/*// globalNavigation //*/
#gNav {
  margin-bottom: 20px;
  height: 40px;
  background: #fec;
}
#gNav ul {
  width: 960px;
  height: 40px;
  overflow: hidden;
  *zoom: 1;
}
#gNav ul li {
  display: block;
  width: 120px;
  height: 40px;
  float: left;
}
#gNav ul li a {
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
/* li#gNav$$ */
#gNav .gNav01 a {
  background-position: 0px 0;
}
#gNav .gNav01 a:hover {
  background-position: 0px -40px;
}
body.pageName #gNav #gNav .gNav01 a {
  background-position: 0px -40px;
}
#gNav .gNav02 a {
  background-position: -120px 0;
}
#gNav .gNav02 a:hover {
  background-position: -120px -40px;
}
body.pageName #gNav .gNav02 a {
  background-position: -120px -40px;
}
#gNav .gNav03 a {
  background-position: -240px 0;
}
#gNav .gNav03 a:hover {
  background-position: -240px -40px;
}
body.pageName #gNav .gNav03 a {
  background-position: -240px -40px;
}
#gNav .gNav04 a {
  background-position: -360px 0;
}
#gNav .gNav04 a:hover {
  background-position: -360px -40px;
}
body.pageName #gNav .gNav04 a {
  background-position: -360px -40px;
}
#gNav .gNav05 a {
  background-position: -480px 0;
}
#gNav .gNav05 a:hover {
  background-position: -480px -40px;
}
body.pageName #gNav .gNav05 a {
  background-position: -480px -40px;
}
/*// footerNavigation //*/
#fNav ul {
  width: 960px;
  height: 40px;
  margin: 0 auto 0;
  text-align: center;
}
#fNav ul li {
  margin-right: 5px;
  padding-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#fNav ul li a {
  display: block;
  color: #000;
  height: 40px;
  line-height: 40px;
}
/*****  contents  *****/
#contents {
  background: #ffffff;
  *zoom: 1;
  padding-top: 10px;
}
#contents:before,
#contents:after {
  display: table;
  content: "";
  line-height: 0;
}
#contents:after {
  clear: both;
}
#leftColumn {
  float: left;
  width: 750px;
  margin-left: 10px;
}
#rightColumn {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 180px;
}
/*--------------------------------
//////////  moduleStyles  //////////
--------------------------------*/
.icoLink {
  background: url("project/img/common/link_icon.gif") no-repeat left center;
}
.notice {
  font-size: 10px;
  font-size: 1.0rem;
  padding-left: 1.0em !important;
  /*����sign break indent setting */
  text-indent: 1.0em !important;
  /*����sign break indent setting */
  display: block;
}
.notice strong {
  color: #ff0000;
}
.noticeList li {
  font-size: 10px;
  font-size: 1.0rem;
  padding-left: 1.0em !important;
  /*����sign break indent setting */
  text-indent: 1.0em !important;
  /*����sign break indent setting */
  display: block;
}
.noticeList li strong {
  color: #ff0000;
}
.btn {
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80;
  /*FF*/
}
/*****  pageTop  *****/
.pagetop {
  text-align: right;
}
.btnWrap {
  background: url(../img/bg_btn_l.jpg) 0 0 no-repeat;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.btnWrap .btn {
  background: url(../img/bg_btn_r.jpg) 100% 0 no-repeat;
  padding-right: 20px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.icoBox {
  *zoom: 1;
  margin-bottom: 10px;
  padding: 5px 0;
}
.icoBox:before,
.icoBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.icoBox:after {
  clear: both;
}
.ico {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fc9f28;
  padding: 5px 10px;
  margin: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.btnInfo {
  clear: both;
}
.btnInfo .btn {
  font-size: 16px;
  font-size: 1.6rem;
}
.mainImg {
  margin-bottom: 20px;
}
.flowBox {
  margin-bottom: 20px;
}
.flowBox .boxTitle {
  margin-bottom: 10px;
}
.flowBox .columnBox {
  *zoom: 1;
}
.flowBox .columnBox:before,
.flowBox .columnBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.flowBox .columnBox:after {
  clear: both;
}
.flowBox .column {
  float: left;
}
.flowBox .column1 {
  width: 380px;
}
.flowBox .column2 {
  widht: 240px;
  margin-left: 10px;
}
.itemBox {
  margin-bottom: 20px;
}
.itemBox .itemBlock {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.itemBox .itemBlock:before,
.itemBox .itemBlock:after {
  display: table;
  content: "";
  line-height: 0;
}
.itemBox .itemBlock:after {
  clear: both;
}
.itemBox .itemBlock .imgBox {
  float: left;
  width: 370px;
}
.itemBox .itemBlock .imgBox .itemImg {
  margin-bottom: 10px;
}
.itemBox .itemBlock .imgBox .itemImg img {
  width: 370px;
  height: auto;
}
.itemBox .itemBlock .imgBox .recommend {
  position: relative;
}
.itemBox .itemBlock .imgBox .recommend:after {
  content: url("../img/ico_recommend.png");
  position: absolute;
  top: -2px;
  left: -2px;
}
.itemBox .itemBlock .imgBox .subImgList {
  *zoom: 1;
  width: 380px;
  margin-left: -10px;
}
.itemBox .itemBlock .imgBox .subImgList:before,
.itemBox .itemBlock .imgBox .subImgList:after {
  display: table;
  content: "";
  line-height: 0;
}
.itemBox .itemBlock .imgBox .subImgList:after {
  clear: both;
}
.itemBox .itemBlock .imgBox .subImgList li {
  float: left;
  margin-left: 12px;
}
.itemBox .itemBlock .imgBox .subImgList li img {
  width: 114px;
  height: auto;
}
.itemBox .infoBox {
  float: left;
  margin-left: 10px;
  position: relative;
}
.itemBox .infoBox .linkBox {
  width: 370px;
}
.itemBox .infoBox .linkBox .btn {
  position: absolute;
  top: -3px;
  left: 100px;
}
.itemBox table.info {
  border-collapse: separate;
  border-spacing: 1px;
  width: 370px;
}
.itemBox table.info th {
  width: 80px;
  background: #fc9f28;
  padding: 8px 5px;
}
.itemBox table.info td {
  background: #fff1e0;
  padding: 8px 10px;
}
.itemBox .icoStatusBox {
  clear: both;
  width: 760px;
  margin: 0 0 0 -10px;
  padding-top: 10px;
  *zoom: 1;
}
.itemBox .icoStatusBox:before,
.itemBox .icoStatusBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.itemBox .icoStatusBox:after {
  clear: both;
}
.itemBox .icoStatusBox .icoStatus {
  float: left;
  width: 180px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #4396e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.itemBox .icoStatusBox .icoStatus.off {
  color: #eee;
  background: #dbdbdb;
}
.itemBox .commentBox {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
  width: 750px;
}
.itemBox .commentBox .boxTitle {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
  background: #fc9f28;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  z-index: 100;
}
.itemBox .commentBox .comment {
  border: 1px solid #ccc;
  font-size: 12px;
  position: relative;
  padding: 10px;
  background-color: #fff;
}
.itemBox .commentBox .comment p {
  border-bottom: 1px dotted #999;
  line-height: 2em;
  display: inline;
  padding-bottom: 2px;
}
.itemBox .infoCommentBox {
  padding-top: 20px;
  margin-bottom: 10px;
  width: 370px;
}
.itemBox .infoCommentBox .infoComment {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 12px;
}
.itemBox .infoCommentBox .infoComment p {
  border-bottom: 1px dotted #999;
  line-height: 2em;
  display: inline;
  padding-bottom: 2px;
}
.itemBox .contactBox {
  position: relative;
  padding-top: 20px;
}
.itemBox .contactBox .boxTitle {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
  background: #fc9f28;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}
.itemBox .contactBox .contactInfo {
  padding: 10px;
  border: 3px solid #fc9f28;
  font-size: 12px;
  *zoom: 1;
}
.itemBox .contactBox .contactInfo:before,
.itemBox .contactBox .contactInfo:after {
  display: table;
  content: "";
  line-height: 0;
}
.itemBox .contactBox .contactInfo:after {
  clear: both;
}
.itemBox .contactBox .tel {
  font-size: 40px;
  color: red;
  text-align: center;
  float: left;
  width: 320px;
}
.itemBox .contactBox .time {
  font-size: 20px;
  float: left;
}
.itemBox .contactBox .timeTable td {
  padding: 0 40px 0 0;
  vertical-align: top;
  font-size: 20px;
  font-size: 2.0rem;
}
table.table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 750px;
}
table.table th {
  width: 140px;
  background: #fc9f28;
  padding: 8px 5px;
}
table.table td {
  background: #fff1e0;
  padding: 8px 10px;
}
.icoStatusBox {
  clear: both;
  width: 760px;
  margin: 0 0 0 -10px;
  padding-top: 10px;
  *zoom: 1;
}
.icoStatusBox:before,
.icoStatusBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.icoStatusBox:after {
  clear: both;
}
.icoStatusBox .icoStatus {
  float: left;
  width: 180px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #4396e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.icoStatusBox .icoStatus.off {
  color: #eee;
  background: #dbdbdb;
}
#contents h1 {
  background: #fc9f28;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px;
  margin-bottom: 20px;
}
#contents h2 {
  border-left: 5px solid #fc9f28;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#contents .block {
  margin-bottom: 20px;
}
#contents dl#privacy dt {
  border-left: 5px solid #fc9f28;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#contents dl#privacy dd {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
#footerInfo {
  padding-top: 10px;
  *zoom: 1;
  position: relative;
}
#footerInfo:before,
#footerInfo:after {
  display: table;
  content: "";
  line-height: 0;
}
#footerInfo:after {
  clear: both;
}
#footerInfo .catch {
  float: left;
  width: 630px;
}
#footerInfo .infoWrap {
  float: left;
  width: 180px;
  margin-left: 10px;
}
#footerInfo .fNav {
  position: absolute;
  right: 10px;
  *zoom: 1;
  margin-bottom: 10px;
}
#footerInfo .fNav:before,
#footerInfo .fNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#footerInfo .fNav:after {
  clear: both;
}
#footerInfo .fNav li {
  float: left;
  margin-right: 10px;
}
#footerInfo .fContact {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  color: #666;
  *zoom: 1;
}
#footerInfo .fContact:before,
#footerInfo .fContact:after {
  display: table;
  content: "";
  line-height: 0;
}
#footerInfo .fContact:after {
  clear: both;
}
#footerInfo .fContact h3 {
  background: #fc9f28;
  padding: 2px 5px;
  text-align: center;
  color: #fff;
}
#footerInfo .fContact .tel {
  color: #fc9f28;
  font-size: 16px;
  margin: 0 5px;
}
#footerInfo .fContact .address,
#footerInfo .fContact .fax,
#footerInfo .fContact .mail {
  font-size: 10px;
  margin: 0 5px;
}
table#price-list {
  width: 750px;
  border: solid 2px #747F8D;
  border-top: none;
  margin-bottom: 7px;
}
table#price-list td {
  padding: 10px 8px;
}
table#price-list td#head-spaceing {
  border-top: solid 2px #747F8D;
}
table#price-list td#rankIn-head {
  border-left: solid 1px #747F8D;
  border-top: solid 2px #747F8D;
  background: url(../img/bg_rank_in.jpg) repeat top left;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
table#price-list td#rankOut-head {
  border-left: solid 1px #747F8D;
  border-top: solid 2px #747F8D;
  background: url(../img/bg_rank_out.jpg) repeat top left;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
table#price-list td.price-head {
  border-top: solid 1px #747F8D;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
table#price-list td.price-txt {
  border-top: solid 1px #747F8D;
  border-left: solid 1px #747F8D;
  font-weight: bold;
  text-align: center;
}
table#price-list td.price-txt span {
  font-weight: normal;
}
p#price-caution {
  margin: 0 0 40px 5px;
}
table#flow {
  width: 750px;
  margin-bottom: 30px;
}
table#flow dl {
  width: 206px;
  /* 214-6(both-border)-20(both-padding) */
  height: 151px;
  /* 177-6(both-border)-20(both-padding) */
  border: solid 3px #747F8D;
  padding: 10px;
  background: #ffffff;
}
table#flow dl dt {
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: dotted 1px #666;
  font-size: 1.1em;
  color: #008BCE;
  font-weight: bold;
}
table#flow dl dt span {
  font-size: 92%;
  color: #00689B;
}
table#flow dl dd {
  padding: 0 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
td.arrow-lengthwise {
  width: 26px;
  height: 177px;
}
td.arrow-lateral {
  width: 214px;
  height: 26px;
}
/***** nav *****/
.nav {
  margin-top: 20px;
  margin-bottom: 30px;
}
.nav .navTitle {
  margin: 0 auto 10px !important;
}
.nav .navList li {
  background: #fff1e0;
  margin-bottom: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav .navList li a {
  display: block;
  padding: 5px 10px;
  border-left: 5px solid #fc9f28;
}
.nav .subNavList a {
  display: block;
  padding: 5px 10px;
}
.nav .subNavList .subNavListItem {
  background: #fff;
  border-bottom: 1px dashed #fc9f28;
}
.nav .subNavList .subNavListItem a {
  border-left: none !important;
}
.nav .subNavList .subNavListItem a:before {
  content: ">";
  margin-right: 5px;
}
.nav .subNavList .subNavListItem a.pickup:before {
  color: #fc9f28;
}
.pageLead {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}
.block p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.pageTop {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.pageTop a {
  text-decoration: underline;
}
