.banner_aside {
  background: url(../images/boder_line_top.png) no-repeat top center;
  padding-top: 15px;
  background-size: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: -0.2em;
  margin-right: 05px;
}

.bg_contact {
  background: url(../common_img/bg_contact.png) no-repeat;
  background-size: 100%;
  height: 257px;
  padding-top: 64px;
}

.news .tit {
  background: #1a1a1a;
  padding: 7px 2px 7px 10px;
  box-sizing: border-box;
  border-top: 1px solid #830000;
}

.news .tit p.date {
  background: #4d5003;
  color: #fff;
  padding: 2px 5px 0px;
  font-weight: bold;
}

.news .tit h3 {
  color: #fff;
  width: 190px;
}

.news .info {
  background: url(../news/images/bg_content.png) repeat;
  padding: 7px;
}

.news .info p {
  color: #000;
}

.contact .bg_contact_top {
  background: url(../contact/images/bg_contact.png) no-repeat;
  background-size: 100%;
  height: 149px;
  padding-top: 63px;
}

.contact .banner_con {
  background: url(../contact/images/banner_top.png) no-repeat;
  background-size: 100%;
  height: 400px;
  width: 316px;
  margin: 0 auto;
  position: relative;
}

.contact .banner_con ul {
  position: relative;
  padding-top: 120px;
  width: 310px;
  padding-left: 10px;
  text-align: justify;
  padding-right: 9px;
  font-size: 13px;
}

.contact .banner_con ul li {
  line-height: 22px;
}

.contact .banner_con p {
  position: absolute;
  bottom: 35px;
  padding-left: 40px;
}

.contact table {
  width: 100%;
}

.contact table th {
  text-align: left;
  background: #ccc;
  padding: 9px 5px;
  font-weight: bold;
  vertical-align: middle;
  color: #000;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

.contact table td {
  text-align: left;
  background: #eee;
  padding: 10px 5px;
  vertical-align: middle;
  color: #000;
}

.contact table td .ime_on {
  width: 100%;
  padding: 4px 5px 5px;
}

.contact table td select {
  padding: 7px 5px 7px;
}

.contact table td textarea {
  height: 120px;
  padding: 6px 10px 5px;
  border: 1px solid #ccc;
}

.contact table td input {
  padding: 6px 10px 5px;
  border: 1px solid #ccc;
  margin-top: 0px;
}

.contact table input[type="radio"],
.contact table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin: 7px 10px 7px 0px;
}

.contact .red {
  background: #850001;
  display: inline-block;
  padding: 3px 7px 1px;
  color: #fff;
  margin-right: 10px;
}

.contact .gray {
  background: #434343;
  display: inline-block;
  padding: 3px 7px 1px;
  color: #fff;
  margin-right: 10px;
}

.contact .info_private {
  background: #fff;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.company table {
  width: 100%;
}

.company table th {
  text-align: left;
  background: #ccc;
  border-bottom: 1px solid #999;
  color: #000;
  border-top: 1px solid #999;
  padding: 5px 7px;
}

.company table td {
  background: #fff;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 5px 7px;
  color: #000;
}

.shopping h4 {
  border-bottom: 1px solid #830000;
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-weight: normal;
}

.shopping .item {
  position: relative;
  width: 155px;
  min-height: 390px;
}

.shopping .item p {
  margin-top: 10px;
}

.shopping .item .boder_txt {
  border-left: 3px solid #999;
  padding-left: 5px;
}

.shopping .item .price {
  color: #bd0000;
  font-weight: bold;
  font-size: 18px;
}

.shopping .item .price span {
  color: #999;
  font-size: 13px;
}

.shopping .item .btn_view {
  bottom: 0px;
  position: absolute;
}

.shopping .img_switch {
  position: relative;
}

.shopping .img_switch .target_img {
  display: table;
  width: 316px;
  height: 242px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
  background: #999999 none repeat scroll 0 0;
}
.shopping .img_switch .target_img a{
  display: table-cell;
  vertical-align: middle;
}

.shopping .img_switch .target_img img {
  max-width: 316px;
  max-height: 242px;
  vertical-align: middle;
  overflow: hidden;
}
.shopping .img_switch .thumbnail_list{
}
.shopping .img_switch .thumbnail_list ul{
  display:table;
}
.shopping .img_switch .thumbnail_list li {
  display:table-cell;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  list-style-type: none;
  padding-right: 5px;
  padding-bottom: 5px;
}
.shopping .img_switch .thumbnail_list li:last-child{
  padding-right: 0px;
}
.shopping .img_switch .thumbnail_list .thumbnail span.photo{
  width: 75px;
  height: 75px;
  display: table;
  background:#999999;
  text-align: center;
  vertical-align: middle;
}
.shopping .img_switch .thumbnail_list .thumbnail span.photo_in{
	display: table-cell;
	vertical-align: middle;
}
.shopping .img_switch .thumbnail_list .thumbnail img {
  cursor: pointer;
  max-width: 75px;
  max-height: 75px;
  display: inline;
}

.shopping .boder_txt {
  border-left: 3px solid #999;
  padding-left: 5px;
}

.shopping .info_sp {
  background: #222;
  padding: 7px;
  box-sizing: border-box;
}

.shopping .info_sp select {
  padding: 7px;
}

.shopping p.l-through {
  text-decoration: line-through;
}

.shopping .boder_txt2 {
  border-left: 3px solid #830000;
  padding-left: 5px;
}

.shopping .info_sp2 {
  background: #fff;
  padding: 7px;
  color: #000;
}

.shopping .info_sp2 h3 {
  font-size: 15px;
}

.shopping .info_sp2 dl {
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
}

.shopping .info_sp2 dl dd {
  padding-left: 15px;
}
#jquery-lightbox > *{
  box-sizing: content-box;
}
.box_fax {
  background: #222;
  padding: 5px 2px;
  box-sizing: border-box;
  color: #fff;
}

.box_fax .tit_faq {
  position: relative;
  background: url(../faq/images/icon2.png) 99% center no-repeat;
  background-size: 5%;
  display: inline-block;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 25px;
}

.box_fax .tit_faq p {
  width: 240px;
  text-align: justify;
}

.box_fax .tit_faq.open {
  background: url(../faq/images/icon1.png) 99% center no-repeat;
  background-size: 5%;
}

.box_fax .ans {
  background: #fff;
  border-radius: 4px;
  color: #000;
  padding: 5px 0px 5px 7px;
  display: none;
}

.box_fax .ans p {
  width: 260px;
  text-align: justify;
}

.guide {
  background: #eee;
  padding: 15px 5px;
}

.guide .tit {
  font-size: 18px;
  color: #fff;
  background: #1a1a1a;
  border-left: 4px solid #830000;
  font-weight: bold;
  padding: 3px 0px 1px 10px;
}

.guide p {
  margin-top: 10px;
  color: #000;
  text-align: justify;
}

.guide .list_style {
  margin-left: 28px;
  padding-right: 10px;
  color: #000;
  text-align: justify;
}

.guide .list_style li {
  list-style: decimal;
}

.guide .list_style li span {
  margin-left: 10px;
}

.guide table {
  border: 1px solid #999;
  width: 100%;
}

.guide table th {
  font-weight: bold;
  background: #ccc;
  border: 1px solid #999;
  text-align: left;
  padding: 6px 5px 3px 10px;
  color: #000;
}

.guide table td {
  background: #fff;
  border: 1px solid #999;
  text-align: justify;
  padding: 8px 10px 7px 10px;
  color: #000;
}

.guide #payment{
  margin-top:-55px;
  padding-top:55px;
}
.guide #souryo{
  margin-top:-55px;
  padding-top:55px;
}
.guide #henpin{
  margin-top:-55px;
  padding-top:55px;
}
.guide #daibiki{
  margin-top:-75px;
  padding-top:75px;
}

.concept {
  background: url(../concept/images/bg_concept.png) no-repeat top 100px center;
  background-size: 100%;
  padding-right: 7px;
  padding-left: 7px;
  color: #fff;
  position: relative;
}

.concept .maxheight_show {
  position: relative;
}

.concept .maxheight_show h3 {
  position: absolute;
  right: 0px;
  top: 0;
}

.concept .maxheight_show h4 {
  position: absolute;
  right: 0px;
  top: 35px;
}

.concept .maxheight_show p.txt {
  color: #fff;
  padding-top: 72px;
}

.concept .title2 {
  position: relative;
}

.concept .title2 h3 {
  position: absolute;
  top: 0;
}

.concept .title2 h4 {
  margin-top: 15px;
}

.regist .tit {
  font-size: 18px;
  color: #fff;
  background: #1a1a1a;
  border-left: 4px solid #830000;
  font-weight: bold;
  padding: 3px 0px 1px 10px;
}

.regist table {
  border: 1px solid #999;
  width: 100%;
}

.regist table th {
  font-weight: bold;
  background: #ccc;
  border: 1px solid #999;
  text-align: left;
  padding: 6px 5px 3px 10px;
  color: #000;
}

.regist table td {
  background: #fff;
  border: 1px solid #999;
  text-align: justify;
  padding: 8px 10px 7px 10px;
  color: #000;
}

.regist table .w100 {
  width: 100%;
  padding: 5px;
}

.regist table select {
  width: 100%;
  padding: 5px;
}

.regist #cart-pw {
  box-sizing: border-box;
  padding: 8px 4px 14px 4px;
  border: 1px solid #5A5A5A;
  color: #999999;
  background-color: #111111;
}

.regist .col2 {
  width: 50%;
}
.clr a{
  color: #D00D0D;
}
.clr a:hover{
  color: #666666;
}