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

h2:before{
	content:url(../../img/corporation/use_tit.png);
	position:absolute;
	top:10px;
	left:25px;
	}
	
h4{
	border:1px solid #dbdbdb;
	color:#000;
	font-weight:bold;
	border-radius:3px;
	padding:5px 0 5px 14px;
	position:relative;
	margin-bottom:10px;
	}
h4:before{
	content:"";
	width:0px;
	height:24px;
	border-left:3px solid #1466b0;
	position:absolute;
	top:3px;
	left:3px;
	}
	
aside{
	width:220px;
	float:right;
	padding-top:4px;
	}
aside>div{
	background:#f3f3f3;
	margin-bottom:10px;
	padding:12px;
	}
aside h6{
	background:url(../../img/corporation/right_backtit.png) top repeat-x;
	line-height:23px;
	border:1px solid #d6d6d6;
	border-radius:3px;
	margin-bottom:5px;
	padding-left:10px;
	font-size:12px;
	}
aside>div>div{
	width:31%;
	text-align:center;
	display:inline-block;
	height:70px;
	}
aside>div>div:nth-of-type(3), aside>div>div:nth-of-type(5){
	color:#d6d6d6;
	}
aside>div>div:nth-of-type(3), aside>div>div:nth-of-type(4){
	position:relative;
	top:12px;
	}
aside>div>div p{
	font-size:10px;
	line-height:12px;
	}
aside>div:nth-of-type(2){
	padding:18px;
	text-align:center;
	}
aside>div>p{
	font-size:12px;
	border-bottom:1px solid #c6c6c6;
	}
aside>div>p:nth-of-type(1){
	text-align:left;
	padding-left:20px;
	background:url(../../img/corporation/right_ico7.png) 2px 6px no-repeat;
	font-size:14px;
	line-height:24px;
	}
aside>div>p:nth-of-type(2){
	text-align:left;
	padding:8px 0 5px;
	}
aside>div>p:nth-of-type(3){
	color:#878787;
	}
aside>div>a{
	margin-top:10px;
	display:block;
	}
	
.secom{
	display:block;
	width:75px;
	margin:20px auto;
	}
	
	
table{
	border-spacing:5px;
	margin:20px 0;
	width:100%;
	}
th, td{
	background:#d8e8f8;
	line-height:30px;
	}
tr:first-child th{
	border-radius:10px 0 0 0;
	}
tr:first-child td:last-child{
	border-radius:0 10px 0 0;
	}
tr:last-child th{
	border-radius:0 0 0 10px;
	}
tr:last-child td:last-child{
	border-radius:0 0 10px 0;
	}
th{
	text-align:left;
	font-weight:bold;
	position:relative;
	vertical-align:top;
	width:176px;
	padding:10px 20px 10px 70px;
	}
td{
	text-align:left;
	padding:10px 20px;
	width:359px;
	}
	
th.indi:before{
	content:"必須";
	float:right;
	position:relative;
	top:8px;
	left:-190px;
	font-weight:normal;
	font-size:10px;
	background:#eb6626;
	color:#fff;
	border-radius:3px;
	display:inline-block;
	line-height:10px;
	padding:3px 5px;
	}
	
input:not([type="checkbox"]),textarea{
	width:320px;
	padding:1px;
	}
td input[type="text"]:nth-of-type(2){
	margin:10px 0 0;
	}
	
form{
	text-align:center;
	}
	
.number{
	width:100px !important;
	margin-left:10px;
	}

.button{
	background:url(../../img/base/button3.png) no-repeat;
	width:285px !important;
	height:44px;
	display:block;
	border:none;
	padding-left:50px !important;
	cursor:pointer;
	margin:20px auto;
	}