@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

input.lsize{ width:200px; }
input.msize{ width:140px; }
input.ssize{ width:80px; }

.faq_content a {
    text-decoration: none !important;
}

/*.searchform #skey1:before {*/
    /*content: '<span>キーワードで検索する</span>';*/
    /*font-family: メイリオ;*/
    /*font-size: 18px;*/
    /*margin-right: 10px;*/
/*}*/

/*.searchform #skey1 {*/
    /*padding: 20px !important;*/
    /*width: 70% !important;*/
/*}*/

/*.searchform #srbuts1 {*/
    /*margin-top: 10px !important;*/
    /*margin-bottom: 10px !important;*/
/*}*/

/*.sp_search_reset {*/
    /*width: 80px;*/
/*}*/
