@charset "utf-8";

/* ############################################################################
 * 
 * にゃんでも Q and A
 * 
 * ############################################################################ */


/* ============================================================================
 *
 * 共通スタイル
 *
 * ============================================================================ */
.contents{
  width: 960px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  margin: 0 auto;
}
.contents.ask a{
  text-decoration: none;
}

.contents.ask h1{
  width: 940px;
  height: 33px;
  background: url("/ask/images/title_long.png") no-repeat;
  background-size: 960px;
  padding-top: 17px;
  text-align: right;
  padding-right: 20px;
}
.contents.ask .moreLink{
  width:100%;
  text-align:right;
  margin-top:10px;
}

.contents.ask .spotdiary .inner{
  background: #fff;
}
.contents.ask .spotdiary > img{
  vertical-align: bottom;
}

.askAreaWrap{
  margin-top:20px;
}
.contents.ask h2 {
  border:none;
  box-shadow: none;
  font-size: 20px;
  margin: 0;
  border-bottom:3px solid #ec6941;
  padding:10px 10px 5px;
  margin-bottom:15px;
}
.contents.ask h2 span:not(.condText){
  font-size: 14px;
  margin-left: 15px;
}
.askAreaWrap .askArea{
  width:636px;
  float:left;
}
.askAreaWrap .askArea h2{
  width:616px;
}
.askAreaWrap .rightArea{
  width:300px;
  float:right;
}

.howtoask{
  background:#fff;
  border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  padding:15px;
  margin-bottom:15px;
}
.howtoask h3{
  font-size:18px;
  color:#ff5400;
  margin-bottom:10px;
}
.howtoask .txt{
  display:table;
  width:100%;
}
.howtoask p{
  display:table-cell;
  vertical-align: middle;
  font-size:11px;
}

.howtoask img{
  width: 90px;
}

.newPosts {
  background: #ee2a6b;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  white-space: nowrap;
  width: 250px;
  text-align:center;
  margin:10px auto 0;
}
.newPosts:hover{
  background-color:#f57ea5;
}

.categryArea{
  background:#fff;
  padding:25px 0 0 20px;
}
.categryBoxWrap{
  width:100%;
}
.categryBoxRow{
  padding-bottom:25px;
}
.categryBoxRow:last-child{
  padding-bottom:20px;
}

.categryBox{
  float:left;
  width:50%;
  overflow:hidden;
}
.categryBox .categryImg{
  float:left;
  width:60px;
}
.categryBox .categryImg img{
  width: 100%;
}

.categryBox .categryName{
  float:left;
  padding:0 0 0 15px;
  width:215px;
}
.categryBox .largeCategory{
  margin-bottom:2px;
  font-size:15px;
  font-weight:bold;
}

.categryBox .largeCategory a{
  color: #444;
}

.categryBox .smallCategory{
  font-size:12px;
}

.categryBox ul li{
  margin-right: 15px;
}

.categryBox ul li a{
  color: #1067b7;
}

.categryBox ul li a:hover{
  color: #ff6c00;
}

.categryArea2{
  background:#fff;
  padding:0 20px;
}
.categryBox2{
  padding:20px 0 15px 0;
  border-bottom:1px dotted #aaa;
}
.categryBox2 .categryImg{
  float:left;
  width:60px;
}
.categryBox2 .categryName{
  float:left;
  padding:0 0 0 15px;
  width:360px;
}
.categryBox2 ul li{
  margin-right: 15px;
  font-size:14px;
  line-height:180%;
}

.categryBox2 ul li a{
  color: #1067b7;
}

.categryBox2 ul li a:hover{
  color: #ff6c00;
}
.categryArea2 .category_description{
  margin:20px 0;
}


.categryAreaBottom{
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}



.questionsWrap{
  margin-bottom:30px;
}
.questionsWrap h2{
  width:100%;
  box-sizing: border-box;
}
.questionsWrap .hotList h2,
.questionsWrap .leftContents h3,
.questionsWrap .historyList h2,
.questionsWrap .leftContents h2,
.questionsWrap .ask_howto h2{
  width:640px;
}

.questionsWrap .leftContents h3{
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin: 0;
  border-bottom: 3px solid #ec6941;
  padding: 10px 10px 5px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}


.questionsWrap .rightContents h2{
  width: 300px;
  padding: 10px 10px 8px;
  font-size: 18px;
}
.questionsWrap .acceptingList{
  float:left;
  width:475px;
}
.questionsWrap .solvedList{
  float:right;
  width:475px;
}
.questionsWrap .hotList,
.questionsWrap .askList,
.questionsWrap .historyList,
.questionsWrap .leftContents,
.questionsWrap .ask_howto{
  float:left;
  width:640px;
}

.questionsWrap .rightContents{
  width:300px;
  float:right;
}
.questionBox{
  background:#fff;
  padding:10px 10px 5px 10px;
  font-size:13px;
  width:100%;
  height: 160px;
  margin-bottom:10px;
  box-sizing: border-box;
}
.questionBox.related,
.questionBox.hot{
  height: 180px;
}

.userName .user_detail p a{
  color: #1067b7;
  font-size: 15px;
}
.questionBox h3 a{
  color: #1067b7;
  font-size: 16px;
}

.questionBox h3 a:hover{
  color: #ff6c00;
}

.questionBox .status{
  width:44px;
  float:left;
  text-align:center;
}
.questionBox .questionDetail{
  width : -webkit-calc(100% - 60px) ;
  width : calc(100% - 60px);
  float:right;
  height: 100%;
  position: relative;
}
.questionBox .status div{
  color:#fff;
  padding:5px;
  width:33px;
  line-height:1;
  vertical-align:text-middle;
  margin-bottom:10px;
  font-size:11px;
}
.questionBox .status p{
  font-weight:bold;
  font-size:16px;
}
.questionDetail h3{
  font-size:16px;
  margin-bottom:3px;
  font-weight:bold;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.questionDetail .txt{
  margin-bottom:5px;
  line-height:150%;
  color: #444;
}

.questionDetail.side_question .txt{
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
  margin-bottom:3px;
}

.questionDetail .category_info{
  color: #333;
}

.questionInfo{
  display:table;
  width:100%;
  position: absolute;
  bottom: 0px;
}
.questionInfo .userImg,
.questionInfo .counter,
.questionInfo .userName{
  display:table-cell;
  vertical-align: middle;
}
.questionInfo .userName{
  color:#666;
}
.questionInfo .userImg{
  border-radius: 25%;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
  padding-right: 3px;
  vertical-align: bottom;
  width: 28px;
}
.questionInfo .counter{
  text-align:right;
}
.questionInfo .counter img,
.detail_box .counter img{
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}
.status.accepting{
  color:#02735f;
}

.status.accepting div{
  background:#02735f;
}
.status.solved{
  color:#ed4580;
}
.status.solved div{
  background:#ed4580;
}

.status.closed{
  color:#878787;
}

.status.closed div{
  background:#878787;
}

.upper_inner_item{
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 120%;
  margin-bottom: 5px;
}
.upper_inner_item span{
  font-size: 80%;
}
.upper_icon{
  width: 50px;
  height: 50px;
}
.upper_icon a img{
  width: 50px;
  height: auto;
}

.upper_txt{
  width: calc( 100% - 70px );
  padding: 3px 10px;
  line-height: 120%;
}
.upper_txt p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.upper_txt a{
  color:#1067b7;
}
.upper_txt a:hover{
  color:#ff6c00;
}
.upper_txt img{
  width: 16px;
  vertical-align: middle;
}
.questionsWrap .active{
 color: #000;
}

a.more-link{
  font-size:14px;
  padding: 4px 10px;
}
a.more-link.link-green{
  background: #02735f;
}
a.more-link.link-pink{
  background: #ed4580;
}


/* サイドカテゴリー */
.side_category .category_wrap {
  background: #fff;
  padding: 1rem;
}

.category_row:first-child .category_box:first-child {
  margin-top: 0;
}

.l_category {
  position: relative;
  margin-top: 1.2rem;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.l_category:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: #333 solid 4px;
  transform: translateY(-60%);
}

.category_row:first-child .category_box:first-child .l_category {
  margin-top: 0;
}

.s_category_list li {
  display: inline-block;
  margin-top: .3rem;
  margin-right: 0px;
}
.s_category_list li:not(:last-child):after {
  content: "/";
  margin-left: 5px;
}




/*.side_category .category_wrap_inner {
  display: table;
  width: 100%;
}
.side_category .category_row {
  display: table-row;
}
.side_category .category_box {
  display: table-cell;
  width: 50%;
  padding: 0 .5rem;
}
.side_category .l_category {
  margin-bottom: 5px;
  color: #800000;
  border-bottom: #800000 dotted 1px;
  font-size: 12px;
  font-weight: bold;
}

.side_category .category_row:not(:first-child) .l_category {
  margin-top: 1rem;
}

.s_category_list {
  margin-left: .5em;
}

.side_category .s_category_list li {
  margin-bottom: 2px;
}
.side_category .category_box {
}







/* 質問リストページ */

/* タブ */
.askArea,
.historyArea{
  width: 640px;
}

.askTub{
  margin:20px 0 25px;
  box-shadow: 0 -2px #EBD9CB inset;
}

.askTub li{
  display: inline-block;
  text-align: center;
  width:156.5px;
  font-size:16px;
}

.askTub li a {
  display: block;
  padding:5px;
  color:#333;
  font-size: 18px;
  text-decoration: none;
}

.askTub li.active a,
.askTub li a:hover{
  border-bottom:2px solid #EA731C;
  padding-bottom:3px;
  transition: all 0s ease 0s;
}

.select_conditions {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #400000;
  margin-bottom: 20px;
  padding: 3px 0;
  position: relative;
}
.select_conditions a{
  color: #fff;
}
.select_conditions .list_cnt {
  float: right;
  margin-right: 5px;
}

/* 質問履歴ページ */

.historyTab{
  margin:20px 0 25px;
  box-shadow: 0 -2px #EBD9CB inset;
  border-top: solid 2px #EBD9CB;
  background: #fff;
}


.historyTab li{
  display: inline-block;
  text-align: center;
  width:107px;
  font-size:110%;
  line-height: 100%;
}


.historyTab li a {
  display: block;
  padding: 10px 0px 10px 0px;
  color:#333;
}


.historyTab li.active,
.historyTab li:hover{
  border-bottom: 2px solid #EA731C;
  transition: all 0s ease 0s;
}

.historyTab li p{
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}



.top_img img{
  width: 100%;
  height: auto;
}

/* 質問詳細ページ */
/* ぺったん設定 */
a.pettanBtn {
  color: #848484;
}

a.pettanBtnOn {
  color: #df7070;
}

a.pettanBtn:hover {
  color: #df7070;
}

.pettanBtnOn-anime img {
  animation: peta-ani 1.2s linear 1;
}

@keyframes peta-ani {
  0% { transform: scale(2) }
  7.69231% { transform:scale(1.5) rotate(-8deg) }
  15.38462% { transform:scale(1) rotate(-8deg) }
  30.76923% { transform:scale(1.3) rotate(8deg) }
  46.15385% { transform:scale(1.3) rotate(-8deg) }
  61.53846% { transform:scale(1) rotate(0) }
  100% { transform:scale(1) rotate(0) }
}

.detail_box {
  margin: 30px 0px;
  word-break: break-all;
}

.detail_box .accepting{
  border: 1px solid #02735f;
}
.detail_box .solved{
  border: 1px solid #ed4580;
}
.detail_box .closed{
  border: 1px solid #878787;
}

.detail_box .pettan_top{
  border: 1px solid #644600;
  margin-top: 10px;
}

.detail_box .pettan_ask{
  border: 1px solid #cccccc;
  margin-top: 10px;
}

.detail_box .pettan_top_head,
.detail_box .detail_head{
  color: #fff;
  padding: 5px 15px;
}

.detail_box .pettan_top_head{
  background: #644600;
  font-size: 16px;
}

.contents .detail_box .accepting h2{
  background: #02735f;
}

.contents .detail_box .accepting h2,
.contents .detail_box .solved h2,
.contents .detail_box .closed h2{
  border-bottom: none;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
}


.contents .detail_box .accepting h2 span,
.contents .detail_box .solved h2 span,
.contents .detail_box .closed h2 span{
  margin-left: 0;
  font-size: 15px;
}

.detail_box .solved .detail_head{
  background: #ed4580;
}
.detail_box .closed .detail_head{
  background: #878787;
}

.detail_box .box-table{
  display: table;
}

.detail_box .userName{
  display: table-cell;
  width: 10%;
  background: #d5e8d4;
  text-align: center;
}

.detail_box .solved .userName {
  background: #fac6d8;
}
.detail_box .closed .userName {
  background: #d9d9d8;
}
.detail_box .accepting .ans_num {
  color: #02735f;
}
.detail_box .solved .ans_num {
  color: #ed4580;
}
.detail_box .closed .ans_num {
  color: #878787;
}

.detail_box .pettan_top .userName,
.detail_box .pettan_ask .userName{
  width: 15%;
  padding-bottom: 10px;
}

.detail_box .pettan_top .other,
.detail_box .pettan_ask .other {
  background: #fcfcfc;
}

.detail_box .pettan_top .myself,
.detail_box .pettan_ask .myself {
  background: #faf7ef;
}

.detail_box .userName img{
  width:100%;
  vertical-align: bottom;
}

.detail_box .detail_txt_all{
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  background: #fff;
  position: relative;
}
.detail_box .detail_txt_all iframe{
  max-width: 100%;
}

.detail_box h3.detail_title{
  font-weight: bold;
  font-size: 20px;
}

.detail_box .detail_txt{
  margin-top:10px;
  font-size: 15px;
  line-height: 1.6;
}


.detail_box h4{
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 2px solid #b06161;
  margin-bottom: 10px;
}

.questionBox h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.questionBox h5 a{
  color: #1067b7;
}

.answer_detail .detail_txt_all .ask_detail_date{
  vertical-align: bottom;
  display: table;
  width: 100%;
}

.answer_detail .detail_txt_all .answer_reply {
  display: table;
  width: 100%;
  margin-top: 15px;
  padding-top: 8px;
  border-top: 1px dashed #b06161;
}

.answer_detail .detail_txt_all .answer_reply_user_img {
  display: table-cell;
  vertical-align: top;
  width: 50px;
}
.answer_detail .detail_txt_all .answer_reply_user_img img{
  width: 50px;
}
.answer_detail .detail_txt_all .answer_reply_detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.answer_detail .detail_txt_all .answer_reply_detail .user_name {
  margin-bottom: 5px;
}
.answer_detail .detail_txt_all{
  color: #555;
  font-size: 11px;
}
.answer_reply_detail .body{
  color: #555;
  font-size: 14px;
}

.answer_detail .detail_txt_all .answer_reply_detail a{
  color: #1067b7;
  font-size: 15px;
}

.answer_detail .detail_txt_all .answer_reply_detail .date {
  margin-top: 10px;
  font-size: 11px;
  color: #555;
}
.main_detail .detail_txt_all .ask_detail_date{
  vertical-align: bottom;
  display: table;
  width: 100%;
  margin-top: 30px;
}

.detail_txt_all .left_data{
  display: table-cell;
  vertical-align: bottom;
}

.detail_txt_all .left_data img{
  width: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

.detail_txt_all .right_data{
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 50%;
}

.detail_txt_all .right_data p{
  color: #848484;
}

.detail_box .user_detail{
  margin: 10px 0;
  padding: 0px 5px;
}

.ask .ans_num,
.ask .pettan_num{
  margin-top: 20px;
}

.ask .pettan_num .zero {
  color: #848484;
}
.ask .ans_num div{
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.ask .ans_num p{
  margin-top: 0;
  font-weight: bold;
  font-size: 30px;
}

.ask .ans_num img,
.ask .pettan_num img{
  width: 20px;
  vertical-align: bottom;
}

.ask .pettan_num p{
  font-weight: bold;
  color: #df7070;
  font-size: 22px;
}

ul.btn_area{
  margin: 20px;
}
ul.btn_area li {
  display: inline-block;
  width: 260px;
  text-align: center;
}

ul.btn_area li a{
  display: inline-block;
  width: 100px;
  padding: 10px;
  border: 1px solid #D35400;
  background: #F39C12;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

ul.btn_area .answer_btn a{
  display: inline-block;
  border: 1px solid #D35400;
  padding: 10px;
  background: #ec6941;
  width: 240px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}

ul.btn_area .solved_btn a{
  display: inline-block;
  border: 1px solid #d3000a;
  padding: 10px;
  background: #ee2a6b;
  width: 240px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.top_pettan_box .top_pettan{
  border: 1px solid #bda67d;
}

.top_pettan_box .top_pettan_head{
  background: #bda67d;
  padding: 3px 10px;
  color: #fff;
}

.pettan_num p{
  margin-top: 10px;
  color: #878787;
}

.attention_ask{
  background: #fff;
  margin-top: 20px;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  overflow:hidden;
}


.attention_ask h5{
  padding: 7px;
  background: #977b53;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.attention_ask .questionDetail h3{
  font-size:15px;
  line-height:120%;
}
.questionBox_list{
  background:#fff;
  padding:10px 5px 10px 10px;
  font-size:12px;
  width:100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.questionBox_list:last-child{
  border-bottom: none;
}

.questionBox_list .status{
  width:40px;
  float:left;
  text-align:center;
}
.questionBox_list .questionDetail{
  width : -webkit-calc(100% - 50px) ;
  width : calc(100% - 50px);
  float:right;
  position: relative;
  height: 73px;
}
.questionBox_list .status div{
  color:#fff;
  padding:5px;
  width:33px;
  line-height:1;
  vertical-align:text-middle;
  margin-bottom:10px;
  font-size:11px;
}
.questionBox_list .status p{
  font-weight:bold;
  font-size:16px;
}

.reply_form_area {
  display: none;
}
.reply_form_area .heading_wrap {
  border: solid #ea731c;
  border-width: 0 0 2px 0;
  padding: 5px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.reply_form_area .heading {
  font-weight: bold;
  font-size: 16px;
  float: left;
}
.reply_form_area .fancyboxCloseBtn {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #777;
}
.reply_form_area .reply_conf_desc {
  display: none;
  margin-bottom: 3px;
}
.reply_form_area .reply_conf_text {
  display: none;
  overflow-y: scroll;
  background: #fff;
  padding: 5px;
}
.reply_form_area textarea[name="reply"]{
  width: 98%;
}
.reply_form_area .reply_back_btn,
.reply_form_area .reply_send_btn {
  display: none;
}


.reply_btn_area {
  margin: 5px 3px 0;
  padding: 3px;
}
.reply_btn_area .reply_btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ddd6d6;
  background: #f4f2f2;
  width: 80px;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px 0px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
  color: #8c5353 !important;
}

.reply_btn_area .reply_btn:hover {
  color: #8c5353 !important;
  opacity: 0.7;
}

/* 回答ページ */

table th {
  color: #000;
  vertical-align: top;
  border: none;
  padding: 4px 6px 30px 6px;
  width: 150px!important;
  text-align: left;
  border: none;
}

/* 入力ページ */
.inputAreaWrap .inputInfoWrap,
.inputConfAreaWrap .inputConfInfoWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.inputAreaWrap .inputInfoWrap .inputInfo,
.inputConfAreaWrap .inputConfInfoWrap .inputInfo{
  padding: 20px 10px;
}

.inputAreaWrap span.required,
.inputAreaWrap span.option{
  display: inline-block;
  margin-right: 15px;
  padding: 4px 5px;
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.inputAreaWrap span.required {
  background-color: #cc0000;
}
.inputAreaWrap span.option {
  background-color: #999;
}

.contents.ask .inputAreaWrap h2,
.contents.ask .inputConfAreaWrap h2{
  font-size: 15px!important;
  border-bottom: none;
  background:#02735f;
  padding:5px 15px;
  width: 100%;
  box-sizing: border-box;
  color:#fff;
  border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
  margin: 0;
}

.inputAreaWrap table,
.inputConfAreaWrap table {
  margin-left: 10px;
  width: 100%;
}

.inputAreaWrap table td,
.inputAreaWrap table th {
  border: none;
  padding-bottom: 30px;
}

.inputConfAreaWrap table th{
  padding-bottom: 4px;
  border-bottom: dotted 1px #999;
  color: #800000;
  font-size: 16px;
  font-weight: bold;
}
.inputConfAreaWrap table td{
  border: none;
  padding: 10px 6px 30px;
  font-size: 16px;
}

.inputAreaWrap table th {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}

.inputAreaWrap .file_delete_button {
  margin-top: 8px;
}

.inputAreaWrap .btnArea,
.inputConfAreaWrap .btnArea{
  padding: 10px;
  text-align: center;
  margin-bottom:30px;
}
.inputAreaWrap .btnArea .submitBtn{
  padding: 10px 100px;
}
.inputConfAreaWrap .btnArea .backBtn{
  padding: 10px 60px;
}
.inputConfAreaWrap .btnArea .backBtn i{
  color: #777;
}
.inputConfAreaWrap .btnArea .submitBtn{
  padding: 10px 60px;
}
.inputConfAreaWrap .btnArea .submitBtn i{
  color:#e81d63;
}

.inputAreaWrap .answerInfo{
  border:1px solid #ccc;
  border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  background:#fff;
  padding: 20px;
  margin-bottom: 20px;
}
.inputAreaWrap .tagInputArea ul.tagList {
  min-height: 35px;
}
.inputAreaWrap .tagInputArea .tagItem{
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.bodyTxt h3{
  font-size: 18px;
  padding: 0px 10px 10px 10px;
  border-bottom: 2px solid #b06161;
}

.bodyTxt h3 .fa-question-circle{
  color: #b22222;
  font-size: 120%;
  margin-right: 5px;
}

.bodyTxt h3 .fa-exclamation-circle{
  color: #337ab7;
  font-size: 120%;
  margin-right: 5px;
}

/* セレクトボックス */

.inputAreaWrap select{
  font-size: 16px;
  width: 30%;
  height: 30px;
  margin-top: -5px;
  padding-left:10px;
/*
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
*/
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  border: 1px solid #aaa;
/*
  background: url("./images/arrow.png") right 50% no-repeat,#fff;
*/
  background: #fff;
  background-size: 52px 44px;
  cursor: pointer;
  vertical-align: middle;
}

.bodyTxt p{
  margin-top: 20px;
}

.category span{
  font-size: 18px;
}

.inputAtten {
  margin-top: 10px;
  font-size: 110%;
}

.inputAtten ul {
    list-style: none;
}

.inputAtten ul li {
    position: relative;
    padding-left: 17px;
    line-height: 1.9;
}

.inputAtten ul li:before {
    background: #59b395;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    left: 5px;
    position: absolute;
    top: 9px;
}

/* 右カテゴリーリスト */
.s_category_list a{
 color: #1067b7;
}

.s_category_list a:hover{
 color: #ff6c00;
}

.main_detail .report a{
  color: #848484;
}

.main_detail .report a:hover{
  color: #848484;
  text-decoration: underline;
}

/* にゃんでもQ&A各カテゴリ説明 */
.ask_artical,
.ask_artical_bottom{
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.ask_artical h3,
.questionsWrap .leftContents .ask_artical h3{
  font-size: 17px;
  border-bottom: 1px solid #dc4910;
  padding: 0 0 0 8px;
  margin-bottom: 10px;
  color: #6a6a6a;
}

.ask_artical_bottom h3{
  font-size: 120%;
  border-bottom: 1px solid #dc4910;
  padding-left: 3px;
  margin-bottom: 10px;
  color: #6a6a6a;
}

.ask_artical h3 .fa{
  display: none;
}

.ask_artical_bottom h3 .fa{
  font-size: 110%;
  color: #8f3b28;
}

.ask_artical .illust{
  width: 60px;
  text-align: left;
}

.ask_artical .illust img{
  width: 100%;
}

.ask_artical .txt{
  color: #909090;
  font-size: 12px;
  width: calc(100% - 70px);
  margin-left: 10px;
}

.ask_artical_bottom .txt{
  padding: 0 5px;
  color: #909090;
  font-size: 12px;
}


/*##################### 猫の療法食について #####################*/
#dietArea .linkArea li:before{
  display: none;
}

#dietArea ul.linkArea {
  display: flex;
  padding: 0 10px;
}

#dietArea .linkArea li{
  width: 33%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dietArea .txtArea{
  padding: 0 5px;
}

#dietArea .btnArea .amazonLink,
#dietArea .btnArea .rakutenLink{
  margin: 10px 0;
}

#dietArea .btnArea .amazonLink a,
#dietArea .btnArea .rakutenLink a{
  width: 160px;
  display: inline-block;
  border: 2px solid #f3961d;
  padding: 5px;
  font-size: 15px;
  position: relative;
  color: #ef8617;
  text-align: left;
}

#dietArea .btnArea .rakutenLink a{
  border: 2px solid #d50000;
  color: #d50000;
}

#dietArea .btnArea .amazonLink a img,
#dietArea .btnArea .rakutenLink a img{
  width: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

#dietArea .imgArea + .txtArea{
  margin-top: 10px;
}
#dietArea .imgArea img{
  width: auto;
  max-height: 160px;
  vertical-align: bottom;
}
#dietArea .linkArea .linkBlock{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 160px);
  margin-top: 10px;
}

#dietArea .btnArea .amazonLink a:after,
#dietArea .btnArea .rakutenLink a:after{
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 25px;
}

#dietArea .btnArea .amazonLink a:hover{
  background-color: #ffefdb;
}

#dietArea .btnArea .rakutenLink a:hover{
  background-color: #ffeded;
}

#dietArea .bnrArea img{
  width: 100%;
  margin: 15px 0 5px 0;
  border-radius: 3px;
}

#dietArea .bnrArea a:hover{
  opacity: 0.7;
  transit: 0.3s;
}

/*##################### indexリンクバナー #####################*/
.linkBnrArea>div{
  width: 49%;
}
.linkBnrArea div img{
  width: 100%;
  background-color: #fff;
}

.linkBnrArea div img:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}


