@charset "utf-8";

/* サイト名 基本設定CSS */

/*

	1. 基本設定
	2. フォント・リンク設定
	3. 段落設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0px;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	background: #fff;
	word-wrap: break-word;
}

.clear {
	clear: both;
}

img {
	vertical-align: baseline;
	-ms-interpolation-mode: bicubic;
}

a img {
	border: 0;
}

.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

/* *************************************************
   2. フォント・リンク設定
************************************************* */

/* ------------ フォント ------------ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.alternateGo { font-family: "AlternateGotNo3D",sans-serif !important; font-weight: 400; }
.acumin { font-family: "acumin-pro-extra-condensed",sans-serif !important; }
.GoMB101L { font-family: 'GT101MB L' !important; }
.GoMB101R { font-family: 'GT101MB R' !important; }
.GoMB101M { font-family: 'GT101MB M' !important; }
.GoMB101DB { font-family: 'GT101MB DB' !important; }
.GoMB101B { font-family: 'GT101MB B' !important; }


.fw-b {
	font-weight: bold;
}

/* ------------ フォントカラー ------------ */

.fc-red { color: #ec2c2c; }

/* ------------ リンク ------------ */

a {
	color: #333;
	overflow: hidden;
	outline: none;
}

a:hover {
	color: #444;
}


/* *************************************************
   3. 段落設定
************************************************* */
#container {
	margin: 0;
	padding: 0;
}

div#container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body > #contents {
	height: auto;
	padding: 0 0 60px;
}

div#contents {
	width:100%;
	min-width: 1024px;
	max-width: 1440px;
	margin: 0 auto;
	height: auto;
	position: relative;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#main {
	padding-top: 100px;
}

#header {
	width: 950px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
	background-color:rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px -2px rgba(4,0,0,0.25);
	-moz-box-shadow: 0px 2px 4px -2px rgba(4,0,0,0.25);
	-webkit-box-shadow: 0px 2px 4px -2px rgba(4,0,0,0.25);

}

#footer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	bottom:  0px;
	margin: 0 auto;
	text-align: center;
	background-color: #f5f5f5;
	height: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.wrapper2{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.wrapper3{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper-narrow {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* ------------ フロート設定 ------------ */
.fl-left { float: left !important; }
.fl-right { float: right !important; }

/* ------------ マージン設定 ------------ */
.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }
/* ------------ マージン設定 ------------ */
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.ml-0 { margin-left: 0px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mr-0 { margin-right: 0px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }