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

#header {
	clear: both;
	width: 100%;
	background-color: #9cf; /* 背景カラーの設定 */
	height: 50px;
}

#header h3 {
	/* フォントタイプを削除 */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #190066; /* フォントカラーの変更 */
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: 1px; /* 文字間の設定 */
}

#footer {
	clear: both;
	width: 100%;
	background-color: #3366ff; /* 背景カラーの設定 */
	height: 25px;
}

#footer h6 {
	/* フォントタイプを削除 */
	font-size: 10px;
	color: #FFFFFF; /* フォントカラーの変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 1px; /* 文字間の設定 */
}


.resizeimage img{width:100%;}
.resizeimage2 img{width:70%; padding:7px;}
.resizeimage3 img{width:90%; padding:7px;}


.font_sz13pt {
	font-size: 13px;
	line-height: 1.2em;
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_sz13pt-2 {
	font-size: 13px;
	line-height: 1.2em;
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_sz16pt{
	font-size: 16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_sz14pt{
	font-size: 14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_sz15pt {
	font-size: 15px;
	margin-left: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_sz15pt-2 {
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.foot-font {
	color: #00F;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.btn-gradient-simple {
  display: inline-block;
  width:170px;
  height:30px;
  text-align: center;
  vertical-align:middle;
  margin: 5px 0;
  text-decoration: none;
  border-radius: 2px;
  font-weight: bold;
  color: #000;
  background-image: linear-gradient(#FFF 0%, #CCC 100%);
  transition: .4s;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.btn-gradient-simple:hover {
	background-image: linear-gradient(#FFF 50%, #CCC 100%);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn-gradient-yotei {
  display: inline-block;
  width:350px;
  height:35px;
  text-align: center;
  vertical-align:middle;
  margin: 5px 0;
  text-decoration: none;
  border-radius: 2px;
  font-weight: bold;
  color:#190066 ;
  background-image: linear-gradient(#FFFFFF 0%, #d9ebff 100%);
  transition: .4s;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn-gradient-yotei:hover {
	background-image: linear-gradient(#FFFFFF 50%, #d9ebff 100%);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.yotei02{
	height: 40px;
	width: 230px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/yotei02.jpg);
	margin-top: 1px;
        margin-bottom: 5px;
}

.btn-flat-dashed-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #33F;
  border: dashed 1px #33F;
  border-radius: 6px;
  transition: .4s;
}

.btn-flat-dashed-border:hover {
  border-style: dotted;
  color: #679efd;
}

.bold {
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fon-red {
	color: #FF0000;
}

.font-type {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
