@charset "utf-8";
/* =======================================

	Structure CSS
	
========================================== */

/*Text Decoration*/

.look_none {
  color: #333;
}

.look_gray {
  color: #666;
}

.look_green {
  color: #649C2C;
}

.look_red {
  color: #C00;
}

.look_orange {
  color: #F60;
}

.look_orange a {
  color: #F60;
}

.look_pink {
  color: #F69;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*Text Size*/

.txt_mini_80 {
  font-size: 80%;
}

.txt_mini_85 {
  font-size: 85%;
}

.txt_90 {
  font-size: 90%;
}

.txt_120 {
  font-size: 120%;
}

.txt_150 {
  font-size: 150%;
}

/*Text Align*/

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.va_center {
  vertical-align: middle;
}

/*width*/

.w-130 {
  width: 130px;
}

.w-175 {
  width: 175px;
}

.w-180 {
  width: 180px;
}

.w-225 {
  width: 225px;
}

.w-235 {
  width: 235px;
}

.w-250 {
  width: 250px;
}

.w-280 {
  width: 280px;
}

.w-300 {
  width: 300px;
}

.w-315 {
  width: 315px;
}

.w-355 {
  width: 355px;
}

.w-375 {
  width: 375px;
}

.w-460 {
  width: 460px;
}

.w-479 {
  width: 479px;
}

.w-480 {
  width: 480px;
}

.w-495 {
  width: 495px;
}

.w-500 {
  width: 500px;
}

.w-580 {
  width: 580px;
}

.w-600 {
  width: 600px;
}

.w-660 {
  width: 660px;
}

.w-675 {
  width: 675px;
}

.w-700 {
  width: 700px;
}

.w-720 {
  width: 720px;
}

.w-735 {
  width: 735px;
}

.w-845 {
  width: 845px;
}

/*Margin*/

#maincontent .no-mb {
  margin-bottom: 0px;
}

#maincontent .no-mt {
  margin-top: 0px;
}

#maincontent .mt_30 {
  margin-top: 30px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_120 {
  margin-top: 120px;
}

.mb_05 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mr_08 {
  margin-right: 8px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_55 {
  margin-right: 55px;
}

.ml_07 {
  margin-left: 7px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_58em {
  margin-left: 5.8em;
}

.ml_180 {
  margin-left: 180px;
}

.ml_255 {
  margin-left: 255px;
}

/* Float */

.left {
  float: left;
}

.right {
  float: right;
}

/* Table */

.table_01 {
  border-collapse: collapse;
  border-top: 1px solid #cdc59e;
  border-right: 1px solid #cdc59e;
  border-bottom: 1px solid #cdc59e;
  line-height: 1.6em;
  font-size: 13px;
}

.table_01 th {
  background-color: #E9E6D3;
  border-bottom: 1px solid #cdc59e;
  border-right: 1px solid #cdc59e;
  color: #4E4927;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.table_01 td {
  background-color: #fff;
  border-bottom: 1px solid #cdc59e;
  color: #251714;
  padding: 8px 10px;
  vertical-align: top;
}

.table_01 th.th_blue {
  background-color: #0168B3;
  color: #fff;
  text-align: center;
}

.table_01 th.th_orange {
  background-color: #F3860E;
  color: #fff;
  text-align: center;
}

.table_01 th.th_pink {
  background-color: #E461A6;
  color: #fff;
  text-align: center;
}

.table_01 th.th_green {
  background-color: #72B200;
  color: #fff;
  text-align: center;
}

.table_01 td.td_border {
  border-bottom: 1px solid #cdc59e;
  border-right: 1px solid #cdc59e;
  border-left: 1px solid #cdc59e;
}

.table_01 td.td_border_02 {
  border-right: 1px solid #cdc59e;
  border-left: 1px solid #cdc59e;
}

.table_02 {
  border-collapse: collapse;
  border-top: 1px solid #cdc59e;
  border-right: 1px solid #cdc59e;
  border-left: 1px solid #cdc59e;
  line-height: 1.6em;
  font-size: 13px;
}

.table_02 th {
  background-color: #E9E6D3;
  border: 1px solid #cdc59e;
  color: #4E4927;
  font-weight: bold;
  text-align: left;
  padding: 8px 10px;
}

.table_02 td {
  background-color: #FFF;
  border: 1px solid #cdc59e;
  color: #251714;
  padding: 8px 10px;
}

.table_02 td.newmark_td .newmark {
  margin-left: -10px;
  margin-top: 5px;
}

.table_03 {
  border-collapse: collapse;
  border: 1px solid #cdc59e;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0 10px 10px 0;
}

.table_03 th {
  background-color: #E9E6D3;
  border: 1px solid #cdc59e;
  color: #4E4927;
  font-weight: bold;
  text-align: left;
  padding: 8px 10px;
  vertical-align: top;
}

.table_03 td {
  background-color: #FFF;
  border: 1px solid #cdc59e;
  color: #251714;
  padding: 8px 10px;
  vertical-align: top;
}

.table_product {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 95%;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.table_product th {
  background-color: #dfdfdf;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #4E4927;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.table_product td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #251714;
  padding: 8px 10px;
  vertical-align: top;
}

/*commentbox*/

#maincontent .comment_box {
  background-color: #EBF5F5;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 1px solid #00979C;
}

#maincontent .comment_box p {
  margin-bottom: 0;
}

#maincontent .comment_box ul {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 15px;
}

/*ul*/

#maincontent .disc {
  padding-left: 15px;
  margin-top: 0;
}

#maincontent .disc li {
  list-style-type: disc;
}

#maincontent .disc_02 {
  padding-left: 15px;
  margin-top: 10px;
}

#maincontent .disc_02 li {
  list-style-type: disc;
}

#maincontent .list_none {
  padding-left: 35px;
  margin-top: 0;
}

#maincontent .list_none li {
  list-style-type: none;
}

/*dl・dt・dd*/

dl.news_list {
  overflow: hidden;
  zoom: 1;
}

dl.news_list dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

dl.news_list dd {
  border-bottom: 1px dotted #999;
  margin: 0 0 5px;
  padding: 0 0 5px 120px;
}

/*hx*/

#maincontent h2 {
  background-color: #8C0000;
  color: #FFFFFF;
  clear: both;
  font-size: 135%;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#home #maincontent h2.no-mt, h2.no-mt {
  margin-top: 0;
}

#maincontent h3 {
  background-image: url(../../img/contents/ico_h3.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  border-bottom: 3px solid #00979c;
  clear: both;
  color: #00979c;
  font-size: 200%;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}

#maincontent h3 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50%;
  font-weight: normal;
}

#maincontent h3 span.nomal {
  font-size: 50%;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
}

#maincontent h3.orange {
  background-image: url(../../img/contents/ico_h3-orange.png);
  background-repeat: no-repeat;
  border-bottom-color: #DD6400;
  color: #DD6400;
}

#maincontent h3.gray {
  background-image: url(../../img/contents/ico_h3-gray.png);
  background-repeat: no-repeat;
  border-bottom-color: #333;
  color: #333;
}

#maincontent h3.push {
  background-image: url(../../img/contents/ico_h3-push.png);
  background-repeat: no-repeat;
  border-bottom-color: #EAA408;
  color: #EAA408;
}

#maincontent h4 {
  border-left: 3px solid #333;
  clear: both;
  font-size: 120%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

#maincontent h4.recommended {
  border-left: 3px solid #DD6400;
  border-bottom: 1px solid #DD6400;
  clear: both;
  font-size: 120%;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

#maincontent h4.feature {
  border-left: 3px solid #DD6400;
  clear: both;
  font-size: 120%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

#maincontent h5 {
  border-bottom: 2px solid #F8566A;
  clear: both;
  color: #F8566A;
  font-size: 120%;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 5px;
}

#maincontent h5.orange {
  border: none;
  clear: both;
  color: #FF7F00;
  font-size: 120%;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 5px;
}

#maincontent .img-border {
  border: 1px solid #E7E4E2;
  padding: 5px;
  background-color: #FFFFFF;
}

#maincontent .works_new {
  border: 1px solid #E69C5C;
  background-color: #fff;
  padding: 10px;
}

#home h1 {
  margin: 0;
  padding: 0;
}

#header h1:hover {
  opacity: .6;
}

#header h1 {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

#all-errors span {
  border: 3px solid #E69C5C;
  color: #a94442;
  display: block;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 10px;
}

.has-error .form-control {
  background-color: #f2dede;
}

.bx-wrapper .bx-pager {
	position: absolute !important;
	bottom: 10px !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, 0) !important;
	-moz-transform: translate(-50%, 0) !important;
	-ms-transform: translate(-50%, 0) !important;
	-o-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
  width: auto !important;
}