@charset "utf-8";
/* CSS Document */

.onlyPC {
  display: none;
}
.onlySP {
  display: block;
}

/* 年賀状ナビゲーション *************************************/
ul.nengaNav {
  width: 100%;
  padding-top: 15px;
}
ul.nengaNav li a {
  width: 82px;
  height: 60px;
  font-size: 10px;
  line-height: 1.25;
  padding-inline: 0.5em;
  box-sizing: content-box;
}

ul.nengaNav li a img {
  width: 30px;
  height: 30px;
}

/* コンテナ *****************************************************/
.nengaContainer {
  width: 100%;
  padding-bottom: 1px;
}

/* ボックス *****************************************************/
.nengaBox {
  float: none;
  margin: 0 0 10px 0;
}
.full,
.half,
.oneThird {
  width: 100%;
}

/* ボックス内、2カラム、3カラム ***********************************/
.col2,
.col3 {
  background: none;
}
.col1ofcol2,
.col2ofcol2,
.col1ofcol3,
.col2ofcol3,
.col3ofcol3 {
  float: none;
  width: 100%;
  margin-right: 0;
}

/* 以下、ページ別の設定 *******************************************************************************************************/

/* 年賀状印刷TOP *************************************************/

/* タイル状に並んだブロック */
.indexTile {
  height: auto;
}

/* ネット注文・店頭注文 *********************************************/

/* ボタンまでの距離を揃える */
#netOrder .alignHeight {
  height: auto;
}

/* 年賀状まめ知識 ****************************************************/
.img-manner-01,
.img-manner-02 {
  width: 100%;
}

/* 喪中の知識 *********************************************************/
.img-manner01-01 {
  width: 100%;
}
