@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
/*------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* !Reseting
/*------------------------------------------------------- */
html {
	font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%; /* 10px; */
}
body {
	font-size: 1.6rem; /* 16px; */
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color: #222;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
figure {
	margin: 0;
}
img {
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input { /* outline: none; */
}
abbr, acronym {
	border: 0;
}
sup {
	font-size: 69%; 
	vertical-align: top;
}
sub {
	font-size: 69%;
	vertical-align: baseline;
}
::selection {
	background: #e4e4e1;
}
::-moz-selection {
 background:#e4e4e1;
}


/* !Reset Module
/*------------------------------------------------------- */
.reset div, .reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset pre, .reset form, .reset fieldset, .reset p, .reset blockquote, .reset th, .reset td {
	margin: 0;
	padding: 0;
}
.reset input, .reset textarea {
	margin: 0;
	font-size: 100%;
}
.reset table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
.reset fieldset, .reset img, .reset abbr, .reset acronym {
	border: 0;
}
.reset address, .reset caption, .reset cite, .reset code, .reset dfn, .reset em, .reset th, .reset var {
	font-style: normal;
	font-weight: normal;
}
.reset ol, .reset ul {
	list-style: none;
}
.reset caption, .reset th {
	text-align: left;
}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6 {
	font-size: 100%;
	font-weight: normal;
}
.reset a, .reset input { 
	outline: none;
}
.reset q:after, .reset q:before {
	content: '';
}

/* !Clearfix
/*------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}

/* !font
/*------------------------------------------------------- */

@font-face {
	font-family:"SIGMA_Bold";
	font-style:normal;
	font-weight:bold;
	src:url("./fonts/sigma_bold.eot");
	src:url("./fonts/sigma_bold.eot?#iefix") format("embedded-opentype"),
	    url("./fonts/sigma_bold.woff") format("woff"),
	    url("./fonts/sigma_bold.ttf") format("truetype");
}
@font-face {
	font-family:"SIGMA_Medium";
	font-style:normal;
	font-weight:bold;
	src:url("./fonts/sigma_medium.eot");
	src:url("./fonts/sigma_medium.eot?#iefix") format("embedded-opentype"),
	    url("./fonts/sigma_medium.woff") format("woff"),
	    url("./fonts/sigma_medium.ttf") format("truetype");
}