@charset "utf-8";
/* ===================================================================

default.css
    var: 0
    最終更新日: 2015.10.22

=================================================================== */

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,  main, summary {
	display : block;
}

/*------------------------------------------------------------
    html, body
------------------------------------------------------------*/
body {
    color: #333;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    overflow-x: hidden;
}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.cfix:after {
	height: 0; 
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	inline elements
------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
embed, object {
	outline: none;
}
object {
	vertical-align: middle;
	outline: none;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}

/*------------------------------------------------------------
	block elements
------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}

/*------------------------------------------------------------
	table elements
------------------------------------------------------------*/
table {
    border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------
	iOS
------------------------------------------------------------*/
body {
    -webkit-text-size-adjust: 100%;
}
input, button, select, textarea {
    -webkit-border-radius: 0;
/*    -webkit-appearance: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em; }
.fsP2 { font-size: 1.16em; }
.fsP3 { font-size: 1.24em; }
.fsP4 { font-size: 1.32em; }
.fsP5 { font-size: 1.4em; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em; }
.fsM2 { font-size: 0.84em; }
.fsM3 { font-size: 0.76em; }
.fsM4 { font-size: 0.68em; }
.fsM5 { font-size: 0.6em; }

/* テキストの位置 */
.textl { text-align: left; }
.textC { text-align: center; }
.textR { text-align: right; }

/*------------------------------------------------------------
	margin-bottom
------------------------------------------------------------*/
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
