@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 初期化                                       *
 *                                              *
 * ────────────────────── */

* {
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address {
	font-style: normal;
}

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

ul,ol {
	list-style-type: none;
}

dl dt img,
dl dd img,
ul li img,
ol li img {
	vertical-align: top;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
}

/* ────────────────────── *
 *                                              *
 * マージン設定                                 *
 *                                              *
 * ────────────────────── */

.mb0px {
	margin-bottom: 0px !important;
}
.mb5px {
	margin-bottom: 5px !important;
}
.mb10px {
	margin-bottom: 10px !important;
}
.mb15px {
	margin-bottom: 15px !important;
}
.mb20px {
	margin-bottom: 20px !important;
}
.mb25px {
	margin-bottom: 25px !important;
}
.mb30px {
	margin-bottom: 30px !important;
}
.mb35px {
	margin-bottom: 35px !important;
}
.mb40px {
	margin-bottom: 40px !important;
}
.mb45px {
	margin-bottom: 45px !important;
}
.mb50px {
	margin-bottom: 50px !important;
}
.mb60px {
	margin-bottom: 60px !important;
}
.mb70px {
	margin-bottom: 70px !important;
}
.mb80px {
	margin-bottom: 80px !important;
}
.mb90px {
	margin-bottom: 90px !important;
}
.mb100px {
	margin-bottom: 100px !important;
}

/* ────────────────────── *
 *                                              *
 * 文字寄せ                                     *
 *                                              *
 * ────────────────────── */

.txt-left {
	text-align: left !important;
}
.txt-center {
	text-align: center !important;
}
.txt-right {
	text-align: right !important;
}

/* ────────────────────── *
 *                                              *
 * フォントサイズ                               *
 *                                              *
 * ────────────────────── */

.txt-10px {
	font-size: 10px !important;
}
.txt-12px {
	font-size: 12px !important;
}
.txt-14px {
	font-size: 14px !important;
}
.txt-16px {
	font-size: 16px !important;
}
.txt-18px {
	font-size: 18px !important;
}
.txt-20px {
	font-size: 20px !important;
}
.txt-24px {
	font-size: 24px !important;
}
.txt-40px {
	font-size: 40px !important;
}
/* ────────────────────── *
 *                                              *
 * ,文字色　　　                                *
 *                                              *
 * ────────────────────── */

.color-red {
	color: #AD2F31;
}
.color-red span {
	background: #fcff00;
}
.color-blue {
	color: #1D2B7C;
}

/* ────────────────────── *
 *                                              *
 * Clearfix                                     *
 *                                              *
 * ────────────────────── */

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

.clear {
	clear: both;
}
