/*共通*/

/*profile.php*/
	.profile_php #profile_photo{
		float:left !important;
		width:210px;
		margin-left:1em !important;
	}
	.profile_php #profile_photo img{
		border:#f0f0f0 3px solid;
	}
	.profile_php #profile_index{
		width:470px;
		float:left !important;
		margin-left:15px !important;
		clear:none !important;
	}
	.profile_php #profile_list{
		width:480px;
		float:left;
		margin-left:2em !important;
		margin-right:0px !important;
		margin-bottom:60px;
	}
		.profile_php #profile_list h3{
			float:left;			
			font-size:15px;
			width: 10.5em;
			margin:0;
			padding:0;
			font-weight:bold;		
		}
		.profile_php #profile_list ul{
			margin:0 0 20px 0;
			padding:0;			
			float:left;
			list-style:none;		
		}
			.profile_php #profile_list ul li{
				font-size:15px;
				margin: 0 0 10px 0;
				list-style:disc;
			}
	
	.profile_php .signature img{
		vertical-align:-13px;
	}
	.profile_php .period{
		width:9em;
		display:inline-block;
	}

	.profile_php .eyecatch_image{
		float:left !important;
		margin-left:1em !important;
	}
	.profile_php .eyecatch_image img{
		border:#f0f0f0 3px solid;
		
		/*css3.0*/		
		-webkit-box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
	}
	.profile_php p.interview{
		margin-bottom:10px !important;
	}
	.profile_php p.interview  a.button{
		display:block;
		font-size:22px !important;
		line-height:100%;
		text-align:center;
	}







