@charset "utf-8";

/*
Theme Name: UR
Author: dynamite brothers syndicate
Description: urban research
*/

/*
============================================================
base.css
------------------------------------------------------------

■ デフォルトリセット
■ フォント
■ ヘッダー
■ コンテンツ
■ フッター

作成日：
作成者：kikuchi
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

============================================================
*/

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: fixed;
	text-decoration: none;
	vertical-align: baseline; }




/* ---------------------------------------------------------
■ フォント
--------------------------------------------------------- */
body { font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }




/* ---------------------------------------------------------
■ 全体
--------------------------------------------------------- */
.clearFix:after{
	content: ".";
	display: block; 
	clear: both; 
	height: 0; 
	font-size:0;	
	visibility:hidden; }

.outside {
	padding: 0 13px 0 0;
	background: url(img/common/bg_outside.png) no-repeat right center; }

.outside2 {
	padding: 0 13px 0 0;
	background: url(img/common/bg_outside2.png) no-repeat right center; }




/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
#header {
	position: fixed;
	overflow: hidden;
	width: 100%;
	min-width: 1100px;
	padding: 15px 0;
	z-index: 100;
	zoom: 1;
	background-color: #ffffff; }

/* ロゴ */
#header h1 {
	float: left;
	width: 81px;
	padding: 0 25px; }

/* ナビ */
#gnav {
	float: left;
	width: 785px; }

#gnav ul {
	padding: 14px 0 0;
	text-align: left; }

#gnav li {
	display: inline-block; /display: inline; /zoom: 1;
	margin-right: 21px; }

#gnav li a {
	color: #661017;
	font-size: 88%;
	line-height: 17px;
	font-weight: bold;
	font-family: 'Maven Pro', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none!important; }

#gnav li a:hover {
	border-bottom: 1px solid #661017; }

#gnav5 a {
	padding: 0 13px 0 0;
	background: url(img/common/bg_outside.png) no-repeat right center; }

.gnavAnc { cursor: pointer; }

.mr0 {
	margin-right: 0!important; }


/* ソーシャル */
#sns {
	overflow: hidden;
	float: right;
	width: 158px;
	padding: 10px 25px 0 0; }

#sns a {
	margin-right: 10px; }




/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
#contents {
	padding-top: 70px; }




/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#footer {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 30px 25px 10px;
	text-align: left;
	border-top: 1px solid #661017;
	zoom: 1; }

#footer a {
	text-decoration: none; }

.flist {
	float: left; }

.fl1 {
	width: 170px;
	margin-right: 15px; }

.fl2 {
	width: 255px;
	margin-right: 15px; }

.fl3 {
	width: 310px;
	margin-right: 15px; }

.fl4 {
	width: 170px; }

#footer p {
	color: #661017;
	font-size: 63%;
	font-weight: bold;
	line-height: 18px; }

#footer ul li a {
	color: #661017;
	font-size: 63%;
	line-height: 18px; }

.fl4 ul li a {
	font-weight: bold; }

.frBottom {
	margin-top: 20px; }

.fBnr {
	position: absolute;
	bottom: 37px;
	left: 207px; }

.fBnr a {
	margin-right: 23px; }

#footer p.copyright {
	clear: both;
	padding: 30px 0 0;
	color: #a9a9aa;
	font-size: 63%;
	font-weight: normal;
	line-height: 18px;
	text-align: right; }

