@charset "utf-8";
.link
	{
		font-size:20px;
		color:#5C5C5C;
		text-decoration:none;	
	}
	
.link_02
	{
		font-size:20px;
		color:#ffffff;
		text-decoration:none;	
	}
	

.link:hover
	{
		font-size:20px;
		color:#ffbca9;		
	}
	
.link_02:hover
	{
		font-size:20px;
		color:#ffbca9;		
	}
	
.link_01
	{
		font-size:17px;
		color:#000000;
		text-decoration:none;		
	}
	

.link_01:hover
	{
		font-size:17px;
		color:#ffbca9;		
	}
		
.self-page
	{
		color:#000000;
		font-size:20px;
	}

.imm-small
	{
		border-radius: 10px;		
		box-shadow: 0px 0px 10px white; 
		margin-top:10px;
		transition: width 1s , height 1s ;
		-moz-transition: width 1s, height 1s;
		-webkit-transition: width 1s, height 1s;
		-o-transition: width 1s, height 1s;
		animation:myfirst 0.5s infinite;
		-moz-animation:myfirst 0.5s infinite;
		-webkit-animation:myfirst 0.5s infinite;
	}
.imm-larg
	{
		border-radius:10px;
		box-shadow:0px 0px 10px white;
		margin:5px;
		transition: width 1s , height 1s ;
		-moz-transition: width 1s, height 1s;
		-webkit-transition: width 1s, height 1s;
		-o-transition: width 1s, height 1s;
		animation:myfirst 0.5s infinite;
		-moz-animation:myfirst 0.5s infinite;
		-webkit-animation:myfirst 0.5s infinite;
	}
.imm-pro
	{
		margin-top:10px;
		transition: width 1s , height 1s ;
		-moz-transition: width 1s, height 1s;
		-webkit-transition: width 1s, height 1s;
		-o-transition: width 1s, height 1s;;
		box-shadow: 0px 0px 10px white;
		border-radius: 10px; 
		animation:myfirst 0.5s infinite;
		-moz-animation:myfirst 0.5s infinite;
		-webkit-animation:myfirst 0.5s infinite;
		cursor:pointer;
	}

.imm-neshaneh
	{
		margin-top:10px;
		transition: width 1s , height 1s ;
		-moz-transition: width 1s, height 1s;
		-webkit-transition: width 1s, height 1s;
		-o-transition: width 1s, height 1s;
		box-shadow: 0px 0px 10px white;
		border-radius: 0px; 
		animation:myfirst 0.5s infinite;
		-moz-animation:myfirst 0.5s infinite;
		-webkit-animation:myfirst 0.5s infinite;
	}

.header
		{
			width:auto;
		}
.bg
	{
		background-color:#a6a6a6;
	}

.bottom-menu
	{
		margin-top:-165px;
		margin-left:475px;
		position:fixed;
		z-index:1;
	}
	
.resume_01
	{
		color:#ffffff;
	}
	
.resume_02
	{
		color:#5c5c5c;
	}