#topics {
	font-size: 1.4em;
}
#topics .category {
	font-size: 110%;
}
#topics .kakuka-line {
	font-size: 171%;
}
/*観光詳細ページタイトル*/
#topics .leisure-line {
	font-size: 171%;
}
#topics .day {
	font-size: 90%;
}
#topics :not(.kakuka-line):not(.leisure-line):not(.category):not(.day):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 100%;
}
#topics p:not(.kakuka-line):not(.category):not(.day) {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#topics h1 {
	font-size: 200%;
}
#topics h2 {
	font-size: 150%;
}
#topics h3 {
	font-size: 120%;
}
#topics h4 {
	font-size: 100%;
}
#topics h5 {
	font-size: 80%;
}
#topics h6 {
	font-size: 70%;
}


/* UL LI */
/*:not(.pageimgs)は観光旧データの画像対応*/
#topics ul:not(.pageimgs):not(#categorytexticon) {
    margin-top: 0.4em;
    margin-left: 2em;
    overflow: hidden;
}
#topics ul:not(.pageimgs)>li {
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.4em;
}
#topics ul:not(.pageimgs):not(#categorytexticon)>li::before {
    color: #4cbfdd;
    content: "●";
}

/* OL LI */
#topics ol {
    margin-top: 0.4em;
    margin-left: 3.5em;
}

#topics ol>li {
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.4em;
}
/*入れ子のliのみ左マージンを調整*/
#topics li>ol>li {
    margin-left: -1.5em;
}

/* カレンダー 追加要素 */
#calendar-form-month {
	padding:20px 0 20px 0;
	text-align:center;
	height:3.5em;
	
}
#calendar-left-arrow{
	float:left;
}
#calendar-right-arrow{
	float:right;
	margin-right:0;
}
#calendar-month{
/*	clear:both;*/
	font-size:2.0em;
	line-height: 2.5em;
/*	padding:34px 30px 12px;*/
}
.calendar-noncontents{
	cursor:pointer;
}
.calendar-note {
	margin-left: 1em;
	display: none;
	
}
/* 一覧画像トリミング */
.square-trim {
	width: 170px;
	height: 150px;
	overflow: hidden
}

/*検索のフォントを大きくした*/
#search dt input {
	font-size: 2.4em;
}
.form-table .error-message{
	color:#e62488;
}
/*空き家紹介*/
#article_list.akiya a {
    width: 48%;
    margin-right:10px;
    float:left;
}
#article_list.akiya .status {
/*    color: #7f7f7f;*/
    color: #fb1414;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1em;
}

/*各課の一覧*/
.tellist{
	margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #9e9e9f;
    
}
.tellist .namae{
	width: 150px;
}
.tellist .omonajimu{
	width: 250px;
}
.tellist .basho{
	width: 150px;
}
.tellist .denwabangou{
	width: 150px;
}
.tellist th {
    border: 1px solid #9e9e9f;
    padding: 10px;
}
.tellist td {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
    border: 1px solid #9e9e9f;
    padding: 10px;
}

#faq-q:before {
	font-size: 1.8em;
	line-height: 1.3em;
	content: url(/img/ds/img/faq/q.png);
	position: absolute;
	top: -7px;
	left: 0px;
}
#faq-q {
	font-size: 1.8em;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1FBAE5;
	border-right-color: #1FBAE5;
	border-bottom-color: #1FBAE5;
	border-left-color: #1FBAE5;
	padding-left: 100px;

}
#faq-a:before{
	font-size: 1.8em;
	line-height: 1.3em;
	content: url(/img/ds/img/faq/a.png);
/*	position: absolute;*/
	top: 0;
}

#topics a {
        color: #00A7E3;
}
#topics a:hover {
        color: #00A7E3;
        text-decoration: underline;
}

