@charset "utf-8";
/*
 * ==========================================================================
 *
 * [content]
 *
 * ==========================================================================
 */
img {
	vertical-align: middle;
	/*width: 100%;*/
}
/**
 * 幅指定
 */
.w5p { width: 5% !important; }
.w33p { width: 33% !important; }
.w45p { width: 45% !important; }
.w49p { width: 49% !important; }
.w50p { width: 50% !important; }
.w90p { width: 90% !important; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w140 { width: 140px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w220 { width: 220px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }
.w310 { width: 310px !important; }
.w320 { width: 320px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }
.w410 { width: 410px !important; }
.w420 { width: 420px !important; }
.w430 { width: 430px !important; }
.w450 { width: 450px !important; }
.w480 { width: 480px !important; }
.w500 { width: 500px !important; }
.w550 { width: 550px !important; }
.w600 { width: 600px !important; }
.w640 { width: 640px !important; }
.w1em { width: 1em !important; }
.w2em { width: 2em !important; }
.w3em { width: 3em !important; }
.w3hem { width: 3.5em !important; }
.w4em { width: 4em !important; }
.w4hem { width: 4.5em !important; }
.w5em { width: 5em !important; }
.w5hem { width: 5.5em !important; }
.w6em { width: 6em !important; }
.w6hem { width: 6.5em !important; }
.w7em { width: 7em !important; }
.w8em { width: 8em !important; }
.w9em { width: 9em !important; }
.w10em { width: 10em !important; }
.w11em { width: 11em !important; }
.w12em { width: 12em !important; }
.w13em { width: 13em !important; }
.w14em { width: 14em !important; }
.w15em { width: 15em !important; }
.w16em { width: 16em !important; }
.w17em { width: 17em !important; }
.w18em { width: 18em !important; }
.w19em { width: 19em !important; }
.w20em { width: 20em !important; }
/**
 * レイアウト
 */
.mL1hem { margin-left: 1.5em !important; }
.mL2em { margin-left: 2em !important; }
.mL2hem { margin-left: 2.5em !important; }
.mL3em { margin-left: 3em !important; }
.mL3hem { margin-left: 3.5em !important; }
.mL4em { margin-left: 4em !important; }
.mL4hem { margin-left: 4.5em !important; }
.mL5em { margin-left: 5em !important; }
.mL6em { margin-left: 6em !important; }
.mL7em { margin-left: 7em !important; }
.mL8em { margin-left: 8em !important; }
.mL9em { margin-left: 9em !important; }
.mL10em { margin-left: 10em !important; }
.mL11em { margin-left: 11em !important; }
.mL12em { margin-left: 12em !important; }
.mL17em { margin-left: 17em !important; }
.mL70 { margin-left: 70px !important; }
.mB55 { margin-bottom: 55px !important; }
.mB60 { margin-bottom: 60px !important; }
.mB70 { margin-bottom: 70px !important; }
.mB80 { margin-bottom: 80px !important; }
.mB90 { margin-bottom: 90px !important; }
/**
 * 文字装飾
 */
.fontMincho { font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "HGS明朝E", Verdana, "ＭＳ Ｐ明朝", serif; }
.fontAlpha {
    font-family: 'RobotoReg';
}
/**
 * 文字色
 */
.c835EA5 { color: #835EA5; }
.cC1AED2 { color: #C1AED2; }
.cED2087 { color: #ED2087; }
.cFF3399 { color: #FF3399; }
.cE50057 { color: #E50057; }
.c036EAB { color: #036EAB; }
.c522B8C { color: #522B8C; }
.cFCEE96 { color: #FCEE96; }
.cED1C24 { color: #ED1C24; }
.cD94A03 { color: #D94A03; }
.c8A8787 { color: #8A8787; }
.c635F5F { color: #635F5F; }
.cFF0000 { color: #FF0000; }
/**
 * フォーム用CSS
 */
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label, input, textarea, select {
	/*font-size: 13px;*/
	line-height: 16px;
	margin: 0;
}
input.formText[type=text],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
textarea.formText,
select.formSelect {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
input.formText[type=text]:focus,
input.formText[type=password]:focus,
input.formText[type=number]:focus,
input.formText[type=email]:focus,
textarea.formText:focus,
select.formSelect:focus {
	border: 1px solid #444444;
}
.entrySubmit01 {
	background: #23720a;
	color: #FFFFFF;
	border: none;
	padding: 0.5em 0.5em 0.5em 1.5em;
	letter-spacing: 1em;
	font-size: 110%;
}
.entrySubmit01:hover {
	background: #1a5607;
	cursor: pointer;
}
/**
 * --------------------------------------------------------------------------
 * alphaBg
 * --------------------------------------------------------------------------
 */
/* #alphaBg {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
	background: #000000;
	display: none;
	zoom: 1;
	min-height: 100%;
}
.popupWrapper {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	display: none;
	z-index: 2100;
	visibility: hidden;
} */