/* CSS Document */

body{
	xfont-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Sans Japanese', serif;
	color:#333;
	font-size:90%;
}
td,th{
	font-size:90%;
}

@media screen and (max-device-width: 480px) {
	body {
		width: 480px;
		font-size: 200%;
	}
	td,th{
		font-size: 200%;
	}
}


  /*FIreFoxで点線を消す*/
  a{outline : 0 ;}
  


#main{
	width:950px;
	margin:0 auto;
}

a:link {color:#FF6633;}
a:visited {color:#FF6633;}
a:hover {color:#FF6633;}
a:active {color:#FF6633;}

.bold{font-weight:bold;}


h2{
	margin:0 0 20px 0;
	font-size:24px;
}

h3{
	margin:30px 0 20px 0;
	color:#333;
	font-size:18px;
}
h4{
	display:inline-block;
	padding:10px;
	border:#CCC solid 1px;
	margin:20px 0;
}

.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.ml180{margin-left:180px;}
.mb20{margin-bottom:20px;}

.attention{
	color:#F00;
	border:#F00 solid 1px;
	padding:3px;
}

.kakomi{
	color:#F00;
	border:#F00 solid 1px;
	padding:3px 5px;
	margin-right:5px;
}

.list2 li{
	margin-bottom:5px;
}
.list3{
	padding-bottom:100px;
}
.list3 li{
	clear:both;
	list-style:none;
}
.list3 li a{
	display:block;
	background:#FFF;
	float:left;
	text-decoration:none;
	padding:20px;
	color:#333;
	border:#CCC solid 1px;
	width:50%;
	margin-bottom:20px;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 1px 1px 0 #aaa;
	behavior: url(/js/PIE.php);
}
.list3 img{
	border:none;
}
.list3 li:hover{
	background:#eee;
}

dl.list1 dt {
	float: left;
	width: 21%;
	margin-bottom:10px;
	border-left: solid 1px #CCC;
	padding-left: 10px;
	font-weight:bold;
	line-height:2em;
}

dl.list1 dd {
	margin-bottom:10px;
	margin-left:23%;
	line-height:2em;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
dl.list1 dd li{
	list-style:circle outside;
	margin-left:1em;
}
dl.list1 dd:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	/* safari firefox用補正 */
}

hr.bar {
	clear:both;
	height:1px;
	background-color: #CCC;
	border:none;
	margin:100px 0;
}

/*ヘッダ－*/
#header{
	margin:10px 0 30px 0;
}

.box{
	position:relative;
	background:#FFF;
	padding:40px;
	border:#CCC solid 1px;
	margin:0 0 20px 0;

	
	overflow: hidden;
}

.box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .box {
    height: 1em;
    overflow: visible;
}
/**/



.center{
	margin-top:30px;
}
.honbun{
	line-height:2em;
	margin-bottom:10px;
}

.renrakusaki{
	width:75%;
	float:left;
}
#aidmabill{
	float:right;
}
.caption{
	font-size:10px;
	margin-top:3px;
	text-align:right;
}

/*テーブル*/
.table1{
	border:#999 solid 1px;
    border-collapse: collapse;
    border-spacing: 0;
}
.table1 th{
	padding:3px 30px;
	font-weight:normal;
	text-align:left;
	border:#999 solid 1px;
}
.table1 td{
	padding:3px 30px;
	text-align:right;
	border:#999 solid 1px;
}

/*フッター*/
#fotter{
	padding:10px 0 30px 0;
}
#fotter .syamei{
	float:left;
}

#fotter .koukaibi{
	float:right;
}
