@import url(/css/reset.css);

@import url(/css/fonts.css);
@charset "UTF-8";
/*
#GOOPY用デフォルトスタイル
* 20120427 17:25 ryo		goopy用リセット作成 独自クラスなどは個々に追加
* 20120703 17:15 ryo		lessに変更、文字サイズ設定を追加
* 20130308 18:06 ryo 		スタイルガイド出力用にコメント修正
*/
/*
###CLEAR FIXだこの野郎
使用例
```
#floating-parent{
	.clearfix;
}
```
*/
.clear {
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  zoom: 1;
}
/*Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*End hide from IE-mac*/
body {
  /*forIE*/
  _text-align: center;
}
.imgtxt,
.imgtxt a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.imgtxt span {
  display: none;
}
/*
###文字サイズ設定
使用例
```
font-size:@12px;//93%
```
*/
/*2013.03.14 内田*/
/*<!-- mixinsのundefined変数用 -->*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
#GOOPY用 mixin
* `.border-image`

	一覧表示　商品・サンプル画像用スタイル  
	白井繊維の時に作った、画像にボーダーを施し、3pxパディングを取るスタイル
		<img src="/lib_images/headerLogo.gif" class="border-image" />

* `.float-image`

	一覧表示　商品・サンプル画像用スタイル
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image" />

* `.float-image`と`.border-image`

		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image border-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image border-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image border-image" />
		<img src="/lib_images/listBlockImgDummy.jpg" class="float-image border-image" />

* `.mincho`

		<span class="mincho">明朝体で表示されます。</span>
*/
.border-image {
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
}
.float-image {
  width: 161px;
  margin-right: 11px;
  float: left;
}
.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*矢印アイコン*/
.linkTxt a {
  color: #3c3c3c;
  text-decoration: none;
}
.linkTxt a:hover {
  text-decoration: underline;
}
.pie {
  behavior: url('/css/PIE.htc');
  position: relative;
  zoom: 1;
}
.plusIcon {
  background: url(/lib_images/commonMarkPlus.png) no-repeat left center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 14px;
  height: 39px;
  margin: 0 10px;
}
.equalIcon {
  background: url(/lib_images/planDetailMarkEqual.png) no-repeat left center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 14px;
  height: 28px;
  margin: 0 10px;
}
body {
  text-align: left;
  -webkit-text-size-adjust: none;
  /*	←iphone landscapemodeでの文字拡大禁止	*/

  padding: 0;
  overflow: visible;
  height: auto;
  background-color: #ebe9da;
  width: 100%;
}
body a {
  color: #3c3c3c;
}
/*#ヘッダー部
*/
#allbox {
  width: 100%;
}
#header {
  background-color: #fff;
  border-bottom: 2px solid #9d4942;
}
#header .header-top {
  display: inline-table;
  zoom: 1;
  display: block;
  *zoom: 1;
  margin: 0 auto;
  /* height:73px; */

  /* padding: 20px 10px; */

  padding: 10px 5px;
}
#header .header-top:before,
#header .header-top:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .header-top:after {
  clear: both;
}
#header h1 {
  width: 262.5px;
  float: left;
}
#header h1 a {
  /* height:67px; */

  height: 33px;
  display: block;
  background: url(../lib_images/headerLogo.png) 0 0 no-repeat;
  background-size: contain;
  /* padding: 19px 0 0 160px; */

  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  /*
			font-weight: bold;
			text-decoration: none;
			padding: 0 0 0 80px;
			color: #626262;
			font-size: @15px;
			.txt1{color: #d22321;}
			.txt2{color: #6e330e;}
			*/

}
#header .submenu {
  /* width:54px; */

  width: 27px;
  float: right;
}
#header .submenu a {
  /* height:58px; */

  height: 29px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border: 1px solid #848484;
  background: url(../lib_images/switchPC.png) 0 0 no-repeat;
  background-size: contain;
}
#header .submenu a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*#\#gmenu部
*/
#gmenu1 {
  display: inline-table;
  display: block;
  *zoom: 1;
  border-bottom: 2px solid #9d4942;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cd9895));
  background-color: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #cd9895 100%);
  background: -webkit-linear-gradient(top, #ffffff 0, #cd9895 100%);
  background: -pie-linear-gradient(top, #ffffff 0, #cd9895 100%);
  background: linear-gradient(top, #ffffff 0, #cd9895 100%);
  zoom: 1;
  /* padding: 6px 0; */

  padding: 3px 0;
  margin: 0 auto;
  /* @mh:98px; */

  /* @mw:189px; */

}
#gmenu1:before,
#gmenu1:after {
  display: table;
  content: "";
  line-height: 0;
}
#gmenu1:after {
  clear: both;
}
#gmenu1 ul {
  /* width: 630px; */

  width: 316px;
  padding: 0 3px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: inline-table;
  zoom: 1;
  display: block;
  *zoom: 1;
}
#gmenu1 ul:before,
#gmenu1 ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#gmenu1 ul:after {
  clear: both;
}
#gmenu1 li {
  width: 97px;
  float: left;
  /* margin: 0 8px; */

  margin: 0 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #87120e;
  background-color: #9e4242;
  background: -moz-linear-gradient(top, #9e4242 0, #9b4642 50%, #8d1d1d 60%, #881511 100%);
  background: -webkit-linear-gradient(top, #9e4242 0, #9b4642 50%, #8d1d1d 60%, #881511 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9e4242), to(#881511));
  background: linear-gradient(top, #9e4242 0, #9b4642 50%, #8d1d1d 60%, #881511 100%);
  zoom: 1;
}
#gmenu1 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 78px auto;
  height: 49px;
  background-image: url(../lib_images/topGmenu1.png);
  /* &:hover{ background: none;} */

}
#gmenu1 li.menu1 a {
  background-position: center 0;
}
#gmenu1 li.menu2 a {
  background-position: center -49px;
}
#gmenu1 li.menu3 a {
  background-position: center -98px;
}
/*#ヘッダーイメージ部*/
.headerImage {
  /* padding: 22px 0; */

  padding: 11px 0;
}
.headerImage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#gmenu2 {
  /* padding: 22px 19px; */

  padding: 11px 9px;
  background-color: #87120e;
  /* margin-bottom: 20px; */

  margin-bottom: 10px;
  /*
	@mh:93px;
	@mw:134px;
	*/

}
#gmenu2 ul {
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: inline-table;
  zoom: 1;
  display: block;
  *zoom: 1;
}
#gmenu2 ul:before,
#gmenu2 ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#gmenu2 ul:after {
  clear: both;
}
#gmenu2 li {
  /* margin-bottom: 9px; */

  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* border: 2px solid #ebe9da; */

  border: 1px solid #ebe9da;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3a6a5));
  background-color: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #d3a6a5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0, #d3a6a5 100%);
  background: -pie-linear-gradient(top, #ffffff 0, #d3a6a5 100%);
  background: linear-gradient(top, #ffffff 0, #d3a6a5 100%);
  zoom: 1;
}
#gmenu2 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background-image: url(../lib_images/topGmenu2.png);
  background-repeat: no-repeat;
  background-size: 107.5px auto;
  height: 46px;
  position: relative;
  /* &:hover{ background: none;} */

}
#gmenu2 a:after {
  background-image: url(../lib_images/menuDetailIcon.png);
  background-position: 50% center;
  background-size: cover;
  content: "";
  display: block;
  float: right;
  /* .size(23px,16px); */

  width: 8px;
  height: 11.5px;
  margin-top: 0.5em;
  position: absolute;
  right: 5%;
  top: 40%;
}
#gmenu2 li.menu1 a {
  background-position: 5% 0;
}
#gmenu2 li.menu2 a {
  background-position: 5% -46px;
}
#gmenu2 li.menu3 a {
  background-position: 5% -92px;
}
#gmenu2 li.menu4 a {
  background-position: 5% -138px;
}
#gmenu2 li.menu5 a {
  background-position: 5% -184px;
}
#gmenu2 li.menu6 a {
  background-position: 5% -230px;
}
/*#コンテナ部*/
.container {
  /* width: (@sitewidth); */

  /* margin: 0 20px; */

  margin: 0 10px;
  text-align: left;
}
/*#フッター部*/
#footer {
  /* padding-top: 20px; */

  padding-top: 10px;
  background: url(../lib_images/footerBg.png) left top;
}
#footer .footerLink {
  display: inline-table;
  zoom: 1;
  display: block;
  *zoom: 1;
  /* width:(@sitewidth)-24px; */

  margin: 0 auto;
  /* padding: 0 12px 15px; */

  padding: 0 0 8px;
  text-align: center;
}
#footer .footerLink:before,
#footer .footerLink:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .footerLink:after {
  clear: both;
}
#footer .footerLink ul {
  color: #ffffff;
}
#footer .footerLink li {
  background: url(../lib_images/footerArrowIcon.png) left 0 no-repeat;
  background-size: contain;
  padding-left: 1.3em;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
#footer .footerLink a {
  color: #ffffff;
  text-decoration: none;
  /* font-size: @20px; */

  font-size: 85%;
}
#footer .footerLink a:hover {
  text-decoration: underline;
}
#footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-top: 2px solid rgba(255, 255, 255, 0.48);
}
.copyright {
  /* padding: 15px 0; */

  padding: 8px 0;
  text-align: center;
  color: #969696;
  background-color: #ffffff;
  /* font-size: @18px; */

  font-size: 69%;
}
.container {
  display: inline-table;
  zoom: 1;
  display: block;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container .newsBlock {
  zoom: 1;
  /* padding: 18px 22px; */

  padding: 9px 11px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.container .newsBlock .newsTitle {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  /* height:41px; */

  height: 20.5px;
  background-color: #ffffff;
  border: 1px solid #b6b6b6;
  zoom: 1;
  /* padding: 3px 5px; */

  padding: 2px 3px 3px;
}
.container .newsBlock .newsTitle:before {
  content: "";
  display: block;
  /* height: 42px; */

  height: 21px;
  /* border-left: 8px solid #9c5c57; */

  border-left: 4px solid #9c5c57;
  background: url(../lib_images/topNewsTitle.png) no-repeat 3% center #ffffff;
  background-size: 50% auto;
}
.container .newsBlock .newsList dt {
  /* padding: 13px 6px 3px; */

  padding: 5px 3px 1px;
  color: #8D000C;
  font-size: 108%;
}
.container .newsBlock .newsList dd {
  /* padding: 0 6px 13px; */

  padding: 0 3px 5px;
  border-bottom: 1px dotted #aaaaaa;
  line-height: 1.6;
}
.container .newsBlock .newsList dd a {
  color: #3c3c3c;
  font-size: 108%;
  text-decoration: none;
}
.container .newsBlock .newsList dd a:hover {
  text-decoration: underline;
}
.container .newsBlock .linkTxt {
  margin-top: 15px;
  padding-right: 5px;
  text-align: right;
}
.container .newsBlock .linkTxt a {
  line-height: 1em;
  /* font-size: @16px; */

  font-size: 93%;
  background-image: url(../lib_images/commonTxtArrow.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 23px;
  background-size: contain;
  /* padding-right: 27px; */

  padding-right: 14px;
  background-image: url(../lib_images/commonTxtArrow.png) !important;
}
@media (max-width: 979px) {
  /**/
}
@media screen and (max-width: 320px), (max-width: 380px) {
  /*縦*/
}
