@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#main {
	padding: 0 10px 10px 10px;
	margin-top: 0px;
}
#header {
	margin-bottom: 0px;
}

h1 {
	background-color: #CFF;
}
h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 100%;
	color: #333;
	background-color: #f3f3f3;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #014fa0;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	margin-top: 10px;
	margin-bottom: 10px;

}
h4 {
	font-size: 90%;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #093;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	background-color: #f3f3f3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-size: 90%;
	line-height: 18px;
	color: #333;
	margin-left: 20px;
	margin-bottom: 1em;
	margin-top: 0px;
}
li {
	list-style-type: none;
	font-size: 90%;
	line-height: 18px;
	color: #333;
}
a:hover {
	color: #F60;
}
#main p.entry_top {
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
#main .closing {
	font-size: 120%;
	font-weight: bold;
}
#main div.place {
	text-align: center;
	background-color: #014fa0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main div.place h2{
	color: #FFF;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#main div.place p {
	color: #FFF;
	padding-bottom: 5px;
	margin-top: 0px;
}
#main #mailform  table.mailform_t{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
#main #mailform table.mailform_t tr th {
	text-align: right;
}
#main #mailform table.mailform_t tr th, #main #mailform table.mailform_t tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main table.SSL   tr td{
	font-size: 90%;
	padding: 5px;
}
.end {
	color: #F00;
}
.sml {
	font-size: 80%;
}
#formWrap form .formTable tr td input , #formWrap form .formTable tr td select{
	margin: 5px;
	padding: 3px;
}
#formWrap form .required {
	font-weight: bold;
	color: #F00;
}
/* */
#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap form .btnForm {
	padding: 10px;
	margin-top: 10px;
}
/* firefox対策 
http://blog.leafworks.jp/firefox-input-size-big.html */
input{
    font-family:MS UI Gothic;
}


.breadcrumb {
position: static; /* または relative */
top: auto;
left: auto;
  font-size: 13px;
  color: #000000;
  background-color: transparent;
  z-index: 1000;
  margin-bottom: 20px;  /* 下に10pxの隙間 */	
}

.breadcrumb a {
  color: #000000;
  text-decoration: none;
  margin-right: 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
