@charset"utf-8";

/* 全体 */
* {
  color: #333;
  font-family: "メイリオ" , Meiryo , sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
       -o-text-size-adjust: 100%;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  list-style-type: none;
  list-style-position: inside;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
}



/* p */
p {
  font-size: 16px;
}



/* ヘッダ */
#header {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#logo,
#tel {
  margin: 20px 0;
}

#logo a,
#tel {
  text-indent: 100%;
  white-space: nowrap;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
  overflow: hidden;
}

#logo {
  float: left;
}

#logo a {
  background-image: url(/images/logo.png);
  background-position: left center;
  width: 270px;
  height: 65px;
  display: block;
}

#tel {
  background-image: url(/images/tel.png?r=2);
  background-position: right center;
  width: 353px;
  height: 65px;
  float: right;
}



/* メイン画像 */
#main {
  text-align: center;
  background-image: url(/images/main_bg.jpg);
  background-position: cente rcenter;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
}



/* 箱 */
.article {
  margin: 80px 0;
}



/* 背景色 */
.bg_gray {
  background-color: #f5f5f5;
}



/* wrap */
.wrap8,
.wrap9,
.wrap10,
.wrap11,
.wrap12 {
  margin: 0 auto;
}

.wrap8 {
  width: 800px;
}

.wrap9 {
  width: 900px;
}

.wrap10 {
  width: 1000px;
}

.wrap11 {
  width: 1100px;
}

.wrap12 {
  width: 1200px;
}



/* 見出し */
.heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.heading:after {
  content: " ";
  background-color: #333;
  height: 1px;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -10;
}

.heading img {
  background-color:#fff;
}

.heading_icon {
  font-size: 46px;
  margin-bottom: 10px;
  padding: 5px 0 0 64px;
  position: relative;
}

.heading_icon:before {
  font-size: 54px;
  width: 54px;
  height: 54px;
  margin-top: -34px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}


/* ポイント */
#point {
  margin: -20px -45px 0 0;
  overflow: hidden;
}

#point li {
  background-position: right bottom;  
  width: 370px;
  margin: 20px 45px 0 0;
  float: left;
}

#point h3 {
  text-indent: -9999px;
  background-position: right center;
  height: 86px;
  position: relative;
}

#point .point_no {
  position: absolute;
  top: -2px;
  left: 0;
}

#point p {
  font-size: 16px;
  line-height: 150%;
  width: 240px;
  height: 160px;
  margin-right: auto;
  padding: 17px 0 20px;
}



/* ポイント背景 */
li.pt01 {
  background-image: url(/images/pt01_bg.jpg);
}

li.pt02 {
  background-image: url(/images/pt02_bg.jpg);
}

li.pt03 {
  background-image: url(/images/pt03_bg.jpg);
}

li.pt04 {
  background-image: url(/images/pt04_bg.jpg);
}

li.pt05 {
  background-image: url(/images/pt05_bg.jpg);
}

li.pt06 {
  background-image: url(/images/pt06_bg.jpg);
}



/* ポイント見出し */
h3.pt01 {
  background-image: url(/images/pt01_text.png);
}

h3.pt02 {
  background-image: url(/images/pt02_text.png);
}

h3.pt03 {
  background-image: url(/images/pt03_text.png?r=2);
}

h3.pt04 {
  background-image: url(/images/pt04_text.png);
}

h3.pt05 {
  background-image: url(/images/pt05_text.png);
}

h3.pt06 {
  background-image: url(/images/pt06_text.png);
}



/* 出張 + 店頭 */
.trip h2,
.counter h2 {
  font-size: 36px;
  height: 50px;
  margin-bottom: 25px;
  padding: 7px 0 5px 70px;
  position: relative;
}

.trip h2:before,
.counter h2:before {
  font-size: 50px;
  width: 58px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}



/* 出張買取 */
.trip h2,
.trip h3 > span {
  color: #8c0;
}

.trip h2:before {
  font-family: 'icomoon';
  content: "\e906";
}

.trip li{
  width: 25%;
}

.trip h3 {
  background-color: #8c0;
}



/* 店頭買取 */
.counter h2,
.counter h3 > span {
  color: #ff9500;
}

.counter h2:before {
  font-family: 'icomoon';
  content: "\e907";
}

.counter li {
  width: 33.333%;
  margin: 0 auto;
}

.counter h3 {
  background-color: #ff9500;
}



/* 買取の流れ */
.flow {
  border: solid 1px #999;
  overflow: hidden;
}

.flow li {
  padding: 20px;
  float: left;
}

.flow img {
  width: 100%;
}

.flow h3 {
  color: #fff;
  font-size: 24px;
  margin: 20px 0;
  padding: 11px 7px 6px;
  position: relative;
}

.flow h3 > span {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  width: 28px;
  height: 28px;
  margin: -6px 10px 0 0;
  padding-top: 4px;
  display: inline-block;
}

.flow li+li h3 {
  padding-left: 47px;
  margin-left: -40px;
}

.flow li+li h3:before {
  font-family: 'icomoon';
  content: "\e901";
  font-size: 47px;
  width: 12px;
  height: 47px;
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: 10;
}

.flow p {
  font-size: 14px;
  line-height: 150%;
}

.flow p > span {
  color: #c00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: baseline;
}



/* 店舗情報 */
#search {
  text-align: center;
  width: 290px;
  margin: 0 auto;
  margin-top: 20px;
}

#search a {
  background-color: #c00;
  padding: 18px 0 14px;
  display: block;
}

#search span {
  color: #fff;
  font-size: 24px;
  margin-left: -2px;
  padding-left: 43px;
  position: relative;
}

#search span:before {
  font-family: 'icomoon';
  content: "\e908";
  font-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}



/* お問い合わせ先 */
#contact {
  text-align: center;
  background-color: #c00;
  margin-top: 80px;
  padding: 0 80px;
}

#contact p,
#contact img {
  padding: 40px 0;
}

#contact p {
  color: #fff;
  font-size: 26px;
  border-bottom: solid 1px #fff;
}



/* 準備 */
#preparation {
  margin-top: 80px;
}

#preparation h3 {
  font-size: 26px;
  text-align: center;
  background-image: url(/images/underline.jpg);
  background-position: left 70px;
  background-repeat: repeat-x;
  width: 630px;
  margin: 0 auto;
  padding: 50px 0;
}

#preparation ol {
  margin-right: -50px;
  padding-bottom: 50px;
  overflow: hidden;
}

#preparation li {
  background-color: #fff;
  background-position: right bottom;
  width: 475px;
  margin-right: 50px;
  padding: 20px 20px 15px;
  float: left;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
     -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
       -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

#preparation h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 2px;
}

#preparation h4 > span {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #fc0;
  width: 30px;
  height: 30px;
  margin: -6px 15px 0 0;
  padding-top: 5px;
  display: inline-block;
}

#preparation p {
  font-size: 18px;
  line-height: 135%;
}



/* 準備 背景 */
.preparation01 {
  background-image: url(/images/preparation01_bg.jpg);
}

.preparation02 {
  background-image: url(/images/preparation02_bg.jpg);
}



/* 出張可能エリア */
#trip_area {
  margin-top: 80px;
  padding: 50px 0;
}

#trip_area h3 {
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(/images/trip_area.png);
  background-position: left center;
  height: 51px;
  margin-bottom: 25px;
  overflow: hidden;
}

#trip_area img {
  width: 100%;
  height: 300px;
}



/* エリアリスト */
#area_list {
  margin-top: 25px;
  overflow: hidden;
}

#area_list dl {
  /* width: 47.5%; */
  width: 100%;
  float: left;
}

#area_list dl + dl {
  margin-left: 5%;
}

#area_list dt {
  font-size: 26px;
  margin-bottom: 25px;
}

#area_list ul {
  margin-top: -10px;
  overflow: hidden;
}

#area_list li {
  font-size: 20px;
  /* width: 33.333%; */
  width: 20%;
  margin-top: 10px;
  padding-left: 16px;
  float: left;
  position: relative;
}

#area_list li:before {
  content: " ";
  width: 0;
  height: 0;
  margin-top: -8px;
  display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
}



/* 買取商品 */
#item {
  overflow: hidden;
}

#item li {
  text-align: center;
  float: left;
}

#item li+li {
  margin-left: 24px;
}

#item p {
  font-size: 24px;
  margin-top: 15px;
}



/* 買取商品詳細 */
#item_datail {
  margin-top: 80px;
}

#item_datail h3 {
  font-size: 26px;
  text-align: center;
  background-image: url(/images/underline.jpg);
  background-position: left 70px;
  background-repeat: repeat-x;
  width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}



/* 買取商品詳細 タブ */
#tab {
  margin-bottom: 50px;
  overflow: hidden;
}

#tab li {
  text-indent: 500%;
  white-space: nowrap;
  background-color: #fcd63d;
  background-position: center center;
  height: 50px;
  padding: 0 50px;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#tab li.select {
  background-color: #fc0;
}

#tab li.select:after {
  content: " ";
  width: 0;
  height: 0;
  margin-left: -10px;
  display: block;
  border-style: solid;
  border-width: 8px 8px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
}



/* 買取商品詳細 タブ画像 */
#tab_stamp {
  width: 132px;
  background-image: url(/images/tab_stamp.png);
}

#tab_metal {
  width: 153px;
  background-image: url(/images/tab_metal.png);
}

#tab_brand {
  width: 178px;
  background-image: url(/images/tab_brand.png);
}

#tab_antique {
  width: 146px;
  background-image: url(/images/tab_antique.png);
}



/* 買取商品詳細 リスト */
.hide {
  display: none;
}

#detail {
  padding-bottom: 50px;
}

#detail ul {
  margin: 0 -66px -25px 0;
  overflow: hidden;
}

#detail li {
  margin: 0 66px 25px 0;
  float: left;
  position: relative;
}

#detail div {
  background-color: rgba(255,255,255,0.75);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorstr="#99ffffff", EndColorstr="#99ffffff");
  width: 100%;
  height: 60px;
  display: table;
  position: absolute;
  bottom: 0;
}

#detail p {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}



/* 声 */
#voice {
  margin-right: -50px;
  overflow: hidden;
}

.voice_box {
  width: 525px;
  margin-right: 50px;
  padding: 20px;
  border: solid 1px #999;
  float: left;
}

.caption {
  margin-bottom: 20px;
  overflow: hidden;
}

.caption .thumb {
  background-color: #fff;
  width: 125px;
  height: 125px;
  padding: 4px;
  float: left;
  border: solid 1px #999;
}

.thumb img {
  width: 100%;
}

.caption h3 {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0 15px 140px;
}

.caption > p{ 
  font-size: 18px;
  text-align: right;
  padding: 10px 0;
  border-top: solid 1px #999;
}

.voice_box > p {
  font-size: 16px;
  line-height: 145%;
  background-color: #f5f5f5;
  height: 223px;
  padding: 20px;
}



/* 店舗情報 */
.shop {
  overflow: hidden;
}

.shop+.shop {
  margin-top: 50px;
}

.shop img {
  float: left;
}

.shop_info {
  padding-left: 50px;
  overflow: hidden;
}

.shop_info h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 12px 0;
  padding-left: 29px;
  position: relative;
}

.shop_info h3:before {
  font-family: 'icomoon';
  content: "\e900";
  color: #c00;
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 0;
}

.shop_info dl {
  padding: 10px 0;
  overflow: hidden;
}

.shop_info dt,
.shop_info dd,
.shop_info a {
  font-size: 22px;
}

.shop_info dt,
.shop_info dd {
  /* height: 28px; */
  padding: 4px 0;
}

.shop_info dt {
  width: 130px;
  border-right: solid 5px #c00;
  float: left;
}

.shop_info dd {
  padding-left: 40px;
  overflow: hidden;
}

.shop_info a {
  color: #06c;
  text-decoration: underline;
}



/* バナーエリア */
#banner_area {
  text-align: center;
  padding: 20px 0;
}

#banner_area li {
  width: 275px;
  display: inline-block;
}

#banner_area li+li {
  margin-left: 29px;
}

#banner_area img {
  background-color: #fff;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
     -moz-box-shadow: 0 0 5px #000;
       -o-box-shadow: 0 0 5px #000;
}



/* フッタ */
#footer {
  border-top: solid 5px #c00;
}

#footer_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
}

#user_menu,
#user_menu li {
  float: left;
}

#user_menu {
  overflow: hidden;
}

#user_menu li+li {
  margin-left: 50px;
}

#user_menu a,
#copyright {
  font-size: 16px;
  padding-top: 1px;
}

#user_menu a {
  padding-left: 16px;
  display: block;
  position: relative;
}

#user_menu a:before {
  content: " ";
  width: 0;
  height: 0;
  margin-top: -7px;
  display: block;
  border-style: solid;
  border-width: 6px 6px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
}

#copyright {
  float: right;
}



/* パンくずリスト */
.breadcrumb {
  padding: 12px 0 11px;
  overflow: hidden;
}

.breadcrumb li {
  text-transform: uppercase;
  float: left;
  position: relative;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 14px;
}

.breadcrumb a {
  color: #06c;
}

.breadcrumb li+li {
  padding-left: 35px;
}

.breadcrumb li+li:after,
.breadcrumb li+li:before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 21px 15px;
  position: absolute;
  top: -14px;
  bottom: 0;
  left: 10px;
}

.breadcrumb li+li:before {
  border-color: transparent transparent transparent #ccc;
}

.breadcrumb li+li:after {
  border-color: transparent transparent transparent #f5f5f5;
  margin-left: -1px;
}



/* コンテナ */
#container {
  margin: 50px 0;
}



/* スタッフ紹介 */
.staff {
  text-align: right;
  margin: 25px 0 50px;
  overflow: hidden;
  position: relative;
}

.staff+.staff {
  margin: 50px 0;
}

.staff_detail {
  width: 500px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
}

.staff_detail p {
  font-size: 16px;
  text-align: left;
  line-height: 175%;
}



/* スタッフ紹介 名前 */
.staff_name {
  font-size: 42px;
  margin-bottom: 15px;
  padding: 25px 0 5px;
  border-bottom: solid 3px #fc0;
  position: relative;
}



/* スタッフ紹介 役職 */
.position {
  font-size: 20px;
  vertical-align: baseline;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}

.position:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -6px;
}



/* スタッフ紹介 ふりがな */
.phonetic {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 5px;
}



/* 高く売る方法 */
.howto {
  margin: 50px 0 80px;
}

.howto+.howto {
  margin: 80px 0;
}

.howto h3 {
  color: #8c0;
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
}

.howto h3 > span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #8c0;
  width: 28px;
  height: 28px;
  margin: -5px 10px 0 0;
  padding-top: 4px;
  display: inline-block;
}

.howto p {
  line-height: 175%;
}

.howto p > span {
  font-size: 16px;
}



/* 高く売る方法 詳細 */
.howto_detail {
  margin: 50px 0;
}

.howto_detail h4 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.howto_detail h4:after {
  content: " ";
  width: auto;
  height: 1px;
  background-color: #999;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -10;
}

.howto_detail h4 > span {
  font-size: 26px;
  background-color: #fff;
  padding: 0 15px;
}

.howto_inner {
  margin-right: -20px;
  overflow: hidden;
}

.howto_detail dl {
  width: 320px;
  margin-right: 20px;
  padding-left: 110px;
  float: left;
  position:relative;
}

.howto_detail dl:before {
  font-family: 'icomoon';
  text-align: center;
  width: 90px;
  height: 90px;
  background-color: #eee;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
}

.howto_detail dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.howto_detail dt:before {
  content: " ";
  width: 0;
  height: 0;
  margin-top: -7px;
  display: block;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
}

.howto_detail dd {
  font-size: 16px;
  line-height: 150%
}



/* 高く売る方法 注意 */
.attention {
  text-align: center;
  background-color: #fd5;
  margin: 25px 0;
  padding: 23px 50px 17px;
  padding-left: 90px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
       -o-border-radius: 7px;
}

.attention span {
  color: #c00;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.attention span:before {
  font-family: 'icomoon';
  content: "\e90e";
  color: #c00;
  font-size: 36px;
  width: 36px;
  height:36px;
  margin-top: -24px;
  display: block;
  position: absolute;
  top: 50%;
  left: -51px; 
}



/* 下線マーカー */
.marker {
  background-image: url(/images/underline.jpg);
  background-position: left 13px;
  background-repeat: repeat-x;
}



/* 貴金属アイコン */
.platinum:before,
.gold:before,
.silver:before {
  content: "\e90f";
  font-size: 75px;
  padding-top: 1px;
}

.platinum:before {
  color: #bbb;
}

.gold:before {
  color: #fa0;
}

.silver:before {
  color: #999;
}


/* ブランドバックアイコン */
.gum_tape:before,
.window:before {
  font-size: 60px;
  padding-top: 10px;
}
.gum_tape:before {
  content: "\e90d";
}

.brush:before {
  content: "\e90c";
  font-size: 65px;
  padding-top: 8px;
}

.window:before {
  content: "\e90b";
}


/* 時計アイコン */
.light:before,
.leather_belt:before {
  font-size: 60px;
}

.light:before {
  content: "\e90a";
  padding-top: 9px;
}

.metal_belt:before {
  content: "\e909";
  font-size: 70px;
  padding-top: 3px;
}

.leather_belt:before {
  content: "\e916";
  padding-top: 10px;
}



/* よくある質問 */
#faq {
  margin-top: 25px;
  border-top: dashed 1px #ccc;
}

#faq > li {
  padding: 25px 0;
  border-bottom: dashed 1px #999;
}

#faq dt,
#faq dd {
  position: relative;
}

#faq dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 40px;
}

#faq dd {
  font-size: 18px;
  line-height: 175%;
  background-color: #f5f5f5;
  padding: 15px 20px 15px 40px;
}

#faq dt:before,
#faq dd:before {
  font-family: 'icomoon';
  position: absolute;
  left: 10px;
  top: 50%;
}

#faq dt:before {
  content: "\e915";
  color: #00c;
  margin-top: -13px;
}

#faq dd:before {
  content: "\e914";
  color: #c00;
  font-size: 20px;
  top: 14px;
}

#faq a {
  color: #c00;
  font-size: 16px;
  text-decoration: underline;
}

#faq .disc {
  margin-bottom: 10px;
}

#faq .disc > li {
  font-size: 16px;
}



/* お問い合わせ用フォーム */
.form {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.form th,
.form td {
  font-size: 16px;
  padding: 20px 25px;
  border: solid 1px #ccc;
}

.form th {
  width: 35%;
  background-color: #f5f5f5;
  padding-top: 22px;
}

.form label + label {
  margin-left: 20px;
}

.form label ,
.form input[type="text"],
.form select,
.form textarea {
  font-size: 16px;
}

.form input[type="text"],
.form select,
.form textarea {
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;

  height: 45px;
  padding: 10px;
  border: solid 1px #ccc;
}

.form input[type="radio"] {
  vertical-align: -1px;
  margin-right: 7px;
}

.form select {
  background-color: transparent;
}

.form textarea {
  width: 75%;
  height: 200px;
}

.form input + p ,
.form textarea + p {
  margin-top: 12px;
}

#post:before {
  content: "〒";
  font-size: 16px;
  vertical-align: -4px;
  margin-right: 5px;
  display: inline-block;
}

#post + span {
  color: #888;
  font-size: 16px;
  vertical-align: -2px;
  margin-left: 10px;
  display: inline-block;
}

.select_arrow ,
.select_arrow-text {
  position: relative;
}

.select_arrow:after ,
.select_arrow-text:after {
  content: " ";
  width: 0;
  height: 0;
  margin-top: -4px;
  display: block;
  border-style: solid;
  border-width: 7px 5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  z-index: -10;
}

.select_arrow:after {
  right: 10px;
}

.select_arrow-text:after {
  right: 2.5em;
}

.form + div {
  text-align: center;
}

.form + div form {
  display: inline-block;
}

.form + div form + form {
  margin-left: 25px;
}



/* 横幅指定 */
.width12 {
  width: 12%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width50 {
  width: 50%;
}

.width75 {
  width: 75%;
}



/* 必須 */
.required {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  vertical-align: top;
  background-color: #c00;
  margin: -2px 7px 0 0;
  padding: 4px 4px 3px 5px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
}



/* button */
.btn {
  color: #666;
  font-size: 18px;
  background: #ddd;
  background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
  margin: 0 auto;
  padding: 15px 50px 13px;
  display: inline-block;
  border: solid 1px;
  border-color: #ccc #999 #999 #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
}

.btn:hover {
  background: #eee;
  background: -moz-linear-gradient(top,  #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
  background: -webkit-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
  background: linear-gradient(to bottom,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
  border-color: #999 #ccc #ccc #999;
}



/* 会社概要 */
#company {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#company th ,
#company td {
  font-size: 16px;
  padding: 25px;
  border: solid 1px #ccc;
}

#company th {
  background-color: #f5f5f5;
  width: 30%;
}

#company td {
  line-height: 175%;
}

#company .disc {
  margin-top: 10px;
}

#company .disc li {
  font-size: 16px;
}



/* プライバシーポリシー */
#privacy > li {
  margin-top: 25px;
}

#privacy dd+dt {
  margin-top: 25px;
}

#privacy dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 20px 8px;
  border-bottom: solid 1px #ddd;
  position: relative;
}

#privacy dt:after {
  content: " ";
  background-color: #80c;
  width: 166px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -2.5px;
}

#privacy dd {
  font-size: 16px;
  line-height: 175%;
  background-color: #f5f5f5;
  padding: 15px 20px;
}

#privacy .disc {
  margin: 15px;
  margin-bottom: 0;
}

#privacy .disc li {
  font-size: 16px;
}



/* 付則 */
.bylaws {
  width: 200px;
  margin: 50px 0 0 auto;
}

.bylaws dt {
  font-size: 18px;
  font-weight: bold;
}

.bylaws dd {
  font-size: 16px;
  line-height: 135%;
  margin-top: 2.5px;
}



/* トップページへ戻る */
.back {
  text-align: right;
  margin-bottom: -5px;
}

.back a {
  color: #fff;
  font-size: 14px;
  background-color: #c00;
  padding: 12px 20px 10px;
  display: inline-block;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
     -moz-border-radius: 7px 7px 0 0;
       -o-border-radius: 7px 7px 0 0;
}

.back a:hover {
  text-decoration: underline;
}



/* リスト 黒丸 */
.disc > li {
  line-height: 150%;
  list-style-type: disc;
}

.disc > li+li {
  margin-top: 5px;
}



/* エラー */
.error {
  text-align: center;
  margin: 50px auto;
}

.error h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.error p {
  font-size: 14px;
  line-height: 135%;
}



/* エラー（フォーム） */
ul.errmsg {
  margin: 2em auto;
  width: 680px;
  padding: 2em;
  border: 2px solid #c00;
  background-color: #ffeeee;
}

ul.errmsg li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 150%;
}



/* ウェブフォント */
@font-face {
  font-family: 'icomoon';
  src:    url('/fonts/icomoon.eot?r1ftr7');
  src:    url('/fonts/icomoon.eot?r1ftr7#iefix') format('embedded-opentype'),
      url('/fonts/icomoon.ttf?r1ftr7') format('truetype'),
      url('/fonts/icomoon.woff?r1ftr7') format('woff'),
      url('/fonts/icomoon.svg?r1ftr7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*="icon-"]:before,
[class^="icon-"]:after,
[class*="icon-"]:after {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /*BetterFontRendering===========*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-privacy:before {
  content: "\e917";
  color: #80c;
}

.icon-company:before {
  content: "\e918";
  color: #c00;
}

.icon-answer:before {
  content: "\e914";
}

.icon-question:before {
  content: "\e915";
}

.icon-leather_belt:before {
  content: "\e916";
}

.icon-metal_belt:before {
  content: "\e909";
}

.icon-light:before {
  content: "\e90a";
}

.icon-window:before {
  content: "\e90b";
}

.icon-brush:before {
  content: "\e90c";
}

.icon-gum_tape:before {
  content: "\e90d";
}

.icon-attention:before {
  content: "\e90e";
}

.icon-ring:before {
  content: "\e90f";
}

.icon-contact:before {
  content: "\e910";
  color: #06c;
}

.icon-faq:before {
  content: "\e911";
  color: #ff9500;
}

.icon-howto:before {
  content: "\e912";
  color: #8c0;
}

.icon-staff:before {
  content: "\e913";
  color: #fc0;
}

.icon-request:before {
  content: "\e902";
  color: #00c0cc;
}

.icon-arrow_square:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e908";
}

.icon-arrow:after {
  content: "\e901";
}

.icon-counter:before {
  content: "\e907";
}

.icon-trip:before {
  content: "\e906";
}
