@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@font-face {
	font-family: Noto Serif JP;
	src: url("../font/NotoSerifMedium.woff") format("woff"), url("../font/NotoSerifMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Cinzel;
	src: url("../font/Cinzel-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Montserrat;
	src: url("../font/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Tenali Ramakrishna;
	src: url("../font/TenaliRamakrishna-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Questrial;
	src: url("../font/Questrial-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Cormorant Infant;
	src: url("../font/CormorantInfant-Regular.ttf") format("truetype");
}

@font-face {
	font-family: FontAwesome;
	src: url("../font/fontawesome-webfont.ttf") format("truetype");
}

#page nav .gnav, .row1, .row1_middle, .row1_left, .inner_width {
	width: 1190px;
	margin: auto;
}

@font-face {
	font-family: 'ic';
	src: url("../fonts/ic.ttf?h6h1x") format("truetype"), url("../fonts/ic.woff?h6h1x") format("woff"), url("../fonts/ic.svg?h6h1x#ic") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.temp_arr:after {
	font-family: "ic" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	line-height: 1.5;
}

body {
	color: #313131;
	-webkit-text-size-adjust: none;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	min-width: 1230px;
	background: url("../images/header/bg_header_lower.jpg") no-repeat center top 140px;
}

body #page a {
	color: #4b4b4b;
	text-decoration: underline;
}

body #page a:hover {
	text-decoration: none;
	color: #646464;
}

body #page img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}

.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
#htlContents {
	width: 1190px !important;
	margin: 0px auto !important;
	min-width: 1190px !important;
}

#htlSide-A {
	float: none !important;
	position: absolute;
	top: 660px;
	left: 0;
}

#htlMainContent {
	width: 1190px !important;
	margin-left: 0 !important;
}

#contents {
	width: 950px !important;
	margin: 0 auto !important;
}

#footer {
	width: 950px !important;
	margin: 0 auto !important;
}

div#RthCustomizeW {
	width: auto !important;
}

#RthCustomizeW {
	font-size: small;
}

@media all and (-ms-high-contrast: none) {
	#RthCustomizeW {
		font-size: 13px;
	}
}

#htlBrdCrmbs {
	width: auto;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	min-width: 1190px;
	position: relative;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	margin-bottom: 50px;
	position: relative;
}

#header h2 {
	position: absolute;
	left: 20px;
	top: 20px;
}

#header .box_tel {
	position: absolute;
	right: 20px;
	top: 30px;
}

#header nav {
	background: #fff;
}

/* -----------------------------------------------------------
	nav
----------------------------------------------------------- */
#page nav .gnav {
	margin: 0 auto;
	position: relative;
}

#page nav .gnav:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9ecee;
}

@media only screen and (min-width: 1px) {
	#page nav .gnav {
		width: 100%;
		display: table;
	}
	#page nav .gnav > * {
		display: table-cell;
		vertical-align: middle;
	}
}

@media print {
	#page nav .gnav {
		width: 100%;
		display: table;
	}
	#page nav .gnav > * {
		display: table-cell;
		vertical-align: middle;
	}
}

.ie8 #page nav .gnav {
	width: 100%;
	display: table;
}

.ie8 #page nav .gnav > * {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 1px) {
	#page nav .gnav > li {
		min-width: 60px;
	}
}

@media print {
	#page nav .gnav > li {
		min-width: 60px;
	}
}

.ie8 #page nav .gnav > li {
	min-width: 60px;
}

#page nav .gnav > li:last-child a {
	background: #2a5b98;
	color: #FFF;
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

#page nav .gnav > li:last-child a:hover {
	background: #3573c0;
}

#page nav .gnav > li:last-child a:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

#page nav .gnav > li > a {
	color: #444444;
	text-shadow: none;
	padding: 1.1em 0 1em 0;
	position: relative;
	font-size: 120%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

@media only screen and (min-width: 1px) and (max-width: 0px) {
	#page nav .gnav > li > a {
		padding: .8em .5em;
		font-size: 108%;
	}
}

#page nav .gnav > li > a:after {
	content: '';
	height: 1px;
	display: block;
	background: #2a5b98;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 0;
	-webkit-transition: width 400ms ease, opacity 400ms ease;
	-moz-transition: width 400ms ease, opacity 400ms ease;
	-o-transition: width 400ms ease, opacity 400ms ease;
	transition: width 400ms ease, opacity 400ms ease;
	z-index: 1;
}

#page nav .gnav > li > a:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	width: 60%;
}

#page nav .gnav > li.active a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	width: 60%;
}

#page nav .hnav {
	margin-top: 10px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
	justify-content: end;
	justify-content: flex-end;
}

#page nav .hnav li:before, #page nav .hnav li:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

#page nav .hnav li > * {
	vertical-align: baselilne;
	display: inline;
}

#page nav .hnav li:before {
	content: "";
	margin-right: .5em;
	border: solid 5px transparent;
	border-left-color: #99bfe5;
}

#page nav .hnav li + li {
	margin-left: 20px;
}

#page nav .hnav li a {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	margin-top: 100px;
}

#footer #ptop {
	text-align: center;
}

#footer #ptop a {
	color: #4172ac;
	text-decoration: none;
	letter-spacing: .1em;
	font-size: 93%;
}

#footer #ptop a:before, #footer #ptop a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

#footer #ptop a > * {
	vertical-align: baselilne;
	display: inline;
}

#footer #ptop a:before {
	content: "";
	margin-right: .5em;
	display: block;
	margin-right: 0;
	font-size: 167%;
}

#footer nav {
	margin-top: 30px;
}

#footer nav .gnav {
	border-top: solid 1px #e9ecee;
}

#footer .box_logo {
	margin-top: 40px;
	padding: 175px 0 130px;
	text-align: center;
	color: #FFF;
	position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 0px) {
	#footer .box_logo {
		padding: 150px 0 100px;
	}
}

@media only screen and (max-width: 0px) {
	#footer .box_logo {
		padding: 3em 0 2em;
	}
}

#footer .box_logo:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 1920px;
	height: 100%;
	transform: translate(-597px);
	background: url(../images/footer/summer/bg_footer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_logo {
		width: 60%;
		margin: 0 auto;
	}
}

#footer .box_logo .wrp_add {
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-size: 108%;
	letter-spacing: .1em;
	margin-top: 1em;
}

#footer .box_logo .wrp_num {
	text-align: center;
	margin: 20px auto 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .box_logo .wrp_num ul li {
	color: #fff;
	font-size: 124%;
}

@media only screen and (min-width: 1px) {
	#footer .box_logo .wrp_num ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
	}
}

@media print {
	#footer .box_logo .wrp_num ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
	}
}

.ie8 #footer .box_logo .wrp_num ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

#footer .box_logo .wrp_num ul li em {
	font-size: 94%;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-weight: bold;
	line-height: 1.5;
}

#footer .box_logo .wrp_num ul li .tel_num {
	font-family: "Cormorant Infant", serif;
}

#footer .box_logo .wrp_num ul li .tel_num i {
	font-size: 185%;
	color: #fff;
}

#footer .box_logo .wrp_num ul li .tel_txt {
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

#footer .box_logo .wrp_btn {
	margin-top: 1em;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_btn {
		margin-top: 1em;
	}
}

#footer .box_logo .wrp_btn p {
	display: inline-block;
}

#footer .box_logo .wrp_btn p.c1 a, #footer .box_logo .wrp_btn p.c1 span {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	padding: .8em 1em;
	font-size: 116%;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	-webkit-transition: background 400ms ease, color 400ms ease;
	-moz-transition: background 400ms ease, color 400ms ease;
	-o-transition: background 400ms ease, color 400ms ease;
	transition: background 400ms ease, color 400ms ease;
	background: #4172ac;
	color: #FFF !important;
}

@media only screen and (min-width: 1px) {
	#footer .box_logo .wrp_btn p.c1 a, #footer .box_logo .wrp_btn p.c1 span {
		min-width: 220px;
	}
}

@media print {
	#footer .box_logo .wrp_btn p.c1 a, #footer .box_logo .wrp_btn p.c1 span {
		min-width: 220px;
	}
}

.ie8 #footer .box_logo .wrp_btn p.c1 a, .ie8 #footer .box_logo .wrp_btn p.c1 span {
	min-width: 220px;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_btn p.c1 a, #footer .box_logo .wrp_btn p.c1 span {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

#footer .box_logo .wrp_btn p.c1 a:before, #footer .box_logo .wrp_btn p.c1 a:after, #footer .box_logo .wrp_btn p.c1 span:before, #footer .box_logo .wrp_btn p.c1 span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

#footer .box_logo .wrp_btn p.c1 a > *, #footer .box_logo .wrp_btn p.c1 span > * {
	vertical-align: baselilne;
	display: inline;
}

#footer .box_logo .wrp_btn p.c1 a:after, #footer .box_logo .wrp_btn p.c1 span:after {
	content: "";
	margin-left: .5em;
}

#footer .box_logo .wrp_btn p.c1 a:hover, #footer .box_logo .wrp_btn p.c1 span:hover {
	background: #5686bf;
}

#footer .box_logo .wrp_btn p.c2 a, #footer .box_logo .wrp_btn p.c2 span {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	padding: .8em 1em;
	font-size: 116%;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	-webkit-transition: background 400ms ease, color 400ms ease;
	-moz-transition: background 400ms ease, color 400ms ease;
	-o-transition: background 400ms ease, color 400ms ease;
	transition: background 400ms ease, color 400ms ease;
	background: #fff;
	color: #4172ac;
}

@media only screen and (min-width: 1px) {
	#footer .box_logo .wrp_btn p.c2 a, #footer .box_logo .wrp_btn p.c2 span {
		min-width: 220px;
	}
}

@media print {
	#footer .box_logo .wrp_btn p.c2 a, #footer .box_logo .wrp_btn p.c2 span {
		min-width: 220px;
	}
}

.ie8 #footer .box_logo .wrp_btn p.c2 a, .ie8 #footer .box_logo .wrp_btn p.c2 span {
	min-width: 220px;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_btn p.c2 a, #footer .box_logo .wrp_btn p.c2 span {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

#footer .box_logo .wrp_btn p.c2 a:before, #footer .box_logo .wrp_btn p.c2 a:after, #footer .box_logo .wrp_btn p.c2 span:before, #footer .box_logo .wrp_btn p.c2 span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

#footer .box_logo .wrp_btn p.c2 a > *, #footer .box_logo .wrp_btn p.c2 span > * {
	vertical-align: baselilne;
	display: inline;
}

#footer .box_logo .wrp_btn p.c2 a:after, #footer .box_logo .wrp_btn p.c2 span:after {
	content: "";
	margin-left: .5em;
}

#footer .box_logo .wrp_btn p.c2 a:hover, #footer .box_logo .wrp_btn p.c2 span:hover {
	background: #daebff;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_btn p {
		width: 70% !important;
	}
}

@media only screen and (min-width: 1px) {
	#footer .box_logo .wrp_btn p:first-child {
		margin-right: .5em;
	}
}

@media print {
	#footer .box_logo .wrp_btn p:first-child {
		margin-right: .5em;
	}
}

.ie8 #footer .box_logo .wrp_btn p:first-child {
	margin-right: .5em;
}

@media only screen and (max-width: 0px) {
	#footer .box_logo .wrp_btn p:first-child {
		margin-bottom: .5em;
	}
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	汎用設定
----------------------------------------------------------- */
.row1 {
	text-align: center;
	letter-spacing: -.5em;
}

.row1 > * {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: auto;
}

@media only screen and (max-width: 0px) {
	.row1 > * {
		width: 100% !important;
	}
}

.row1 > * > * {
	text-align: left;
}

.row1_middle {
	text-align: center;
	letter-spacing: -.5em;
}

.row1_middle > * {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: auto;
}

@media only screen and (max-width: 0px) {
	.row1_middle > * {
		width: 100% !important;
	}
}

.row1_middle > * > * {
	text-align: left;
}

.row1_left {
	text-align: left;
	letter-spacing: -.5em;
}

.row1_left > * {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: auto;
}

@media only screen and (max-width: 0px) {
	.row1_left > * {
		width: 100% !important;
	}
}

.row1_left > * > * {
	text-align: left;
}

.temp_st2 {
	text-align: center;
	font-weight: normal;
}

.temp_st2:before {
	content: '';
	background: url(../images/common/ic1.png) no-repeat top left;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 10px;
	height: 10px;
	margin: 0 auto .5em;
}

@media only screen and (max-width: 0px) {
	.temp_st2:before {
		width: .85em;
		height: .85em;
	}
}

.temp_st2 em {
	display: block;
	font-size: 193%;
	color: #444444;
	letter-spacing: .1em;
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.temp_st2 span {
	display: block;
	margin-top: .5em;
	font-size: 116%;
	color: #cccccc;
	letter-spacing: .08em;
	font-family: "Cormorant Infant", serif;
}

.temp_arr:after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	margin-top: 25px;
	margin-left: 0;
	color: #4172ac;
	-webkit-transition: -webkit-transform 800ms;
	-moz-transition: -moz-transform 800ms;
	-o-transition: -o-transform 800ms;
	transition: transform 800ms;
	font-size: 185%;
}

@media only screen and (max-width: 0px) {
	.temp_arr:after {
		margin-top: 0;
	}
}

.temp_arr:hover:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.temp_st5 {
	text-align: center;
	letter-spacing: .05em;
}

.temp_st5:before, .temp_st5:after {
	content: '';
	background: url(../images/common/ic1.png) no-repeat center left;
	display: inline-block;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	width: 9px;
	height: 1em;
}

@media only screen and (max-width: 0px) {
	.temp_st5:before, .temp_st5:after {
		width: .85em;
		height: .85em;
	}
}

.temp_st5:before {
	margin-right: 1em;
}

.temp_st5:after {
	margin-left: 1em;
}

.temp_btn a, .temp_btn span {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	padding: .8em 1em;
	font-size: 116%;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	-webkit-transition: background 400ms ease, color 400ms ease;
	-moz-transition: background 400ms ease, color 400ms ease;
	-o-transition: background 400ms ease, color 400ms ease;
	transition: background 400ms ease, color 400ms ease;
	background: #4172ac;
	color: #FFF !important;
}

@media only screen and (min-width: 1px) {
	.temp_btn a, .temp_btn span {
		min-width: auto;
	}
}

@media print {
	.temp_btn a, .temp_btn span {
		min-width: auto;
	}
}

.ie8 .temp_btn a, .ie8 .temp_btn span {
	min-width: auto;
}

@media only screen and (max-width: 0px) {
	.temp_btn a, .temp_btn span {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.temp_btn a:before, .temp_btn a:after, .temp_btn span:before, .temp_btn span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

.temp_btn a > *, .temp_btn span > * {
	vertical-align: baselilne;
	display: inline;
}

.temp_btn a:after, .temp_btn span:after {
	content: "";
	margin-left: .5em;
}

.temp_btn a:hover, .temp_btn span:hover {
	background: #5686bf;
}

.temp_btn2 a, .temp_btn2 span {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	padding: .8em 1em;
	font-size: 116%;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	-webkit-transition: background 400ms ease, color 400ms ease;
	-moz-transition: background 400ms ease, color 400ms ease;
	-o-transition: background 400ms ease, color 400ms ease;
	transition: background 400ms ease, color 400ms ease;
	background: #6d7784;
	color: #FFF !important;
}

@media only screen and (min-width: 1px) {
	.temp_btn2 a, .temp_btn2 span {
		min-width: auto;
	}
}

@media print {
	.temp_btn2 a, .temp_btn2 span {
		min-width: auto;
	}
}

.ie8 .temp_btn2 a, .ie8 .temp_btn2 span {
	min-width: auto;
}

@media only screen and (max-width: 0px) {
	.temp_btn2 a, .temp_btn2 span {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.temp_btn2 a:before, .temp_btn2 a:after, .temp_btn2 span:before, .temp_btn2 span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

.temp_btn2 a > *, .temp_btn2 span > * {
	vertical-align: baselilne;
	display: inline;
}

.temp_btn2 a:after, .temp_btn2 span:after {
	content: "";
	margin-left: .5em;
}

.temp_btn2 a:hover, .temp_btn2 span:hover {
	background: #828b98;
}

.shadow {
	position: relative;
}

.shadow:before, .shadow:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	height: 20px;
}

.shadow:before {
	background: #fff;
}

.shadow:after {
	border-radius: 50%;
	background: -owg-radial-gradient(ellipse farthest-side at top, #ddd, #fff);
	background: -webkit-radial-gradient(ellipse farthest-side at top, #ddd, #fff);
	background: -moz-radial-gradient(ellipse farthest-side at top, #ddd, #fff);
	background: -o-radial-gradient(ellipse farthest-side at top, #ddd, #fff);
	background: radial-gradient(ellipse farthest-side at top, #ddd, #fff);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFFFFFFF');
	z-index: -1;
}

.shadow:before, .shadow:after {
	width: 80%;
}

.shadow:before {
	bottom: -20px;
}

.shadow:after {
	bottom: -27px;
}

/*# sourceMappingURL=../maps/common.css.map */
