@charset "UTF-8";

/*******************************************************************************
 * 基本設定
 *******************************************************************************/
* {
	-webkit-box-sizing:		border-box;
	-moz-box-sizing:		border-box;
	box-sizing:				border-box;
}
*:before, *:after {
	-webkit-box-sizing:		border-box;
	-moz-box-sizing:		border-box;
	box-sizing:				border-box;
}

.container {
	width:					100%;
	margin-right:			auto;
	margin-left:			auto;
	padding:				15px;
}

/*******************************************************************************
 * 入力ボックスのクリアボタン
 *******************************************************************************/
input[type="search"] {
  -webkit-appearance:		searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance:		searchfield-cancel-button;
}

/*******************************************************************************
 * 余白設定
 *******************************************************************************/
/*********************************************************************
 * Padding設定(内側の余白)
 *********************************************************************/
.pd-top-05 {
	padding-top:			5px !important;
}

/*******************************************************************************
 * 余白設定
 *******************************************************************************/
/*********************************************************************
 * 上
 *********************************************************************/
.mg-top-05 {
	margin-top:				5px !important;
}
.mg-top-10 {
	margin-top:				10px !important;
}
.mg-top-15 {
	margin-top:				15px !important;
}
.mg-top-20 {
	margin-top:				20px !important;
}
.mg-top-25 {
	margin-top:				25px !important;
}
.mg-top-30 {
	margin-top:				30px !important;
}
.mg-top-35 {
	margin-top:				35px !important;
}
.mg-top-40 {
	margin-top:				40px !important;
}
.mg-top-45 {
	margin-top:				45px !important;
}
.mg-top-50 {
	margin-top:				50px !important;
}
.mg-top-60 {
	margin-top:				60px !important;
}
.mg-top-70 {
	margin-top:				70px !important;
}
.mg-top-80 {
	margin-top:				80px !important;
}
.mg-top-90 {
	margin-top:				90px !important;
}
.mg-top-100 {
	margin-top:				100px !important;
}
/*********************************************************************
 * 下
 *********************************************************************/
.mg-bottom-05 {
	margin-bottom:			5px !important;
}
.mg-bottom-10 {
	margin-bottom:			10px !important;
}
.mg-bottom-15 {
	margin-bottom:			15px !important;
}
.mg-bottom-20 {
	margin-bottom:			20px !important;
}
.mg-bottom-25 {
	margin-bottom:			25px !important;
}
.mg-bottom-30 {
	margin-bottom:			30px !important;
}
.mg-bottom-35 {
	margin-bottom:			35px !important;
}
.mg-bottom-40 {
	margin-bottom:			40px !important;
}
.mg-bottom-45 {
	margin-bottom:			45px !important;
}
.mg-bottom-50 {
	margin-bottom:			50px !important;
}
.mg-bottom-60 {
	margin-bottom:			60px !important;
}
.mg-bottom-70 {
	margin-bottom:			70px !important;
}
.mg-bottom-80 {
	margin-bottom:			80px !important;
}
.mg-bottom-90 {
	margin-bottom:			90px !important;
}
.mg-bottom-100 {
	margin-bottom:			100px !important;
}
/*********************************************************************
 * 右
 *********************************************************************/
.mg-right-05 {
	margin-right:			5px !important;
}
.mg-right-10 {
	margin-right:			10px !important;
}
.mg-right-15 {
	margin-right:			15px !important;
}
.mg-right-20 {
	margin-right:			20px !important;
}
.mg-right-25 {
	margin-right:			25px !important;
}
.mg-right-30 {
	margin-right:			30px !important;
}
/*********************************************************************
 * 左
 *********************************************************************/
.mg-left-05 {
	margin-left:			5px !important;
}
.mg-left-10 {
	margin-left:			10px !important;
}
.mg-left-15 {
	margin-left:			15px !important;
}
.mg-left-20 {
	margin-left:			20px !important;
}
.mg-left-25 {
	margin-left:			25px !important;
}
.mg-left-30 {
	margin-left:			30px !important;
}

@media only screen and (max-width: 			800px){
}

/*******************************************************************************
 * フォント設定
 *******************************************************************************/
/*********************************************************************
 * カラー
 *********************************************************************/
.fo-white {
	color:				#ffffff !important;
}
.fo-black {
	color:				#000000 !important;
}
.fo-red {
	color:				#ea4f64 !important;
}
.fo-orange {
	color:				#e8881b !important;
}
.fo-blue {
	color:				#505bed !important;
}
.fo-green {
	color:				#2cba00 !important;
}

/*********************************************************************
 * サイズ
 *********************************************************************/
.fo-8 {
	font-size:			8px !important;
}
.fo-9 {
	font-size:			9px !important;
}
.fo-10 {
	font-size:			10px !important;
}
.fo-12 {
	font-size:			12px !important;
}
.fo-14 {
	font-size:			14px !important;
}
.fo-16 {
	font-size:			16px !important;
}
.fo-18 {
	font-size:			18px !important;
}
.fo-20 {
	font-size:			20px !important;
}
.fo-24 {
	font-size:			24px !important;
}
.fo-36 {
	font-size:			36px !important;
}
.fo-48 {
	font-size:			48px !important;
}
@media only screen and (max-width: 			800px) {
	.fo-24 {
		font-size:		20px !important;
	}
	.fo-36 {
		font-size:		26px !important;
	}
	.fo-48 {
		font-size:		26px !important;
	}
}
/*********************************************************************
 * フォントファミリー
 *********************************************************************/
.font-type-01 {
	 font-family:		"メイリオ", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
	 font-weight:		bold;
}
/*********************************************************************
 * 文字装飾
 *********************************************************************/
.fo-bold {
	font-weight:		bold;
}
/* 下線 */
.fo-uline {
	border-bottom:		solid 1px #000000;
}
.fo-uline-dash {
	border-bottom:		dash 1px #000000;
}
.fo-uline-dot {
	border-bottom:		dotted 1px #000000;
}
.fo-uline-double {
	border-bottom:		double 1px #000000;
}
/* 水色蛍光ペン風 */
.fo-maker-sky {
	background:			linear-gradient( transparent 50%, #a8eaff 50% );
}
/* 黄色蛍光ペン風 */
.fo-maker-sky {
	background:			linear-gradient( transparent 50%, yellow 50% );
}

/*******************************************************************************
 * 背景カラー
 *******************************************************************************/
.base-white {
	background:			#fff !important;
}
.base-gray {
	background:			#f3f3f3 !important;
}
.base-akane {
	background:			#b7282e !important;
	color:				#fff;
}
.base-sakura {
	background:			#fdeff2 !important;
	color:				#ed697c;
}
.base-sky {
	background:			rgba(21, 187, 222, .1) !important;
	color:				#15bbde !important;
}
.base-sky2 {
	background:			#15bbde !important;
	color:				#fff !important;
}
.base-tonoko {
	background:			#f4dda5 !important;
}
.base-tankou {
	background:			#f8e58c !important;
}
.base-wakana {
	background:			#d8e698 !important;
}
.base-moegi {
	background:			#aacf53 !important;
}
.base-btn-green {
	background:			#2ac278 !important;
}

.base-red {
	background:			#ed697c !important;
}
.base-lightgreen {
	background:			rgba(42, 194, 120, .2) !important;
    color:				#2cba00 !important;
}
.base-green {
	background:			#2cba00 !important;
}
.base-blue {
	background:			#15bbde !important;
}
.base-yellow {
	background:			#decd15 !important;
}
.base-orange {
	background:			rgba( 234, 155, 28 ) !important;
}

/*******************************************************************************
 * テキスト装飾
 *******************************************************************************/
/*********************************************************************
 * 下線
 *********************************************************************/
.underline-red {
	text-decoration:				underline;
	text-decoration-color:			#1f2c5b;
}
.underline-yellow {
	background:			rgba( 0, 0, 0, 0 ) linear-gradient( transparent 60%, #d9cd0d 0% ) repeat scroll 0 0;
}
.underline-pink {
	background:			rgba( 0, 0, 0, 0 ) linear-gradient( transparent 60%, #f49890 0% ) repeat scroll 0 0;
}
.underline-sky {
	background:			rgba( 0, 0, 0, 0 ) linear-gradient( transparent 60%, #c2e3ee 0% ) repeat scroll 0 0;
}

/*********************************************************************
 * リンク
 *********************************************************************/
a.underline {
	text-decoration:	underline;
}
a.underline:hover {
	text-decoration:	none;
}

/*******************************************************************************
 * テキスト位置
 *******************************************************************************/
/*********************************************************************
 * 表示位置
 *********************************************************************/
.text-center {
	text-align:			center !important;
}
.text-right {
	text-align:			right !important;
}
.text-left {
	text-align:			left !important;
}
.text-top {
	vertical-align:		top !important;
}
.text-middle {
	vertical-align:		middle !important;
}
.text-lc {
	text-align:			left;
}
.text-rc {
	text-align:			right;
}
@media only screen and (max-width: 			800px) {
	.text-lc {
		text-align:		center;
	}
	.text-rc {
		text-align:		center;
	}
}

/*******************************************************************************
 * 表示／ポジション設定
 *******************************************************************************/
.pos-rel {
	position:			relative !important;
}
/*消去*/
@media (max-width: 800px) {
	.no-disp-s {
		display:		none !important;
	}
}
@media (min-width:	801px) {
	.no-disp-l {
		display:		none !important;
	}
}

.float-box {
	float:				right;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .col_wrap:before, .col_wrap:after, .pager:before, .pager:after {
	content:			" ";
	display:			table;
}
.clearfix:after, .container:after, .col_wrap:after, .pager:after  {
	clear:				both;
}

/*******************************************************************************
 * 非表示設定
 *******************************************************************************/
/* 横幅が一定以下の場合のみ非表示 */
@media (max-width: 			800px) {
	.no-disp-s {
    	display:		none !important;
	}
}

/* 横幅が一定以上の場合のみ非表示 */
@media (min-width:				801px) {
	.no-disp-l {
    	display:		none !important;
	}
}

/*******************************************************************************
 * 横幅設定
 *******************************************************************************/
/*********************************************************************
 * ピクセル指定
 *********************************************************************/
.width-40{
	width:				40px !important;
}
.width-60{
	width:				60px !important;
}
.width-80{
	width:				80px !important;
}
.width-100{
	width:				100px !important;
}
.width-120{
	width:				120px !important;
}
.width-140{
	width:				140px !important;
}
.width-160{
	width:				160px !important;
}
.width-180{
	width:				180px !important;
}
.width-200{
	width:				200px !important;
}
.width-220{
	width:				220px !important;
}
.width-240{
	width:				240px !important;
}
.width-260{
	width:				260px !important;
}
.width-280{
	width:				280px !important;
}
.width-300{
	width:				300px !important;
}

/*********************************************************************
 * パーセント指定
 *********************************************************************/
.width-10p{
	width:				10% !important;
}
.width-15p{
	width:				15% !important;
}
.width-20p{
	width:				20% !important;
}
.width-25p{
	width:				25% !important;
}
.width-30p{
	width:				30% !important;
}
.width-40p{
	width:				40% !important;
}
.width-50p{
	width:				50% !important;
}
.width-60p{
	width:				60% !important;
}
.width-70p{
	width:				70% !important;
}
.width-80p{
	width:				80% !important;
}
.width-90p{
	width:				90% !important;
}
.width-100p{
	width:				100% !important;
}

@media (max-width: 			800px) {
	.width-10p{
		width:			100% !important;
	}
	.width-20p{
		width:			100% !important;
	}
	.width-25p{
		width:			100% !important;
	}
	.width-30p{
		width:			100% !important;
	}
	.width-40p{
		width:			100% !important;
	}
	.width-50p{
		width:			100% !important;
	}
	.width-60p{
		width:			100% !important;
	}
	.width-70p{
		width:			100% !important;
	}
	.width-80p{
		width:			100% !important;
	}
	.width-90p{
		width:			100% !important;
	}
}
.w-100 {
	width:				100% !important;
}
.w-auto {
	width:				auto !important;
}

/*********************************************************************
 * カラム指定
 *********************************************************************/
.col-wrap {
	margin-left:		-15px;
	margin-right:		-15px;
}
.cols-1, .coll-1, .cols-2, .coll-2, .cols-3, .coll-3, .cols-4, .coll-4, .cols-5, .coll-5, .cols-6, .coll-6, .cols-7, .coll-7, .cols-8, .coll-8, .cols-9, .coll-9, .cols-10, .coll-10, .cols-11, .coll-11, .cols-12, .coll-12, .cols-user01, .coll-user01, .cols-user02, .coll-user02, .cols-user03, .coll-user03 {
	position:			relative;
	min-height:			1px;
	padding-left:		15px;
	padding-right:		15px;
}
.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12, .cols-user01, .cols-user02, .cols-user03 {
	float:				left;
}

.cols-12 {
	width:				100%;
}
.cols-11 {
	width:				91.66666667%;
}
.cols-10 {
	width:				83.33333333%;
}
.cols-9 {
	width:				75%;
}
.cols-8 {
	width:				66.66666667%;
}
.cols-7 {
	width:				58.33333333%;
}
.cols-6 {
	width:				50%;
}
.cols-5 {
	width:				41.66666667%;
}
.cols-4 {
	width:				33.33333333%;
}
.cols-3 {
	width:				25%;
}
.cols-2 {
	width:				16.66666667%;
}
.cols-1 {
	width:				8.33333333%;
}
.cols-user01{
	width:				20%;
}
.cols-user02{
	width:				20%;
}
.cols-user03{
	width:				20%;
}
.cols-pull-12 {
	right:				100%;
}
.cols-pull-11 {
	right:				91.66666667%;
}
.cols-pull-10 {
	right:				83.33333333%;
}
.cols-pull-9 {
	right:				75%;
}
.cols-pull-8 {
	right:				66.66666667%;
}
.cols-pull-7 {
	right:				58.33333333%;
}
.cols-pull-6 {
	right:				50%;
}
.cols-pull-5 {
	right:				41.66666667%;
}
.cols-pull-4 {
	right:				33.33333333%;
}
.cols-pull-3 {
	right:				25%;
}
.cols-pull-2 {
	right:				16.66666667%;
}
.cols-pull-1 {
	right:				8.33333333%;
}
.cols-pull-0 {
	right:				auto;
}
.cols-push-12 {
	left:				100%;
}
.cols-push-11 {
	left:				91.66666667%;
}
.cols-push-10 {
	left:				83.33333333%;
}
.cols-push-9 {
	left:				75%;
}
.cols-push-8 {
	left:				66.66666667%;
}
.cols-push-7 {
	left:				58.33333333%;
}
.cols-push-6 {
	left:				50%;
}
.cols-push-5 {
	left:				41.66666667%;
}
.cols-push-4 {
	left:				33.33333333%;
}
.cols-push-3 {
	left:				25%;
}
.cols-push-2 {
	left:				16.66666667%;
}
.cols-push-1 {
	left:				8.33333333%;
}
.cols-push-0 {
	left:				auto;
}
.cols-offset-12 {
	margin-left:		100%;
}
.cols-offset-11 {
	margin-left:		91.66666667%;
}
.cols-offset-10 {
	margin-left:		83.33333333%;
}
.cols-offset-9 {
	margin-left:		75%;
}
.cols-offset-8 {
	margin-left:		66.66666667%;
}
.cols-offset-7 {
	margin-left:		58.33333333%;
}
.cols-offset-6 {
	margin-left:		50%;
}
.cols-offset-5 {
	margin-left:		41.66666667%;
}
.cols-offset-4 {
	margin-left:		33.33333333%;
}
.cols-offset-3 {
	margin-left:		25%;
}
.cols-offset-2 {
	margin-left:		16.66666667%;
}
.cols-offset-1 {
	margin-left:		8.33333333%;
}
.cols-offset-0 {
	margin-left:		0%;
}

@media (min-width: 800px) {
	.coll-1, .coll-2, .coll-3, .coll-4, .coll-5, .coll-6, .coll-7, .coll-8, .coll-9, .coll-10, .coll-11, .coll-12, .coll-user01 {
		float:				left;
	}
	.coll-12 {
		width:				100%;
	}
	.coll-11 {
		width:				91.66666667%;
	}
	.coll-10 {
		width:				83.33333333%;
	}
	.coll-9 {
		width:				75%;
	}
	.coll-8 {
		width:				66.66666667%;
	}
	.coll-7 {
		width:				58.33333333%;
	}
	.coll-6 {
		width:				50%;
	}
	.coll-5 {
		width:				41.66666667%;
	}
	.coll-4 {
		width:				33.33333333%;
	}
	.coll-3 {
		width:				25%;
	}
	.coll-2 {
		width:				16.66666667%;
	}
	.coll-1 {
		width:				8.33333333%;
	}
	.coll-user01{
		width:				20%;
	}
	.coll-pull-12 {
		right:				100%;
	}
	.coll-pull-11 {
		right:				91.66666667%;
	}
	.coll-pull-10 {
		right:				83.33333333%;
	}
	.coll-pull-9 {
		right:				75%;
	}
	.coll-pull-8 {
		right:				66.66666667%;
	}
	.coll-pull-7 {
		right:				58.33333333%;
	}
	.coll-pull-6 {
		right:				50%;
	}
	.coll-pull-5 {
		right:				41.66666667%;
	}
	.coll-pull-4 {
		right:				33.33333333%;
	}
	.coll-pull-3 {
		right:				25%;
	}
	.coll-pull-2 {
		right:				16.66666667%;
	}
	.coll-pull-1 {
		right:				8.33333333%;
	}
	.coll-pull-0 {
		right:				auto;
	}
	.coll-push-12 {
		left:				100%;
	}
	.coll-push-11 {
		left:				91.66666667%;
	}
	.coll-push-10 {
		left:				83.33333333%;
	}
	.coll-push-9 {
		left:				75%;
	}
	.coll-push-8 {
		left:				66.66666667%;
	}
	.coll-push-7 {
		left:				58.33333333%;
	}
	.coll-push-6 {
		left:				50%;
	}
	.coll-push-5 {
		left:				41.66666667%;
	}
	.coll-push-4 {
		left:				33.33333333%;
	}
	.coll-push-3 {
		left:				25%;
	}
	.coll-push-2 {
		left:				16.66666667%;
	}
	.coll-push-1 {
		left:				8.33333333%;
	}
	.coll-push-0 {
		left:				auto;
	}
	.coll-offset-12 {
		margin-left:		100%;
	}
	.coll-offset-11 {
		margin-left:		91.66666667%;
	}
	.coll-offset-10 {
		margin-left:		83.33333333%;
	}
	.coll-offset-9 {
		margin-left:		75%;
	}
	.coll-offset-8 {
		margin-left:		66.66666667%;
	}
	.coll-offset-7 {
		margin-left:		58.33333333%;
	}
	.coll-offset-6 {
		margin-left:		50%;
	}
	.coll-offset-5 {
		margin-left:		41.66666667%;
	}
	.coll-offset-4 {
		margin-left:		33.33333333%;
	}
	.coll-offset-3 {
		margin-left:		25%;
	}
	.coll-offset-2 {
		margin-left:		16.66666667%;
	}
	.coll-offset-1-2 {
		margin-left:		12.49999999%;
	}
	.coll-offset-1 {
		margin-left:		8.33333333%;
	}
	.coll-offset-0 {
		margin-left:		0%;
	}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .col_wrap:before, .col_wrap:after, .pager:before, .pager:after {
	content:			" ";
	display:			table;
}
.clearfix:after, .container:after, .col_wrap:after, .pager:after  {
	clear:				both;
}

.not-before:before {
    content:			none !important;
}

.not-after:after {
    content:			none !important;
}

#ZMap img{
	max-width:			none;
}