@charset "UTF-8";

/*********************************************************
Title: cfp_top.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
***********************************************************/

/*index*/
.headLink{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-align: right;
}

.headLink a{
  width:auto;
  height: auto;
  margin: 0 auto;
  padding: 12px 0 12px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position: relative;
  font-size: 1.15em;
}

.headLink a:after{
  content: "";
  width: 5px;
  height: 7.5px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_menuarr_child.png)0 0 no-repeat;
  background-size: 5px 7.5px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}


h3.inputH3{
  width: 100%;
  height: auto;
  margin: 0 ;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 1.3em;
  border-bottom: 1px solid #aaa;
  line-height: 1.3em;
}

/*選択中の条件*/
.selectItem {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  padding: 2px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.selectItem p.item {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 1.0em;
  line-height: 25px;
  word-break: break-all;
}

.selectItem span.itemTitle {
  width: auto;
  height: 25px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  color: #fff;
  background: #304B9E;
  font-size: 0.9em;
  line-height: 25px;
  float: left;
}


/*条件入力*/

.inputArea {
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 #aaa;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
  background: #f9f9f9;
}

.toggleBtn {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 10px 10px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
}

.toggleBtn.middle {
  border-bottom: 1px solid #aaa;
}

.toggleBtn.open p{
  line-height: 45px;
}

.toggleBtn p {
  font-weight: bold;
}

.toggleBtn p span.exp {
  font-weight: normal;
  font-size: 0.8em;
  display: block;
}
.toggleBtn p.sksk {
  font-weight: bold;
  font-size: 1.5em;
}

.toggleBtn p span.exp_sksk {
  font-weight: normal;
  font-size: 0.6em;
  display: block;
}
.toggleBtn:after {
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/btn_toggle.png)0 0 no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.toggleBtn.open:after {
  background-position:0 -30px ;
}

.toggleBox{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:none;
}


.inputWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding:  0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.inputInner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #aaa;
  position: relative;
}

.inputInner.first{
  border-top: 1px solid #aaa;
}

.inputInner.last {
  border-bottom: none;
}

/*項目の中で2カラム*/
.itemHalf_inner{
  width:100%;
  height: auto;
  margin: 5px 4% 0 0;
  padding: 5px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.itemHalf_inner.last{
  margin: 0 0 0 0;
}

/*項目名*/
.inputTitle{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

p.notice{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  font-size: 1.0em;
}

.inputItem {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-bottom: 1px dashed #aaa;
  position: relative;
}

.inputItem.last{
  border-bottom: none;
  padding: 10px 0 0;
}

/*フォーム関連*/

input[type="text"] {
  width: 100%;
  height: 30px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border: 1px solid #aaa;
  padding: 0 10px;
  margin: 5px 0;
  background: #fff;
  font-size: 1em;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
  border-radius: 4px;
}

/*2カラムテキストボックス*/
span.col2_txt{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

input[type="text"].col2_textbox{
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
}

input[type="text"].col2_textbox:last-child{
  margin: 0;
}


/*セレクトボックス
---------------*/
.inputItem.select{
  padding: 10px 0 0;
  border-bottom: none;
}

select{
  width: 100%;
  height: 30px;
  margin: 3px 0 10px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/shared/img/form_selectbox_arr.png) 96% 50% no-repeat #FFF;
  background-size: 10.5px 6px;
  font-size: 16px scale(0.9);
  cursor: pointer;
  border: 1px solid #aaa;
  font-size: 1.0em;
  line-height: 30px;
  border-radius: 4px;
}

/*ie10用*/
select::-ms-expand {
  display: none;
}

/*3カラムセレクトボックス*/
select.col3_select{
  width: 45%;
  float: left;
}

span.col3_txt{
  width: 10%;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
}

/*チェックボックス
-----------------*/

input[type="checkbox"] {
  width: 100%;
  height: 35px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}

input[type="checkbox"]:hover {
  opacity: 0;
}


/*分野選択セレクト*/
li.ctgChkBox{
  width: 100%;
  height: 80px;
  margin: 0 auto 5px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border:1px solid #dbdbdb;
  border-radius: 5px;
}

label.ctg{
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 68%);
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #aaa;
  float: left;
}

label.ctg.checked{
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  background: linear-gradient(to bottom,  #ffad64 0%,#f99b27 65%);
  cursor: pointer;
  box-shadow: 0 1px 3px 0 #E08644 inset;
}

.icon_01{
  width: 60px;
  height: 60px;
  margin: 0;
  background: url(/shared/img/checkbox_icon_01.png)0 0 no-repeat;
  background-size: 60px auto;
}

.icon_02{
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/shared/img/checkbox_icon_02.png)0 0 no-repeat;
  background-size: 60px auto;
}

.icon_03{
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/shared/img/checkbox_icon_03.png)0 0 no-repeat;
  background-size: 60px auto;
}

.icon_04{
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/shared/img/checkbox_icon_04.png)0 0 no-repeat;
  background-size: 60px auto;
}

.icon_05{
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/shared/img/checkbox_icon_05.png)0 0 no-repeat;
  background-size: 60px auto;
}

.icon_06{
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/shared/img/checkbox_icon_06.png)0 0 no-repeat;
  background-size: 60px auto;
}

label.ctg.checked .icon_01,
label.ctg.checked .icon_02,
label.ctg.checked .icon_03,
label.ctg.checked .icon_04,
label.ctg.checked .icon_05,
label.ctg.checked .icon_06{
  background-position:0 -60px;
}

.ctgTxt{
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;

}

.ctgTxt p.txt{
  font-size: 0.85em;
}

.ctgTxt p.title{
  font-size: 1.0em;
  font-weight: bold;
  padding: 0 0 3px 0;
}

/*通常チェックボックス*/
label.chkBox{
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0px 10px 0px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #333;
  line-height: 35px;
}
/*幅100%*/
label.chkBox.full{
  width: 100%;
}

label.chkBox:after {
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/shared/img/form_checkbox.png) 0 0 no-repeat;
  background-size: 25px 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

label.chkBox.checked:after {
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(/shared/img/form_checkbox_on.png) 0 0 no-repeat;
  background-size: 25px 25px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/*ラジオボタン
-----------------*/
input[type="radio"] {
  display: none;
  cursor: pointer;
}

label.radioBox {
  width:auto;
  height: 35px;
  margin: 0;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 35px;
  float: left;
  position: relative;
  cursor: pointer;
}

label.radioBox:last-child{
  margin: 0 0 0 0;
}

.radioBox:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  background: url(/shared/img/form_radiobtn.png)0 0 no-repeat;
  background-size: 21px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.radioBox.checked:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  background: url(/shared/img/form_radiobtn_on.png)0 0 no-repeat;
  background-size: 21px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/*ボタン*/
.btnWrapper{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

button.btn{
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: linear-gradient(135deg,  #064d97 0%,#1e3278 100%);
  text-align: center;
  border: none;
  box-shadow: 0 0 3px 0 #1e3278;
  border:1px solid #354786;
  cursor: pointer;
}

button.btn:hover{
  opacity: 0.7;
}

button.btn p.btnTxt{
  width: auto;
  height: 50px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 50px;
  position: relative;
//  font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","Hiragino Mincho Pro",serif;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#fff;
  font-size: 1.1em;
//  font-weight: bold;
  transform: rotate(0.05deg);
}

button.btn p.btnTxt:after {
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_menuarr_wh.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}



/*検索結果ページ
----------------------*/
.resultArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-top:1px solid #dbdbdb;
}

.resultArea h3{
  width:auto;
  height: auto;
  margin: 0 auto;
  padding: 15px 10px 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  color:#333;
  font-size: 1.5em;
  display: inline-block;
}

/*件数表示ページャ*/
.pagerWrapper{
  width: 100%;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 #aaa;
  box-sizing: border-box;
  height: auto;
  margin: 10px auto 10px;
  padding: 10px 5px;
  background: #f9f9f9;
  text-align: center;
  position: relative;
}


p.pagerTxt {
  display: block;
  height: auto;
  margin: 0 auto 5px;
  width: auto;
}

.pagerWrapper p.pagerTxt span.num{
  font-weight:bold;
  color:#b71830;
  font-size: 1.4em;
}

ul.pageNav {
  width: auto;
  height: auto;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0 2px;
}
ul.pageNav li {
  padding: 0;
  display: block;
  float: left;
  margin: 0 3px 0 0;
}
ul.pageNav li span,
ul.pageNav li a {
  width: 25px;
  height: 25px;
  display: table-cell;
  margin: 0;
  padding: 0;
  background: #DCDCF0;
  text-decoration: none;
  vertical-align: middle;
  color: #333;
  border-radius: 3px;
  text-align: center;
}

ul.pageNav li a:hover{
  opacity:0.5;
}

ul.pageNav li span.current {
  background: #1E3278;
  color: #fff;
  font-weight: bold;
}

ul.pageNav li a.next {
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 10px 0 0;
  background: none;
  color: #1E3278;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  line-height: 25px;
  position: relative;
  font-size: 0.9em;
}

ul.pageNav li a.next:after {
  content: "";
  width: 6px;
  height: 10px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_pager_arr_next.png)0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top:0;
  bottom:0;
  right: 0;
}

ul.pageNav li a.prev {
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  background: none;
  color: #1E3278;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  line-height: 25px;
  position: relative;
  font-size: 0.9em;
}

ul.pageNav li a.prev:after {
  content: "";
  width: 6px;
  height: 10px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_pager_arr_prev.png)0 0 no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

ul.pageNav li a.first {
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 0 0 15px;
  background: none;
  color: #1E3278;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  line-height: 25px;
  position: relative;
  font-size: 0.9em;
}

ul.pageNav li a.first:after {
  content: "";
  width: 10px;
  height: 10px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(/shared/img/icon_pager_arr_first.png)0 0 no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}


.sortArea{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #a9a9a9;
  display: block;
  position: relative;
}

.sortInner{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

.sortInner.dispNum{
  width: 100%;
}

p.sortTitle{
  width: 100%;
}


.memberArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-bottom:1px solid #dbdbdb;
}

/*件数*/
.sortInner.dispNum {
  bottom: 0;
  display: inline-block;
  margin: auto;
  /*position: absolute;
  right: 0;
  top: 0;*/
  width:auto;
  float: right;
}

.sortInner.dispNum p.sortTitle {
  width: auto;
  display: inline-block;
}

.sortInner.dispNum select{
  width: auto;
  display: inline-block;
}



.photo{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.info{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.photo img{
  width:80%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.nameArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

p.memberName{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  font-size: 1.3em;
  color: #1E3278;
  font-weight: bold;
  text-align: center;
}

p.nameSub{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  font-size: 0.9em;
  color: #333;
  text-align: center;
}

.statusArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.statusArea ul{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.statusArea ul li{
  width:auto;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  float: left;
}

span.stTitle{
  font-weight: bold;
}

.goodCtg{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.goodList{
  width:100%;
  height: auto;
  margin: 3px auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.goodList li{
  width:49%;
  height: auto;
  margin: 0 2% 5px 0;
  padding: 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #FF993F;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  float: left;
}

ul.goodList li:nth-child(2n){
  margin: 0 0 5px 0;
}
/*
.prArea{
  display: none;
}
*/
  .prArea{
    display: block;
    border-top:1px dashed #666;
    padding: 10px 0;
    margin: 5px auto 0;
    box-sizing: border-box;
  }
  
  p.prTxt {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 3px auto;
    padding: 0;
    /*width: 520px;*/
    float: left;
    font-size: 13px;
  }

.btn.member{
  width: auto;
  padding: 8px 10px;
  height: auto;
  line-height: normal;
  float: right;
  background: #1E3278;
  box-shadow: 0 0 2px 0 #aaa;
}

.btn.member p.btnTxt{
  width: auto;
  height: auto;
  padding: 0 0 0 25px;
  line-height: normal;
  font-size: 1.1em;
  color:#fff;
  //font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","Hiragino Mincho Pro",serif;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button.btn.member p.btnTxt:after {
  background: url("/shared/img/icon_menuarr_wh.png") no-repeat scroll 0 0 / 15px 15px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.errorArea {
  border: 1px solid #b71830;
  padding: 4px 15px;
  margin-bottom: 20px;
  text-align: center;
}

.errorText {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  line-height: 35px;
  color: #b71830;
  font-weight: bold;
}

.errorText:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 27px;
  height: 27px;
  background: url(../img/ico_error.gif) no-repeat 0 50%;
}

/*===============================
ランドスケープ（400px～）
===============================*/
@media screen and (min-width:400px) {
  .maincopyBlock h2.mainCopy {
    width: 80%;
    color: #fff;
    font-size: 2.5em;
    margin: 0 auto;
  }
  
  .copyTxt {
    display: none;
  }
}

/*===============================
タブレット（768px～）
===============================*/
@media screen and (min-width:768px) {
  h3{
    width:auto;
    height: auto;
    margin: 0 5px 10px 0;
    display: inline-block;
  }
  
  p.notice{
    width:auto;
    height: auto;
    display: inline-block;
  }
  
  .inputInner.half{
    position: relative;
    width: 50%;
    float: left;
    height: 135px;
  }

  .inputInner.half.hp{
    position: relative;
    width: 50%;
    float: left;
    height: 135px;
  }
  
  .inputInner.triple{
    position: relative;
    width: 33%;
    float: left;
    height: 100px;
  }
  
  .inputInner.half:after,
  .inputInner.triple:after{
    content: "";
    width: 1px;
    height: 70px;
    margin: auto;
    display: block;
    background: #ddd;
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
  }

  .inputInner.triple.noborder:after,
  .inputInner.half.noborder:after{
    content: "";
    background: none;
  }
  
  .inputItem {
    width: 32.6%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 10px 0 0;
    float: left;
    border:none;
  }
  
  .inputItem.last{
    margin: 0 0 0 0;
  }
  
  .inputItem.select {
    width: 100%;
  }
  
  li.ctgChkBox{
    width: 49%;
    height: 80px;
    margin: 0 1% 5px 0;
    float: left;
  }
  
  li.ctgChkBox:nth-child(2n){
    margin: 0 0 5px 0;
  }
  
  .itemHalf{
    width:50%;
    height: auto;
    margin: 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
  }
  
  
  label.chkBox.full {
    width: auto;
  }
  
  .itemHalf_inner{
    width:48%;
    height: auto;
    margin: 0 4% 0 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    float: left;
  }
  
  /*ボタン*/
  button.btn p.btnTxt{
    width: auto;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 1.3em;
    //font-weight: bold;
  }
  
  /*検索結果*/

  .pagerWrapper {
    padding: 10px;
    text-align: left;
  }
  
  p.pagerTxt{
    display: inline-block;
    height: auto;
    margin: 0 auto;
    width: auto;
  }
  
  ul.pageNav {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 25px;
  }
  
  select {
    background-position:right 5px center;
  }

  

  .sortInner {
    margin: 0;
    width: 50%;
  }
  
  .sortInner.dispNum{
    width: auto;
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0;
    top:0;
    bottom:0;
    float: none;
  }
  
  p.sortTitle {
    width: auto;
    display: inline-block;
  }
  
  .sortInner select{
    width: auto;
   display: inline-block; 
  }

  .memberArea {
    padding: 15px 0;
    width: 100%;
  }

  .photo {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    width:150px;
    float: left;
  }
  
  .photo img{
    width:150px;
  }
  .info{
    width: 535px;
    height: auto;
    float: left;
  }
  
  p.memberName{
    width:auto;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    float: left;
    font-size: 1.5em;
  }

  p.nameSub{
    width:auto;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    float: left;
  }
  

  span.stTitle {
    width: auto;
    float: left;
  }
  
  ul.goodList {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 3px auto;
    padding: 0;
    width: 455px;
    float: left;
  }
  
  ul.goodList li {
    background: #ff993f none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    height: auto;
    margin: 0 2% 8px 0;
    padding: 8px 0;
    text-align: center;
    width: 32%;
  }
  
  ul.goodList li:nth-child(2n) {
    margin: 0 2% 8px 0;
  }
  
  ul.goodList li:nth-child(3n) {
    margin: 0 0 8px 0;
  }
  
  .prArea{
    display: block;
    border-top:1px dashed #666;
    padding: 10px 0;
    margin: 5px auto 0;
    box-sizing: border-box;
  }
  
  p.prTxt {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 3px auto;
    padding: 0;
    /*width: 540px;*/
    float: left;
    font-size: 13px;
  }

}

/*===============================
PC（980px～）
===============================*/
@media screen and (min-width:980px) {

}