@charset "utf-8";
/*
Theme Name: Rissuikai
Template: biz-vektor
*/


body { font-size:100%;line-height:150%;-webkit-text-size-adjust : 100%; }



/* ヘッダー ********************/

#headerTop {
	border: none;
	border-bottom: 3px #51a4db solid;
}

/* Descriptionを右寄せ */
#site-description { text-align: right; }

/* ヘッダーロゴサイズ変更 */
#header #site-title a img { max-height:90px; }



/* ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に　*/
#topMainBnrFrame {
    width: 100%;
    height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}
 
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding: 0px;
}
 
/* ヘッダー画像のサイズ定義を変更した場合 *****/
@media (min-width: 970px) { /*　BizVektorのレスポンシブ設定による　*/
    /*　画像フレームの最小の高さを設定　*/
    #topMainBnrFrame {
        min-height: 200px;
    }
}
 
/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
    background-color:transparent;
    box-shadow:none;
    border:none;
}

/* メイン ********************/

#main {
	background-color: #dcedf8;
}

#container {
	background-color: #fff;
	height:auto;
	overflow:hidden !important;
	margin: 30px auto;
	border-radius: 10px;
	box-shadow: 0 0 4px gray;
}

#container.innerBox {
	padding: 30px;
}
#topFreeArea {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content p.top_catch {
	margin: 0;
	padding: 0;
	font-size: 250%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	line-height: 1;
}


.content h2 {
	background: #51a4db;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 128.6%;
}
.content h3 {
	clear: both;
	background: #fff;
	color: #51a4db;
	border: 1px #51a4db solid;
	border-radius: 5px;
	padding: 5px 0px 5px 15px;
}
.content h3:first-child {
	margin-top: 0;
}

.staff th {
	width: 25%;
}
.staff td {
	width: 75%;
}

/* サイドバナー */
.link_banner {
	text-align: center;
	margin-top: 20px;
}
.link_banner img {
	margin: 0 0 10px;
}
.link_banner p {
	width: 220px;
	margin: 10px auto 20px;
	position: relative;
	padding: 0;
	border-bottom: 1px solid #999;
}
.link_banner p:before {
	position: absolute;
	bottom: -14px;
	left: 98px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
}

/* フッターの背景色と文字色の変更 **********/
/*
#footMenu{background: #f4f4f4;}
#footer{background: #fefbf0;}
#footer dl#footerOutline dt{ color: #000000; }
#footer dl#footerOutline dd { color: #000000; }
*/
