﻿@charset "UTF-8";



/* reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* base */
body {font:14px/1.231 "ヒラギノ角ゴ Pro W3";background-size: 100%; -webkit-text-size-adjust: none;background:#fff; }
a{ text-decoration:none;}
section{margin-bottom:10px; clear:both;}
h3{font-size:14px; font-weight:bold; color:#ff0000; margin-top:10px; margin-bottom:10px; background:#fff; padding:5px;}

p{
  padding:8px;
	}


/* 矢印つきリスト */
.list1 ul{
	border-bottom: 1px solid #ccc;
	}
	.list1 ul li{
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-bottom: 1px solid white;
		border-top: 1px solid #ccc;
		height: 44px;
		margin: 0;
	}
	.list1 ul li a{
		color: #333;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		line-height: 44px;
	}
	.list1 ul li a::after{
		content: url(http://smartnavi.org/promise/img/list_mark1.png);
		float: right;
	}

