@charset "utf-8";
/* CSS Document */

/*--------------------------------------
  Default Style Sheet
  - Universal selector& fonts
  - Text Size Set
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Table Module
  - Image Module
---------------------------------------*/

/*--------------------------------------
  Universal selector & fonts
---------------------------------------*/

*{
	margin: 0;
	padding: 0;
}



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 75%;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

html>/**/body {
    font-size: 12px;
}

table {font-size:inherit;font-size:100%;}
select, input, textarea {font-size:99%; font-family: font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.4em;}

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	color: #000;
	text-align: center;
}
div{
	text-align: left;
}


/*--------------------------------------
  Text Module
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 100%;
	padding-bottom: 5px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
	padding-bottom: 5px;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

p{
	padding-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	overflow: hidden;
}

a:link {
	color: #0150BC;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0150BC;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #f00;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #f00;
	font-weight: normal;
	text-decoration: none;
}

a.str {
	overflow: hidden;
	font-weight: bold;
}

a:link.str {
	color: #0150BC;
	font-weight: bold;
	text-decoration: none;
}

a:visited.str {
	color: #0150BC;
	font-weight: bold;
	text-decoration: none;
}

a:active.str {
	color: #0150BC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.str {
	color: #0150BC;
	font-weight: bold;
	text-decoration: underline;
}

/*--------------------------------------
  List Module
---------------------------------------*/

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
}

ol {
	margin-left: 20px;
	_margin-left: 25px;
}

/*--------------------------------------
  Table Module
---------------------------------------*/

th{
	text-align: left;
}


/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}

/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
/*/////////////////////////////////////////////////////////
file name: default.css
description: 基本セッティング
///////////////////////////////////////////////////////// */

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;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	/*safari環境での縦横時の文字拡大禁止*/
	-webkit-text-size-adjust: none;
}

body {
	line-height: 1.4;
	/*iPhone用フォント指定（defaultだと文字が明朝→ゴシックに変換）*/
	font-family:Helvetica, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 87.5%;
	color: #000;
}

html>/**/body {
    font-size: 14px;
}

/*	リンク
--------------------------------------*/

a,a:visited {
	color: #026fca;
	text-decoration: none;}
a:hover,a:active {
	color: #026fca;
	text-decoration: none;}


/*	テーブル設定
--------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	p 行間
--------------------------------------*/
p {
	line-height: 1.0;
	padding-bottom: 10px;
}


/*===========================================================
＊ フロート解除
===========================================================*/


/*	クリアフィックス - CLEAR FIX -
--------------------------------------*/
.clearfix:before,
.clearfix:after { content:""; display:table;} 
.clearfix:after { clear:both;}
.clearfix { zoom:1;}


/* overflo クリア
--------------------------------------*/
.c-fix{
	overflow:hidden;
	_zoom:1;}


/*------------------------------------------ End */
}