@charset "utf-8";
@import "../../css/common.css";
/*-----------------------------------------------------*/
/* 100の手続き(index.html) style css */
/*-----------------------------------------------------*/
#list *{margin:0;padding:0;}
#list{}

/* h1：タイトル */
#list h1{margin:0 auto 0.6em;}

/* h2 */
#list h2{font-size:1.2em;}

/* top-area */
#list .top-area{
	width:650px;
	margin:0 auto 2em;
}

/* clear hack */
#list .top-area{zoom:1;}
#list .top-area:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

/* リード文 */
#list p.read{
	width:450px;
	float:left;
}

/* プリント */
#list p.print{
	width:190px;
	float:right;
	padding:10px 0 0 0;
}

#list p.note{
	color:red;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

#list p.text{margin:0 auto 1em;}

/* table */
#list table,
#list th,
#list td{
	width:620px;
	margin:0 auto 1.6em;
	border:1px solid #666;
	border-collapse:collapse;
}

/* th */
#list th{
	padding:3px 0;
	background:#f6eca7;
	border-bottom:3px double #666;
}

/* td */
#list td{padding:3px 0;}

#list table th.type,#list table td.type{
	width:150px;
	padding:0 5px;
	font-weight:bold;
}

#list table td.type{background-color:#fefae0;}

#list table th.num,#list table td.num{width:40px;text-align:center;}

#list table th.naiyou,#list table td.naiyou{width:220px;padding:0 5px;}

#list table th.maru,#list table td.maru{width:50px;text-align:center;}

#list table td.maru{color:red;font-size:1.2em;}

#list table th.place,#list table td.place{width:120px;padding:0 5px;}

#list table th.check,#list table td.check{width:40px;padding:0 5px;}

#list table td.hoshi{background-color:#ffe0e2;font-weight:bold;}


/* バナーエリア */
#list .bn-right *{margin:0;padding:0;}
#list .bn-right{
	margin:0 auto 1.5em;
	width:620px;
}
	
#list .bn-right ul{list-style-type:none;}
/* clear hack */
#list .bn-right ul{zoom:1;}
#list .bn-right ul:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#list .bn-right li{float:right;padding-left:0.5em;}


dl.service *{margin:0;padding:0;}
dl.service{
	margin:0 auto 1.5em;
	padding:0.5em;
	background:#f6f6f6;
}
dl.service dt{font-weight:bold;margin-bottom:0.5em;}

/* ---------------------------------------------------------------- */

