﻿﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {text-decoration:underline;
	color:#00a33d;
	}
a:visited {text-decoration:underline;
	color: #002e0b;
	}
a:active,
a:hover   {text-decoration:underline;
	color: #ff7f00;
	}


/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image:url(../img/h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#949494;
	font-size:100%;
	height:24px;
	font-weight : normal ;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-top: 8px;
	width:644px;
	}
#main-contents h5 {
	background-image:url(../img/h5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#656363;
	font-size:100%;
	height:24px;
	font-weight : normal ;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 8px;
	width:659px;
	}
#main-contents h6 {
	background-image:url(../img/h6.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color:#656363;
	font-size:90%;
	font-weight : normal ;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	width:659px;
	border-bottom:1px #c8c9c9 solid;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
#main-contents #sitemap-section A{
	text-decoration:none;
	}
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 650px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #c8c9c9;
	width: 650px;
	overflow:hidden;
	background-color: #f5f5f5;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 150px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #c8c9c9 solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 467px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	background-color: #ffffff;
	border-top: 1px #c8c9c9 solid;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	margin-top: 5px;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 100px;
   height: 30px;
   background-image:url(../img/form_submit.gif);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #ffffff;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	color:#a9aaaa;
	padding: 5px 5px 0px 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color:#00a33d;
	padding: 5px 5px 0px 20px;
	background-image:url(../img/info_dot1.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 90%;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	color:#666666;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	color:#00a33d;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 110%;
	color:#a9aaaa;
	padding: 5px 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#00a33d;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #c8c9c9;
	word-break: break-all;
	padding: 10px 5px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #c8c9c9 solid;
	}
TH.table_a_th {
		background-color: #f5f5f5;
		border: 1px #c8c9c9 solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
		background-color: #fcfcfc;
		border: 1px #c8c9c9 solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		border: 1px #c8c9c9 solid;
	padding: 3px 5px;
	}


/* ================================================= */
/* SP用デフォルトテンプレート ここから　　*/
/* ================================================= */
SPAN.corner-title_01-skyblue01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-skyblue01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;margin-bottom:15px}
.corner-title_01-skyblue01 SPAN.title{float:left;display:block;color:#036;font-weight:400;font-size:22px;text-align:left;padding:44px 20px 20px}
SPAN.corner-title_01-lightgreen01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-lightgreen01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-lightyellow01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-lightyellow01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-yellow01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-yellow01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-blue01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-blue01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_01-blue01 SPAN.title{float:left;display:block;color:#FFF;font-weight:400;font-size:22px;text-align:left;padding:44px 20px 20px}
SPAN.corner-title_01-blue02{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-blue02.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_01-blue02 SPAN.title{float:left;display:block;color:#FFF;font-weight:400;font-size:22px;text-align:left;letter-spacing:5px;padding:44px 20px 20px}
SPAN.corner-title_01-blue03{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-blue03.jpg);background-repeat:no-repeat;height:113px;display:block;margin-bottom:15px;background-position:left top}
.corner-title_01-blue03 SPAN.image{float:right;display:block;margin-top:6px;margin-right:6px;vertical-align:top;text-align:right;height:101px;overflow:hidden;width:300px}
.corner-title_01-blue03 SPAN.title{float:left;display:block;vertical-align:middle;color:#036;font-weight:400;font-size:22px;padding:44px 20px 20px}
SPAN.corner-title_01-green01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-green01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_01-green01 SPAN.title{float:left;display:block;color:#FFF;font-weight:400;font-size:22px;text-align:left;padding:44px 20px 20px}
SPAN.corner-title_01-green02{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-green02.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_01-green02 SPAN.title{float:left;display:block;color:#030;font-weight:400;font-size:22px;text-align:left;padding:44px 20px 20px}
SPAN.corner-title_01-gray01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-gray01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-black01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-black01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-purple01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-purple01.png);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_01-pink01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-pink01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_01-pink01 SPAN.title{float:left;display:block;color:#512429;font-weight:700;font-size:22px;text-align:left;padding:45px 20px 20px}
SPAN.corner-title_02-tree01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-tree.jpg);background-position:center bottom;background-repeat:no-repeat;height:112px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_02-brown01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-brown01.jpg);background-position:center bottom;background-repeat:no-repeat;height:112px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_02-navy01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-navy01.jpg);background-position:center bottom;background-repeat:no-repeat;height:110px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_02-navy01 span.title{float:left;display:block;padding-top:45px;padding-left:20px;color:#FFF;font-weight:400;font-size:20px;height:50px;text-align:left;padding-right:20px}
SPAN.corner-title_02-green01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-green01.jpg);background-position:center bottom;background-repeat:no-repeat;height:110px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_02-green01 span.title{float:left;display:block;color:#360;font-weight:700;font-size:20px;text-align:left;text-decoration:none;padding:45px 20px 20px}
SPAN.corner-title_02-red01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-red01.jpg);background-position:center bottom;background-repeat:no-repeat;height:110px;display:block;vertical-align:middle;margin-bottom:15px}
.corner-title_02-red01 span.title{float:left;display:block;color:#4D0000;font-weight:700;font-size:20px;text-align:left;text-decoration:none;padding:45px 20px 20px}
SPAN.corner-title_02-gray01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_02-gray01.jpg);background-position:center bottom;background-repeat:no-repeat;height:110px;display:block;vertical-align:middle;margin-bottom:15px}
SPAN.corner-title_03-gray01{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_03-gray01.jpg);background-position:center bottom;background-repeat:no-repeat;height:113px;display:block;vertical-align:middle;margin-bottom:15px}
.default-temp_inquiry-table{width:648px;margin-left:10px;margin-bottom:15px;border:1px solid #afafaf;border-collapse:collapse}
.default-temp_inquiry-table TH{font-size:16px;color:#333;text-decoration:none;font-weight:400;padding-top:5px;padding-bottom:5px}
.default-temp_inquiry-table TD#tel{background-image:url(/asset/shared/template/default/default-temp_inquiry_tel.jpg);background-repeat:no-repeat;background-position:left top;height:30px;width:276px;padding-top:45px;padding-left:100px;font-size:20px;color:#666;font-weight:700;padding-bottom:5px}
.default-temp_inquiry-table TD#mail{background-image:url(/asset/shared/template/default/default-temp_inquiry_mail.jpg);background-repeat:no-repeat;background-position:left top;width:262px;text-align:center;vertical-align:bottom;padding:5px 5px 10px}
.default-temp_inquiry-table TD#time{padding-top:5px;padding-bottom:10px;padding-left:30px;color:#666;text-decoration:none}
.default-temp_list-box_cool01 TD{border:1px solid #afafaf;background-repeat:no-repeat;background-position:left center;font-size:14px;color:#333;background-image:url(/asset/shared/template/default/default-temp_list-box-guide_cool01.png);padding:10px 10px 10px 45px}
TABLE.default-temp_list-box_cool02 TD{vertical-align:top}
.default-temp_list-box_cool02 TD.images{vertical-align:top;text-align:center;width:220px;padding-top:10px;border-right-width:1px;border-right-color:#afafaf;border-style:none solid none none}
.default-temp_list-box_cool02 TABLE.list-block{width:100%;vertical-align:top}
.default-temp_list-box_cool02 .list-block TD{background-repeat:no-repeat;background-position:left center;font-size:14px;color:#333;background-image:url(/asset/shared/template/default/default-temp_list-box-guide_cool01.png);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;padding:10px 10px 10px 45px}
.default-temp_list-box_hot01 TD{border:1px solid #afafaf;background-repeat:no-repeat;background-position:left center;font-size:14px;color:#333;background-image:url(/asset/shared/template/default/default-temp_list-box-guide_hot01.png);padding:10px 10px 10px 45px}
.default-temp_list-box_hot01 TD A:hover{color:#F60;text-decoration:underline}
.default-temp_list-box_gray01 TD{border:1px solid #afafaf;background-repeat:no-repeat;background-position:left center;font-size:14px;color:#333;background-image:url(/asset/shared/template/default/default-temp_list-box-guide_gray01.png);padding:10px 10px 10px 45px}
.default-temp_before-arter_table{margin-bottom:10px;margin-left:10px}
.default-temp_before-arter_table TD.contents{border-collapse:collapse;width:275px}
.default-temp_before-arter_table TD#spacer{width:100px;text-align:center}
.default-temp_before-arter_table TD.contents TD#title{border:1px solid #CCC;width:263px;font-weight:700;text-decoration:none;padding:5px}
.default-temp_before-arter_table TD.contents TD#photo{border:1px solid #CCC;width:263px;overflow:hidden;padding:5px}
.default-temp_before-arter_table TD.contents TD#text{border:1px solid #CCC;width:263px;padding:5px}
TABLE.default-temp_list-table_free01{margin-bottom:10px;margin-left:10px;border-collapse:collapse}
.default-temp_list-table_free01 TD{border:1px solid #BEBEBE;padding:5px}
.default-temp_list-table01_gray TH{border:1px solid #BEBEBE;width:190px;text-decoration:none;color:#333;text-align:left;padding:5px}
.default-temp_list-table01_gray TD{border:1px solid #BEBEBE;width:437px;padding:5px}
.default-temp_list-table02_gray TH{border:1px solid #BEBEBE;width:136px;text-decoration:none;color:#494949;text-align:left;padding:5px}
.default-temp_list-table02_gray TD{border:1px solid #BEBEBE;width:240px;padding:5px}
.default-temp_list-table03_gray TR.title TH{color:#333;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#999;border-right-width:1px;border-right-style:dotted;border-right-color:#FFF}
.default-temp_list-table03_gray TR.title TD{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#999}
.default-temp_list-table03_gray TH{width:190px;text-decoration:none;color:#333;text-align:left;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#999;border-right-width:1px;border-right-style:dotted;border-right-color:#999;padding:5px}
.default-temp_list-table03_gray TD{width:440px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#999;padding:5px}
.default-temp_list-table04_gray TD{width:313px;border:1px solid #CCC;padding:5px}
.default-temp_list-table05_gray TD{width:205px;border:1px solid #CCC;padding:5px}
.default-temp_list-table06_gray TD{width:151px;border:1px solid #CCC;padding:5px}
.default-temp_list-table07_gray TD{width:118px;border:1px solid #CCC;padding:5px}
.default-temp_list-table08_gray TH{border:1px solid #CCC;width:90px;text-align:left;padding:5px}
.default-temp_list-table08_gray TD{border:1px solid #CCC;width:210px;padding:5px}
.default-temp_list-table01_lightblue TH{border:1px solid #999;width:190px;text-decoration:none;color:#494949;text-align:left;padding:5px}
.default-temp_list-table01_lightblue TD{border:1px solid #999;width:437px;padding:5px}
.default-temp_list-table02_lightblue TH{border:1px solid #999;width:136px;text-decoration:none;color:#494949;text-align:left;padding:5px}
.default-temp_list-table02_lightblue TD{border:1px solid #999;width:240px;padding:5px}
.splight-default-temp_text-img-table01-gray TH{background-repeat:repeat;width:245px;text-align:center;vertical-align:top;background-image:url(/asset/shared/template/default/splight-default-temp_text-img-table-01_bg.png);padding:10px}
.splight-default-temp_text-img-table01-lightblue TH IMG{background-image:url(/asset/shared/template/default/splight-default-temp_text-img-table-01_bg.jpg);background-repeat:repeat;padding:10px}
.splight-default-temp_text-img-table01-green TH IMG{background-image:url(/asset/shared/template/default/splight-default-temp_text-img-table-01_bg-green.jpg);background-repeat:repeat;padding:10px}
.splight-default-temp_text-img-table01-pink TH{background-repeat:repeat;width:245px;text-align:center;vertical-align:top}
.splight-default-temp_text-img-table01-pink TH IMG{background-image:url(/asset/shared/template/default/splight-default-temp_text-img-table-01_bg.png);background-color:#ffb1bd;background-repeat:repeat;padding:10px}
.main_text-banner_2box-01-01 TH{width:11px}
.main_text_banner_01-01{width:328px;text-decoration:none;border:1px solid #ababab;background-image:url(/asset/shared/template/text-banner/main_text-banner_2box-01-gray_top.jpg);background-repeat:repeat-x;background-position:center top}
.main_text_banner_01-lightblue{width:328px;text-decoration:none;border:1px solid #ababab;background-image:url(/asset/shared/template/text-banner/main_text-banner_2box-01-lightblue_top.jpg);background-repeat:repeat-x;background-position:center top}
.main_text_banner_01-2-pink .text-banner_image{text-align:center;vertical-align:bottom}
.main_text_banner_01-2-pink .text-banner_button{height:24px;width:216px;vertical-align:bottom;margin:0;padding:0}
TABLE.main_text_banner_02-01gray{width:328px;text-decoration:none;border:1px solid #ababab}
TABLE.main_text_banner_02-01gray .button{vertical-align:middle}
TABLE.main_text_banner_02-01gray .text{display:block;width:231px;line-height:1.2em}
.main_text-banner_3box-table TH{width:13px}
.main_text_banner_3box-01-gray{border:1px solid #afafaf;width:213px}
.main_text_banner_3box-01-gray TD{line-height:1.2em;color:#5B5B5B;padding:3px}
.main_text_banner_3box-02-gray TH{background-image:url(/asset/shared/template/text-banner/main_text-banner_3box-02-gray_bg.jpg);background-repeat:repeat-y;background-position:center top;text-align:center}
.main_text_banner_3box-02-gray TD{background-image:url(/asset/shared/template/text-banner/main_text-banner_3box-02-gray_bg.jpg);background-repeat:repeat-y;background-position:center top;line-height:1.2em;text-decoration:none;color:#5b5b5b;padding:5px 6px}
TH.main_text_banner_3box-03-gray_title{text-align:left;background-image:url(/asset/shared/template/text-banner/main_text-banner_3box-03-gray_icon.jpg);background-repeat:no-repeat;background-position:left center;padding-left:10px;font-weight:400;color:#333;padding-top:5px;padding-bottom:5px;width:205px}
TH.main_text_banner_3box-03-gray_title a{text-decoration:none;color:#5F5F5F}
TH.main_text_banner_3box-03-gray_title a:hover{text-decoration:underline}
TD.main_text_banner_3box-03-gray_text{font-size:95%;line-height:1.2em;padding-bottom:5px;color:#454545}
.main_text-banner_3box2-table TH{width:10px}
.main_text-banner_3box2-table TD{width:145px}
.main_text_banner_3box-04-gray TD{font-size:95%;line-height:1.2em;padding:4px}
.main_text-banner_4box-table TH{width:14px}
.main_text-banner_4box-table TD{width:157px}
.main_text_banner_4box-01-gray TD{font-size:95%;line-height:1.2em;text-align:right;padding:4px}
.side_text_banner_01-01 SPAN.side_text_banner_image{width:104px;float:right;margin-top:5px;margin-bottom:5px;margin-right:5px}
.side_text_banner_01-01 SPAN.side_text_banner_title{color:#585858;text-decoration:none;font-weight:700;display:block}
.side_text_banner_01-01 SPAN.side_text_banner_main{float:left;width:105px;display:block;padding-top:0;padding-bottom:0;margin:5px}
.side_text_banner_02-01 SPAN.side_text_banner_image{width:222px;float:none;display:block;margin:3px}
.side_text_banner_02-01 SPAN.side_text_banner_title{color:#585858;text-decoration:none;font-weight:700;display:block;cursor:pointer}
.side_text-information_01-01 SPAN.side-info_title{text-decoration:none;font-weight:700;display:block;padding:5px}
.side_text-information_02-01 SPAN.side-info_title{text-decoration:none;font-weight:700;display:block;margin-bottom:3px;padding:5px}
.side_text-information_02-01 SPAN.side-info_image{width:222px;float:none;display:block}
.corner-title_01-skyblue01 SPAN.image,.corner-title_01-lightgreen01 SPAN.image,.corner-title_01-lightyellow01 SPAN.image,.corner-title_01-yellow01 SPAN.image,.corner-title_01-blue01 SPAN.image,.corner-title_01-blue02 SPAN.image,.corner-title_01-green01 SPAN.image,.corner-title_01-green02 SPAN.image,.corner-title_01-gray01 SPAN.image,.corner-title_01-black01 SPAN.image,.corner-title_01-purple01 SPAN.image,.corner-title_01-pink01 SPAN.image,.corner-title_02-tree01 SPAN.image,.corner-title_02-brown01 SPAN.image{float:right;display:block;margin-top:6px;margin-right:6px;vertical-align:top;text-align:right;height:101px;overflow:hidden}
.corner-title_01-lightgreen01 SPAN.title,.corner-title_01-lightyellow01 SPAN.title,.corner-title_01-yellow01 SPAN.title,.corner-title_01-gray01 SPAN.title{float:left;display:block;color:#333;font-weight:400;font-size:22px;text-align:left;padding:44px 20px 20px}
.corner-title_01-black01 SPAN.title,.corner-title_01-purple01 SPAN.title{float:left;display:block;color:#FFF;font-weight:400;font-size:22px;text-align:left;padding:45px 20px 20px}
.corner-title_02-tree01 SPAN.title,.corner-title_02-brown01 SPAN.title{float:left;display:block;padding-top:45px;padding-left:20px;color:#333;font-weight:400;font-size:18px;height:55px;text-align:left;padding-right:20px}
.corner-title_02-navy01 SPAN.image,.corner-title_02-green01 SPAN.image,.corner-title_02-red01 SPAN.image,.corner-title_02-gray01 SPAN.image,.corner-title_03-gray01 SPAN.image{float:right;display:block;margin-top:5px;margin-right:5px;vertical-align:top;text-align:right;height:101px;overflow:hidden}
.corner-title_02-gray01 span.title,.corner-title_03-gray01 span.title{float:left;display:block;color:#333;font-weight:700;font-size:20px;text-align:left;text-decoration:none;padding:45px 20px 20px}
.default-temp_list-box_cool01,TABLE.default-temp_list-box_cool02,.default-temp_list-box_hot01,.default-temp_list-box_gray01{width:600px;border:1px solid #afafaf;border-collapse:collapse;margin:5px auto 10px}
.default-temp_list-box_cool01 TD A:link,.default-temp_list-box_cool02 A:link,.default-temp_list-box_cool02 A:visited,.default-temp_list-box_hot01 TD A:link,.default-temp_list-box_gray01 TD A:link{text-decoration:none;color:#333}
.default-temp_list-box_cool01 TD A:hover,.default-temp_list-box_cool02 A:hover,.default-temp_list-box_gray01 TD A:hover{color:#39F;text-decoration:underline}
.default-temp_list-box_cool02 TD.images IMG,TABLE.main_text-banner_2box-01-01,TABLE.main_text-banner_3box-table,TABLE.main_text-banner_3box2-table,TABLE.main_text-banner_4box-table{margin-bottom:10px}
TABLE.default-temp_list-table01_gray,TABLE.default-temp_list-table02_gray,TABLE.default-temp_list-table03_gray,TABLE.default-temp_list-table04_gray,TABLE.default-temp_list-table05_gray,TABLE.default-temp_list-table06_gray,TABLE.default-temp_list-table07_gray,.default-temp_list-table08_gray,TABLE.default-temp_list-table01_lightblue,TABLE.default-temp_list-table02_lightblue{border-collapse:collapse;margin-bottom:15px;color:#666;margin-left:10px}
TABLE.splight-default-temp_text-img-table01-gray,TABLE.splight-default-temp_text-img-table01-lightblue,TABLE.splight-default-temp_text-img-table01-green,TABLE.splight-default-temp_text-img-table01-pink{width:670px;margin-bottom:20px}
.splight-default-temp_text-img-table01-gray TD,.splight-default-temp_text-img-table01-lightblue TD,.splight-default-temp_text-img-table01-green TD,.splight-default-temp_text-img-table01-pink TD{width:375px;vertical-align:top;line-height:1.3em;text-decoration:none;padding-right:10px;padding-left:20px;color:#555}
.splight-default-temp_text-img-table01-lightblue TH,.splight-default-temp_text-img-table01-green TH{width:245px;text-align:center;vertical-align:top}
.main_text_banner_01-01 .text-banner_image,.main_text_banner_01-lightblue .text-banner_image,.main_text_banner_01-pink .text-banner_image{width:96px;margin:0}
.main_text_banner_01-01 .text-banner_title,.main_text_banner_01-lightblue .text-banner_title,.main_text_banner_01-pink .text-banner_title,.main_text_banner_01-2-pink .text-banner_title{color:#585858;text-decoration:none;font-weight:700;font-size:14px;text-align:left;height:15px;vertical-align:top;width:216px;margin:0;padding:0}
.main_text_banner_01-01 .text-banner_text,.main_text_banner_01-lightblue .text-banner_text,.main_text_banner_01-pink .text-banner_text,.main_text_banner_01-2-pink .text-banner_text{color:#585858;text-decoration:none;line-height:1.2em;overflow:hidden;text-align:left;height:47px;vertical-align:top;padding-top:5px;width:216px}
.main_text_banner_01-01 .text-banner_button,.main_text_banner_01-lightblue .text-banner_button,.main_text_banner_01-pink .text-banner_button{height:24px;width:216px;margin:0;padding:0}
.main_text_banner_01-pink,.main_text_banner_01-2-pink{width:328px;text-decoration:none;border:1px solid #ababab;background-image:url(/asset/shared/template/text-banner/main_text-banner_2box-01-pink_top.jpg);background-repeat:repeat-x;background-position:center top}
.main_text-banner_3box-table TD,.main_text_banner_3box-02-gray,TABLE.main_text_banner_3box-03-gray{width:215px}
.main_text_banner_3box-04-gray,.main_text_banner_4box-01-gray{border:1px solid silver;width:143px}
.main_text_banner_3box-04-gray TH,.main_text_banner_4box-01-gray TH{text-align:left;font-size:95%;font-weight:400;text-decoration:none;color:#666;line-height:1.2em;height:80px;overflow:hidden;width:135px;vertical-align:top;padding:4px}
.side_text_banner_01-01,.side_text_banner_02-01,.side_text-information_01-01,.side_text-information_02-01{display:block;width:228px;overflow:hidden;text-decoration:none;border:1px solid #ababab;margin:0 auto 10px;padding:0}
.side_text_banner_01-01 SPAN.side_text_banner_text,.side_text_banner_02-01 SPAN.side_text_banner_text{color:#585858;text-decoration:none;display:block;line-height:1.2em;margin-top:3px;cursor:pointer}
.side_text_banner_01-01 SPAN.side_text_banner_text a,.side_text_banner_02-01 SPAN.side_text_banner_text a,.side_text-information_01-01 SPAN.side-info_text a,.side_text-information_02-01 SPAN.side-info_text a{color:#585858;text-decoration:none;cursor:pointer}
.side_text_banner_02-01 SPAN.side_text_banner_main,.side_text-information_01-01 SPAN.side-info_main,.side_text-information_02-01 SPAN.side-info_main{float:left;width:222px;display:block;padding-top:0;padding-bottom:0;margin:3px}
.side_text-information_01-01 SPAN.side-info_text,.side_text-information_02-01 SPAN.side-info_text{color:#585858;text-decoration:none;display:block;line-height:1.2em;margin-top:5px;cursor:pointer;padding:3px}
SPAN.corner-title_01-blue04{width:670px;background-image:url(/asset/shared/template/corner-title/text_corner-title_01-blue04.jpg);background-repeat:no-repeat;height:113px;display:block;margin-bottom:15px;background-position:left top}.corner-title_01-blue04 SPAN.image{float:right;display:block;margin-top:6px;margin-right:6px;vertical-align:top;text-align:right;height:101px;overflow:hidden;width:300px}.corner-title_01-blue04 SPAN.title{float:left;display:block;vertical-align:middle;color:#003;font-weight:400;font-size:22px;padding:44px 20px 20px}
.default-temp_inquiry-table-tel{
	width: 648px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #afafaf;
	border-collapse:collapse;
	display: block;
}
.default-temp_inquiry-table-tel TH{
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 648px;
}
.default-temp_inquiry-table-tel TD#tel{
	background-image: url(/asset/shared/template/default/default-temp_inquiry-tel_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 300px;
	font-size: 34px;
	color: #666;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 17px;
	height: 46px;
}
.default-temp_inquiry-table-tel TD#time{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
}
.side_text_banner_qr01{
	display: block;
	width: 218px;
	padding: 5px;
	overflow: hidden;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #ababab;
	clear: both;
	background-image: url(/asset/shared/template/text-banner/side_text_banner_qr01-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.side_text_banner_qr01 SPAN.side_qr_banner_text {
	float: left;
	width: 105px;
	display: block;
	padding: 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px;
}
.side_text_banner_qr01 SPAN.side_qr-images {
	float: right;
	width: 72px;
	display: block;
	padding: 0px;
}
/* ================================================= */
/* SP用デフォルトテンプレート ここから　　*/
/* ================================================= */

/* =========================== */
/* ベーシックテンプレート（↓削除しないで下さい）  */
/* =========================== */
.img2{width:670px;margin:0 auto 15px}.img2 .img2-td{width:325px}.img2-text{width:315px;padding-right:5px;padding-left:5px}.img2-title{width:291px;padding:5px 17px}.img2-waku-wrap-td{width:326px}.img2-waku{width:300px;border:1px solid #b5b5b5;padding:13px}.img2-waku-table{width:300px;margin:0 auto}.img2-waku-table-td1 img{width:300px;margin-bottom:10px}.img2-waku-table-td2{width:300px;padding-bottom:10px}.img3{width:670px;margin:0 auto 10px}.img3-td1 img{width:210px;margin-bottom:10px}.img3-text{width:200px;padding-right:5px;padding-left:5px}.img3-title{width:190px;padding:5px 10px}.img3-waku{width:190px;border:1px solid #b5b5b5;padding:10px}.img3-waku-table{width:190px;margin:0 auto}.img3-waku-table-td1{width:190px}.img3-waku-table-td1 img{width:190px;margin-bottom:10px}.img3-waku-table-td2{width:190px;padding-bottom:10px}.img1-text img{width:325px;margin-right:10px;margin-bottom:10px;margin-left:10px}.img1-text-wrap-td1{width:325px;padding-right:10px}.img1-right-title{width:325px;margin-top:0}.img1-right-title-td1{width:295px;padding:5px 10px 5px 20px}.img1-right-title-td2{padding-bottom:20px;padding-top:15px;padding-right:5px}.img1-right-title-btn{width:auto}.img1-waku-td{width:640px;border:1px solid #b5b5b5;padding:15px}.img1-text-waku-wrap{width:640px;margin-right:auto;margin-left:auto}.img1-text-waku-wrap-td1{width:300px;padding-right:10px}.img1-waku-title{width:330px;margin-top:0}.img1-waku-title-td1{width:310px;padding:5px 10px}.img1-waku-title-td2{padding:15px 5px 20px 10px}.temp-list2 li{background-image:url(/asset/shared/template/basic/listmark1.gif);background-repeat:no-repeat;background-position:left 5px;padding-left:12px;margin-bottom:3px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;padding-bottom:2px;padding-top:2px}.temp-list3{list-style-position:inside;list-style-type:none;background-color:#eee;border:1px solid #c9c9c9;margin-top:0;margin-left:0;margin-bottom:10px;padding:15px}.dot-line{height:1px;width:100%;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;margin-top:5px;margin-bottom:5px}.page-up1{height:16px;width:670px;margin-right:20px;text-align:right}.page-up1:after{content:".";display:block;height:0;clear:both;visibility:hidden}.page-up-cont{height:15px;width:83px;float:right}TABLE.diary{width:670px;border-collapse:collapse;border:1px #222 solid;margin:0}.diary_title{font-size:14px;font-weight:700;border-bottom:1px #222 dashed;padding:5px 10px}.diary_date{text-align:right;font-size:12px;border-bottom:1px #222 dashed;padding:5px 10px}.diary_text{line-height:1.5em;padding:5px 10px}.diary_text IMG{width:180px;padding:0 0 10px 5px}.img2-td1 img,.img1-text-wrap-td1 img{width:325px;margin-bottom:10px}.img2-btn,.img3-btn{padding-top:10px}.img2-waku-wrap,.img3-waku-wrap{width:670px;margin-bottom:10px;margin-right:auto;margin-left:auto}.img2-waku-table-td1,.img1-text-waku-wrap-td1 img{width:300px}.img3-td,.img3-waku-wrap-td{width:210px}.img1-text,.img1-text-wrap,.img1-waku{width:670px;margin-right:auto;margin-bottom:10px;margin-left:auto}.temp-list1,.temp-list2{list-style-position:inside;list-style-type:none;margin-top:0;margin-bottom:10px}.temp-list1 li,.temp-list3 li{background-image:url(/asset/shared/template/basic/listmark1.gif);background-repeat:no-repeat;background-position:left 5px;padding-left:12px;margin-bottom:3px}
/* =========================== */
/* ベーシックテンプレート ここまで  */
/* =========================== */

/* =========================== */
/* 汎用テンプレート (緑)            */
/* =========================== */
TABLE.company_table TH{width:20%;color:#2a9828;background-color:#f8fdf7;background-image:url(/asset/shared/template/general_green/company/company_table_back.gif);background-repeat:repeat-x;background-position:left bottom;border-left:5px solid #00b500;border-top:1px solid #d2d2d2;padding:5px}TABLE.history_table TH{width:20%;color:#666;background-color:#fbfbfb;background-image:url(/asset/shared/template/general_green/history/history_table_back.gif);background-repeat:repeat-x;background-position:left bottom;border-top:1px solid #d2d2d2;padding:5px}.map_address_left{width:20%;border-bottom:1px dashed #d2d2d2;padding:5px}.map_address_right{width:80%;border-bottom:1px dashed #d2d2d2;padding:5px 5px 5px 15px}TABLE.map_midashi TD{height:40px;font-size:14px;font-weight:700;color:#666;background-image:url(/asset/shared/template/general_green/map/map_midashi.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 25px}.office_top1{height:38px;font-size:14px;font-weight:700;color:#fff;background-image:url(/asset/shared/template/general_green/office/office_midashi1.jpg);background-repeat:no-repeat;background-position:left bottom;padding:0 0 0 25px}.office_top2{height:38px;font-size:14px;font-weight:700;color:#fff;background-image:url(/asset/shared/template/general_green/office/office_midashi2.gif);background-repeat:no-repeat;background-position:left bottom;padding:0 0 0 25px}.office_back{background-image:url(/asset/shared/template/general_green/office/office_back.gif);background-repeat:repeat-y;background-position:left top;padding:10px 0}.office_bottom{height:10px;background-image:url(/asset/shared/template/general_green/office/office_bottom.gif);background-repeat:no-repeat;background-position:left top;padding:0}TABLE.office_map{width:625px;border-collapse:collapse;margin:0 auto}.office_map_left{width:50%;vertical-align:top;padding:0 10px 0 0}.office_map_right{width:50%;vertical-align:top;text-align:right;padding:0}.office_map_address_top{border-bottom:1px dashed #d2d2d2;padding:10px 0}.branch_title{height:40px;color:#fff;font-size:14px;font-weight:700;background-image:url(/asset/shared/template/general_green/branch/branch_midashi.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.branch_right{width:450px;vertical-align:top;padding:0 0 0 30px}TABLE.branch_headline{width:100%;height:38px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/branch/branch_headline.gif);background-repeat:no-repeat;background-position:left top;margin:0 auto 5px}.branch_headline_td{color:#333;font-size:14px;text-decoration:underline;padding:0 0 0 40px}TABLE.branchdetail_midashi{width:650px;height:40px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/branch/branchdetail_midashi.gif);background-repeat:repeat;background-position:left top;margin:0 auto}TABLE.branchdetail_midashi TD{color:#333;font-size:14px;padding:0 0 0 40px}.branchdetail_img_left{width:50%;text-align:left;vertical-align:top;margin:0 auto}.branchdetail_img_right{width:50%;text-align:right;vertical-align:top;margin:0 auto}TABLE.branchdetail_table{width:630px;border-collapse:collapse;border-top:1px solid #d2d2d2;margin:0 auto}.branchdetail_table_left{width:25%;font-weight:700;vertical-align:top;border-bottom:1px solid #d2d2d2;padding:5px}.branchdetail_table_right{width:75%;border-bottom:1px solid #d2d2d2;padding:5px}TABLE.branchdetail_comment{width:625px;height:117px;border-collapse:collapse;margin:0 auto}.branchdetail_comment_left{width:147px;background-image:url(/asset/shared/template/general_green/branch/branchdetail_msg.gif);background-repeat:no-repeat;background-position:right top;padding:0}.branchdetail_comment_back{color:#646917;background-image:url(/asset/shared/template/general_green/branch/branchdetail_msg_back.gif);background-repeat:repeat-x;background-position:left top;padding:0 0 0 20px}.branchdetail_comment_right{width:10px;background-image:url(/asset/shared/template/general_green/branch/branchdetail_msg_right.gif);background-repeat:no-repeat;background-position:left top;padding:0}.president_left{width:450px;vertical-align:top;background-image:url(/asset/shared/template/general_green/president/president_back.jpg);background-repeat:no-repeat;background-position:right top;padding:0}TABLE.president_img{width:180px;border-collapse:collapse;margin:0 auto 5px}.president_img_top{text-align:center;vertical-align:top;background-color:#ddffe2;padding:5px}.president_img_bottom{height:6px;line-height:1em;background-image:url(/asset/shared/template/general_green/president/president_img_bottom.gif);background-repeat:repeat-x;background-position:left top;padding:0}.philosophy_left{width:380px;vertical-align:top;padding:0}.philosophy_blank{width:40px;padding:0}.philosophy1_midashi{height:42px;font-size:16px;color:#b65e19;background-image:url(/asset/shared/template/general_green/philosophy/philosophy_midashi1.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 10px}.philosophy1_back{background-image:url(/asset/shared/template/general_green/philosophy/philosophy_back1.gif);background-repeat:repeat-x;background-position:left top;padding:15px 0}.philosophy2_midashi{height:42px;font-size:16px;color:#174b86;background-image:url(/asset/shared/template/general_green/philosophy/philosophy_midashi2.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 10px}.philosophy2_back{background-image:url(/asset/shared/template/general_green/philosophy/philosophy_back2.gif);background-repeat:repeat-x;background-position:left top;padding:15px 0}.philosophy3_midashi{height:42px;font-size:16px;color:#3a6806;background-image:url(/asset/shared/template/general_green/philosophy/philosophy_midashi3.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 10px}.philosophy3_back{background-image:url(/asset/shared/template/general_green/philosophy/philosophy_back3.gif);background-repeat:repeat-x;background-position:left top;padding:15px 0}.customer_item{width:310px;border-bottom:1px dashed #d2d2d2;padding:10px 7px}.activities_midashi{height:35px;font-size:14px;font-weight:700;color:#fff;background-image:url(/asset/shared/template/general_green/activities/activities_midashi.jpg);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.activities_td{padding:15px 0}.activities_main_text1{font-size:16px;color:#12a114;vertical-align:top;padding:5px 0}.activities_main_text2{vertical-align:top;padding:5px 0 10px}.activities_main_text3{vertical-align:top;background-color:#f1f1f1;padding:15px 0}.activities_main_text_detail_td{padding:5px 15px}TABLE.applicants{width:670px;border-collapse:collapse;border-bottom:1px dashed #d2d2d2;margin:0 auto}TABLE.applicants TH{width:20%;color:#fff;text-align:left;background-color:#3f9c43;background-image:url(/asset/shared/template/general_green/applicants/applicants_back.gif);background-repeat:repeat;background-position:left top;border-top:1px dashed #d2d2d2;padding:5px 5px 5px 15px}TABLE.applicants TD{width:80%;border-top:1px dashed #d2d2d2;padding:5px 5px 5px 15px}TABLE.selecting_waku{width:650px;border-collapse:collapse;background-color:#f1f1f1;margin:0 auto}.selecting_midashi{height:34px;font-size:14px;font-weight:700;color:#fff;background-image:url(/asset/shared/template/general_green/selecting/selecting_midashi.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.selecting_table_th{width:20%;text-align:left;border-bottom:1px dashed #d2d2d2;padding:10px 0 10px 15px}.selecting_table_td{width:80%;border-bottom:1px dashed #d2d2d2;padding:10px 0 10px 15px}TABLE.portrait{width:658px;border-collapse:collapse;margin:0 auto}.portrait_no{width:77px;font-size:18px;font-weight:700;color:#fff;text-align:center;vertical-align:top;background-image:url(/asset/shared/template/general_green/portrait/portrait_no.jpg);background-repeat:no-repeat;background-position:left top;padding:30px 0 0}
.portrait_td{width:581px;vertical-align:top;padding:0}TABLE.portrait_main{width:581px;border-collapse:collapse;margin:0 auto}.portrait_main_midashi{height:42px;font-size:16px;color:#666;background-image:url(/asset/shared/template/general_green/portrait/portrait_midashi.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 10px}.portrait_main_text{width:80%;padding:10px}.portrait_com_top{height:40px;background-image:url(/asset/shared/template/general_green/portrait/portrait_com_top.jpg);background-repeat:no-repeat;background-position:left bottom;padding:0}.portrait_com_midashi{height:30px;color:#241515;font-weight:700;background-image:url(/asset/shared/template/general_green/portrait/portrait_com_midashi.jpg);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.portrait_com_text{background-image:url(/asset/shared/template/general_green/portrait/portrait_com_back.jpg);background-repeat:repeat-y;background-position:left top;padding:20px 0}TABLE.portrait_com_comment{width:610px;border-collapse:collapse;margin:0 auto}.portrait_com_comment_img{width:180px;font-size:11px;vertical-align:top;padding:0}.question_q_midashi{height:32px;font-size:14px;color:#666;font-weight:700;background-image:url(/asset/shared/template/general_green/question/question_q_midashi.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 15px}.question_q_td{border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;padding:10px}.question_q_q_img{width:50px;padding:2px 10px}.question_q_q_text{width:570px;padding:2px 10px}.question_a_q_img{width:65px;text-align:center;background-color:#fff8d1;padding:8px 5px 8px 15px}.question_a_q_text{width:585px;color:#b55e00;background-color:#fff8d1;padding:8px 10px}.question_a_a_img{width:65px;text-align:center;background-color:#cae3fd;border-top:1px solid #fff;padding:8px 5px 8px 15px}.question_a_a_text{width:585px;color:#0358af;background-color:#cae3fd;border-top:1px solid #fff;padding:8px 10px}.senior_top{height:51px;background-image:url(/asset/shared/template/general_green/senior/senior_midashi.gif);background-repeat:no-repeat;background-position:left bottom;padding:0}.senior_back{height:137px;background-image:url(/asset/shared/template/general_green/senior/senior_back.gif);background-repeat:no-repeat;background-position:left top;padding:0 10px 0 80px}.senior_bottom{height:10px;background-image:url(/asset/shared/template/general_green/senior/senior_bottom.gif);background-repeat:no-repeat;background-position:left top;padding:0}.senior_midashi_no{width:8%;font-size:16px;color:#fff;text-align:center;font-weight:700;padding:0}.senior_midashi_text{width:92%;font-size:16px;color:#159f14;padding:0 0 0 15px}.senior_main_left{width:360px;padding:0}TABLE.seniordetail_midashi1{width:650px;height:51px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/senior/seniordetail_midashi1.gif);background-repeat:no-repeat;background-position:left top;margin:0 auto 10px}.seniordetail_midashi1_no{width:53px;font-size:16px;color:#fff;font-weight:700;text-align:center;padding:0}.seniordetail_midashi1_text{width:597px;font-size:16px;color:#159f14;font-weight:700;padding:0 0 0 15px}TABLE.seniordetail_head{width:650px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/senior/seniordetail_table_back.gif);background-repeat:repeat-y;background-position:left top;margin:0 auto}.seniordetail_head_top{height:8px;line-height:1px;background-image:url(/asset/shared/template/general_green/senior/seniordetail_top.gif);background-repeat:no-repeat;background-position:left bottom;padding:0}.seniordetail_head_back{background-image:url(/asset/shared/template/general_green/senior/seniordetail_back.gif);background-repeat:no-repeat;background-position:left bottom;padding:0}.seniordetail_head_bottom{height:8px;line-height:1px;background-color:#fff;background-image:url(/asset/shared/template/general_green/senior/seniordetail_bottom.gif);background-repeat:no-repeat;background-position:left top;padding:0}TABLE.seniordetail_head_main{width:640px;border-collapse:collapse;margin:0 auto}.seniordetail_head_main_right{width:460px;vertical-align:top;padding:0}.seniordetail_head_main_com_midashi{height:40px;font-size:16px;color:#065907;background-image:url(/asset/shared/template/general_green/senior/seniordetail_head_line.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 30px}.seniordetail_head_main_com_text{padding:10px 0 0 30px}.seniordetail_midashi2{height:32px;font-size:14px;color:#065907;font-weight:700;background-image:url(/asset/shared/template/general_green/senior/seniordetail_midashi2.gif);background-repeat:repeat-x;background-position:left bottom;padding:0 0 0 10px}.seniordetail_td{padding:15px 10px}.seniordetail_com_top{height:43px;background-image:url(/asset/shared/template/general_green/senior/seniordetail_com_top.jpg);background-repeat:no-repeat;background-position:left bottom;padding:0}.seniordetail_com_back{vertical-align:top;background-image:url(/asset/shared/template/general_green/senior/seniordetail_com_back.jpg);background-repeat:repeat-y;background-position:left top;padding:10px 0}.seniordetail_com_main_comment_midashi{height:30px;font-size:14px;color:#241515;font-weight:700;background-image:url(/asset/shared/template/general_green/senior/seniordetail_com_line.jpg);background-repeat:no-repeat;background-position:center bottom;padding:0 20px}.seniordetail_com_main_comment_text{padding:10px 20px}TABLE.oneday_waku{width:650px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/oneday/oneday_midashi.gif);background-repeat:no-repeat;background-position:left top;margin:0 auto}TABLE.oneday_midashi{width:450px;height:36px;border-collapse:collapse;margin:3px 0 0}.oneday_midashi_no{width:50px;font-size:16px;color:#767676;font-weight:700;text-align:center;padding:0}.oneday_midashi_text{width:400px;font-size:16px;color:#2a9828;padding:0 0 0 20px}TABLE.oneday_text{width:450px;border-collapse:collapse;margin:0 auto}.oneday_text_td{vertical-align:top;padding:0 0 0 70px}.onedaydetail_head_top{height:60px;background-image:url(/asset/shared/template/general_green/oneday/oneday_midashi.gif);background-repeat:no-repeat;background-position:center bottom;padding:0}.onedaydetail_head_back{background-image:url(/asset/shared/template/general_green/oneday/onedaydetail_back.gif);background-repeat:repeat-y;background-position:center top;padding:10px 0}.onedaydetail_head_bottom{height:8px;background-image:url(/asset/shared/template/general_green/oneday/onedaydetail_bottom.gif);background-repeat:no-repeat;background-position:center top;padding:0}.onedaydetail_midashi_no{width:62px;font-size:16px;color:#767676;font-weight:700;text-align:center;padding:0}.onedaydetail_midashi_text{width:588px;font-size:14px;color:#2a9828;font-weight:700;padding:0 0 0 20px}TABLE.onedaydetail_head_text{width:420px;border-collapse:collapse;margin:0 auto}.onedaydetail_head_text_midashi{height:36px;font-size:16px;color:#fff;background-image:url(/asset/shared/template/general_green/oneday/onedaydetail_midashi1.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.onedaydetail_td1{padding:0}TABLE.onedaydetail_midashi2{width:650px;height:44px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/oneday/onedaydetail_midashi2.gif);background-repeat:no-repeat;background-position:left top;margin:0 auto}.onedaydetail_midashi2_time{width:95px;font-size:16px;color:#fff;font-weight:700;text-align:center;padding:0}.onedaydetail_midashi2_text{width:555px;font-size:14px;color:#333;font-weight:700;padding:0 0 0 20px}.onedaydetail_work_blank{width:95px;padding:0}.onedaydetail_work_text{width:395px;vertical-align:top;padding:0 20px}.onedaydetail_work_text2{width:555px;vertical-align:top;padding:0 20px}TABLE.caselist{width:650px;border-collapse:collapse;background-color:#a9b4bf;margin:0 auto}.caselist_midashi{height:45px;font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/caselist/caselist_midashi.jpg);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}TABLE.caselist_waku{width:640px;border-collapse:collapse;background-color:#fff;margin:0 auto}.caselist_waku_td{vertical-align:top;padding:0 0 5px}.caselist_main_name{width:140px;vertical-align:top;border-right:1px solid #d2d2d2;padding:10px 0 0 10px}.caselist_main_text{width:380px;vertical-align:top;padding:10px 0 0 10px}.caselist_main_img{width:110px;vertical-align:top;padding:5px 0 0}TABLE.casedetail_head{width:650px;border-collapse:collapse;border:5px solid #b3bec9;margin:0 auto}.casedetail_head_main_left{width:440px;vertical-align:top;padding:0}TABLE.casedetail_head_main_text{width:440px;border-collapse:collapse;margin:0 auto}.casedetail_head_main_text_midashi{height:60px;font-size:14px;color:#2a9828;background-image:url(/asset/shared/template/general_green/caselist/casedetail_midashi2.gif);background-repeat:no-repeat;background-position:left top;padding:0 0 0 20px}.casedetail_midashi{height:35px;font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/caselist/casedetail_midashi1.gif);background-repeat:no-repeat;background-position:center top;padding:0 0 0 20px}.casedetail_main_text{width:420px;vertical-align:top;padding:0 20px 0 0}.casedetail_main_text2{vertical-align:top;padding:0}.casedetail_main_text3{width:470px;vertical-align:top;padding:0 0 0 20px}.case_midashi{height:35px;font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/caselist/case_midashi.gif);background-repeat:no-repeat;background-position:center bottom;padding:0 0 0 20px}.case_back{background-image:url(/asset/shared/template/general_green/caselist/case_back.gif);background-repeat:repeat-y;background-position:center top;padding:10px 0}.case_bottom{height:5px;line-height:0;background-image:url(/asset/shared/template/general_green/caselist/case_bottom.gif);background-repeat:no-repeat;background-position:center top;padding:0}.case_main_left{width:440px;vertical-align:top;padding:0 20px 0 0}.case_main_text2{vertical-align:top;padding:5px 10px 0}.case_main_text1{color:#2a9828;text-align:right;border-bottom:1px solid #d2d2d2;padding:5px}TABLE.price_midashi{width:650px;height:30px;border-collapse:collapse;margin:0 auto}TABLE.price_midashi TD{font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/price/price_midashi.gif);background-repeat:no-repeat;background-position:center top;padding:0 0 0 20px}TABLE.price{width:650px;border-collapse:collapse;border:1px solid #d2d2d2;margin:0 auto}.price1{width:190px;color:#454545;font-weight:700;background-color:#fcf3de;border:1px solid #d2d2d2;padding:10px 0 10px 20px}.price2{width:220px;color:#937f50;font-weight:700;background-color:#fdf9ee;border:1px solid #d2d2d2;padding:10px 0 10px 10px}.price3{width:240px;border:1px solid #d2d2d2;text-align:right;padding:10px 10px 10px 0}.checkseet_top{height:70px;background-image:url(/asset/shared/template/general_green/checkseet/checkseet_top.jpg);background-repeat:no-repeat;background-position:center bottom;padding:0}.checkseet_back{background-image:url(/asset/shared/template/general_green/checkseet/checkseet_back.gif);background-repeat:repeat-y;background-position:center top;padding:0}.checkseet_bottom{height:20px;background-image:url(/asset/shared/template/general_green/checkseet/checkseet_bottom.gif);background-repeat:no-repeat;background-position:center top;padding:0}.checkseet_check_box{width:20px;height:40px;text-align:center;border-bottom:1px dashed #d2d2d2;padding:0}.checkseet_check_text{width:540px;height:40px;border-bottom:1px dashed #d2d2d2;padding:0 0 0 10px}TABLE.checkseet_midashi{width:650px;height:60px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/checkseet/checkseet_midashi.jpg);background-repeat:no-repeat;background-position:center top;margin:0 auto}TABLE.checkseet_midashi TD{color:#fff;font-weight:700;padding:0 0 0 60px}.checkseet_result_midashi{color:#e7a300;font-weight:700;padding:10px 0 5px 20px}.checkseet_result_text{border-bottom:1px dashed #e7a300;padding:5px 10px 10px 60px}.link_midashi{height:37px;font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/link/link_midashi.jpg);background-repeat:no-repeat;background-position:center top;padding:0 0 0 20px}.link_main_left{width:200px;font-weight:700;border-bottom:1px dashed #d2d2d2;padding:10px 5px}.link_main_right{width:450px;border-bottom:1px dashed #d2d2d2;padding:10px 5px}.faq_q_midashi{height:37px;font-size:14px;color:#fff;font-weight:700;background-image:url(/asset/shared/template/general_green/faq/faq_midashi1.gif);background-repeat:no-repeat;background-position:center bottom;padding:0 0 0 20px}.faq_q_back{background-color:#f3efe8;padding:0}.faq_q_bottom{height:5px;line-height:1em;background-image:url(/asset/shared/template/general_green/faq/faq_q_bottom.gif);background-repeat:no-repeat;background-position:center top;padding:0}TABLE.faq_q_main_waku{width:642px;border-collapse:collapse;background-color:#fff;margin:2px auto}.faq_q_main_waku_td{vertical-align:top;padding:2px}TABLE.faq_a_midashi{width:650px;height:30px;border-collapse:collapse;background-image:url(/asset/shared/template/general_green/faq/faq_midashi2.gif);background-repeat:no-repeat;background-position:center bottom;margin:0 auto 5px}TABLE.faq_a_midashi TD{font-size:14px;color:#524b3f;font-weight:700;padding:0 0 0 20px}TABLE.faq_a{width:650px;border-collapse:collapse;margin:0 auto 5px}.faq_a_top{height:6px;font-size:14px;color:#fff;font-weight:700;line-height:0;background-image:url(/asset/shared/template/general_green/faq/faq_a_top.gif);background-repeat:no-repeat;background-position:center bottom;padding:0 0 0 20px}.faq_a_back{background-image:url(/asset/shared/template/general_green/faq/faq_a_back.gif);background-repeat:repeat-y;background-position:center top;padding:0 6px}.faq_a_bottom{height:6px;line-height:0;background-image:url(/asset/shared/template/general_green/faq/faq_a_bottom.gif);background-repeat:no-repeat;background-position:center top;padding:0}TABLE.faq_a_q{width:100%;border-collapse:collapse;margin:0 auto 2px}.faq_a_a_a{width:10%;height:30px;font-size:14px;color:#fff;font-weight:700;background-color:#2a9828;text-align:center;padding:0}TABLE.company_table,TABLE.history_table{width:670px;border-collapse:collapse;border-bottom:1px solid #d2d2d2;margin:0 auto}TABLE.company_table TD,TABLE.history_table TD{width:80%;border-top:1px solid #d2d2d2;padding:5px 5px 5px 15px}TABLE.map_address,TABLE.map_midashi,TABLE.office,TABLE.branch,TABLE.branchdetail_img,TABLE.president,TABLE.philosophy1,TABLE.philosophy2,TABLE.philosophy3,TABLE.customer,TABLE.activities,TABLE.portrait_com,TABLE.question_q,TABLE.question_a_midashi,TABLE.question_a,TABLE.senior,TABLE.seniordetail,TABLE.seniordetail_com,TABLE.onedaydetail_head,TABLE.onedaydetail_midashi,TABLE.onedaydetail,TABLE.onedaydetail_work,TABLE.casedetail,TABLE.case,TABLE.checkseet,TABLE.checkseet_result,TABLE.link,TABLE.link_main,TABLE.faq_q{width:650px;border-collapse:collapse;margin:0 auto}TABLE.office_map_address,TABLE.activities_main_text,TABLE.activities_main_text_detail,TABLE.selecting_table,TABLE.senior_midashi,TABLE.seniordetail_head_main_com,TABLE.seniordetail_com_main_comment,TABLE.case_main_text,TABLE.faq_q_main,TABLE.faq_a_a{width:100%;border-collapse:collapse;margin:0 auto}.office_map_address_td,.selecting_td,.oneday_waku_td{padding:10px 0}TABLE.office_a,TABLE.branch_main,TABLE.philosophy,.activities_main,TABLE.seniordetail_main,TABLE.seniordetail_com_main,TABLE.oneday,TABLE.onedaydetail_head_main,TABLE.casedetail_main{width:630px;border-collapse:collapse;margin:0 auto}.office_a_img,.branch_left,.president_right,.activities_main_img,.seniordetail_com_main_img,.oneday_img,.casedetail_head_main_img,.case_main_img{width:180px;vertical-align:top;padding:0}.office_a_img IMG,.branch_left IMG,TABLE.branchdetail_img IMG{background-image:url(/asset/shared/template/general_green/branch/branch_img_back.gif);background-repeat:repeat;background-position:left top;padding:5px}.office_a_blank,.president_blank,.customer_blank,.activities_main_blank,.portrait_com_comment_blank{width:30px;padding:0}.office_a_text,.activities_main_left,.onedaydetail_head_main_right{width:420px;vertical-align:top;padding:0}.branch_td,.onedaydetail_head_text_text,.caselist_td,.casedetail_head_td,.casedetail_td{vertical-align:top;padding:10px 0}.philosophy_right,.seniordetail_main_img,.onedaydetail_head_main_img,.casedetail_main_img{width:210px;vertical-align:top;padding:0}.philosophy_right IMG,.activities_main_img IMG,.seniordetail_main_img IMG,.seniordetail_main_img3 IMG,.onedaydetail_work_img IMG,.caselist_main_img IMG,.casedetail_head_main_img IMG,.casedetail_main_img IMG,.casedetail_main_img3 IMG,.case_main_img IMG{background-image:url(/asset/shared/template/general_green/img_back.gif);background-repeat:repeat;background-position:left top;padding:5px}.selecting_waku_td,.selecting_waku2_td{padding:10px}TABLE.selecting_waku2,TABLE.caselist_main{width:630px;border-collapse:collapse;background-color:#fff;margin:0 auto}TABLE.selecting,TABLE.question_q_q,TABLE.casedetail_head_main,TABLE.case_main{width:620px;border-collapse:collapse;margin:0 auto}.portrait_com_comment_text,.seniordetail_main_text{width:400px;vertical-align:top;padding:0}.portrait_com_comment_img IMG,.senior_main_img IMG,.seniordetail_head_main_img IMG,.seniordetail_com_main_img IMG,.oneday_img IMG,.onedaydetail_head_main_img IMG{background-color:#fff;border:1px solid #d2d2d2;margin:0 auto 5px;padding:5px}TABLE.senior_main,TABLE.checkseet_check{width:560px;border-collapse:collapse;margin:0 auto}.senior_main_blank,.seniordetail_main_blank{width:20px;padding:0}.senior_main_img,.seniordetail_head_main_img{width:180px;padding:0}.seniordetail_main_text3,.seniordetail_com_main_left,.oneday_left{width:450px;vertical-align:top;padding:0}.seniordetail_main_img3,.onedaydetail_work_img,.casedetail_main_img3{width:160px;vertical-align:top;padding:0}.onedaydetail_td2,.casedetail_head_main_text_text{vertical-align:top;padding:10px 0 0}.faq_q_main_q,.faq_a_q_q{width:10%;height:30px;font-size:14px;color:#fff;font-weight:700;background-color:#aca08b;text-align:center;padding:0}.faq_q_main_text,.faq_a_q_text,.faq_a_a_text{width:90%;height:30px;padding:0 0 0 10px}
/* =========================== */
/* 汎用テンプレート (緑) ここまで           */
/* =========================== */




