@charset "utf-8";

/*

  デモサイト - 共通スタイルシート

  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/

*/

/* /////////////////////////////////////////////////////////////

	ベーススタイル

///////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------
	0. リセット & 追加要素の設定
------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, form, fieldset, legend, table, th, td, caption, a, article, aside, nav, section, hgroup, figure, figcaption, footer, header, audio, canvas, video, menu, details {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
fieldset, legend, img { border: 0; }
article, aside, nav, section, hgroup, figure, figcaption, footer, header, menu, details { display: block; }
video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ----------------------------------------------------------
	1. ベース
------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #666;
	font: 87.5%/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

/* ----------------------------------------------------------
	2. ブロック要素
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
ul { list-style: none; }
ol { list-style: decimal inside; }
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
pre {
	font-family: monospace, serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* ----------------------------------------------------------
	3. インライン要素
------------------------------------------------------------- */
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
img { vertical-align: middle; }

/* ----------------------------------------------------------
	4. テキスト
------------------------------------------------------------- */
address, cite, em, dfn, i, var { font-style: normal; }
strong, b { font-weight: bold; }
code, samp, kbd { font-family: monospace, sans-serif; }
abbr {
	border: 0;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
mark {
	background-color: #ff0;
	color: #333;
	font-style: italic;
	font-weight: bold;
}
br { *letter-spacing: 0; }

/* ----------------------------------------------------------
	5. テーブル
------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* ----------------------------------------------------------
	6. フォーム部品
------------------------------------------------------------- */
input, textarea, select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
}
input, button {
	line-height: normal;
	vertical-align: middle;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
select {
	background-color: inherit;
	line-height: normal;
}
label { cursor: pointer; }
legend {
	color: #333;
	*margin-left: -7px;
}

/* ----------------------------------------------------------
	7. 汎用セレクタ
------------------------------------------------------------- */
.m0 { margin: 0 !important;}
.p0 { padding: 0 !important;}
.b0 { border: 0 !important;}
.fl {
	float: left !important;
	width: auto;
}
.fr {
	float: right !important;
	width: auto;
}
.clear { clear: both; }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.container {
	width: 940px;
	margin: 0 auto;
}

/* /////////////////////////////////////////////////////////////

	レイアウト用スタイル

///////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------
	ヘッダー
------------------------------------------------------------- */
.header {
	padding: 10px 0;
	background: #494949;
}
.logo {
	float: left;
	width: auto;
}

/*	グローバルナビ
------------------------------------------------------------- */
.gnav {
	float: right;
	width: auto;
}
.gnav li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
}
.gnav a {
	display: block;
	padding: 10px 0 20px;
}
.dropdown {
	z-index: 999;
	display: none;
	position: absolute;
	left: 10px;
	width: 120px;
	background: rgba(255,255,255,.9);
}
.dropdown li {
	float: none;
	width: auto;
	font-size: 85.7%;
	text-align: left;
}
.dropdown a { padding: 10px; }

/* ----------------------------------------------------------
	コンテンツ
------------------------------------------------------------- */
.content { margin: 40px auto; }

/*	メインカラム
------------------------------------------------------------- */
.main {
	float: left;
	width: 700px;
}

/*	サイドカラム
------------------------------------------------------------- */
.side {
	float: right;
	width: 220px;
}

/* ----------------------------------------------------------
	フッター
------------------------------------------------------------- */
.pagetop {
	margin: 40px auto 20px;
	text-align: right;
}
.footer {
	padding: 20px 0;
	background: #494949;
	font-size: 85.7%;
}
.footer-nav li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}