﻿@charset "utf-8";
/*------------------------------------------------------------
デフォルトスタイル 
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	/*
	font-family: "ヒラギノ角ゴ ProN W6",sans-serif;
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuPro-W6";
	*/
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
    color: #333333;
    font-weight: normal;
	font-size: 99%;
}

body {
    line-height:1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

h1, h2, h3, h4, h5, h6 { color: #004129; }

p { text-indent: 1em; }

ol, ul {
	list-style: none;
}

dt { clear: both; }
dt, dd { float: left; }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline: 0;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
sup { font-size: 70%; }

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

img { vertical-align:bottom }

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	color: #0000FF;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(255,255,555,0.5); /*白背景・不透明度50％*/
}
a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; color: #FF0000; }
a:active 	{ text-decoration: none; }

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* 図表 */
figure { }
figcaption { }

/* 日付・時刻 */
time { }

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html { width: 100%; }
body {
	line-height: 1.5;
}
/*------------------------------------------------------------
	縦・横でスタイルを切り替える
------------------------------------------------------------*/
body.portrait { }

body.landscape { }

/*------------------------------------------------------------
	iPhone・Androidでスタイルを切り替える
------------------------------------------------------------*/
body.iphone { }

body.android { }

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#header {
    background-repeat: no-repeat;
}

/*------------------------------------------------------------
  ナビ
------------------------------------------------------------*/
nav ul {
    list-style:none;
}

/*------------------------------------------------------------
  見出し
------------------------------------------------------------*/
hgroup { }

/*------------------------------------------------------------
  セクション
------------------------------------------------------------*/
section {
    margin-bottom: 1em;
}

/*------------------------------------------------------------
  記事
------------------------------------------------------------*/
article { }

/*------------------------------------------------------------
  aside要素
------------------------------------------------------------*/
aside { margin-top: 10px; }
aside p:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------
  連絡先
------------------------------------------------------------*/
address { font-style: normal; }

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#footer {
}

/*------------------------------------------------------------
  clearfix
------------------------------------------------------------*/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   heig
   ht:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */
