@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common
//////////////////////////////////////////////////////////////*/

/*=======================================================
	shared
=======================================================*/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

li {
	list-style: none;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/*-------------------------------------------------------
	link Color
-------------------------------------------------------*/
a {
	outline: none;
	transition-property: color;
	transition-duration: 0.5s;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #44AC5C;
}

a:active {
	color: #44AC5C;
}

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

.clearfix {
	display: inline-block
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*-------------------------------------------------------
	color
-------------------------------------------------------*/
.red {
	color: #E50012;
}

.blue {
	color: #0022FF;
}

.orange {
	color: #FF6600;
}

.yellow {
	color: #996600;
}

.green {
	color: #55B859;
}

.gray {
	color: #999;
}

.pink {
	color: #FF3844;
}

/*-------------------------------------------------------
	font weight
-------------------------------------------------------*/
.b {
	font-weight: bold;
	font-family: "Shuei KakuGo Kin B";
}

.normal {
	font-weight: normal;
}

/*-------------------------------------------------------
	margin
-------------------------------------------------------*/
/* top */
.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

/* bottom */
.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

/* left */
.ml0 {
	margin-left: 0px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

/* right */
.mr0 {
	margin-right: 0px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

/*-------------------------------------------------------
	padding
-------------------------------------------------------*/


/*-------------------------------------------------------
	align
-------------------------------------------------------*/
.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.top {
	vertical-align: top;
}

/*-------------------------------------------------------
	float
-------------------------------------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/*-------------------------------------------------------
	display
-------------------------------------------------------*/
.inline_block {
	display: inline-block;
}

/*
=========================================================
	table
=========================================================
*/
table {
	/* border-collapse: collapse; */
	border-spacing: 0 10px;
}

/*
=========================================================
	indent
=========================================================
*/
.note {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

/*
=========================================================
	anchor_
=========================================================
*/
#anchor_top {
	display: block;
	text-indent: -9999px;
	over-flow: hidden;
	height: 0;
}