@charset "utf-8";
/*-----大枠------*/
#wrapper{
	width: 100%;
	/*min-width: 768px;*/
	min-width: 750px;
	max-width: 1200px;
	margin: 0 auto;
	background: #FFF;
}

#wrapper .left{
  float: left;
}

#wrapper .right{
  float: right;
}

/*-----スマホのヘッダーの非表示----------*/
.sp_header,
.slidemenu{
	display: none;
}
/*-----ヘッダーのスタイル----------*/
#head_wrap{
    border-top: 6px solid #333333;
}

#head_wrap:before{
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #339966;
}

#head_wrap h1{
    font-size: 0.6em;
}

#head_wrap .left{
    width: 52%;
}

#head_wrap .right{
    width: 48%;
    box-sizing: border-box;
}

#head_wrap .left{
    padding: 10px 0px;
}

#head_wrap .left .logo{
    display: block;
    width: 246px;
    margin-top: 30px;
    margin-left: 20px;
}

#head_wrap .right{
    position: relative;
}

#head_wrap .right ul.gnav{
    float: right;
    width: 100%;
    min-width: 364px;
    max-width: 480px;
	font-size: 0.9em;
    background: #339966;
    box-sizing: border-box;
    margin-top: -1px;
    margin-bottom: 12px;
    padding: 1px;
    padding-top: 0px;
    padding-right: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#head_wrap .right ul.gnav li{
    float: left;
    width: 25%;
    max-width: 120px;
    box-sizing: border-box;
    padding-right: 1px;
}


#head_wrap .right ul.gnav li a{
    display: block;
    width: 100%;
    padding: 8px 0px;
    padding-top: 6px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #333333;
}

#head_wrap .right ul.gnav li a:hover{
	background: #444444;
}

#head_wrap .right ul.gnav li.first a{
    border-bottom-left-radius: 7px;
}

#head_wrap .right ul.gnav li.last a{
    border-bottom-right-radius: 7px;
}

#head_wrap .login_cart{
    float: right;
    width: 35%;
    min-width: 133px;
    margin-left: 1%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 10px;
    /*-----レスポンシブでrelativeに変更-----*/
    position: absolute;
    top: 90px;
    right: 00px;
}

#head_wrap .login_cart li{
    float: left;
    width: 49%;
    margin-left: 0.5%;
    min-height: 12px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 9px 0px;
    background: #faecdb; /* Old browsers */
    background: -moz-linear-gradient(top,  #faecdb 0%, #bda58c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faecdb), color-stop(100%,#bda58c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* Opera 11.10+ */
    background: -
    ms-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #faecdb 0%,#bda58c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faecdb', endColorstr='#bda58c',GradientType=0 ); /* IE6-9 */
}

#head_wrap .login_cart li a{
    color: #000;
    text-decoration: none;
}

#head_wrap .login_cart li:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#head_wrap .login_cart li:first-child + *{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*-----ヘッダーの検索窓-------*/
#search_head{
    background: url(../../img/common/search_bg.jpg) repeat left top;
    padding: 7px;
}

#search_head form,
#search_head ul{
    float: left;
}

#search_head form{
    width: 82%;
}

#search_head ul{
    width: 20%;
}

#search_head select,
#search_head input{
    float: left;
}

#search_head form > label > select{
    color: #FFF;
    border: none;
    outline: none;
    background: #000;
    font-size: 1.1em;
}

#search_head form > label{
    width: 17%;
    min-width: 132px;
    position: relative;
    float: left;
    margin-left: 4%;
    padding-top: 5px;
}

#search_head form > label{
	overflow: hidden;
}

#search_head form > label select{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#search_head form > label select::-ms-expand {
  display: none;
}

#search_head form > label:after{
    content: '>';
    color: #FFF;
    font-size: 0.9em;
    font-weight: bold;
    font-family:'ＭＳ Ｐゴシック','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    top: 8px;
}

#search_head ul li{
    float: left;
}

#search_head .search_inner{
    width: 79%;
    min-width: 466px;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 2px #CCC inset;
    -moz-box-shadow: 0px 0px 3px 2px #CCC inset;
    -o-box-shadow: 0px 0px 3px 2px #CCC inset;
    -ms-box-shadow: 0px 0px 3px 2px #CCC inset;
    box-shadow: 0px 0px 3px 2px #CCC inset;
    box-sizing: border-box;
    padding: 2px;
    padding-left: 12px;
    background: #FFF;
}

#search_head .search_inner input{
    border: none;
    outline: none;
}

#search_head .search_inner input:first-child{
    width: 71.6%;
    font-size: 1.05em;
    letter-spacing: 0.1em;
    padding-top: 3px;
}

#search_head .search_inner select{
    width: 14%;
    min-height: 26px;
    font-size: 1.05em;
    margin-left: 0.2%;
}

#search_head .search_inner select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	border-radius: none;
	padding-left: 5px;
	background-image: url("/img/common/select_arrow.png");
	background-repeat: no-repeat;
	background-position: 90% center;
}

#search_head .search_inner input:first-child + * + *{
    width: 13.5%;
    min-height: 26px;
    font-size: 1.05em;
    font-weight: bold;
    color: #FFF;
    background: #339966;
    text-align: center;
    border-radius: 2px;
    border-right: 1px solid #246C48;
    border-bottom: 1px solid #246C48;
    margin-left: 0.2%;
    cursor: pointer;
}

/*----foxのハック----*/
@-moz-document url-prefix() {
	#search_head .search_inner input:first-child + * + *{
		min-height: 30px;
	}
}

#search_head .login_cart{
    width: 17%;
    min-width: 133px;
    margin-left: 1%;
    text-align: center;
}

#search_head .login_cart li{
    width: 49%;
    margin-left: 0.5%;
    min-height: 12px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 9px 0px;
    background: #faecdb; /* Old browsers */
    background: -moz-linear-gradient(top,  #faecdb 0%, #bda58c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faecdb), color-stop(100%,#bda58c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* Opera 11.10+ */
    background: -
    ms-linear-gradient(top,  #faecdb 0%,#bda58c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #faecdb 0%,#bda58c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faecdb', endColorstr='#bda58c',GradientType=0 ); /* IE6-9 */
}

#search_head .login_cart li a{
    color: #000;
    text-decoration: none;
}

#search_head .login_cart li:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#search_head .login_cart li:first-child + *{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*-----メインコンテンツ------*/
.main_column{
	float: right;
	width: 100%;
	/*height: 500px;
	background: #CCC;*/
}

/*.main_column section:first-child{
  margin-left: 230px;
}*/

.main_column .ml230{
  margin-left: 230px;
}

/*-------タイトルのスタイル--------*/
/*.main_column .contents_title{
  width: 100%;
  box-sizing: border-box;
  display: table;
  border: 1px solid #000;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 15px;
  min-height: 80px;
  background: #ffffff; /* Old browsers
  background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 51%, #f0f0f0 52%, #f2f2f2 100%); /* FF3.6+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(51%,#f4f4f4), color-stop(52%,#f0f0f0), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+
  background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 51%,#f0f0f0 52%,#f2f2f2 100%); /* Chrome10+,Safari5.1+
  background: -o-linear-gradient(top,  #ffffff 1%,#f4f4f4 51%,#f0f0f0 52%,#f2f2f2 100%); /* Opera 11.10+
  background: -ms-linear-gradient(top,  #ffffff 1%,#f4f4f4 51%,#f0f0f0 52%,#f2f2f2 100%); /* IE10+
  background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 51%,#f0f0f0 52%,#f2f2f2 100%); /* W3C
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9
}*/

.main_column .contents_title{
    position: relative;
    margin-bottom: 10px;
    background-size: cover;
    padding: 20px;
    border: 1px solid #999999;
}

.main_column .contents_title h2,
.main_column .contents_title p{
	display: table-cell;
	vertical-align: middle;
}

.main_column .contents_title h2{
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
}

/*
.main_column .contents_title h2{
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: -12px;
}
*/

.main_column .contents_title img{
    width: 100%;
    max-width: 975px;
}

.main_column .contents_title p{
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #339966;
  text-align: right;
}

/*-------検索のスタイル--------*/
.main_column .search_frame{
  width: 100%;
  min-height: 71px;
  background: url(../../img/exercise_price/search_bg.jpg) repeat left top;
  border: 1px solid #000;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
}

.main_column .search_frame .search_title{
  width: 24%;
  /*width: 207px;*/
  color: #FFF;
  margin-right: 1%;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}

.main_column .search_frame form{
  width: 75%;
  max-width: 720px;
}

.main_column .search_frame .select_button{
  width: 21%;
  min-height: 34px;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 1%;
  text-align: center;
}

.main_column .search_frame .text_area{
  width: 56%;
  box-sizing: border-box;
  padding: 8px 5px;
}

.main_column .search_frame .search_button{
  width: 20%;
  border: none;
  background: #4B4B4B;
  color: #FFF;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 5px;
}

/*--------パンくず----------*/
.pan ol{
    padding: 12px 0px;
    font-size: 0.8em;
    color: #999999;
	line-height: 1.5em;
}

.pan li{
    float: left;
    margin-left: 5px;
}

.pan li span{
    padding-left: 5px;
}

/*.pan li a:after{
    content: "＞";
}*/

/*--------サイドバー--------*/
aside{
  float: left;
  width: 210px;
  margin-right: -230px;
  /*height: 500px;
  background: #000;*/
}

aside .category_list,
aside .caution{
  margin-bottom: 15px;
}

aside .category_list li,
aside .caution li{
  margin-bottom: 2px;
}

aside .category_list li a,
aside .caution li a,
aside .category_list li span{
  display: block;
  width: 206px;
  padding: 15px 0px;
  text-align: center;
  font-size: 0.95rem;
  color: #212121;
  text-decoration: none;
  border: 1px solid #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s
  transition: all 0.3s ease 0s;
  background: #fbfbfb; /* Old browsers */
  background: -moz-linear-gradient(top,  #fbfbfb 0%, #f6f6f6 50%, #f0f0f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#f6f6f6), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f6f6f6 50%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fbfbfb 0%,#f6f6f6 50%,#f0f0f0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fbfbfb 0%,#f6f6f6 50%,#f0f0f0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fbfbfb 0%,#f6f6f6 50%,#f0f0f0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

aside .category_list li a:hover,
aside .caution li a:hover,
aside .category_list li span{
    color: #FFF;
    border: 1px solid #2B8357;
    border-bottom: 2px solid #2B8357;
    text-decoration: none;
    background: #00ae76; /* Old browsers */
    background: -moz-linear-gradient(top,  #00ae76 0%, #289d69 50%, #339966 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ae76), color-stop(50%,#289d69), color-stop(100%,#339966)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00ae76 0%,#289d69 50%,#339966 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00ae76 0%,#289d69 50%,#339966 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00ae76 0%,#289d69 50%,#339966 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00ae76 0%,#289d69 50%,#339966 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ae76', endColorstr='#339966',GradientType=0 ); /* IE6-9 */
}

aside .buy_guide{
    margin-bottom: 25px;
}

aside .buy_guide li:first-child{
    font-size: 1.1rem;
    border-left: 2px solid #339966;
    padding-left: 15px;
    background: none;
}

aside .buy_guide li{
    background: url(../../img/common/side_arrow_green.png) no-repeat 15px 2px;
    padding-left: 35px;
    margin-bottom: 12px;
}

aside .buy_guide li a{
    color: #35A18B;
    text-decoration: underline;
}

aside .buy_guide li a:hover{
    color: #F25810;
}

aside .side_banner a{
    display: block;
    margin-bottom: 10px;
}

aside .side_banner a img{
    display: block;
}

aside .antique li:first-child{
    font-size: 0.9rem;
    margin-bottom: 12px;
    padding: 4px 0px;
    padding-left: 15px;
    border-left: 2px solid #339966;
    background: none;
}

aside .antique li{
    font-size: 0.9rem;
    padding-left: 20px;
    margin-bottom: 7px;
}
aside .antique li strong,
aside .antique li span{
    display: block;
    margin-bottom: 5px;
}

/*-------フッタ---------*/
#footer_wrap{
    font-size: 0.8em;
}

#footer_wrap a{
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

#footer_wrap a:hover{
    color: #35A18B;
    text-decoration: underline;
}

#footer_wrap .first_wrap{
    background: url(../../img/common/footer_bg.jpg) repeat left top;
    width: 100%;
    color: #FFF;
    padding: 5px 0px;
}

#footer_wrap .first_wrap .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3px 0px;
    padding-left: 20px;
    border-left: 2px solid #666664;
}

#footer_wrap .second_wrap{
    background: #373737;
    width: 100%;
    color: #FFF;
    padding: 5px 0px;
}

#footer_wrap .second_wrap .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#footer_wrap .second_wrap .inner ul.fo_cate{
    float: left;
    width: 19%;
    min-width: 168px;
}

#footer_wrap .second_wrap .inner ul.fo_cate.last{
    width: 13%;
    min-width: 132px;
}

#footer_wrap .second_wrap .inner ul.fo_cate li{
    box-sizing: border-box;
    padding: 4px 0px;
    padding-left: 1em;
    color: #535353;
    font-weight: bold;
}

#footer_wrap .second_wrap .inner ul.fo_cate li:first-child{
    box-sizing: border-box;
    padding-left: 1em;
    border-left: 2px solid #666664;
}

#footer_wrap .notes_footer{
    width: 30%;
    min-width: 360px;
    float: left;
    padding-top: 10px;
}

#footer_wrap .notes_footer ul.social_frame{
    margin-bottom: 12px;
}

#footer_wrap .notes_footer ul.social_frame li{
    float: left;
    margin-left: 3.5%;
}

#footer_wrap .notes_footer ul.social_frame li:first-child{
    margin-left: 0%;
    padding-top: 7px;
}

#footer_wrap .notes_footer ul.social_frame li a{
    display: block;
}

#footer_wrap .notes_footer p{
    margin-bottom: 12px;
}

#footer_wrap .notes_footer ul.committee li{
    width: 32%;
    float: left;
    margin-left: 2%;
    font-size: 0.95em;
    line-height: 1.3em;
}

#footer_wrap .notes_footer ul.committee li:first-child{
    margin-left: 0px;
}

#footer_wrap .copyright{
    text-align: center;
    padding: 10px 0px;
}

/*変更後のfooter*/
#footer_wrap .new_first_wrap{
	/*background: url(../../img/common/footer_bg.jpg) repeat left top;*/
	background: #000000;
    background-image: linear-gradient(-45deg, #000000 25%, #262626 25%, #262626 50%, #000000 50%, #000000 75%, #262626 75%, #262626);
	background-size: 4px 4px;
	width: 100%;
	color: #FFF;
	padding: 5px 0px;
}

#footer_wrap .new_first_wrap .inner{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2px 0px;
	padding-top: 7px;
    padding-left: 20px;
}

#footer_wrap .new_first_wrap .inner li{
	float: left;
	margin-left: 1.5%;
	padding-left: 1.5%;
	border-left: 2px solid #666664;
	line-height: 1.5em;
	margin-bottom: 5px;
}

/*トップに戻るボタン*/
#footer_wrap .back_top{
	display: block;
	position: fixed;
	bottom: 100px;
	right: 0px;
}