@charset "utf-8";

/*--------------------------------------------------------------------
	01 基本設定
	02 リンク設定
	03 フォント設定
	04 clearfix
--------------------------------------------------------------------*/

/* 01 基本設定
--------------------------------------------------------------------*/
html{color:#1b1d21;line-height:1.6;}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*line-height: 1;*/
}
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, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight:normal;
	font-style: normal;
	vertical-align: baseline;
	/*background: transparent;*/
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea,main {
	display: block;
	/*line-height: 1;*/
}
iframe {
	max-width: 100% !important;
}
a, label {
	cursor: pointer;
}
blockquote {
	padding: 0;
	margin: 0;
	display:block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
address, em {
	font-style: normal;
}
hr {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="radio"], input[type="checkbox"], button, select {
	vertical-align: middle;
	border-radius: 0;
	border:none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
legend{color:#000}


/*【フォントサイズ】====================
	Font-size Adjustment
	Base 13px;

	77% = 10px	| 	121% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* 02 リンク設定
--------------------------------------------------------------------*/
a:link{color:#1b1d21; text-decoration:none;}
a:visited{color:#1b1d21; text-decoration:none;}
a:hover{color:#1b1d21; text-decoration:underline;}
a:active{color:#1b1d21;}

/* 03 フォント設定
--------------------------------------------------------------------*/
.fontS {
	font-size: 11px;
	line-height: 1.2;
}
.fontL {font-size: 121%;}

/* 04 clearfix
--------------------------------------------------------------------*/
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* WinIE7 only */
*:first-child+html .clearfix
	{
	height:1%;
	}

/* WinIE6 and below */
/*\*/
* html .clearfix
	{
	height:1%;
	}
/**/

/* MacIE only */
/*\*//*/
.clearfix
	{
	display:inline-table;
	}
/**/

/* SP専用のためPC無効 */

br.sponly {
	display: none;
}

ul:after, ol:after, dl:after, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
button {
	vertical-align: middle;
	border-radius: 0;
	border:none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
button {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit
}
