@charset "utf-8";
	
#contentsBox{
	margin:30px auto 30px auto;
/*	width:700px;
	font-size:75%;*/
  color: #333333;
	line-height: 1.5em;
	}

.mainimg{
	margin-bottom:20px;}
	
.textBox{
	padding:0 0 0 0;
	margin-bottom:30px;
	}

.linebox{
/*	width:648px;*/
	border:1px #CCCCCC solid;
	padding:10px;
	}
	
.linebox2{
/*	width:648px;*/
	border:1px #CCCCCC solid;
	padding:10px;
/*	font-size:x-small;*/
	margin-top:5px;
	}

.tb{ 
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	
	
	}

.tb th{ 
	border-bottom:#CCCCCC 1px solid;
	padding:5px;
	width:140px;
	text-align:left;
	background:#F1F9FA;
	
	}
	
.tb td{ 
	
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	padding:5px;
	
	}
	
.textBox ul{
	margin:0;
	padding:0;
	list-style:none;
	width:640px;
	
	}
	
.textBox li{
	text-indent:-1em;
	list-style:none;
	margin-left:1em;
	display:block;
	}
	
.textBox .title{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	}
	
.baBox{
/*	width:670px;*/
	margin-top:5px;
	padding-left:0 !important;

	}

.baBox .beforeBox{
	width:46%;
	float:left;
	padding-left:0 !important;
	}

.baBox .arrow{
	width:70px;
	float: left;
	text-align:center;
	padding-top:10px;
	}

.baBox .afterBox{
	width:46%;
	float:left;
	}
	
.baBox .afterBoxL{
	padding-left:0 !important;
	margin-right:10px;
	float:left;
	}
	
.baBox .afterBoxR{
	padding-left:0 !important;
	float:left;
	}

.baBox .btitle{
	border:1px solid #CCCCCC;
	padding:5px;
	background:#FEFDDA;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	
	}
	
.baBox .atitle{
	border:1px solid #CCCCCC;
	padding:5px;
	background:#E6FBE8;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	
	}
	
.baBox .btable{
	width:100%;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	}

.baBox .btable th{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	background:#FEFDDA;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;
	}
	
.baBox .btable td{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	}

.baBox .btable .cent{
	text-align:center;
	}



.baBox .atable{
	width:280px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	}

.baBox .atable th{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	background:#E6FBE8;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;
	}

.baBox .atable td{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	}
	
.baBox .atable .rit{
	text-align:right;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/


