@charset "Shift_JIS";
/*■■　ＲＣＲＢ　■■*/
/*■■　スマートフォン用　■■*/
@media screen and (max-width: 768px){

/*　リセット（Eric Meyer Reset CSS）改　*/
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, font, 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,
figure, figcaption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing:border-box;
	/*　追加改造　*/
	font-size: 100%;/*　基本フォントサイズ　*/
	color: #111;
	line-height:1.7em;
	font-weight:400;
 	text-align: left;
	}

  /*　body　*/
  body	{
    /*font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;*//*2018*/
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
      background-image : url(/img/bbs_bg.gif);
	}
h1	{ font-size: 2em; font-weight: bold; margin: 2em 0 1em 0; color: #222;text-align: center}
h2	{ font-size: 1.5em; font-weight: bold; margin: 3em 0 1em 0; color: #222;padding-bottom: 0.6em;border-bottom: solid 1px #666;}
  /*
h2 span	{ font-weight: bold;
  border-bottom: solid 1px #666;
  padding-bottom: 0.6em;
  color: #222;}*/
h3	{ font-size: 1.2em; font-weight: bold; margin: 2em 0 0 0; }
h4	{ font-size: 16px; }
h6	{ font-size: 15px; }
p	{ margin-top: 1em; }
li	{ margin: 0.5em 0 0 1em; }
i	{ font-size: 100%; }
a	{ font-size: 100%; }
a:hover{text-decoration: none;}
  
  div.main_container{
    width: calc(100% - 30px);
    margin: 15px auto;
  }
  textarea{
    font-size: 1rem;
    width: 100%;
    
      font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    
  }
  input{
    font-size: 1rem;
    width: 100%;
  }
  table.entry{
    background-color: #fff;
    width: 100%;
    margin: 10px auto;
  }
  table.entry td{
    padding: 1em;
  }
  table.entry td.entry_td_title{
    color: #fff;
    background-color: #000;
    font-size: 1.2em;
  }
}