@charset "UTF-8";

/*
 * Chartstrap v1.0.1
*/

.inner:after,
.pager:after,
.entry:after,
.list:after,
.well:after,
.section:after,
section:after,
.hgroup:after,
.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after,
.block60-40:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.inner,
.pager,
.entry,
.list,
.well,
.section,
section,
.hgroup,
.block1,
.block2,
.block3,
.block4,
.block5,
.block6,
.block60-40{
	zoom: 1;
}

.edit h1,
.edit h2,
.edit h3,
.edit h4,
.edit h5,
.edit h6{
	clear: both;
}



/* margin */
.margin-bottom-xl {
	margin-bottom: 40px !important;
}
.margin-bottom-lg {
	margin-bottom: 30px !important;
}
.margin-bottom-xm {
	margin-bottom: 20px !important;
}
.margin-bottom-md {
	margin-bottom: 12px !important;
}
.margin-bottom-sm {
	margin-bottom: 6px !important;
}
.margin-bottom-xs {
	margin-bottom: 3px !important;
}


/* font size */
.text-xxlg {
	font-size: 2.5em !important; /* 40px */
}
.text-xlg {
	font-size: 2.0em !important; /* 32px */
}
.text-lg {
	font-size: 1.750em !important; /* 28px */
}
.text-xmd {
	font-size: 1.375em !important; /* 22px */
}
.text-md {
	font-size: 1.125em !important; /* 18px */
}
.text-nml {
	font-size: 1.0em !important; /* 16px */
}
.text-sm {
	font-size: 0.875em !important; /* 14px */
	line-height: 170% !important;
}
.text-xsm {
	font-size: 0.750em !important; /* 12x */
}

/* text position */
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.text-space1{
	letter-spacing: 1px;
}
.text-space2{
	letter-spacing: 2px;
}
.text-space2{
	letter-spacing: 2px;
}

.text-strong{
	font-weight: bold;
}


/* text highlight */
span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-yellow{
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
	padding-bottom: 6px;
}

span.marker-yellow{
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}



/* text link */
a{
	color:#000;
	text-decoration: underline;
}
a:hover{
	color:#FFCA02;
	text-decoration: none ;
}

a.line-none {
	color:#000 !important;
	text-decoration: none !important;
}
a:hover.line-none{
	color:#FFCA02 !important;
	text-decoration: underline !important;
}

a.line-yellow {
	color:#000 !important;
	text-decoration: none !important;
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
}
a:hover.line-yellow{
	color:#000 !important;
	text-decoration: none !important;
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
}

a.color-brand{
	color:#FFCA02 !important;
	text-decoration: none !important;
}
a:hover.color-brand{
	color:#000 !important;
	text-decoration: underline !important;
}

a.color-black{
	color:#000 !important;
	text-decoration: none !important;
}
a:hover.color-black{
	color:#FFCA02 !important;
	text-decoration: underline !important;
}
a.color-white{
	color:#FFF !important;
	text-decoration: none !important;
}
a:hover.color-white{
	color:#FFCA02 !important;
	text-decoration: underline !important;
}
a.color-greyl{
	color:#CCC !important;
	text-decoration: none !important;
}
a:hover.a.color-greyl{
	color:#FFCA02 !important;
	text-decoration: underline !important;
}
a.color-greyd{
	color:#666e70 !important;
	text-decoration: none !important;
}
a:hover.a.color-greyd{
	color:#FFCA02 !important;
	text-decoration: underline !important;
}
.text-theme{
	color: #FFCA02 !important;
}
.text-white{
	color: #FFF !important;
}
.text-red{
	color: #FF3300 !important;
}
.text-orange{
	color: #E78B11 !important;
}
.text-black{
	color: #000 !important;
}
.text-greyd{
	color: #666e70 !important;
}
.text-greyl{
	color: #CCC !important;
}


/* background color */
.bg-theme{
	background-color:#FFCA02;
}
.bg-grey{
	background: url(/images/sg/common/bg_wall.jpg);
}
.bg-gleyh {
	background-color: #222;
}
.bg-gleyl {
	background-color: #EFEFEF;
}
.bg-white {
	background-color: #FFF;
}
.bg-orange {
	background-color: #E78B11;
}
.bg-beige{
	background-color: #F5F3ED;
}

/* image effct */
.img-round-corners img{
	border-radius: 5px;
}

.img-round-circle img{
	border-radius: 50%;
}

.img-round-circle img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


.img-over {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.img-over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.img-normal{
	max-width: 100% !important;
	height: auto !important;
}







/* Rule */
hr{
	clear: both;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom:1px solid #DDD;
	margin: 24px 0;
}

/* button */
.btn{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}
.btn a{
	background: #FFF;
	border:2px solid #000;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btn a:hover{
	background: #EFEFEF;
	border:2px solid #000;
	padding: 12px 30px 12px 30px;
	display: block;
	color: #000;
	text-decoration: none; !important;
}

button.btn{
	background: #FFF;
	border:2px solid #000;
	padding: 10px 24px 10px 24px;
	color: #333;
	cursor: pointer !important;
}
button.btn:hover{
	background: #EFEFEF;
	border:2px solid #000;
	padding: 10px 24px 10px 24px;
	color: #333;
	cursor: pointer !important;
}

.btn-sm{
	font-size: 0.875em !important;
	line-height: 160%;
}
.btn-sm a{
	padding: 8px 12px  8px 12px;
}
.btn-sm a:hover{
	padding: 8px 12px  8px 12px;
}

.btn-round-corners{
	border-radius: 3px;
	border:1px solid;
}

.btn-md{
	font-size: 1.3em;
	line-height: 160%;
}
.btn-md a{
	padding: 12px 20px 12px 20px;
}
.btn-md a:hover{
	padding: 12px 20px 12px 20px;
}

.btn-lg{
	font-size: 1.6em;
	line-height: 180%;
}
.btn-lg a{
	padding: 16px 34px 16px 34px;
}
.btn-lg a:hover{
	padding: 16px 34px 16px 34px;
}

.btn-full{
	width: 100%;
}
.btn-half{
	width: 50%;
}

.btn-white a{
	background: #fff !important;
	border:2px solid #000 !important;
	color: #000 !important;
}
.btn-white a:hover{
	background: #000 !important;
	border:1px solid #000 !important;
	color: #FFF !important;
}

.btn-black a{
	background: #000 !important;
	border:1px solid #000 !important;
	color: #FFF !important;
}
.btn-black a:hover{
	background: #DEDEDE !important;
	border:1px solid #DEDEDE !important;
	color: #333 !important;
}

.btn-brand a{
	background: #E78B11;
	border:1px solid #E78B11;
	color: #FFF;
}
.btn-brand a:hover{
	background: #DDD;
	border:1px solid #DDD !important;
	color: #333;
}



/* column */
.well {
	padding: 24px 30px 20px 30px;
	border-radius: 2px;
	background-color: #FFF;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.well-lg {
	padding: 36px 50px 30px 50px;
	border-radius: 3px;
}
.well-sm {
	padding: 12px;
	border-radius: 3px;
}

.well-white {
	background-color: #FFF;
}

.well-bg-none {
	background: none;
}

.well-normal {
	padding: 24px 30px 20px 30px;
	border-radius: 2px;
	border: 1px solid #CCC;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.well-border-no {
	border: none;
}

.well-border-grey {
	border: 1px solid #DDD;
}

.well-border-left {
	border-left: 3px solid #000;
}


.divider{
	border-bottom:1px solid #DEDEDE;
	color: #DEDEDE;
	padding: 0;
	margin: 0;
}
.divider-sm{
	margin: 10px 0 10px 0;
}
.divider-md{
	margin: 18px 0 18px 0;
}
.divider-lg{
	margin: 36px 0 36px 0;
}



/* 共通 */
.balloon {
	display:inline-block;
	position: relative;
	border-radius:3px;
}
.balloon:before {
	position: absolute;
	content: " ";
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.balloon-inner {
	padding:1.2em 1.5em 0.6em 1.5em;
	background:#fff;
	border-radius:2px;
	/* transform z-index hack */
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.shadow, .shadow:before {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	background:#fff;
}
/* 下中央（ぼかしなし） */
.balloon-bottom:before {
	bottom: -7px;
	left: 50%;
	margin-left: -10px;
}
/* 上中央（ぼかしなし） */
.balloon-top:before {
	top: -7px;
	left: 50%;
	margin-left: -10px;
}
/* 左中央（ぼかしなし） */
.balloon-left:before {
	left: -7px;
	top: 50%;
	margin-top: -10px;
}
/* 右中央（ぼかしなし） */
.balloon-right:before {
	right: -7px;
	top: 50%;
	margin-top: -10px;
}
/* 水平垂直距離0（ぼかし） */
.shadow2, .shadow2:before {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	background:#fff;
}
/* 下方向（ぼかしなし） */
.shadow3 {
	box-shadow: 0 3px #CCC;
	-webkit-box-shadow: 0 3px #CCC;
	background:#fff;
}
.shadow3:before {
	box-shadow: 3px 3px #CCC;
	-webkit-box-shadow: 3px 3px #CCC;
	background:#fff;
	position: absolute;
	left: 4.0em;
}

/* SNS */
.share ul{
	list-style: none;
	padding-right: 50px;
}
.share ul li{
	display: inline;
	font-size: 1.250em !important;
	text-align: center;
	line-height: 190%;
	margin-left: 8px;
}
.share ul li a{
	display: inline-block;
	color: #000;
	background-color: #FFF;
	width: 40px;
	height: 40px;
	border:1px solid #DDD;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	opacity: 1.0;
}
.share ul li a:hover{
	display: inline-block;
	color: #000 !important;
	background-color: #DDD;
	width: 40px;
	height: 40px;
	border:1px solid #DDD;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}



select.select-box {
	background-color: #FFF;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.1em;
	height: 34px;
	padding: 0 20px;
	vertical-align: middle;
}



/* スクロールバー本体 */
.scrollbar::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.scrollbar::-webkit-scrollbar:horizontal{
	width: 5px;
	background: #9aadfc;
}
/* スクロールバーの動く部分 */
.scrollbar::-webkit-scrollbar-thumb{
	background: #FFCA02;
	border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.scrollbar::-webkit-scrollbar-thumb:horizontal{
	background: #435295;
	border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.scrollbar::-webkit-scrollbar-track-piece:start{
	background: #DDD;
}
/* スクロールバーの動く部分の後ろ */
.scrollbar::-webkit-scrollbar-track-piece:end{
	background: #DDD;
}
/* スクロールバー角 */
.scrollbar::-webkit-scrollbar-corner{
	background: transparent;
}


input[type="submit"],
input[type=text],
input[type=email],
textarea,
input[type="button"] {
	width: 100%;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #FFFFF5;
	border:1px solid #FFCA02;
	box-shadow:0px 0px 6px 3px #EFEFEF;
	border-radius:6px;
}

:placeholder-shown {
	color: #999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #999999; }
/* Firefox 18- */
:-moz-placeholder {
	color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
	color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
	color: #999; }

#contents input, textarea {
	font-size: 1.125em !important; /* 14px */
	color: #333;
	padding: 8px;
	text-align: left;
	background: #FFF none repeat scroll 0% 0%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #CCC #CCC;
	margin: 4px 0 4px 4px;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){


.padding-tb-40 {
	padding: 40px 0 40px 0 !important;
}
.padding-tb-50 {
	padding: 50px 0 50px 0 !important;
}
.padding-tb-60 {
	padding: 60px 0 60px 0 !important;
}
.padding-tb-80 {
	padding: 80px 0 80px 0 !important;
}

.padding-tb-45_40 {
	padding: 45px 0 40px 0 !important;
}
.padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}


/* エディター Class
-------------------------------------------- */
.alphanumeric,
span.alphanumeric {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}
.mincho,
span.mincho {
	font-family: 'Cormorant Garamond', serif;
}

#title h1,
.edit h1{
	font-size: 2.375em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}

.edit h2 {
	font-size: 2.100em;
	font-family: 'Cormorant Garamond', serif;
	color: #000;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 2px;
}
.edit h3 {
	font-size: 1.750em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	letter-spacing: 1px;
}

.edit h4 {
	font-size: 1.375em; /* 22px */
	color: #000;
	line-height: 130%;
	letter-spacing: 1px;
}
.edit h5 {
	font-size: 1.125em; /* 18px */
	color: #000;
	line-height: 130%;
	letter-spacing: 1px;
}
.edit h6 {
	font-size: 1.0em; /* 16px */
	color: #000;
	line-height: 130%;
	letter-spacing: 1px;
}

.edit p {
	font-size: 100%; /* 16px */
	color: #000;
	line-height: 170% !important;
	margin-bottom: 18px;
}

.edit p.caption {
	font-size: 1.0em;
	line-height: 130%;
}

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size: 1.000em;
	margin-bottom: 10px;
}

.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	line-height:130%;
	width: 120px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	line-height:130%;
}

.edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.edit table.stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	font-weight: normal;
	line-height:130%;
}
.edit table.stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.2em;
	line-height:130%;
}

.edit table td ul li{
	font-size: 1.2em;
}

.edit table p{
	font-size: 1.000em;
	margin-bottom: 16px;
	line-height: 180%;
	margin-bottom: 0;
}


.edit p a,
.edit ol li a,
.edit ul li a{
	color:#000;
	text-decoration: underline;
}
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#FFCA02;
	text-decoration: none;
}
.edit table td a{
	color:#FFCA02;
	text-decoration: underline;
}
.edit table td a:hover{
	color:#000;
	text-decoration: none;
}

.edit blockquote{
	background-color:#F5F5F5;
	padding:2.0em 3.5em 1.2em 4em;
	position:relative;
}
.edit blockquote.bg-white{
	background-color:#FFF;
	padding:2.0em 3.5em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Cormorant Garamond', serif;
	color:#CCC;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote::after{
	content:"”";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Cormorant Garamond', serif;
	color:#CCC;
	position:absolute;
	bottom:-20px;
	right:0;
}


.edit blockquote p{
}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.edit p.category a{
	color: #FFCA02;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #000;
	text-decoration: none;
}

.edit p.number-sign {
	font-size:2.375em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	margin-bottom: 0px !important;
}

.edit p.caution{
	color: #FF6600 !important;
}

/* レイアウト
-------------------------------------------- */
.block1 .box{
	width: 100%;
}

.block2 .box{
	float: left;
	width: 46%;
}
.block2 .box:nth-child(odd){
	clear: both;
}
.block2 .box:nth-child(even){
	float: right;
}

.block3 .box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0 !important;
}
.block3 .box:nth-child(3n+1) {
	clear: both;
}

.block4 .box{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.block4 .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.block4 .box:nth-child(4n+1) {
	clear: both;
}


.block5 .box{
	float: left;
	width: 17%;
	margin-right: 3.7%;
}
.block5 .box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.block5 .box:nth-child(5n+1) {
	clear: both;
}

.block6 .box{
	float: left;
	width: 15.8%;
	margin-right: 1.0%;
}
.block6 .box:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.block6 .box:nth-child(6n+1) {
	clear: both;
}


.block60-40 .box{
	float: left;
}
.block60-40 .box:nth-child(odd){
	clear: both;
	width: 56%;
}
.block60-40 .box:nth-child(even){
	float: right;
	width: 38%;
}

.block50-50 .box{
	float: left;
}
.block50-50 .box:nth-child(odd){
	clear: both;
	width: 47%;
}
.block50-50 .box:nth-child(even){
	float: right;
	width: 47%;
}



.entry {
	position: relative;
	z-index:1;
}

.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}
.entry a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.entry-column a.entry-link:hover {
	background-color: #FFCA02 !important;
	opacity: 0.4;
	filter: alpha(opacity=40);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}


.entry .image{
}
.entry .image img{
	max-width: 100%;
	height: auto;
}

.entry-image-l-30{
}
.entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.entry-image-r-30{
}
.entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.entry-image-l-40{
}
.entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.entry-image-r-40{
}
.entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.entry-image-r-40 .text{
	float: left;
	width: 58%;
}





.entry-image-l-50{
}
.entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.entry-image-r-50{
}
.entry-image-r-50 .image{
	float: right;
	width: 48%;
}
.entry-image-r-50 .text{
	float: left;
	width: 48%;
}


.block3.column .box{
	width: 33% !important;
	max-width: 370px;
	margin-right: 3.65%;
	margin-bottom: 3.4%;
}
.block3.column  .box:nth-child(3n) {
	float: right;
	margin-right: 0 !important;
}
.block3.column  .box:nth-child(3n+1) {
	clear: both;
}

.column .entry{
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: table;
	position: relative;
}
.column .entry .image{
	max-height: 190px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	margin-bottom: 24px !important;
	position: relative;
}
.column .entry .image img{
	width:100%;
	height: auto;
}
.column .entry .text{
	padding: 0 28px 10px 28px;
}
.column .entry .text-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 24px 28px 10px 28px;
}
.column .entry .text p,
.column .entry .text-midde p{
	font-size: 0.9em;
}

.column .entry p.sub{
	font-size:0.875em !important;
	color: #459D93 !important;
	text-align: center !important;
}
.column .entry .text h5,
.column .entry .text-middle h5{
	margin-bottom: 16px !important;
	letter-spacing: 2px;
}
.column .entry p.meta{
	font-size:0.875em;
	color: #999;
	margin-top: -8px;
	margin-bottom: 12px !important;
}

.entry-column .image span.category{
	background-color:rgba(69, 158, 148, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFCA0299,endcolorstr=#FFCA0299,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCA0299,endColorstr=#FFCA0299)";
	zoom:1;
	font-size: 0.8em;
	color: #FFF;
	line-height: 100%;
	padding: 8px 10px 8px 10px;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

.entry-column span.new{
	position: absolute;
	top: -10px;
	right:-5px;
	z-index: 9999;
}




.offset-90{
	width: 90%;
	margin: auto;
}
.offset-80{
	width: 80%;
	margin: auto;
}
.offset-70{
	width: 70%;
	margin: auto;
}
.offset-60{
	width: 60%;
	margin: auto;
}
.offset-50{
	width: 50%;
	margin: auto;
}
.offset-40{
	width: 40%;
	margin: auto;
}
.offset-30{
	width: 30%;
	margin: auto;
}
.offset-20{
	width: 20%;
	margin: auto;
}
.offset-10{
	width: 10%;
	margin: auto;
}

.image-w-10 img{
	width: 10% !important;
	height: auto;
}
.image-w-20 img{
	width: 20% !important;
	height: auto;
}
.image-w-30 img{
	width: 30% !important;
	height: auto;
}
.image-w-40 img{
	width: 40% !important;
	height: auto;
}
.image-w-50 img{
	width: 50% !important;
	height: auto;
}
.image-w-60 img{
	width: 60% !important;
	height: auto;
}
.image-w-70 img{
	width: 70% !important;
	height: auto;
}
.image-w-80 img{
	width: 80% !important;
	height: auto;
}
.image-w-90 img{
	width: 90% !important;
	height: auto;
}



p.archiveTitle{
	font-size: 2.0em !important;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 165%;
	color: #000;
	margin-bottom: 18px !important;
}


}





/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ボックス上下のPadding スマホの場合は-半分
-------------------------------------------- */

.padding-tb-30 {
	padding: 30px 0 30px 0 !important;
}
.padding-tb-40 {
	padding: 30px 0 30px 0 !important;
}
.padding-tb-50 {
	padding: 40px 0 40px 0 !important;
}
.padding-tb-60 {
	padding: 40px 0 40px 0 !important;
}
.padding-tb-80 {
	padding: 60px 0 60px 0 !important;
}

.padding-tb-45_40 {
	padding: 35px 0 30px 0 !important;
}
.padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}


.well-lg {
	padding: 24px 30px 20px 30px !important;
}

/* エディター Class
-------------------------------------------- */
.alphanumeric,
span.alphanumeric {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}
.mincho,
span.mincho {
	font-family: 'Cormorant Garamond', serif;
}

.edit h1,
.edit h2,
.edit h3.
.edit h4,
.edit h5.
.edit h6{
	margin-bottom: 10px  important;
}

#title h1,
.edit h1{
	font-size: 2.250em; /* 32px */
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
}

.edit h2 {
	font-size: 1.875em;
	font-family: 'Cormorant Garamond', serif;
	color: #000;
	font-weight: normal;
	line-height: 170%;
	letter-spacing: 1px;
}
.edit h3 {
	font-size: 1.625em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
}

.edit h4 {
	font-size: 1.250em; /* 22px */
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
}
.edit h5 {
	font-size: 1.125em; /* 18px */
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
}
.edit h6 {
	font-size: 1.0em; /* 16px */
	color: #000;
	line-height: 170%;
}

.edit p {
	font-size: 100%; /* 16px */
	color: #000;
	line-height: 180% !important;
	margin-bottom: 18px;
}

.edit p.caption {
	font-size: 1.0em;
	line-height: 160%;
}

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size: 1.000em;
	margin-bottom: 10px;
}

.edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	line-height:170%;
	width: 120px;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	line-height:180%;
}

.edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.edit table.stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.000em;
	font-weight: normal;
	line-height:180%;
}
.edit table.stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	font-size: 1.2em;
	line-height:170%;
}

.edit table td ul li{
	font-size: 1.2em;
}

.edit table p{
	font-size: 1.000em;
	margin-bottom: 16px;
	line-height: 180%;
	margin-bottom: 0;
}


.edit p a,
.edit ol li a,
.edit ul li a{
	color:#000;
	text-decoration: underline;
}
.edit p a:hover,
.edit ol li a:hover,
.edit ul li a:hover{
	color:#FFCA02;
	text-decoration: none;
}
.edit table td a{
	color:#FFCA02;
	text-decoration: underline;
}
.edit table td a:hover{
	color:#000;
	text-decoration: none;
}

.edit blockquote{
	background-color:#F5F5F5;
	padding:2.0em 3.5em 1.2em 4em;
	position:relative;
}
.edit blockquote.bg-white{
	background-color:#FFF;
	padding:2.0em 3.5em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Cormorant Garamond', serif;
	color:#CCC;
	position:absolute;
	left:8px;
	top:4px;
}
.edit blockquote::after{
	content:"”";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Cormorant Garamond', serif;
	color:#CCC;
	position:absolute;
	bottom:-20px;
	right:0;
}


.edit blockquote p{
}
.edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.edit p.category a{
	color: #FFCA02;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #000;
	text-decoration: none;
}

.edit p.number-sign {
	font-size:2.375em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.edit p.caution{
	color: #FF6600 !important;
}

/* レイアウト
-------------------------------------------- */
.block1 .box{
	width: 100%;
}

.block2 .box{
}
.block2 .box:nth-child(odd){
}
.block2 .box:nth-child(even){

}





.block3 .box{
}
.block3 .box:nth-child(3n) {
}
.block3 .box:nth-child(3n+1) {
}

.block4 .box{
}
.block4 .box:nth-child(odd){
}
.block4 .box:nth-child(even){
}
.block4 .box .entry{
}

.block5 .box{
}
.block5 .box:nth-child(5n) {
}

.block1-sp .box{
	width: 100% !important;
}

.block2-sp .box{
	float: left;
	width: 48%;
}
.block2-sp .box:nth-child(odd){
	clear: both;
}
.block2-sp .box:nth-child(even){
	float: right;
}

.block3-sp .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.block3-sp .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}

.block6-sp .box{
	float: left;
	width: 47%;
}
.block6-sp .box:nth-child(odd){
	clear: both;
}
.block6-sp .box:nth-child(even){
	float: right;
}

.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry,
.block5 .entry,
.block6 .entry{
	margin-bottom: 2.0em;
}


.entry {
	position: relative;
}
.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}



.entry .image{
	margin-bottom: 1.5em;
}
.entry .image img{
	width: 100%;
	height: auto;
}

.entry-image-100-sp{
	width: 100% !important;
}
.entry-image-100-sp .image{
	float: left;
	width: 26%;
}
.entry-image-100-sp .text{
	float: right;
	width: 68%;
}

.entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.entry-image-r-30-sp{
}
.entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.entry-image-r-40-sp{
}
.entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp{
}
.entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}



.block3.column .box{
	width: 100% !important;
	margin-bottom: 2.0em;
}
.column .entry{
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: table;
	position: relative;
}
.column .entry .image{
	max-height: 190px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	margin-bottom: 24px !important;
	position: relative;
}
.column .entry .image img{
	width:100%;
	height: auto;
}
.column .entry .text{
	padding: 0 28px 10px 28px;
}
.column .entry .text-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 24px 28px 10px 28px;
}

.column .entry .text h5,
.column .entry .text-middle h5{
	margin-bottom: 16px !important;
	letter-spacing: 1px;
}
.column .entry p.meta{
	font-size:0.750em;
	color: #999;
	margin-top: -8px;
	margin-bottom: 12px !important;
}

.column .entry-column p.sub{
	font-size:0.750em !important;
	color: #459D93 !important;
	text-align: center !important;
}
.entry-column .image span.category{
	background-color:rgba(69, 158, 148, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFCA0299,endcolorstr=#FFCA0299,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCA0299,endColorstr=#FFCA0299)";
	zoom:1;
	font-size: 0.8em;
	color: #FFF;
	line-height: 100%;
	padding: 8px 10px 8px 10px;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}

.entry-column span.new{
	position: absolute;
	top: -10px;
	right:-5px;
	z-index: 9999;
}



.offset-90{
	width: 90%;
	margin: auto;
}
.offset-80{
	width: 90%;
	margin: auto;
}
.offset-70{
	width: 90%;
	margin: auto;
}
.offset-60{
	width: 90%;
	margin: auto;
}
.offset-50{
	width: 90%;
	margin: auto;
}
.offset-40{
	width: 90%;
	margin: auto;
}
.offset-30{
	width: 90%;
	margin: auto;
}
.offset-20{
	width: 90%;
	margin: auto;
}
.offset-10{
	width: 90%;
	margin: auto;
}


.image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.image-w-90-sp img{
	width: 90% !important;
	height: auto;
}


.entry p.title{
	font-size: 1.5em !important;
	font-weight: bold;
	line-height: 165%;
	color: #000;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.8em !important;
	font-weight: bold;
	line-height: 165%;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 10px !important;
}

}












.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}

.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-6 {
	padding-bottom: 6px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-25 {
	padding-bottom: 20px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 20px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}

.padding-right-2 {
	padding-right: 2px !important;
}
.padding-right-3 {
	padding-right: 3px !important;
}
.padding-right-4 {
	padding-right: 4px !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-6 {
	padding-right: 6px !important;
}
.padding-right-8 {
	padding-right: 8px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-25 {
	padding-right: 20px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}

.padding-left-2 {
	padding-left: 2px !important;
}
.padding-left-3 {
	padding-left: 3px !important;
}
.padding-left-4 {
	padding-left: 4px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-6 {
	padding-left: 6px !important;
}
.padding-left-8 {
	padding-left: 8px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-25 {
	padding-left: 20px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}



.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-12 {
	margin-top: 15px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 20px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-12 {
	margin-bottom: 10px !important;
}
.margin-bottom-12 {
	margin-bottom: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}


.margin-right-2 {
	margin-right: 2px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 20px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}


.margin-left-2 {
	margin-left: 2px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 20px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}

.margin-tb-40 {
	margin: 40px 0 40px 0 !important;
}

