@charset "UTF-8";
/*----------------------------------------------*//* body */
html {
	background: #f0f0f0;
}
/*----------------------------------------------*//* body */
body {
	position: absolute;
	top: 80px;
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
/*----------------------------------------------*//* a */
a {
	color: #1184d5;
	text-decoration: none;
}
a:hover {
	color: #0da1f6;
}
/*----------------------------------------------*//* #wrapper */
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
/*----------------------------------------------*//* #container */
#container {
	position: relative;
	left: 0;
	z-index: 1;
	min-height: 100%;
	background: #f0f0f0;
}
/*----------------------------------------------*//* #header */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}
#header.compact {
	height: 55px;
}
#header .logo, #header .navi, #header .navi>ul, #header .navi>ul>li {
	display: inline;
}
#header .logo>a {
	display: block;
	width: 204px;
	height: 100%;
	overflow: hidden;
	background: #008BD5;
	float: left;
}
#header .logo>a img {
	position: relative;
	top: 50%;
	margin: -40px auto 0px auto;
	display: block;
	width: 204px;
	height: 80px;
}
#header .navi>ul>li>a {
	display: block;
	height: 100%;
	border-right: 1px solid #e8e8e8;
	overflow: hidden;
	float: left;
}
#header .navi>ul>li:nth-last-child(2)> a {
	border-right: none;
	float: right;
}
#header .navi>ul>li:last-child> a {
	float: right;
}
#header .navi>ul>li>a img {
	position: relative;
	top: 50%;
	margin: -40px auto 0px auto;
	display: block;
}
#header .menu {
	display: none;
}
/*----------------------------------------------*//* #menu */
#menu {
	display: none;
	z-index: 0;
}
/*----------------------------------------------*//* #breadcrumbs */
#breadcrumbs {
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 30px 0px;
	font-size: 12px;
	letter-spacing: -0.4em
}
#breadcrumbs li {
	display: inline;
	letter-spacing: normal;
}
#breadcrumbs li a {
	display: inline-block;
}
#breadcrumbs li:before {
	content: ">";
	display: inline-block;
	margin: 0px 5px;
}
#breadcrumbs li:first-child:before {
	display: none;
}
/*----------------------------------------------*//* #contents */
#contents {
	padding-bottom: 50px;
}
/*----------------------------------------------*//* #contents .inner */
#contents .inner {
	width: 980px;
	margin: 0 auto;
}
#contents .inner:after {
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------*//* #contents .contents-image */
#contents .contents-image {
	overflow: hidden;
	background: #cccccc;
}
#contents .contents-image .full {
	position: relative;
	left: 50%;
	width: 1600px;
	margin-left: -800px;
}
#contents .contents-image .full img {
	display: block;
	width: 100%;
	height: 100%;
}
#contents .contents-image .full.home {
	height: 400px;
}
#contents .contents-image .full.home img {
	position: absolute;
	top: 0;
	left: 0;
}
/*----------------------------------------------*//* #contents .contents-header */
#contents .contents-header {
	margin-bottom: 30px;
}
#contents .contents-header .title {
	font-size: 30px;
	letter-spacing: 0.05em;
}
#contents .contents-header .title.small {
	font-size: 24px;
	letter-spacing: 0.05em;
}
#contents .contents-header .explain {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#contents .contents-header .note {
	font-size: 13px;
	letter-spacing: 0.05em;
}
/*----------------------------------------------*//* #contents .section */
#contents .section {
	margin-bottom: 50px;
}
/*----------------------------------------------*//* #contents .section-header */
#contents .section-header {
	margin-bottom: 20px;
}
#contents .section-header .title {
	font-size: 20px;
}
#contents .section-header .title.mid {
	font-size: 24px;
}
#contents .section-header .title.big {
	font-size: 30px;
	letter-spacing: 0.25em;
}
#contents .section-header .title.lts {
	letter-spacing: 0.1em;
}
#contents .section-header .title.center {
	text-align: center;
}
#contents .section-header .title.lsmin {
	letter-spacing: 0.1em;
}
#contents .section-header .explain {
	margin-top: 10px;
	color: #555555;
	font-size: 13px;
}
#contents .section-header .title.center-line {
	font-size: 24px;
	letter-spacing: 0.175em;
	text-align: center;
	position: relative;
}
#contents .section-header .title.center-line span {
	position: relative;
	padding: 0 15px;
	background: #f0f0f0;
}
#contents .section-header .title.center-line:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
/*----------------------------------------------*//* #contents .section.box */
#contents .section-box {
	background: #ffffff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .section-box-header {
	margin-bottom: 10px;
	text-align: center;
}
#contents .section-box-header .title {
	font-size: 18px;
}
/*----------------------------------------------*//* #contents .main-column, #contents .side-column */
#contents .main-column {
	width: 680px;
	float: left;
}
#contents .side-column {
	width: 267px;
	margin-left: 713px;
}
#contents .main-column.type-a {
	width: 580px;
}
#contents .side-column.type-a {
	width: 325px;
	margin-left: 655px;
}
/*----------------------------------------------*//* #footer */
#footer {
	position: relative;
	width: 980px;
	padding: 15px 0px 30px 0px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #c7d3e8;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
}
#footer .navi, #footer .navi ul, #footer .navi li {
	display: inline;
}
#footer .navi li a {
	display: block;
	padding: 0px 20px;
	float: left;
	color: #666666;
	font-size: 12px;
	border-left: 1px solid #c7d3e8;
}
#footer .navi li a:hover {
	opacity: 0.75;
	text-decoration: underline;
}
#footer .navi li:first-child a {
	border-left: none;
}
#footer .copyright {
	display: block;
	height: 13px;
	float: right;
	text-align: right;
}
/*----------------------------------------------*//* .category-list */
.category-list {
	width: 1000px;
	margin-left: -10px;
}
.category-list:after {
	content: "";
	display: block;
	clear: both;
}
.category-list li {
	float: left;
	display: block;
	width: 180px;
	margin: 10px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.category-list li .img {
	display: block;
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 72.5px;
	overflow: hidden;
}
.category-list li .img:hover {
	box-shadow: 0px 0px 10px #bbbbbb;
}
.category-list li .txt {
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	color: inherit;
}
.category-list li .img:hover+.txt {
	color: #0da1f6;
}
/*----------------------------------------------*//* .kouji-list */
.kouji-list {
	margin: 0px 0px -14px -24px;
}
.kouji-list:after {
	content: "";
	display: block;
	clear: both;
}
.kouji-list li {
	display: inline;
}
.kouji-list li a {
	position: relative;
	float: left;
	display: block;
	width: 227px;
	height: 248px;
	margin: 10px 0px 14px 24px;
	overflow: hidden;
	background: #ffffff;
	color: #333333;
	box-shadow: 1px 0px 2px #eee, 0px -1px 2px #eee, 0px 1px 2px #eee, 0px -1px 2px #eee;
}
.kouji-list li a:hover {
	color: #333333;
}
.kouji-list li a .img img {
	display: block;
	width: 227px;
	height: 153px;
}
.kouji-list li a .txt {
	position: absolute;
	top: 153px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
	-moz-transition: top 0.25s ease-out, height 0.25s ease-out;
	-ms-transition: top 0.25s ease-out, height 0.25s ease-out;
	-o-transition: top 0.25s ease-out, height 0.25s ease-out;
	transition: top 0.25s ease-out, height 0.2s ease-out;
}
.kouji-list li a .ttl {
	margin: 10px;
	height: 40px;
	color: #1184d5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
}
.kouji-list li a:hover .ttl {
	color: #0da1f6;
}
.kouji-list li a .exp {
	margin: 10px;
	color: #666666;
	height: 10.5em;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
}
.kouji-list li a .tch {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f9f9f9;
	width: 207px;
	padding: 0px 10px;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}
.kouji-list li a .lnk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #008BD5 url(../images/parts/circle-icon.png) no-repeat 191px center;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.kouji-list li a:hover .txt {
	top: 0px;
	height: 100%;
}
.kouji-list li a:hover .lnk {
	opacity: 1;
}
/*-----------------------------------------------*//* .smenu-list */
.smenu-list {
	margin: 0px 0px -14px -24px;
}
.smenu-list:after {
	content: "";
	display: block;
	clear: both;
}
.smenu-list li {
	display: inline;
}
.smenu-list li div {
	position: relative;
	float: left;
	display: block;
	width: 227px;
	height: 248px;
	margin: 10px 0px 14px 24px;
	overflow: hidden;
	background: #ffffff;
	color: #333333;
	box-shadow: 1px 0px 2px #eee, 0px -1px 2px #eee, 0px 1px 2px #eee, 0px -1px 2px #eee;
}
.smenu-list li div .txt {
	position: absolute;
	top: 153px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
	-moz-transition: top 0.25s ease-out, height 0.25s ease-out;
	-ms-transition: top 0.25s ease-out, height 0.25s ease-out;
	-o-transition: top 0.25s ease-out, height 0.25s ease-out;
	transition: top 0.25s ease-out, height 0.2s ease-out;
}
.smenu-list li div .ttl {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #008BD5 url(../images/parts/circle-icon.png) no-repeat 16px center;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
}
.smenu-list li div .exp {
	margin: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}
.smenu-list li div span {
	float: left;
}
.arrow {
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 14px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
}
.point_arrow::before {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
/*----------------------------------------------*//* .guide-detail */
.guide-detail {
	background: #ffffff;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 1px 0px 2px #eee, 0px 1px 2px #eee, -1px 0px 2px #eee, 0px -1px 2px #eee;
}
.guide-detail .img {
	display: table-cell;
	width: 200px;
	padding: 50px;
	vertical-align: top;
}
.guide-detail .img img {
	width: 200px;
	height: auto;
}
.guide-detail .txt {
	display: table-cell;
	padding: 50px 50px 50px 50px;
	vertical-align: middle;
}
.guide-detail .txt .name {
	font-size: 30px;
	margin-bottom: 20px;
}
.guide-detail .txt .name .kana {
	font-size: 18px;
}
.guide-detail .txt .name .kana:before {
	content: " / ";
	display: inline;
}
.guide-detail .txt .position {
	margin-bottom: 20px;
	font-size: 20px;
}
.guide-detail .txt .position span {
	font-weight: bold;
	color: #C00;
}
.guide-detail .txt .explain {
	font-size: 14px;
}
/*----------------------------------------------*//* .form-button-group */
.form-button-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: right;
}
.form-button-group.center {
	text-align: center;
}
.form-button-group .button {
	min-width: 210px;
	padding: 10px 0px;
	border: none;
	border-radius: 0;
	background: #7FBA00;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.15em;
	cursor: pointer;
	margin-left: 10px;
}
.form-button-group .button:hover {
	background: #A6CF4D;
}
.form-button-group .button.blue {
	background: #2998D6;
}
.form-button-group .button.blue:hover {
	background: #5CB4E5
}
.form-button-group .back {
	position: absolute;
	top: 10px;
	left: 0px;
}
.form-button-group .note {
	margin-top: 15px;
	font-size: 13px;
	color: #999999;
}
/*----------------------------------------------*//* .userdata-form */
.userdata-form {
	width: 100%;
	margin-bottom: 50px;
}
.userdata-form th, .userdata-form td {
	border: 1px solid #c7d3e8;
	padding: 10px;
	background: #ffffff;
}
.userdata-form th {
	width: 200px;
	background: #efefef;
	font-weight: bold;
	text-align: right;
}
.userdata-form th.required:before {
	display: inline-block;
	padding: 2px 10px;
	content: "必須";
	background: #d01717;
	color: #ffffff;
	margin-right: 10px;
}
.userdata-form input.size-s {
	width: 50px;
}
.userdata-form input.size-m {
	width: 80px;
}
.userdata-form input.size-l {
	width: 300px;
}
.userdata-form textarea {
	width: 500px;
	height: 15em;
}
.userdata-form input {
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 5px;
	color: #000;
	background: #f5f5f5;
}
.note {
	margin-left: 5px;
}
.formalerta {
	margin-left: 5px;
	color: #d01717;
	font-weight: bold;
}
.formalertb {
	margin-left: 5px;
	color: #008BD5;
	font-weight: bold;
}
/*****************************.step_nav styles**************************/
.step_nav {
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.step_nav ol {
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	background-color: #FFF;
}
.step_nav ol li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: inline-block;
	list-style-type: none;
	width: 200px;
}
.current {
	font-weight: bold;
	background-color: #96c03d;
	color: #FFF;
}
/*----------------------------------------------*//* .about-summary */
.about-summary {
	width: 800px;
	margin: 50px auto 50px;
	font-size: 14px;
}
/*----------------------------------------------*//* .about-point */
.about-point {
	margin-top: 50px;
	margin-bottom: 100px;
}
.about-point ul {
	width: 879px;
	margin: 0 auto;
}
.about-point ul:after {
	content: "";
	display: block;
	clear: both;
}
.about-point li {
	width: 223px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 40px;
	float: left;
}
.about-point .img img {
	width: 100%;
	height: auto;
}
.about-point .txt {
	margin: 5px 10px 0px 10px;
}
.about-point .txt .title {
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
}
/*----------------------------------------------*//* .about-flow */
.about-flow {
	margin-top: 40px;
}
.about-flow ol {
	width: 809px;
	margin: 0 auto;
}
.about-flow li {
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 1px 1px 3px #efefef;
}
.about-flow li:after {
	margin: 24px auto;
	content: "";
	display: block;
	width: 71px;
	height: 18px;
}
.about-flow li:last-child:after {
	display: none;
}
.about-flow .box {
	position: relative;
	padding: 15px 15px 15px 125px;
	background: #ffffff;
}
.about-flow .box .title {
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.about-flow .box .title .num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 111px;
	background: #7fba00;
	color: #ffffff;
}
.about-flow .box .title .num span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 2.0em;
}
/*----------------------------------------------*//* .profile-data */
.profile-data {
	width: 855px;
	margin: 0 auto;
}
.profile-data table {
	width: 100%;
}
.profile-data table th, .profile-data table td {
	border: 1px solid #c7d3e8;
	padding: 15px;
	background: #ffffff;
	vertical-align: top;
}
.profile-data table th {
	width: 185px;
	background: #efefef;
}
.profile-data .reason {
	margin-top: 50px;
	border: 1px solid #c7d3e8;
}
.profile-data .reason .ttl {
	padding: 5px 15px;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd', GradientType=0 ); /* IE6-9 */
}
.profile-data .reason .txt {
	padding: 15px;
	background: #ffffff;
}
ol.privacy {
	margin-bottom: 10px;
	margin-left: 1.5em;
}
ol.privacy li {
	display: list-item;
	line-height: 1.7;
	margin: 0 0 10px;
	vertical-align: top;
}
/*----------------------------------------------*//* .guide-summary */
.guide-summary {
	width: 800px;
	margin: 50px auto 50px;
	font-size: 14px;
}
/*----------------------------------------------*//* .guide-point */
.guide-point {
	margin-top: 50px;
	margin-bottom: 100px;
}
.guide-point ul {
	width: 879px;
	margin: 0 auto;
}
.guide-point ul:after {
	content: "";
	display: block;
	clear: both;
}
.guide-point li {
	width: 223px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 40px;
	float: left;
}
.guide-point .img img {
	width: 100%;
	height: auto;
}
.guide-point .txt {
	margin: 5px 10px 0px 10px;
}
.guide-point .txt .title {
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
}
/*----------------------------------------------*//* .guide-flow */
.guide-flow {
	margin-top: 40px;
}
.guide-flow ol {
	width: 809px;
	margin: 0 auto;
}
.guide-flow li {
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 1px 1px 3px #efefef;
}
.guide-flow li:after {
	margin: 24px auto;
	content: "";
	display: block;
	width: 71px;
	height: 18px;
	background: url(../images/parts/flow-arw.png) no-repeat 0 0;
}
.guide-flow li:last-child:after {
	display: none;
}
.guide-flow .box {
	position: relative;
	padding: 15px 15px 15px 125px;
	background: #ffffff;
}
.guide-flow .box .title {
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.guide-flow .box .title .num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 111px;
	background: #008BD5;
	color: #ffffff;
}
.guide-flow .box .title .num span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 2.0em;
}
/*----------------------------------------------*//* .homeslide */
.homeslide {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000000 url(../images/home/homeslide-bg.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 40px;
}
.homeslide .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.homeslide .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homeslide .image img {
	position: absolute;
	width: auto;
	height: auto;
}
.homeslide .title {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 33px;
	line-height: 1.4;
	letter-spacing: 0.025em;
	text-shadow: 0px 0px 7px #000000;
}
.homeslide .lead {
	position: absolute;
	top: 175px;
	left: 0;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: 0.025em;
	text-align: center;
	text-shadow: 0px 0px 7px #000000;
}
.homeslide .button {
	position: absolute;
	left: 0;
	bottom: 69px;
	width: 100%;
	text-align: center;
}
.homeslide .button span {
	display: inline-block;
	height: 54px;
	padding: 0px 25px;
	background: #7FBA00;
	color: #ffffff;
	font-size: 17px;
	line-height: 54px;
	letter-spacing: 0.025em;
	text-shadow: 0px 0px 7px #06638a;
	border-radius: 10px;
}
/*----------------------------------------------*//* 汎用 */
.alt {
	display: none;
}
.sp {
	display: none;
}
.blue {
	color: #008BD5;
}
.pager {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
.pager ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.pager li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}