@charset "UTF-8";
/*　定義　*/
/*　クリアフィックス　*/
/*　余白すべてなくす　*/
/*　trにラインを引く　*/
/*　リンクホバーアクション　*/
/*　clearする　*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*マージン及びパディング*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, table, th, td {
  margin: 0;
  padding: 0; }

/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table ul, table ol {
    margin: 0 25px; }

/*イメージボーダー*/
img {
  border: 0; }

/*ヘッディング*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 150%;
  font-style: normal;
  font-weight: normal; }

/*パラグラフ*/
p {
  margin: 0;
  padding: 0 0 1em 0; }

/*　水平線　*/
hr {
  clear: both;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #f2f0ee;
  height: 1px; }
  hr:after {
    /*　クリアー　*/
    content: "";
    clear: both;
    display: block; }

/*　アドレス　*/
address {
  font-style: normal; }

/*　イメージフローティング　*/
.imgLeft {
  float: left;
  padding: 0 20px 1em 0 !important; }

.imgRight {
  float: right;
  padding: 0 0 1em 20px !important; }

.imgLeft, .imgRight {
  width: auto;
  font-size: .9em;
  background: #fff; }

.imgLeft img,
.imgRight img {
  margin: 0 0 10px 0; }

/*　コーションボックス　*/
.cautionBox {
  clear: both;
  width: auto;
  background-image: url(../images/back_caution.png);
  padding: 1em 2em 0;
  margin: 0 0 1em;
  border-radius: 3px; }
  .cautionBox dl {
    padding: 0 0 1em; }
  .cautionBox dt {
    font-weight: bold; }
  .cautionBox:after {
    /*　クリアー　*/
    content: "";
    clear: both;
    display: block; }

/*　トップページに戻る　*/
#pageTop {
  clear: both;
  position: fixed;
  bottom: 120px;
  right: 10px;
  text-decoration: none; }
  #pageTop a {
    display: block;
    border-radius: 3px;
    background: #323b44;
    padding: 10px;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent; }

#pageTop a:hover, #pageTop a:focus, #pageTop a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html {
  font-size: 82.5%;
  /*　10px想定　*/ }

body {
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
  line-height: 150%;
  color: #333;
  background-color: #FFF7E8;
  /*　デバイスフォント最適化　*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/*　リンク設定　*/
a:link {
  color: #555;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease; }

a:visited {
  color: #333; }

a:hover {
  opacity: .8; }

/* ページ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#container {
  clear: both;
  width: 900px;
  margin: 0 auto;
  padding: 0; 
}

#container:after {
    /*　クリアー　*/
    content: "";
    clear: both;
    display: block; }

/* ヘッダ関連の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#header{
	
}

#header:after {
  /*　クリアー　*/
  content: "";
  clear: both;
  display: block; }
  
#headerRight{
	float: right;
}
  
#topMenu{
	width: 236px;
	float: right;
	margin: 0 0 15px 0;
}

ul#topMenu{
	list-style-type: none;
}

#topMenu li{
	float: left;
}

ul#headerMenu{
	list-style-type: none;	
	width: 410px;
	
	clear: both
}

#headerMenu li a{
	width: 135px;
	padding: 10px 0;
	display: block;
}

#headerMenu li{
	float: left;
	border-left: 1px dotted #885B18;
	text-align: center;
}

#headerMenu li:last-child{
	border-right: 1px dotted #885B18;

}

#logo{
	margin: 20px 0 0 0;	
	float: left;
}


/* メイン記事設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#article {
   padding: 20px;
   background-color: #fff;
   border-radius: 10px;
   margin-top: 15px;
 }
  

/* フッタ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#footer {
	background-image: url(../images/foot_bg.png);
	background-repeat: repeat-x;
	background-color: #8F7A5E;
}

#footer:after {
    /*　クリアー　*/
    content: "";
    clear: both;
    display: block; }

#footerMenu{
	width: 900px;
	margin: 20px auto;	
	padding: 20px 0 0 0;
	color: #fff;
}
#footerMenu ul{
	float: right;	
	list-style-type: none;
}

#footerMenu ul li{
	float: left;	
	background-image: url(../images/icon_white.png);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-right: 1em;
}

#footer a:link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease; }

#footer a:visited {
  color: #fff; }

#footer a:hover {
  opacity: .8; }

/* イメージ用マージン
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
/* ボトム3ピクセル */
.mar03 {
  margin-bottom: 3px; }

/* ボトム5ピクセル */
.mar05 {
  margin-bottom: 5px; }

/* ボトム10ピクセル */
.mar10 {
  margin-bottom: 10px; }

/* ボトム15ピクセル */
.mar15 {
  margin-bottom: 15px; }

/* ボトム20ピクセル */
.mar20 {
  margin-bottom: 20px; }

/* ボトム20ピクセル */
.mar25 {
  margin-bottom: 25px; }

/* ボトム1行 */
.marParagraph {
  margin-bottom: 1em; }

/* 特殊文字設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.alignCenter {
  text-align: center; }

.red {
  color: #e74c3c; }

.green {
  color: #62a618; }

/*　文字サイズ小さい　*/
.small {
  font-size: 1.4rem; }

/*　文字サイズさらに小さい　*/
.large {
  font-size: 1.8rem; }

/* ピクト設定（aタグに付ける）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
/*　ブランクピクト　*/
.blank {
  background-image: url(../images/icon_blank.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 17px 0 0; }

/*　PDFピクト　*/
.pdf {
  background-image: url(../images/icon_pdf.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 3px 23px 3px 0; }

/*　リンクピクト　*/
.link {
  background-image: url(../images/icon_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 17px 0 0; }

/* 読み上げ文字 */
.vi {
  height: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px; }

/* リスト設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.listNormal {
  margin: 0 0 30px 25px; }

.listNonePict {
  list-style-type: none;
  margin: 0 0 30px 0; }

/*　注意用リスト　*/
.listCaution {
  margin: 0 0 30px 0; }
  .listCaution li {
    list-style-type: none;
    background-image: url(../images/icon_caution.gif);
    background-position: 0 0.4em;
    background-repeat: no-repeat;
    padding-left: 15px; }

/* テーブル設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
caption {
  text-align: left;
  font-weight: bold;
  padding: 5px; }

/*無属性*/
.tableNormal {
  width: 100%;
  border-top: 2px solid #ddd7d1;
  border-bottom: 2px solid #ddd7d1;
  margin: 0 0 2em; }
  .tableNormal tr {
    border-bottom: 1px solid #ddd7d1; }
  .tableNormal th {
    text-align: left;
    vertical-align: top;
    background-image: url(../images/back_table.png);
    padding: 8px 20px; }
  .tableNormal td {
    text-align: left;
    padding: 8px 20px; }

/*無属性 ヘッダーセンター*/
.tableNormalTh_center {
  width: 100%;
  border-top: 2px solid #ddd7d1;
  border-bottom: 2px solid #ddd7d1;
  margin: 0 0 2em; }
  .tableNormalTh_center tr {
    border-bottom: 1px solid #ddd7d1; }
  .tableNormalTh_center th {
    vertical-align: top;
    background-image: url(../images/back_table.png);
    padding: 8px; }
  .tableNormalTh_center td {
    padding: 8px 20px; }

/*無属性　全部センター*/
.tableNormal_center {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 0 2em; }
  .tableNormal_center th {
    vertical-align: top;
    background-image: url(../images/back_table.png);
    border: 1px solid #ccc;
    padding: 4px; }
  .tableNormal_center td {
    border: 1px dotted #ccc;
    padding: 4px; }

/*無属性 ヘッダーセンター*/
.tableBorder {
  width: 100%;
  margin: 0 0 2em 0; }
  .tableBorder th {
    vertical-align: top;
    text-align: left;
    padding: 4px;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x; }
  .tableBorder td {
    text-align: left;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px; }

.tableBorderTh_center {
  width: 100%;
  margin: 0 0 1em 0; }
  .tableBorderTh_center th {
    vertical-align: top;
    text-align: center;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px; }
  .tableBorderTh_center td {
    text-align: left;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px; }

.tableBorder_center {
  width: 100%;
  margin: 0 0 1em 0; }
  .tableBorder_center th {
    vertical-align: top;
    text-align: center;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px; }
  .tableBorder_center td {
    text-align: center;
    background-image: url(../images/back_tr.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px; }

/*　サイズ補正用　*/
.width05 {
  width: 5%; }

.width10 {
  width: 10%; }

.width15 {
  width: 15%; }

.width20 {
  width: 20%; }

.width25 {
  width: 25%; }

.width30 {
  width: 30%; }

.width40 {
  width: 40%; }

.width50 {
  width: 50%; }

.width60 {
  width: 60%; }

.width70 {
  width: 70%; }

.width80 {
  width: 80%; }

.width90 {
  width: 90%; }

.width100 {
  width: 100%; }

/*　レスポンシブ対応（ブレークポイント 640px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*　ここまで　*/

/*# sourceMappingURL=basic.css.map */
