@charset "utf-8";

/* 画面サイズが600px以下の場合に適用 */


/*共通
---------------------------------------------------*/
@media only screen and (max-width: 600px) {

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 16px;
	line-height: 1.4em;
}

/*トップページ
---------------------------------------------------*/
.smp_topimg {
  display: block;
  width: 100%;
}

.smp_topimg img {
  width: 100%;
  height: auto;
}

.wideslider{
  display: none;
}

.top_works {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.top_works ul {
  width: 100%;
}

.top_works ul li,
.top_works ul li.sam_r {
  margin: 4px;
  width: 47%;
}

.sample_bg .top_sample .sample_date {
  display: block;
  width: 100%;
}

.sample_bg .top_sample .sample_date ul {
  width: 100%;
}

}