@charset "utf-8";
/* CSS Document */

.notebook_sheet{
	width: inherit;
	font-family:メイリオ;
	background-color:#f3f3f3;
	float:left;
	border:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:0 0 0 -20px;
	padding:0 20px 20px 20px;
}

.notebook_sheet p{
	width:inherit;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	border-bottom:#CCC 1px solid;
	clear:both;
}

/* for company_info */
.table_field.comp-info_table{
	width:435px;
	padding:0 0 0 0;
	margin:0 0 0 30px;
	border:1px #000 solid;
	float:left;
}

.comp-info_table .table_row{
	width:inherit;
	height:30px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:1px #000 solid;
}

.comp-info_table .table_left{
	width:100px;
	height:inherit;
	float:left;
	border-right:2px #000 solid;
}

.comp-info_table .table_right{
	float:left;
	padding:0 0 0 10px;
}

.comp-info_table .table_row p{
	border:none;
	padding:7px 0 0 0;
	margin:0 0 0 0;
	font-size:14px;
}

.comp-info_table .table_left p{
	text-align:center;
}

.inner_side_box{
	float:left;
	width:170px;
	height:400px;
}

.company_image{
	padding:10px 0 0 10px;
	width:160px;
	height:180px;
}

p.choosable{
	font-size:16px;
	font-weight:bold;
	color:#039;
	border:0;
}

.company-h{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.choose_button{
	float:left;	
	padding:7px 35px 7px 35px;
	margin:0 0 10px 40px;
	border:1px #ccc solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:2px #FFF double;
	background:#EEE;
}

.choose_button.current,.choose_button:hover{
	font-weight:bold;
	border:2px #999 double;
	background:#DDD;
}

@-moz-keyframes choosing_anime {
0% {opacity:0; width:0;}
100% {opacity:1.0; width:auto;}
}

@-webkit-keyframes choosing_anime {
0% {opacity:0; width:0;}
100% {opacity:1.0; width:auto;}
}

@-o-keyframes choosing_anime {
0% {opacity:0; width:0;}
100% {opacity:1.0; width:auto;}
}

@-ms-keyframes choosing_anime {
0% {opacity:0; width:0;}
100% {opacity:1.0; width:auto;}
}

.com_sub{
	font-weight:bold;
	color:#06F;	
}

.com_sub p{
	font-size:15px;	
}

.com_contents{
	padding:0 0 0 10px;	
}

.com_contents p{
	font-size:11px;	
}