@charset "utf-8";

#footer {
	margin: 0;
	padding: 10px 0 ;
}

#about .inner,
#rule .inner,
#privacy .inner{
	width: 1200px;
}
#headerFix {
	height: 54px;
	width: 1200px;
}
#headerFix img {
	margin-top: 8px;
	width: 198px;
	height: auto;
}
	
#headerFix + .inner {
	margin: 30px auto 50px ;
	width: 1200px;
}
	
.pagetitle {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px;
}	
	
/* 会社概要表 */
#outline {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

#outline th,
#outline td {
	padding: 20px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	line-height: 1.4em;
	}
	
#outline th{
	width: 200px;
	background-color: #f5f5f5;
}
#headerFix,
#footer {
	width: 100%;
	}
#footer .inner{
	padding: 0;
}

	
/* 利用規約 */
#rule .inner p {
	line-height: 1.8em;
}

#rule .inner p.tar {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: right;
}
	
/* 個人情報保護方針 */
#privacy .inner p {
	line-height: 1.8em;
	}

#privacy .inner p.tar {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* -----------------------------------------------

タブレット向けのレイアウトの指定：646p～768px 

------------------------------------------------*/
@media (min-width:646px) and (max-width:768px) {
	#headerFix,
	#footer {
		width: 768px;
	}
	
	#headerFix + .inner {
		width: 768px;
	}
	
	#about .inner, #rule .inner, #privacy .inner {
			width: 768px;
}

	#footer ul + p {
		width: auto;
	}
}
/* -----------------------------------------------

スマートフォン向けのレイアウトの指定：～645p 

------------------------------------------------*/

@media (max-width:645px) {
	#about .inner,
	#rule .inner,
	#privacy .inner{
		width: 100%;
	}
	#outline th,
	#outline td {
		width: auto;
		display: block;
	
	}
	.inner {
		padding: 0;
	}
	#headerFix + .inner {
		width: 90%;
		padding: 0 5%;
	}
	
	/*#about #headerFix + .inner {
		width: 100%;
		padding: 0 5%;
	}*/
	
	#outline th {
		border-top: none;
		border-bottom: none;
		text-align: center;
	}
	/*#privacy .inner {
		width: 100%;
		}
	*/
	#headerFix,
	#footer {
		width: 100%;
	}
}