@charset "Shift_JIS";

.inside {
	font-size: 14px;
	line-height: 20px;
}
.inside .inside-ul {
	padding: 0 10px 0 20px;
}
.inside .inside-ul li {
	padding-bottom: 10px;
}
.inside p.note {
	padding: 10px 0;
}
.inside p.note.ui-li-desc {
	padding: 10px;
	white-space: normal!importan;
}
.inside > p:last-child {
	/*padding-bottom:0;*/
}
/* list-view */
.inside .inside-list-view {
	margin:0 -15px;
}
.inside .ul-number {
	padding: 0 10px 0 20px;
	text-shadow: none;
	list-style-type: decimal;
}
.inside .ul-number li {
	padding-bottom: 10px;
}
.inside a,
.inside a:visited,
.inside a:link
{
	color: #F6A623
}
.inside hr {
	display: block;
	height: 1px;
	border: 0;
	background: #7f7f7f;
	margin: 20px 0;
	padding: 0;
	text-align: left;
}

.inside .span-matter {
	font-size: .8em;
	display:block;
}

.inside .span-delete {
	display:block;
	float:right;
	font-size: .9em;
}

.inside .my-listSub {
	font-size:16px;
	font-weight: normal;
	text-shadow:none;
}
/* -========== reg ==========- */
.logo-link {
	padding-left:58px!important;
	min-height:36px!important;
	line-height:38px;
}
	.logo-link img {
		margin:10px!important;
	}
.service-link {
	padding-left:142px!important;
	min-height:20px!important;
}
	.service-link img {
		margin:10px!important;
		max-height:62px!important;
		max-width:126px!important;
	}
	
/* -========== rail_index ==========- */
#rail-list > li {
	text-shadow:none!important
}

/* -========== My tenki ==========- */
.mytenki .emoji {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
}
.mytenki .list-tree p {
	padding-left:0;
	padding-right:0;
}
.mytenki .emoji-line {
	background:#ddd;
	width:1px;
	margin:0;
}
/* -- 現在の天気 -- */
.inside .now-weather img {
	float:left;
	margin:10px;
	width: 70px;
}
.inside .now-weather p {
	padding:4px;
	font-size: 12px; /* 16px */
	text-shadow:none;
}
.inside .now-weather p.temperature span {
	display: block; /* inline-block */
	padding-right:20px;
}
	.inside .now-weather p.temperature span:first-child {
		font-size:38px;
		padding: 8px 40px 10px 0;
		float:left;
	}
	.inside .now-weather p.temperature span:first-child:after {
		content:"℃";
		font-size:26px;
	}
	.inside .now-weather p.temperature span:nth-child(2):before {
		content:"降水量：";
	}
	.inside .now-weather p.temperature span:nth-child(3):before {
		content:"風速：";
	}
	.inside .now-weather p.warn {
		border-top: dotted 1px rgba(255,255,255,0.30);
	}
/* -- これからの天気 -- */
.inside .korekara {
	font-size:14px;
}
	.inside .korekara {
		list-style:none;
		padding-left:0;
	}
	.inside .korekara li {
		display:block;
		width: 76px;
		margin-bottom: 10px;
		line-height: 26px;
		text-align:center;
		float:left;
		border-right:dotted 1px rgba(255,255,255,0.30);
	}
	.inside .korekara span.emoji-area {
		display:block;
	}
	.inside .korekara li.korekara-day {
		width:100px;
		clear:both;
		border:0;
		text-align:left;
		font-size:16px;
		margin-bottom:0;
	}
	.inside .korekara li.korekara-day + li {
		clear:both;
		border-left:dotted 1px rgba(255,255,255,0.30);
	}
	.inside .korekara li:nth-child(6){
		border-left:dotted 1px rgba(255,255,255,0.30);
		clear:both;
	}
/* -- 週間天気 -- */
.inside .weekly {
	font-size:14px;
	margin-top: 4px;
}
	.inside .weekly {
		list-style:none;
		padding-left:0;
	}
	.inside .weekly li {
		display:block;
		width: 76px;
		margin-bottom: 10px;
		line-height: 26px;
		text-align:center;
		float:left;
		border-right:dotted 1px rgba(255,255,255,0.30);
	}
	.inside .weekly li:first-child {
		border-left:dotted 1px rgba(255,255,255,0.30);
	}
	.inside .weekly li:nth-child(5) {
		border-left:dotted 1px rgba(255,255,255,0.30);
		clear:both;
	}
	.inside .weekly .weekly-day {
		line-height:15px;
		display:block;
		padding-bottom:4px;
	}
	.inside .weekly span.emoji-area {
		display:block;
	}
	.inside .weekly .tmp {
		padding-right: 5px;
	}
	.inside .weekly li span.tmp:last-child {
		padding-left: 5px;
	}

/* -- 洗濯・ビール指数 -- */
.inside .shisu-list {
	font-size:14px;
	list-style:none;
	padding-left:0;
}
	.inside .shisu-list .emoji-non {
		background: #545454
	}

/* -========== COMMON ==========- */
/* 太字 */
.inside .text-bold { font-weight:bold }
/* 中央揃え */
.inside .text-center { text-align:center }
/* 右寄せ */
.inside .text-right { text-align:right }
/* 左寄せ*/
.inside .text-left  { text-align:left }
/* 赤字 */
.inside .text-red { color:#e84848 }
/* 青字 */
.inside .text-blue { color:#0096FF }
/* オレンジ */
.inside .text-orange { color:#F87221!important }
/* アクアブルー */
.inside .text-aqua { color:#00ffff }
/* 白字 */
.inside .text-white { color:#fff }
/* 影なし */
.inside .text-no-shadow { text-shadow:none!important }
/* 下マージン10px */
.inside .mb10 { margin-bottom:10px }
/* 上マージン10px */
.inside .mt10 { margin-top:10px }
/* 左マージン10px */
.inside .mr10 { margin-right:10px }
/* 右余白10px */
.inside .pr10 { padding-right:10px }
