@charset "shift_jis";
/* CSS Document */

div.pregArea_01 ul.pregBox.layoutA li.txtArea {
	width: 470px;
	float:left;
}
div.pregArea_01 ul.pregBox.layoutA li.imgArea {
	width: 230px;
	float: right;
}

div.pregBox_01 p.mini_header{
	font-weight:bold;
}

div.prepare_article div.rel_links{
	border-top:none;
}

div.prepare_article ul.table_notice li{
	list-style:none;
	padding-left:1em;
	font-size:90%;
}

table.table1{
	border-collapse: separate;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom:20px;
}
table.table1 th,
table.table1 td{
	padding:10px;
	background-color: #fff;
	word-break:break-all;
}

table.table1 th{
	text-align:center;
	border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
}
table.table1 td.right{
	border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
table.table1 td.left{
	border-color: #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
table.table1 .deepblue{
	background-color:#e1ebfe;
}
table.table1 .lightblue{
	background-color: #f0f5fd;
}
table.table1 .deepgreen{
	background-color:#b6e0bc;
}
table.table1 .lightgreen{
	background-color: #dcf7e0;
}
table.table1 td span{
	display:inline;
}
table.table1 td p.rowheader{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:auto;
	height:auto;
	text-align:left;
	margin:0 auto;
}
table.table1 colgroup .col1{
	*width:47%;
}
table.table1 colgroup .col2{
	*width:53%;
}

.section table p {
	margin:0 !important;
}



/*2013-09-09追加
※改行時のインデント設定*/

.asterisk {
  text-indent:-1em;
  padding-left:1em;
  margin-left:1em;
}


@media (max-width: 640px) {
	div.pregArea_01 ul.pregBox.layoutA li.txtArea {
		width:100%;
		float:none;
	}
	div.pregArea_01 ul.pregBox.layoutA li.imgArea {
		width: auto;
		float: none;
		text-align:center;
	}
	div.pregArea_01 ul.pregBox.layoutA li.imgArea img{
		width: auto;
	}
	
	div.pregArea_01 div.pregBox_01 ul.miniBox li.first-item{
		width:40%;
		margin-right:5%;
	}
	div.pregArea_01 div.pregBox_01 ul.miniBox li.second-item{
		width:32%;
	}
	div.pregArea_01 div.pregBox_01 ul.miniBox li.second-item span{
		width:123%;
	}
	
	img.img740{
		width:100%;
	}
	
	table.table1 td p.rowheader{
	display:inline-block;
	width:auto;
	height:auto;
	text-align:left;
	margin:0 auto;

	}

}