@charset "utf-8";

/*------------------------------------------------------------------
CSS Information

 File Name:      base.css
 Author:         MCY
 Style Info:     基本スタイル設定
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/

body {
	font-size: 14px;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: bottom;
}

select,
input,
textarea {
	padding: 2px 0;
}

li {
	list-style-type: none;
}

hr,
legend {
	display: none;
}

caption {
	display: none;
}

p {
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
}

/*------------------------------------------------------------------
	汎用クラススタイル
------------------------------------------------------------------*/

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
	_line-height: 0;
}

.img-l {
	float: left;
	padding-right: 20px;
}

.img-r {
	float: right;
	margin-left: 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fnt-11 {
	font-size: 11px;
}

.fnt-12 {
	font-size: 12px;
}

.fnt-13 {
	font-size: 13px;
}

.fnt-15 {
	font-size: 15px;
}

.fnt-17 {
	font-size: 17px;
}

.fnt-85 {
	font-size: 85%;
}

.fnt-92 {
	font-size: 92%;
}

.fnt-108 {
	font-size: 108%;
}

.fnt-115 {
	font-size: 115%;
}

.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}

.mgn-t1 {
	margin-top: 1em;
}

.mgn-t30 {
	margin-top: 30px;
}

.mgn-t50 {
	margin-top: 50px;
}

.mgn-b0 {
	margin-bottom: 0;
}

.mgn-b1 {
	margin-bottom: 1em;
}

.mgn-b2 {
	margin-bottom: 2em;
}

.mgn-b5 {
	margin-bottom: 5px;
}

.mgn-b10 {
	margin-bottom: 10px;
}

.mgn-b15 {
	margin-bottom: 15px;
}

.mgn-b40 {
	margin-bottom: 40px;
}

.mgn-b20 {
	margin-bottom: 20px;
}

.mgn-b25 {
	margin-bottom: 25px;
}

.mgn-b30 {
	margin-bottom: 30px;
}

.mgn-b35 {
	margin-bottom: 35px;
}

.mgn-b40 {
	margin-bottom: 40px;
}

.mgn-b50 {
	margin-bottom: 50px;
}

.mgn-b60 {
	margin-bottom: 60px;
}

.mgn-b70 {
	margin-bottom: 70px;
}

.mgn-l1 {
	margin-left: 1em;
}

.mgn-l25 {
	margin-left: 25px;
}

.mgn-l40 {
	margin-left: 40px;
}

.disc li {
	list-style: disc;
	margin-left: 2em;
}

.decimal li {
	list-style-type: decimal;
	margin-left: 2em;
}
