<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	ヘッダー
----------------------------------------------------------- */
h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    color: #888888;
    text-align: left;
    text-indent: 15px;
    font-size : 9pt;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 28px;
	height: 28px;
	overflow: hidden;
    background: #ffffff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url(image/img_h1.gif);
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

/*
	コンテンツエリア
----------------------------------------------------------- */
#section {
}

/*
	コンテンツ左カラム
----------------------------------------------------------- */
#section #column-left {
    position: absolute;
    padding-left: 30px;
}

/*
	ポストカード（はがきイメージ）
----------------------------------------------------------- */
#articlePostcard {
	margin: 0 0 15px 0;
}
#articlePostcard .inner {
    border: #aaaaaa 1px solid;
    padding: 30px;
    box-shadow: 10px 10px 15px -10px;
	width: 400px;
	height: 530px;
    margin: 0 auto;
}
#articlePostcard .postcode {
    height: 70px;
}
#articlePostcard .postcode .postcode-right {
    float: right;
}
#articlePostcard .postcode .number.n01,
#articlePostcard .postcode .number.n02,
#articlePostcard .postcode .number.n03 {
    font-size: 18px;
    border: salmon 2px solid;
    padding: 8px;
}
#articlePostcard .postcode .number.hyphen {
    font-size: 8px;
    padding: 0;
}
#articlePostcard .postcode .number.n04,
#articlePostcard .postcode .number.n05,
#articlePostcard .postcode .number.n06,
#articlePostcard .postcode .number.n07 {
    font-size: 18px;
    border: salmon 1px solid;
    padding: 6px;
}
#articlePostcard .postcode td {
	padding: 1px;
}
#articlePostcard .postcode table {
	border-collapse: separate;
}
#articlePostcard .postcode table td {
	padding: 0 3px 0 3px;
}
#articlePostcard .code {
}
#articlePostcard textarea {
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
#articlePostcard textarea#tab1 {
    display: none;
}
#articlePostcard .kanji {
	font-size: 120%;
}
#articlePostcard .kana1 {
}
#articlePostcard .kana2 {
}
#articlePostcard .etc {
	margin: 30px 0 0 0;
}
#articlePostcard .citycode {
	margin: 10px 0 20px 0;
	color: #999999;
	font-size: 90%;
    text-align: left;
}
#articlePostcard .frame-left {
	width: 10px;
	height: 550px;
}
#articlePostcard .frame-right {
	width: 10px;
	height: 550px;
}

/*
	スポンサードサーチ
----------------------------------------------------------- */
#adFooter {
	text-align: center;
	padding: 0 0 0 0;
	margin: 15px 0 15px 0;
}
</pre></body></html>