@charset "UTF-8";
/*
Theme Name: FindxFine
Theme URI: http://www.findxfine.com
Description: FindxFineのテーマ。
Version: 1.0
Author: HIROSHI SAWAI by CreationLabs
Author URI: http://www.creationlabs.net
Tags: シンプル
*/


/* -------------------------------------------------------------------
要素スタイル
------------------------------------------------------------------- */
html {
	background: url(images/common/background.png);
	/*background: #E8E6E7;*/
	
}
body {
	color: #333;
	background: transparent;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	color: #333333;
	outline: none;
}
a img {
	border: none;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ins {
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------------------------
ラッパー
------------------------------------------------------------------- */
div#wrapper {
	/*background: #E8E6E7;*/
}
div#wrapper div#sns {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
}


/* -------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------- */
div#header {
	height: 80px;
	padding: 15px 0;
}

div#header h1 {
	float: left;
	width: 165px;
	line-height: 80px;
	padding: 0 15px;
	font-size: 167%;
	letter-spacing: 0.15em;
}
div#header p {
	font-size: 85%;
	line-height: 80px;
}
/* -------------------------------------------------------------------
ナビ
------------------------------------------------------------------- */
div#nav {
	padding: 0 0 0 20px;
	height: 40px;
	/*background: #575656;*/
	background: #333;
}
#nav ul li {
	float: left;
	width: 80px;
	border-right: 1px solid #E8E6E7;
	line-height: 40px;
	text-align: center;
}
#nav ul li.mostLeft {
	border-left: 1px solid #E8E8E8;
}
#nav ul li a {
	display: block;
	color: #EEE;
}
#nav ul li a:hover {
	color: #EEE;
	background: #999;
}


/* -------------------------------------------------------------------
パンくずリスト
------------------------------------------------------------------- */
div#topicPath {
	padding: 0 0 0 20px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #575656;	
}


/* -------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------- */
div#content {
	clear: both;
	padding: 5px 10px 20px 10px;
	line-height: 1.5em;
}
#content h2,#content h3, #content h4, #content h5 {
	margin-bottom: 1.5em;
}
#content h2.list {
	margin-bottom: 0.3em;
}


/* -------------------------------------------------------------------
フッタ
------------------------------------------------------------------- */
div#footer {
	clear: both;
	padding: 20px;
	background: #333;
}
#footer h3 {
	padding-left: 10px;
	margin-top: 2em;
	margin-bottom: 1.5em;
	border-left: 3px solid #EFEFEF;
	color: EFEFEF
}
#footer a {
	color: #FFF;
	font-weight: bold;
}
#footer p {
	clear: both;
	position: relative;
	margin-bottom: 1.5em;
	color: #EFEFEF;
	margin-right: 20px;
}
/* カテゴリ */
div#categoryList {
	margin-bottom: 1.5em;
	color: #FFF;
}
#footer ul {
	max-width: 400px;
	min-width: 200px;
}
#footer ul.children {
	display: none;
	margin-left: 0.75em;
}
#footer ul li {
	float: left;
	width: 200px;
	border-bottom: 1px solid #666;
}
#footer ul li li {
	border-bottom: none;
}
#footer ul li span {
	color: #FFF;
	cursor: pointer;
}


/* -------------------------------------------------------------------
汎用クラス
------------------------------------------------------------------- */
.textLarge {
	font-size: 123.1%; /* 16px */
}
.textXSmall {
	font-size: 77%; /* 10px */
}
.textSmall {
	font-size: 85%; /* 11px */
}
.textNormal {
	font-weight: normal;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.layoutLeft {
	float: left;
}
.layoutLeftImg {
	float: left;
	margin: 0 9px 5px 0;
}
.layoutRight {
	float: right;
}
.layoutClear {
	clear: both;
}


/* -------------------------------------------------------------------
Clearfix
------------------------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from -mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from -mac */