@charset "UTF-8";
/* CSS Document */

/*
Theme Name: hoikucollection-event
Description: hoikucollection-eventページ
Author: hoikucollection
*/


/*CLEARFIX*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
html{
	min-width:1350px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
  background-color: #fff;
	color:#3E3A39;
	min-width:1350px;
}

a{
	color:#3e3a39;
}

a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.clear{clear: both;}

/*フォーム設定*/
/* ie-select消す */
select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-p, :-ms-input-placeholder {
   color: #898F9C;
}
.placeholder {
	color: #c6c4c4;
        }

/* フォント */
.noto-sans{
  font-family: 'Noto Sans JP', sans-serif;
}
