@charset "UTF-8";

.pager:after,
.entry:after,
.list:after,
.well:after,
.section:after,
section:after,
.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager,
.entry,
.list,
.well,
.section,
section,
.block1,
.block2,
.block3,
.block4,
.block5,
.block6{
	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;
}

.margin-tb-40 {
	margin: 40px 0 40px 0 !important;
}
.padding-tb-20 {
	padding: 20px 0 20px 0 !important;
}
.padding-tb-30 {
	padding: 30px 0 30px 0 !important;
}
.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-45_40 {
	padding: 45px 0 40px 0 !important;
}
.padding-tb-40_20 {
	padding: 40px 0 20px 0 !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;
}

span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-orange{
	border-bottom: 2px solid #47ADA2;
	padding-bottom: 6px;
}

/* 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:#333;
	text-decoration: underline;
}
a:hover {
	color: #47ADA2;
	text-decoration: none;
}

a.line-none {
	color:#333 !important;
	text-decoration: none !important;
}
a:hover.line-none{
	color:#47ADA2 !important;
	text-decoration: underline !important;
}

a.color-theme{
	color:#47ADA2 !important;
	text-decoration: underline !important;
}
a:hover.color-theme{
	color:#47ADA2 !important;
	text-decoration: none !important;
}
a.color-orange{
	color:#fe5f00 !important;
	text-decoration: none !important;
}
a:hover.color-orange{
	color:#fe5f00 !important;
	text-decoration: underline !important;
}
a.color-white{
	color:#FFF !important;
	text-decoration: underline !important;
}
a:hover.color-white{
	color:#FFF !important;
	text-decoration: none !important;
}
a.color-black{
	color:#000 !important;
	text-decoration: underline !important;
}
a:hover.color-black{
	color:#47ADA2 !important;
	text-decoration: none !important;
}

.text-theme{
	color: #006c5f !important;
}
.text-white{
	color: #FFF !important;
}
.text-black{
	color: #000 !important;
}
.text-darkgray{
	color: #666e70 !important;
}
.text-grayl{
	color: #999 !important;
}
.text-orange{
	color: #FF6600 !important;
}




.bg-theme{
	background-color:#47ADA2;
}
.bg-gray{
	background-color:#efefef;
}
.bg-glayh {
	background-color: #222;
}
.bg-glayl {
	background-color: #EFEFEF;
}
.bg-white {
	background-color: #FFF;
}
.bg-orange {
	background-color: #FF6600;
}
.bg-beige{
	background-color: #F4F2EC;
}





/* image */
img[class*="wp-image-"] {
	height: auto;
}

.img-round-corners img{
	border-radius: 5px;
}
.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);
}





/* 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{
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btn a:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #111;
	text-decoration: none;
}

.btn-sm{
	font-size: 0.875em;
	line-height: 160%;
}
.btn-sm a{
	padding: 10px 16px 10px 16px;
}
.btn-sm a:hover{
	padding: 10px 16px 10px 16px;
}


.btn-md{
	font-size: 1.25em;
	line-height: 160%;
}
.btn-md a{
	padding: 14px 28px 14px 28px;
}
.btn-md a:hover{
	padding: 14px 28px 14px 28px;
}

.btn-lg{
	font-size: 1.8em;
	line-height: 180%;
}
.btn-lg a{
	padding: 20px 40px 20px 40px;
}
.btn-lg a:hover{
	padding: 20px 40px 20px 40px;
}

.btn-full{
	width: 100%;
}
.btn-half{
	width: 50%;
}
.btn-adjust{
	display: inline-block;
}

.btn-white a{
	background: #fff;
	border:1px solid #111;
	color: #333;
}
.btn-white a:hover{
	background: #CCC;
	border:1px solid #CCC;
	color: #333;
}
.btn-orange a{
	background: #f75d00 !important;
	border:1px solid #f75d00 !important;
	color: #FFF;
}
.btn-orange a:hover{
	background: #CCC !important;
	border:1px solid #CCC !important;
	color: #666;
}
.btn-theme a{
	background: #d0efef !important;
	border:1px solid #d0efef !important;
	color: #006c5f;
}
.btn-theme a:hover{
	background: #CCC !important;
	border:1px solid #CCC !important;
	color: #666;
}



.btnType1,
.btnType2{
	font-size: 1.0em;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
}
/* ボタン（グレーシャドウ） */

.btnType1 a{
	display: block;
	background:#d1eae8;
	border-radius: 5px;
	padding: 26px 26px 26px 26px;
	color: #166a5d;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
.btnType1 a:hover{
	display: block;
	background:#CCC;
	border-radius: 5px 5px 5px 5px;
	padding: 26px 26px 26px 26px;
	color: #166a5d;
	text-decoration: none;
}

.btnType2{
	border:5px solid #47ada2;
	background-color: #f6f6f6;
	font-size: 1.0em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
.btnType2 a{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #000;
	background-color: #f6f6f6;
	text-decoration: none;
}
.btnType2 a:hover{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
}



/* column */
.well {
	padding: 18px 24px 18px 24px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
}

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

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

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

.well-grayl {
	background-color: #EFEFEF;
}

.well-beige {
	background-color: #F4F2EC;
}

.well-green {
	background-color: #d0efef;
}
.well-white-alpha {
	background-color: rgba(255,255,255,0.6);
	border: none;
}


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

.well-border-orange {
	border: 1px solid #47ADA2;
}



.well p:last-child {
	margin-bottom: 0 !important;
}



.divider{
	border-bottom:1px solid #DEDEDE;
	color: #DEDEDE;
	padding: 0;
	margin: 0;
}
.divider-sm{
	margin: 10px 0 10px 0;
}
.divider-md{
	margin: 20px 0 20px 0;
}
.divider-md{
	margin: 50px 0 50px 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;
}




/* add */
select.select-box {
	background-color: #CCC;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.0em;
	height: 34px;
	padding: 0 24px;
	vertical-align: middle;
}



/* スクロールバー本体 */
.scrollbar::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.scrollbar::-webkit-scrollbar:horizontal{
	width: 5px;
	background: #9aadfc;
}
/* スクロールバーの動く部分 */
.scrollbar::-webkit-scrollbar-thumb{
	background: #459e94;
	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 #459e94;
	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; }


.panel-row-style{
	border: none !important;
	padding: 0 !important; 
}




/* add */

.line-title-single{
	width: 92%;
	margin:auto;
	position: relative;
	clear: both;
	text-align: center;
}
.line-title-single:before {
	content: "";
	display: block;
	border-top: solid 1px #CCC;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}


.line-title-slanting span.white,
.line-title-double span.white,
.line-title-single span.white {
	background-color: #FFF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-slanting span.beige,
.line-title-double span.beige,
.line-title-single span.beige {
	background-color: #EDEADE;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-slanting span.gleyl,
.line-title-double span.gleyl,
.line-title-single span.gleyl {
	background-color: #EFEFEF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}




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

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

.hide_pc{
	display: none;
}

span.break_pc{
	display: block;
}

/* background */
.bg {
	min-width: 1060px;
}

#badge{
	position: fixed;
	top: 64%;
	right: 0px;
	z-index:999;
	text-align:right;
}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;

}
#main-column2{
	float: left;
	width: 790px !important;
	position: relative;
}





/* エディター Class
-------------------------------------------- */

.edit h1{
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 2.00em;
	font-weight: 700;
	color: #111;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.edit h1:after{
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 10%;
	height: 6px;
	box-sizing: border-box;
}
.edit h1::after{
	bottom: 0;
	border-bottom: 3px solid #999;
}


.edit h2 {
	font-size: 1.8em;
	background-color: #f0f4d8;
	color: #7cbe52;
	font-weight: 700;
	line-height: 170%;
	padding: 18px 0 18px 0;
	letter-spacing: 2px;
	margin-bottom: 18px;
	box-sizing: border-box;
}

.edit h3 {
	font-size: 1.35em !important;
	font-weight: 600;
	color: #6aba73;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 12px 0 10px 8px;
	border-top: 2px solid #111;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
}

.edit h4 {
	background-color: #EFEFEF;
	font-size: 1.25em;
	color: #333;
	font-weight: 700;
	line-height: 170%;
	padding: 10px 0 10px 16px;
	letter-spacing: 2px;
	box-sizing: border-box;
}


.edit h5 {
	font-size: 1.2em !important;
	font-weight: 700;
	color: #7cbe52;
	margin-bottom: 20px;
}



.edit h6 {
	font-size: 1.05em;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 160%;
	width: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}


.edit p {
	font-size: 1.1em !important;
	color: #333;
	line-height: 170% !important;
	margin-bottom: 16px;
}

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

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
}


.edit ol li,
.edit ul li{
	font-size: 1.0em;
	margin-bottom: 16px;
}

.edit dt,
.edit dd{
	font-size: 1.0em;
	line-height: 190% !important;
}
padding-t



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

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

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

.edit table p{
	font-size: 1.0em;
	margin-bottom: 18px;
	line-height:170%;
	margin-bottom: 0;
}

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

.edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.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: #529EC4;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */
.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;
}
.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%;
	margin-right: 2.0%;
}
.block6 .box:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.block6 .box:nth-child(6n+1) {
	clear: both;
}
.block60-40 .box{
	float: left;
}

.block80-20 .box:nth-child(odd){
	clear: both;
	width: 60%;
}
.block80-20 .box:nth-child(even){
	float: right;
	width: 18%;
}


.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;
}
.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-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 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 .image{
	position: relative;
}
.entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 6px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}
.entry p:last-child{
	margin-bottom: 0 !important;
}


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

.entry .image-left{
	float: left;
}



.entry-image-l-10{
}
.entry-image-l-10 .image{
	float: left;
	width: 12%;
}
.entry-image-l-10 .text{
	float: right;
	width: 84%;
}
.entry-image-r-10{
}
.entry-image-r-10 .image{
	float: right;
	width: 12%;
}
.entry-image-r-20 .text{
	float: left;
	width: 84%;
}

.entry-image-l-20{
}
.entry-image-l-20 .image{
	float: left;
	width: 16%;
}
.entry-image-l-20 .text{
	float: right;
	width: 78%;
}
.entry-image-r-20{
}
.entry-image-r-20 .image{
	float: right;
	width: 16%;
}
.entry-image-r-20 .text{
	float: left;
	width: 78%;
}


.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%;
}




.entry-image-l-80{
}
.entry-image-l-80 .image{
	float: left;
	width: 76.5%;
}
.entry-image-l-80 .text{
	float: right;
	width: 23%;
}

.list-article .text{
	background: #191919;
	padding: 22px 20px 10px 20px;
	margin-top: -4px;
}
.list-article .text .fa-plus-circle{
	font-size: 2.2em;
	color: 999;
}
.list-article .entry .image{
	margin-bottom: 0 !important;
}



.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%;
}

.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;
}




}











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

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

.hide_mob{
	display: none;
}

span.break_mob{
	display: block;
}

.padding-top-120-sp{
	padding-top: 120px;
}

#badge{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:9999;
}
#badge img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.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%;
}






/* パンくず
-------------------------------------------- */
#breadcrumb{
	display: none;

}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{

}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	width: 100%;
	position: relative;
}

.inner-sp{
	width: 92%;
	margin: auto; 
}



/* パンくず
-------------------------------------------- */
#breadcrumb{
	display: none;
}


/* カバー画像
-------------------------------------------- */


/* サイドカラム
-------------------------------------------- */


/* エディター Class
-------------------------------------------- */
.edit h1 {
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 2.2em;
	font-weight: 700;
	color: #111;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.edit h1:after{
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 10%;
	height: 6px;
	box-sizing: border-box;
}
.edit h1::after {
	bottom: 0;
	border-bottom: 3px solid #999;
}

.edit h2 {
	font-size: 1.25em;
	background-color: #f0f4d8;
	color: #7cbe52;
	font-weight: 700;
	line-height: 170%;
	padding: 12px 0 12px 0;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.edit h3 {
	font-size: 1.15em;
	font-weight: 600;
	color: #6aba73;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 12px 0 12px 8px;
	border-top: 2px solid #111;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
}

.edit h4 {
	font-size: 1.1em;
	background-color: #EFEFEF;
	font-size: 1.20em;
	color: #333;
	font-weight: 700;
	line-height: 170%;
	padding: 8px 8px 8px 8px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin-bottom: 12px; 
}

.edit h5 {
	font-size: 1.15em;
	font-weight: 700;
	color: #7cbe52;
	margin-bottom: 20px;
}

.edit h6 {
	font-size: 1.00em;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 160%;
	margin-bottom: 10px;
}

.line-title-single {
	 width: 100% !important;
	font-size: 0.9em;
}

.edit p {
	font-size: 1.0em;
	color: #333;
	line-height: 180% !important;
	margin-bottom: 24px;
}
.edit p.no-margin {
	margin-bottom: 0 !important;
}


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

.edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.edit ul{
	margin-bottom: 16px;
}
.edit ol li,
.edit ul li{
	font-size: 1.0em;
	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 #bfbfbf;
	vertical-align: top;
	font-size: 1.0em !important;
	line-height:170%;
}
.edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em !important;
	line-height:170%;
}

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

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

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

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

.edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.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: #529EC4;
	text-decoration: underline;
}
.edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */
.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) {
}

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



.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;
}



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




.entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-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 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 .image{
	margin-bottom: 1.5em;
	position: relative;
}
.entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 3px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}

.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-10-sp{
}
.entry-image-l-10-sp .image{
	float: left;
	width: 12%;
}
.entry-image-l-10-sp .text{
	float: right;
	width: 84%;
}
.entry-image-r-10-sp{
}
.entry-image-r-10-sp .image{
	float: right;
	width: 12%;
}
.entry-image-r-20-sp .text{
	float: left;
	width: 84%;
}

.entry-image-l-20-sp{
}
.entry-image-l-20-sp .image{
	float: left;
	width: 16%;
}
.entry-image-l-20-sp .text{
	float: right;
	width: 78%;
}
.entry-image-r-20-sp{
}
.entry-image-r-20-sp .image{
	float: right;
	width: 16%;
}
.entry-image-r-20-sp .text{
	float: left;
	width: 78%;
}



.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%;
}




.offset-90-sp{
	width: 90%;
	margin: auto;
}
.offset-80-sp{
	width: 80%;
	margin: auto;
}
.offset-70-sp{
	width: 70%;
	margin: auto;
}
.offset-60-sp{
	width: 60%;
	margin: auto;
}
.offset-50-sp{
	width: 50%;
	margin: auto;
}
.offset-40-sp{
	width: 40%;
	margin: auto;
}
.offset-30-sp{
	width: 30%;
	margin: auto;
}
.offset-20-sp{
	width: 20%;
	margin: auto;
}
.offset-10-sp{
	width: 10%;
	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.125em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.375em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 24px !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-15 {
	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;
}



