@charset "UTF-8"; 
	 
@import "../common/css/screen.css"; 

  
/**
 * ========================================
 * TOP PAGE CSS 
 * ========================================
 *
 * INDEX
 * ----------------------------------------
 *
 *
 *
 *
 */
 
/**
 * ========================================
 * INDEX 
 * ========================================
 */
	 
.content .index 
{
	padding-top: 1em;
	border-top: 1px dashed #666;
}
  
/**
 * ========================================
 * SERVICE 
 * ========================================
 */
	 
.content .services 
{
}
	
.content .services .service 
{
	margin-bottom: 15px;
}
 
.content .services .description 
{
	float: right;
	width: 360px;
}
	
.content .services .description h2 
{
	border-bottom: 2px solid #666;
	line-height: 1.3;
}
  
.content .services .image 
{
	float: left;
	width: 176px;

}
	
.content .services .image img 
{
	border: 2px solid #A5A373;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * FLOW 
 * ========================================
 */
	
.content .flow 
{
}
	 
.content .flow ol 
{
	margin-left: 0;
}
	 
.content .flow li 
{
	list-style: none;
}

	 
.content .flow li p 
{
	padding: 10px;
	font-size: 108%;
	background-color: #f9f9f9;
	border: 3px solid #CCC;
}

	 
.content .flow li p a 
{
	font-weight: bold;
}
   
.content .flow li + li 
{
	padding-top: 40px;
	margin-top: 12px;
	background-image: url(../common/images/ico_arrow_down.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * PHOTO LIST 
 * ========================================
 */
	
.content .photoList 
{
	margin-right: -23px;
	margin-left: 0;
}
	 
.content .photoList li 
{
	float: left;
	padding-right: 23px;
	margin-bottom: 23px;
	list-style: none;
}
	 
.content .photoList li img 
{
	border: 1px solid #A5A373;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * PORTFOLIO 
 * ========================================
 */
	 
div.portfolio 
{
	padding-top: 20px;
	border-top: 1px dashed #a5a373;
}
	 
div.portfolio .site 
{
	margin-bottom: 20px;
}

div.portfolio .site .text h2 
{
	margin-bottom: 0;
	color: #4f6d76;
	line-height: 1;
}
div.portfolio .site .text 
{
	float: right;
	width: 350px;
}
 
div.portfolio .site .text .url 
{
	color: #ff6a98;
	font-weight: bold;
	border-bottom: 2px solid #666;
}
 
div.portfolio .site .text .tags 
{
	color: #a5a373;
	font-weight: bold;
	font-size: 85%;
}
  
div.portfolio .site .image 
{
	float: left;
	width: 195px;
}
	 
div.portfolio .site .image img 
{
	border: 4px solid #a5a373;
}
    
.content ul.portfolio 
{
	margin-right: -21px;
	margin-left: 0;
}
	 
.content ul.portfolio li 
{
	float: left;
	list-style: none;
}
	 
.content ul.portfolio li img 
{
	display: block;
	margin-right: 21px;
	margin-bottom: 21px;
	border: 2px solid #a5a373;
}

div.portfolio .siteContents	{
	background: #EEE url(../portfolio/images/site_bottom.gif) no-repeat bottom;
}
div.portfolio .siteTop	{
	border: 3px solid #A5A373;
	background: url(../portfolio/images/site_top.gif) no-repeat;
	padding: 15px 15px 15px 20px;
} 
div.portfolio .siteTop .text 	{
	width: 335px;
}
div.portfolio .siteTop .images	{
	width: 140px;
	border: 4px solid #a5a373;
	margin:0; padding:0;
}
div.portfolio .site .text .tags 	{
	margin:0; padding:0;
}
div.portfolio .web	{
	margin: -60px 0 10px 160px;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * PRIVACY POLICY 
 * ========================================
 */
	
#page-policy 
{
}
	 
#page-policy h2, 
#page-rule h2
{
	color: #666;
}
  
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * CHARGE LIST 
 * ========================================
 */
	
table.price 
{
	margin-bottom: 30px;
	width: 530px;
	border-collapse: collaspe;
}
	 
table.price th, 
table.price td
{
	border: 1px solid #CCC;
}
 
table.price thead 
{
}
	 
table.price thead th 
{
	padding: 5px 10px;
	color: #FFF;
	background-color: #000;
}
  
table.price tbody 
{
}
	 
table.price tbody th, 
table.price tbody td
{
	padding: 5px 10px;
	font-size: 116%;
}
 
table.price tbody th 
{
	background-color: #f9f9f9;
}
 
table.price tbody td 
{
	width: 100px;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * INQUIRY 
 * ========================================
 */
	
#price 
{
}

	 
#price .section 
{
	margin-bottom: 60px;
}
 
#price h3 
{
	padding: 5px 10px;
	color: #666;
	font-weight: bold;
	border-left: 4px solid #CCC;
	background-color: #e8e8e8;
}

 
.content #calc 
{
}
	 
.content #calc table 
{
	margin-bottom: 0;
}
	 
.content #calc table td 
{
	font-size: 108%;
}
  
#inputForm td 
{
	line-height: 1.5;
}
	 
#inputForm td label 
{
	display: block;
}
	
#inputForm td label input 
{
	margin-right: .5em;
	vertical-align: middle;
}
  
#inputForm td span label 
{
	display: inline;
	margin-right: 1em;
	color: #333;
}
  
#inputForm th 
{
}
	 
#inputForm th em 
{
	color: #ff6a98;
}
   
#price .total 
{
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 15px;
	border: 2px solid #CCC;
}
	 
#price .total p 
{
	margin-bottom: 0;
	font-size: 131%;
}
 
#price .total input 
{
	padding: .2em;
	margin: 0 .5em;
	border: 1px solid #666;
	width: 100px;
	text-align: right;
}
 
#price .total .priceTotal 
{
	color: #ff6a98;
	font-weight: bold;
}
  
#price .note 
{
	font-size: 85%;
}
  
#recruit 
{
}
	 
#recruit table .input 
{
	width: 300px;
}
	 
#recruit table #zip1, 
#recruit table #zip2
{
	width: 75px;
}
 
#recruit table #site1, 
#recruit table #site2
{
	margin-bottom: 10px;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
/**
 * ========================================
 * ERROR 
 * ========================================
 */
	
.error 
{
	color: #ff6a98;
	font-weight: bold;
}
 
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * POPUP 
 * ========================================
 */
	
body.popup 
{
	background: #FFF;
}
	 
body.popup .container 
{
	margin: 10px auto;
	width: 640px;
}
 
body.popup #map 
{
	margin-bottom: 10px;
}
 
body.popup .content 
{
	margin: 0;
}
 
body.popup .address 
{
	margin-bottom: 20px;
	background-image: url(../common/images/line_gray.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
	 
body.popup .address p 
{
	margin-bottom: 0;
	width: 268px;
}
 
body.popup .address .about 
{
	float: left;
}
 
body.popup .address .access 
{
	float: right;
}
  
body.popup .button 
{
	margin-bottom: 0;
}
	 
body.popup .button a 
{
	display: block;
}
	 
body.popup .button a.print 
{
	float: left;
}
 
body.popup .button a.close 
{
	float: right;
}
    
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * SITE MAP 
 * ========================================
 */
	 
.sitemap 
{
	width: 548px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse: collapse;
}
	 
.sitemap th, 
.sitemap td
{
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
 
.sitemap thead 
{
}
	 
.sitemap thead th 
{
	color: #FFF;
	background-color: #000;
}
  
.sitemap tbody 
{
}
	 
.sitemap tbody th 
{
	width: 200px;
	font-size: 83%;
	font-weight: bold;
	background-color: #f6f6f6;
}
 
.sitemap tbody .head th 
{
	font-size: 116%;
	background-color: #EAEAEA;
}
 
.sitemap tbody td 
{
	font-size: 83%;
	background-color: #F9F9F9;
}
 
.sitemap tbody .head td 
{
	font-size: 83%;
	background-color: #EAEAEA;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * nbN 
 * ========================================
 */
	 
/**=
 * clearfix 
 * ====================================
 */
	 
.content:after, 
div#geoTrust:after,
.services .service:after,
.content .photoList:after,
div.portfolio .site:after,
ul.portfolio:after,
body.popup .address:after,
body.popup .button:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.content, 
div#geoTrust,
.services .service,
.content .photoList,
div.portfolio .site,
ul.portfolio,
body.popup .address,
body.popup .button
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.content, 
div#geoTrust,
.services .service,
.content .photoList,
div.portfolio .site,
ul.portfolio,
body.popup .address,
body.popup .button
{
	display:block;
}
/* End hide from IE Mac */
  	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   

