@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}


/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 779px) {


/*---------------------------- ページ全体の指定 ----------------------------*/

body {
  width: 100%;
   font: 87.5% "MS PGothic","Osaka",Arial,sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

#wrap {
	width : 100%;
	margin-right: auto;
	margin-left: auto;
}


/*---------- メイン ----------*/

#main {
  background-color: #ffffff;
  padding-left : 10px;
  padding-right : 10px;
}

/*#main

{
  padding-left : 10px;
  padding-right : 10px;
}
*/
#main p {
	line-height: 1.4em;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;

}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: auto;
  /*padding: 0 0 4px 0;
  line-height: 1.6;*/
}

/*#header h1 {
  display: none;
}
*/

/*---------- ヘッダー内 ----------*/

/*#header #header_inner {
  margin: 0;
  padding: 2px;  /*-- 余白 --*/
  background-color: #ffffff;
}*/

/*---------- メインコンテンツ ----------*/

#container {
  padding: 0;
}


/*---------- コンテンツ ----------*/

#contents {
  padding: 13px 0 25px 0;
  font-size: 1em;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents h3 {
  margin: 12px 0 14px 0;
  padding: 20px 10px 10px 8px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #54351f;
  border-bottom: solid 4px #966934;
}

#contents p {
  margin: 0 4px 0 4px;
  padding: 2px;
  line-height: 2.0;
}

/*---------- 2コンテンツ・ボックス ----------*/

.box {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box1 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box2 {
  width: auto;
  padding: 4px;
  margin: 4px;
}



/*---------- テーブル ----------*/

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #f0ffff;
  color: #030303;
  
}
@media screen and (max-width: 779px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #030303;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f5fffa;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


table{
  border-collapse: collapse;
  width: 100%;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb02 th {
  background: #fdf5e6;
  color: #030303;
  
}
@media screen and (max-width: 779px) {
  .tb02 .head{
    display:none;
  }
  .tb02 {
    width: 100%;
  }
  .tb02 td,
  .tb02 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb02 td:before{
    color: #030303;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #faf0e6;
    margin-right: 10px;
    float: left;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.p_osirase{
  
  padding-left : 10px;
  padding-right : 10px;
  font-size : 1.3em;
}

#footer {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #FFF;
  line-height: 1.2;
  /*text-align: center;*/
  background-color: #0463D9;
  font-size : 14px;
  width : 100%;
}


#footer p a {
	color: #FFF;
	text-decoration: none;
}

.foot_p {
	font-size : 12px;
	text-align: center;
}


.margin_top {
	margin-top: 5px;
}

.margin_top20 {
	margin-top: 20px;
}

.margin_top10 {
	margin-top: 10px;
}

.margin_top_left {
	margin-top: 5px;
	margin-left: 3px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.margin_bottom50 {
	margin-bottom: 50px;
}

