/*フォント*/
body {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #222222;
}

/*見出し*/
.main h2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
background: transparent;/*背景透明に*/
border-left: solid 5px #222;/*左線*/
color:#222222;
}

/*説明バー*/
#headerTop {
	border-top: 2px solid #000;
    background-color: #f9f9f9;
    border-top-color: #222;
    overflow: hidden;
    color: #666;
    width: 100%;
    clear: both;
    font-size: 85.7%;
}
#headerTop #site-description {
    color: #999;
}
#headerTop #site-description {
    font-size: 10px;
    line-height: 135.7%;
    padding: 2px 0px;
}
@media (max-width: 768px) {
	#headerTop {
	display: none;
	}
}

element.style {
}
body.custom-background, #main, #header {
    background-color: #fff;
}

#header {
    background-color: #fff;
}

@media (min-width: 970px)
#header {
    padding-bottom: 15px;
}

#header {
    display: block;
    text-align: left;
}

#header, #pagetop, #footMenu, #footer {
    text-align: center;
    clear: both;
}

/* ヘッダ */
#header .innerBox {
    width: 100%;
}
.innerBox {
    text-align: left;
    width: 94%;
    margin: 0px auto;
}
#header #site-title {
    font-size: 24px;
    margin: 10px 0 10px 15px;
    position: relative;
    font-weight: lighter;
}
#site-title a img {
	max-height:60px;
	margin-top:3px;
}

@media (max-width: 768px) {
	#site-title a img {
	max-height:35px;
	margin-top:3px;
	}
}


/*タイトルバー*/
#pageTitBnr {
 	border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: linear-gradient(10deg, #222, #2a2a2a);
    color: #fff;
    margin: 0px
    clear: both;
}
#pageTitBnr #pageTitInner #pageTit {
    font-weight: lighter;
}

.main {
	width: 80%;
	margin: 0 auto;
}

.lowheight {
	line-height: 0.5
}

.thead {
	border-bottom: 2px double;
}
.under {
	line-height: 10px;
	font-size: 80%;
}

@media (max-width: 768px){
	.resizeimg img { 
		width: 100%; 
	}
}

/*リスト*/
ul {
  padding: 0;
}

ul li, ol li {
  color: #404040;
  border-left: solid 6px #222;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: #F3F6FC;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}



/*表*/
table.rate {
	text-align: center;
}
table.rate th {
	vertical-align: top;
}
table.rate td {
	vertical-align: top;
}
table.rate .even {
	background: #b0bbc0;
}

/*ボタン*/
a.cp_btn {
display: block;
width: 260px;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #222;
border: 2px solid #222;
border-radius: 3px;
transition: .4s;
margin: 0 auto;
}
a.cp_btn:hover {
background: #222;
color: #fff;
}
.contact p{
	margin-top: 50px;
}