@charset "utf-8";
/*
 *================================================
 * 
 * [content]
 * 
 *================================================
 */
/**
 * ################################################
 * 
 * サイト基本背景色定義
 * 
 * ################################################
 */
.bgC01 { background-color: rgba(255,115,157,0.8) !important; }
.bgC02 { background-color: #FF869D !important; }
.bgC03 { background-color: rgba(0,0,0,0.7) !important; }
.bgC04 { background-color: #FFF3F5 !important; }
.bgC05 { background-color: #FFB9CE !important; }
.bgC06 { background-color: #F8F8F8 !important; }
.bgC07 { background-color: #FF8FB1 !important; }
.bgC08 { background-color: #FFE3EB !important; }
.bgC09 { background-color: #FFF1F5 !important; }
.bgC10 { background-color: rgba(255,255,255,0.85) !important; }
.bgC11 { background-color: #FF739D !important; }
.bgC12 { background-color: #F6F6F6 !important; }
.bgC13 { background-color: #FFFFFF !important; }
.bgC14 { background-color: #DBEAEC !important; }
.bgC15 { background-color: #F3F9EC !important; }
.bgC16 { background-color: #FFF1F5 !important; }
.bgC17 { background-color: #23bbfc !important; }
.bgC18 { background-color: #A30329 !important; }
.bgC19 { background-color: #A9A9A9 !important; }

/**
 * ################################################
 * 
 * サイト基本文字色定義
 * 
 * ################################################
 */
.fontC01 { color: #FF739D !important; }
.fontC02 { color: #FFFFFF !important; }
.fontC03 { color: #FF8FB1 !important; }
.fontC04 { color: #666666 !important; }
.fontC05 { color: #8D8D8D !important; }
.fontC06 { color: #00CAF5 !important; }
.fontC07 { color: #A4A4A4 !important; }
.fontC08 { color: #85BF3F !important; }
.fontC09 { color: #29AFFF !important; }
.fontC10 { color: #A30329 !important; }
.fontC11 { color: #FC6620 !important; }
/**
 * ################################################
 * 
 * サイト基本ボーダー定義
 * 
 * ################################################
 */
.bdrC01 { border-color: #FF739D; }
.bdrC02 { border-color: #FFD5E2; }
.bdrC03 { border-color: #808080; }
.bdrC04 { border-color: #FFFFFF; }
/**
 * ################################################
 * 
 * WEBフォント指定
 * 
 * ################################################
 */
.fontNotoSanMed { font-family: 'NotoSanMed' !important; }
.fontNotoSanReg { font-family: 'NotoSanReg' !important; }
.fontRobotoMed { font-family: 'RobotoMed' !important; }
.fontRobotoReg { font-family: 'RobotoReg' !important; }
/**
 * サイト固有の汎用設定
 */
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; }
.w400 { width: 400px !important; }
.w450 { width: 450px !important; }
.w480 { width: 480px !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; }
/**
 * 文字色
 */
.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; }
/**
 * フォーム用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;
}
/**
 * アイコン用CSS
 */

/**
 * 見出し用CSS
 */

/**
 * リスト用CSS
 */

/**
 * ボックス用スタイル
 */

/**
 * テーブル用スタイル
 */

/**
 * ページ内リンク用スタイル
 */

/**
 * ドロップシャドウ
 */
.drpSdw1a2 {
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
}
/**
 * ボタン用CSS
 */
.btnStyle01 {
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	padding: 0 0.5em;
	border-width: 1px;
	border-style: solid;
}
	.btnStyle01 span {
		display: block;
		background: scroll url(../../../common/images/content/content/arr01.png) no-repeat right center;
		padding: 1em 0;
		width: 14em;
		text-align: center;
	}
	.btnStyle01 span.blank {
		background: scroll url(../../../common/images/content/content/icoBlankPink.png) no-repeat right center;
	}
.btnStyle02 {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #FFFFFF;
	display: inline-block;
	padding: 5px;
	color: #FFFFFF !important;
}
	.btnStyle02 span {
		background: scroll url(../../../common/images/content/content/arr02.png) no-repeat right center;
		display: block;
		padding: 5px 5em;
		text-align: center;
	}
.btnStyle03 {
	display: inline-block;
	margin: 0 5px 10px 5px;
	text-decoration: none;
	padding: 0 1em;
	border-width: 1px;
	border-style: solid;
}
	.btnStyle03 span {
		display: block;
		background: scroll url(../../../common/images/content/content/arr01.png) no-repeat right center;
		padding: 1em 0;
		width: 5em;
		text-align: center;
	}
	.btnStyle03 span.blank {
		background: scroll url(../../../common/images/content/content/icoBlankPink.png) no-repeat right center;
	}
/**
 * alphaBg
 */
#alphaBg {
	width: 100%;
	position: fixed;
	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;
}
/**
 ****************************************************
 * 
 * screens larger than 769
 * 
 ****************************************************
 */
@media only screen and (min-width: 769px) {
	.pcDspNone { display: none; }
}
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
	.spDspNone { display: none; }
}