@charset "UTF-8";
/*============
clearfix
==============*/
.cf:before, .cf:after{content:""; display:block; clear: both;}
.cf{display:block;}

*{font-family: "sans-serif","游ゴシック","Yu Gothic","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","A1 Gothic R","Zen Kaku Gothic New","メイリオ","Meiryo","Osaka","MS PGothic","Verdana", "Arial","Helvetica";margin:0;padding:0}
a{text-decoration:none;	}
a:link { color: white; } 
a:visited { color: white; }
a:hover { color: gold; } 
a:active { color: gold; }
ul,ol{list-style:none}
img{vertical-align:middle}

body {
	font-family: "sans-serif","游ゴシック",YuGothic, "Yu Gothic medium","Yu Gothic","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","A1 Gothic R","Zen Kaku Gothic New","メイリオ","Meiryo","Osaka","MS PGothic","Verdana", "Arial","Helvetica",Arial, Helvetica;
	width: 100%;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
label {
	font-size: 0.9rem;
}
table {
	font-family: "sans-serif","游ゴシック",YuGothic, "Yu Gothic medium","Yu Gothic","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","A1 Gothic R","Zen Kaku Gothic New","メイリオ","Meiryo","Osaka","MS PGothic","Verdana", "Arial","Helvetica",Arial, Helvetica;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: "sans-serif","游ゴシック","Yu Gothic","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","A1 Gothic R","Zen Kaku Gothic New","メイリオ","Meiryo","Osaka","MS PGothic","Verdana", "Arial","Helvetica";
	}

p.fcome {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8rem;
	text-align: center;
	margin-top: 20px;
}
p.maintitle {
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 25pt;
	font-weight: bold;
	color: #767759;
	text-align: center;
}
p.cardfb {
	font-weight:bold;
	padding-left: 50px;
	padding-right: 50px;
}
p.cardft {
	font-size: 0.9rem;
	padding-left: 60px;
	padding-right: 50px;
}
p.cardpp {
	font-size: 0.7rem;
	font-weight:bold;
	line-height: 0.8rem;
	padding-left: 50px;
	padding-right: 50px;
}
p.cardpp2 {
	font-size: 0.7rem;
	line-height: 0.8rem;
	padding-left: 60px;
	padding-right: 50px;
}
table.fee {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
}
table.fee2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
}
table.fee th,table.fee td,
table.fee2 th,table.fee2 td {
	border: solid 1px;
	padding: 10px;
	border-color: lightgray;
}
p.cardfee {
	font-size: 0.9rem;
	padding-left: 0px;
	padding-right: 0px;
}
licence {
	float: left;
	margin-right: 30px;
}
/*==============================
 フッターのスタイル
==============================*/
footer {
	background:#6e652a;
	border-top: 10px;
	color:#fff;
	}
footer div {
	padding-top:35px;
	padding-bottom:35px;
	margin: 15px 0 15 0px;
	text-align:center;
	}
footer div p {
	font-size: 0.8em;
	margin-bottom: 0;
	}
footer div small {
	margin-top: 0;
	font-size: 0.7em;
	}
/*==============================
  992以上
==============================*/
@media screen and (min-width: 992px) {
.greeting {
	font-size: 18px;
	line-height: 1.5;
	}
} 
/*==============================
  767以下
==============================*/
@media only screen and (max-width:767px){
p.fcome {
	font-size: 18px;
	line-height: 1.5rem;
	margin-top: 10px;
}
p.maintitle {
	font-size: 20pt;
	margin-bottom: 20px;
	}
p.cardfb {
	padding-left: 15px;
	padding-right: 15px;
}
p.cardft {
	font-size: 0.9rem;
	padding-left: 25px;
	padding-right: 15px;
}
p.cardpp {
	padding-left: 15px;
	padding-right: 15px;
}
p.cardpp2 {
	font-size: 0.65rem;
	padding-left: 25px;
	padding-right: 15px;
}
h4 {
	font-size: 1.2rem;	
	}
table.fee,table.fee2 {
	width: 100%;
}

}