@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Telex);



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	見出し
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* コンテンツトップ画 */
h2 {
	margin-bottom: 20px;
	border: solid 15px #000;
}

h3 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 5px;
	padding-left: 25px;
	background: url(../images/base/h3.png) no-repeat left;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	facebook用ボタン
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.button_link {
	padding: 2px 10px 2px 25px;
	background: #fa024e url(../images/img/icon_arrow.gif) no-repeat left center;
	border-radius: 3px;
	position: relative;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンセプト
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.border_box {
	margin-left: 20px;
	margin-right: 20px;
	padding: 15px 20px;
	background: #222;
	border: solid 1px #000;
	border-radius: 10px;
	position: relative;
}

.border_box li {
	list-style-image: url(../images/img/icon_cross.gif);

}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	サービス内容
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.tb_service {
	width: 100%;
	border-collapse: collapse;
}

.tb_service th,
.tb_service td {
	padding: 7px 15px;
	border: solid 2px #060606;
}

.tb_service th {
	width: 140px;
	background: #400819;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ギャラリー
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.inBox:after {
	content: " ";
	clear: both;
	width: 1000px;
	height: 0;
	display: block;
	visibility: hidden;
}

.inPhoto {
	width: 210px;
	float: left;
	margin-bottom:10px;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	会社概要
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.tb_company {
	width: 100%;
	border-collapse: collapse;
}

.tb_company th,
.tb_company td {
	padding: 7px 15px;
	border: solid 2px #060606;
}

.tb_company th {
	width: 130px;
	background: #400819;
}



/* end */
