@charset "utf-8";
/* CSS Document */

/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td{
	margin:0;
	padding:0;
	}
img{
	border:0px;
}
body {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	color: #333;
	background-color: #FFF;
	letter-spacing:0.1em;
	line-height:160%;
	-webkit-text-size-adjust: none;
}
a:link,a:visited,a:active{
	color:#2680B2;
}
a:hover{
	color:#47A5D8;
}
p{
	padding-bottom:10px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
.wrap{
	width:950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.center {
	text-align: center;
}
.comment {
	font-size: 11px;
	padding: 0;
}
.padding-b30 {
	padding-bottom: 30px;
}

/* フォント -------------------------------------------------------------- */
.blue{
	color:#2C89BC;
}
.red{
	color:#F00;
}

/* テーブル -------------------------------------------------------------- */
.table1 th{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: left;
}
.table1 td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table2 {
	margin-bottom: 30px;
}
.table2 td{
	text-align: center;
	vertical-align: bottom;
}

/* リスト -------------------------------------------------------------- */
.list1 li{
	list-style: none;
	background:  url(../img/top/arrow-red.jpg) left 8px no-repeat;
	padding-left: 15px;
}
