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

/*
Theme Name: Dooubiz
Theme URI: dooubiz.com/
Description: Dooubizテーマ
Version: 1.0
Author: Dooubiz
Author URI: dooubiz.com/
*/

/* -------------------------------------
*     タグ幅調整
* ------------------------------------- */

.tag100 {
	width: 100%;
	margin: 10px auto;
}
.tag90 {
	width: 90%;
	margin: 10px auto;
}
.tag80 {
	width: 80%;
	margin: 10px auto;
}
.tag70 {
	width: 70%;
	margin: 10px auto;
}
.tag60 {
	width: 60%;
	margin: 10px auto;
}
.tag {
	width: 50%;
	margin: 15px auto;
}
.tag_bt {
	float: left;
	height: auto;
	width: auto;
	padding: 6px 12px 4px 12px;
	margin: 5px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}
.tag_color {
	color: #fff;
	background-color: #0028dc;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #0028dc;
}
.tag_color_on,
.tag_color:hover {
	color: #0028dc;
	background-color: #fff;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #0028dc;
}

@media screen and (min-width: 1600px) {
.mv_bnr {
	clear: both;
	float: none;
	width: 1600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: start;
    align-items: top;
}
}
@media screen and (max-width: 1000px) {
.mv_bnr {
	clear: both;
	float: none;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: start;
    align-items: top;
}
}

@media screen and (min-width: 721px) {

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

/*#topview {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}
#topview img {
	width: 100%;
	height: auto;
}
#header {
	float: none;
	clear: both;
	padding: 0;
	margin: 0 auto;
}*/

.header_nav {
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.header {
	width: auto;
	background-color: #f8f8fb;
	border-bottom: 1px solid #ccc;
}
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
}
.logo img {
	width: 140px;
	height: auto;
}

.nav ul {
	list-style: none;
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
}
.nav li {
	font-family: Tahoma, Geneva, "sans-serif";
	text-align: center;
	font-size: 14pt;
	line-height: 18pt;
	letter-spacing: 1.5pt;
	color: #333;
}
.navline {
	border: solid 1px #dbdbdb;
}
.nav a {
	text-decoration: none;
	color: #333;
}
.nav span {
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
}

.icons a {
	margin-left: 15px;
}
.icons img {
	width: 30px;
	height: auto;
}

.header-banner {
	background-color: #0082dc;
	padding: 15px 0;
	color: white;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	font-size: 12pt;
	line-height: 16pt;
	letter-spacing: 0.5pt;
	font-weight: normal;
}

/*===== CONTENT =====*/

#container {
	margin: 0;
	padding: 160px 0 0 0;
}
.main {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.wide_700 {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.wide_800 {
	width: 800px;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_960 {
	width: 960px;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_1080 {
	width: 1080px;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_1200 {
	width: 1200px;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_960r {
	width: 960px;
	height: auto;
	background-color: #f5f5fa;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto;
	padding: 0;
}
.detail_ph {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.news_list_ph {
	float: left;
	width: 240px;
	height: auto;
	margin: 0 auto;
}
.detail_list_ph {
	float: left;
	width: 320px;
	height: auto;
	margin: 0 auto;
}
.illust {
	width: 130px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.detail_ph img,
.detail_list_ph img,
.news_list_ph img,
.illust img {
	width: 100%;
	height: auto;
}
.tag_wide {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#mapsize {
	width: 100%;
	height: 400px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}


/* -------------------------------------
*     テキストスタイル
* ------------------------------------- */

.text_st01 {
	width: auto;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
}
.text_st02 {
	width: auto;
	height: 35px;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
	overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.text_st03 {
	width: auto;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
}
.detail_info {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.detail_cp {
	margin: 10px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	line-height: 24pt;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #333;
}
.detail_day {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	line-height: 18pt;
	font-weight: normal;
	letter-spacing: 0;
}
.detail_text {
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 0;
}
.detail_more {
	margin: 5px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 0;
}
.detail_list {
	float: left;
	width: 600px;
	height: auto;
	margin: 10px 0 0 40px;
	overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.news_info {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
.news_list {
	float: left;
	width: 680px;
	height: auto;
	margin: 10px 0 0 40px;
	overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_text {
	margin: 10px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height: 19pt;
	font-weight: normal;
	overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.days_text {
	margin: 10px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
}
.tx_number {
	float: left;
	height: auto;
	width: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.tx_subnumber {
	float: left;
	height: auto;
	width: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
}
.tx_guide {
	float: left;
	height: auto;
	width: 780px;
	margin: 0;
	padding: 0;
	color: #333;
}
.tx_subguide {
	float: left;
	height: auto;
	width: 750px;
	margin: 0;
	padding: 0;
	color: #333;
}
.etc_tl_left {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: normal;
	color: #333;
}
.etc_tx_left {
	float: left;
	height: auto;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.etc_tx_right {
	float: left;
	height: auto;
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.read_tx_left {
	float: left;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 15px 0 15px 10px;
	text-align: left;
}
.read_tx_right {
	float: right;
	width: 550px;
	height: auto;
	margin: 0;
	padding: 15px 0;
	text-align: left;
}

/* テキストライン */
.tx_line800 {
	width: 800px;
	height: 1px;
	border-top: 2px solid #ccc;
	line-height:0;
	clear: both;
	float: none;
	padding: 0;
	margin: 0 auto;
}
.tx_line960 {
	width: 960px;
	height: 1px;
	border-top: 2px solid #ccc;
	line-height:0;
	clear: both;
	float: none;
	padding: 0;
	margin: 0 auto;
}
.tx_line_blue {
	width: 960px;
	height: auto;
	border: 2px solid #0082dc;
	line-height:0;
	clear: both;
	float: none;
	padding: 0;
	margin: 0 auto;
}

/* テキストナビ */
.pan_step {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 960px;
}
.pan_text {
	float: left;
	padding: 0 10px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333;
	text-align: left;
	letter-spacing: 0;
}
.more_tx {
	padding: 20px 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	color: #333;
	text-align: right;
	letter-spacing: 0;
}
.detail_text a:link, .more_tx a:link, .pan_text a:link,
.detail_text a:visited, .more_tx a:visited, .pan_text a:visited {
	color: #333;
	text-decoration: underline;
}
.detail_text a:hover, .more_tx a:hover, .pan_text a:hover {
	color: #0082dc;
	text-decoration: none;
}
.detail_text a:active, .more_tx a:active, .pan_text a:active {
	color: #999;
	text-decoration: none;
}

/* -------------------------------------
*     タイトル
* ------------------------------------- */

.title_tx {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	color: #333;
	letter-spacing: 1pt;
	font-weight: bold;
}
.title_tx_blue {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	color: #0082dc;
	letter-spacing: 1pt;
	font-weight: bold;
}
.tl_wide_bk {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	background-repeat: no-repeat;
}
.tl_wide_blue {
	clear: both;
	float: none;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	background-color: #0082dc;
	background-repeat: repeat;
}
.tl_image {
	height: auto;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
.tl_image_l {
	height: auto;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}
.tl_image img,
.tl_image_l img {
	width: 100%;
}
.subtitle {
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	background-repeat: no-repeat;
}
.tl_message {
	height: auto;
	width: auto;
	padding: 30px 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 14pt;
	line-height: 24pt;
	color: #333;
	text-align: center;
	letter-spacing: 1pt;
}
.sub_message {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	color: #666;
	text-align: center;
	letter-spacing: 1pt;
}
.title_icon {
	height: auto;
	width: 20%;
	margin: 20px auto;
}
.title_icon img {
	height: auto;
	width: 100%;
}

/* -------------------------------------
*     キーワード検索
* ------------------------------------- */

.search_box {
	float: none;
	clear: both;
	height: auto;
	width: 800px;
	padding: 0px;
	margin: 0 auto;
}
.search_btn {
	float: left;
	height: auto;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
.search_btn img {
	height: auto;
	width: 100%;
}
.search_input {
	float: left;
	width: 638px;
	height: 38px;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #0082dc;
	font-size: 10pt;
	line-height: 15pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.number {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	padding: 0 0 40px 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #666;
	text-align: center;
	letter-spacing: 0pt;
}
.r_number {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20pt;
	line-height: 30pt;
	font-weight: bold;
	color: #dc0028;
	letter-spacing: 2pt;
}
	
/* -------------------------------------
*     バナー / ナビ
* ------------------------------------- */

.thumb_bnr05 {
	float: left;
	height: auto;
	width: 18%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr04 {
	float: left;
	height: auto;
	width: 23%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr03 {
	float: left;
	height: auto;
	width: 31%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr02 {
	float: left;
	height: auto;
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr05 img,
.thumb_bnr04 img,
.thumb_bnr03 img,
.thumb_bnr02 img {
	height: auto;
	width: 100%;
}
.mv_thumb img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}
.mv_thumb_top img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}
.update_bt {
	clear: both;
	float: none;
	height: auto;
	width: 640px;
	margin: 0 auto;
	padding: 0;
}
.update_bt img {
	height: auto;
	width: 100%;
}
.thumb_bnr a:hover,
.update_bt a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.page_btn {
	clear: both;
	float: none;
	width: 270px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.slide_bnr img,
.page_btn img {
	height: auto;
	width: 100%;
	margin: 10px auto;
}
.sns_img {
	width: 40px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 10px;
}
.sns_img img{
  	width: 40px;
	height: auto;
}

/* ページトップへ */
.pagetop {
	width: 60px;
	height: auto;
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
}
.pagetop img {
	width: 60px;
	height: auto;
}

/* wp-pager----------------------------- */

.wp-pagenavi {
	clear: both;
	text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 0 auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #fff;
	border: solid 1px #fff;
	padding: 7px 14px;
	margin: 3px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color: #fff;
	background-color: #999;
	border-color: #999;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #000;
    border-color: #000;
	font-weight: normal;
}

/* -------------------------------------
*     フッター（コピーライト）
* ------------------------------------- */

#footer {
	width: auto;
	height: auto;
	text-align: center;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	background-color: #f5f5fa;
	background-repeat: repeat-x;
}
#footer .ft_logo {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 30px 0;
}
#footer .ft_logo img {
	width: 150px;
	height: auto;
}
#footer .ft_copy {
	clear: both;
	float: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 0pt;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #0082dc;
	background-repeat: repeat-x;
}
#footer .ft_nav {
	clear: both;
	float: none;
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
}
#footer .ft_menu {
	display: inline;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 0 5px;
	padding: 0px;
	height: auto;
}
#footer .ft_menu a:link, 
#footer .ft_menu a:visited {
	color: #333;
	text-decoration: none;
}
#footer .ft_menu a:hover{
	color: #0082dc;
	text-decoration: none;
}
#footer .ft_menu a:active {
	color: #CCC;
	text-decoration: none;
}
#footer .ft_menu_line {
	padding: 0px;
	display: inline;
	font-size: 8.5pt;
	color: #333;
	font-weight: normal;
	margin: 0 1px 0 10px;
	line-height: normal;
}
}