﻿html,
button,
input,
select,
textarea {
	color: #4d4d4d;
}

body {
	background: #ff;
	color: #4D4D4D;
	font: 100%/1.8 "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.1;
}

::-moz-selection {
	background: #fff;
	text-shadow: none;
}

::selection {
	background: #fff;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

a {	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.pick {	color: #4d4d4d;
	text-decoration: underline;
	font-weight: bold;
}
a.pick:hover {
	text-decoration: underline;
	font-weight: bold;
}


a:hover img,
.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}


img {
	max-width: 100%;
}

p{
	font-size: 16px;
}

.strong{
	font-weight: bold;
}

.textUnder{
	text-decoration: underline;
}


.ef1,
.efb1,
.efb2,
.efb3,
.efb4 {
	opacity: 0;
}
.animated1 {
	-webkit-animation: fade-up1 0.7s linear 0s both;
	animation: fade-up1 0.7s linear 0s both;
}
@-webkit-keyframes fade-up1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fade-up1 {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.ef4:hover {
	-webkit-animation: ef4-key 0.3s linear 0s infinite alternate;
	animation: ef4-key 0.3s linear 0s infinite alternate;
}
@-webkit-keyframes ef4-key {
	0% {
		-webkit-transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-15px);
	}
}
@keyframes ef4-key {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-15px);
	}
}
.ef5:hover {
	-webkit-animation: ef5-key 1s linear 0s infinite alternate;
	animation: ef5-key 1s linear 0s infinite alternate;
}
@-webkit-keyframes ef5-key {
	0% {
		-webkittransform: translateY(20px);
	}
	30% {
		-webkittransform: translateY(-5px);
	}
	50% {
		-webkittransform: translateY(0px);
	}
	70% {
		-webkittransform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes ef5-key {
	0% {
		transform: translateY(20px);
	}
	30% {
		transform: translateY(-5px);
	}
	50% {
		transform: translateY(0px);
	}
	70% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

.ef6:hover {
	/*-webkit-animation: ef6-key 0.4s linear 0s infinite alternate;
	animation: ef6-key 0.4s linear 0s infinite alternate;*/
	-webkit-animation: ef6-key 0.4s linear 0s 4 alternate;
	animation: ef6-key 0.4s linear 0s 4 alternate;

}
@-webkit-keyframes ef6-key {
	0% {
		-webkit-transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(5deg);
	}
}
@keyframes ef6-key {
	0% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(5deg);
	}
}



.moji42{
	font-size: 42px;
}

.moji30{
	font-size: 30px;
}


/*--------------------------------------

みんなのテンプレート誘導ボタン

----------------------------------------*/

.GOTO-SITE-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-right: 27px;
    position: sticky;
    bottom: 10px;
    left: 0;
}



.GOTO-SITE-wrapper img {
    width: 140px;
    height: auto;
    padding: 0;
}


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

.GOTO-SITE-wrapper img {
    width: 120px;
}

}

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


.GOTO-SITE-wrapper {
    padding-right: 20px;
}


.GOTO-SITE-wrapper img {
    width: 100px;
}

}

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

.GOTO-SITE-wrapper {
    padding-right: 15px;
}

.GOTO-SITE-wrapper img {
    width: 80px;
}

}

/*  ふわふわ動く */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.wrapper {
	margin: 0 auto;
}

.section {
	position: relative;
	width: 100%;
	text-align: center;
}


#header-container {
	height: auto;
	width: 100%;
}


#header {
	background-color: #fff;
	width: 100%;
}

#header .wrapper {
	margin: 75px auto 50px;
	text-align: center;
} 

#header h1.logo {
	width: 205px;
	height: 153px;
	margin: 0 auto 100px;
}


#header h2,
#temp-01 h2,
#temp-02 h2 {
	width: 722px;
	height: 88px;
	margin: 100px auto 30px;
}



#footer-container {
	/*background: #333;*/
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer-container .copyZone {
	width: 640px;
	height: auto;
	margin: 80px auto 20px;
	/*background-color: #000000;*/
}

#footer-container img.logo {
	float: left;
	margin-left: 10px;
}

#footer-container .mojiZone {
	float: right;
	width: 540px;
	height: 84px;
	/*background-color: #330000;*/
	text-align: left;
	padding: 0;
	margin: 0;
}

#footer-container .mojiZone p{
	font-size: 26px;
	vertical-align: middle;
	margin: 0;
	line-height: 1.6em;
	padding: 0;
}


#footer-container p.copyright {
	color: #575757;
	font-size: 23px;
	margin: 0 auto;
}

#main-container {
	height: auto;
	width: 100%;
	text-align: center;
}

#main-container .wrapper {
	margin: 0 auto;
} 


#main-container img.img100 { width: 100vw; }



#main-container .Colorback{
	width: 100%;
	height: 542px;
	margin: 0 auto;
	padding: 0;
	background: 
	url("../img/minna-no-temp02-main.jpg") center bottom no-repeat,
#ffd279 url("../img/minna-no-temp02-mainback.jpg") right bottom no-repeat;
}

#main-container .Colorback p{
	display: none;
}


#main-container .Colorback2{
	background-color: #ffd279;
	text-align: center;
	vartical-align: top;
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 80px;
}

#main-container .Colorback2 p img.copy{
	/*width: 1151px;
	height: 171px;
	margin: 0;*/
	max-width: 1151px;
	height: auto;
	width: 80%;

}

#main-container .Colorback2 p{
	margin-top: 120px;
	color: #ffffff;
	font-size: 30px;
}

#main-container .Colorback2 p.copy2{
	margin-top: 20px;
	color: #4d4d4d;
	font-size: 18px;
}



#main-container p img.formbottun{
	text-align: center;
	vartical-align: top;
	padding: 0;
	max-width: 607px;
	height: auto;
	width: 60%;
	/*margin-top: 60px;*/
	margin-top: 30px;
}

#main-container .Colorback2 span{
	display: none;
}


.dsp-w {
	display: inline;
}
.dsp-s {
	display: none;
}

#temp-icon {
	background-image: none;
	padding: 0;
	margin: 100px auto 100px;
	text-align: center;
	/*background-color: #3333ff;*/
}


#temp-icon p.copy1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 15px
	text-align: center;
}

/*
#temp-icon p.copy2 {
	font-size: 20px;
	line-height: 1.75;
	margin: 0;
}*/

#temp-icon .wrapper {
	max-width: 980px;
}
#temp-icon ul {
	display: table;
	font-size: 0;
	line-height: 0;
	width: 100%;
}
#temp-icon li {
	color: #4d4d4d;
	display: inline-block;
	/*font-size: 21px;*/
	/*letter-spacing: -0.04em;*/
	line-height: 1.5;
	/*margin: 0 0 30px;*/
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 33%;
	/*background-color: #3300ff;*/
}


#temp-icon li img:{
	margin-top: 20px;
}


#temp-icon ul span,
#temp-icon ul a {
	display: block;
	height: 436px;
	margin: 0 auto 15px;
	overflow: hidden;
	position: relative;
	/*width: 150px;*/
}


#temp-icon ul span img,
#temp-icon ul a img {
	left: 0;
	position: absolute;
	top: 0;
	/*-webkit-transition: top 0.4s ease 0s;
	-moz-transition: top 0.4s ease 0s;
	-o-transition: top 0.4s ease 0s;
	transition: top 0.4s ease 0s;*/
	width: 320px;
	height: 386px;
}


#temp-02{
	margin: 0 auto;
}


#main-container .Colorback3{
	width: 100%;
	height: 234px;
	margin: 0 auto;
	padding-top: 50px;
	background: url("../img/temp-title03-bottom-back.jpg") top left repeat-x;
}


#main-container .Colorback3 p{
	padding: 0;
	margin: 0;
	color: #575757;
	font-size: 24px;
}

#main-container .Colorback3 img.copy2{
	padding: 0;
	margin: 20px auto 0;
	max-width: 840px;
	height: auto;
	width: 70%;

}

#main-container .Colorback3 span{
	display: none;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1440px) and  (min-width: 980px) , print{


#main-container .Colorback{
	width: 100%;
	height: 369px;
	margin: 0 auto;
	padding: 0;
	background: 
	url("../img/minna-no-temp02-main980.jpg") center bottom no-repeat,
#ffd279 url("../img/minna-no-temp02-mainback980.jpg") right bottom no-repeat;
}

}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 979px) and  (min-width: 721px) , print{


#main-container .Colorback{
	width: 100%;
	height: 271px;
	margin: 0 auto;
	padding: 0;
	background: 
	url("../img/minna-no-temp02-main720.jpg") center bottom no-repeat,
#ffd279 url("../img/minna-no-temp02-mainback720.jpg") right bottom no-repeat;
}




.moji42{
	font-size: 28px !important;
}

.moji30{
	font-size: 18px !important;
}

#header h2{
	width: 70%;
	height: auto;
	margin: 0 auto 50px;
}

#temp-01 h2,
#temp-02 h2 {
	width: 70%;
	height: auto;
	margin: 70px auto 30px;
}


#temp-icon {
	background-image: none;
	padding: 0;
	margin: 100px auto 30px;
	text-align: center;
	/*background-color: #3333ff;*/
}

#temp-icon .wrapper {
	max-width: 720px;
}
#temp-icon ul {
	display: table;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

#temp-icon ul {
	display: table;
	font-size: 0;
	line-height: 0;
	width: 100%;
}
#temp-icon li {
	color: #4d4d4d;
	display: inline-block;
	/*font-size: 21px;*/
	/*letter-spacing: -0.04em;*/
	line-height: 1.5;
	/*margin: 0 0 30px;*/
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 33%;
	/*background-color: #3300ff;*/
}


#temp-icon li img:{
	margin-top: 20px;
}


#temp-icon ul span,
#temp-icon ul a {
	display: block;
	height: 350px;
	margin: 0 auto 15px;
	overflow: hidden;
	position: relative;
	/*width: 150px;*/
}


#temp-icon ul span img,
#temp-icon ul a img {
	left: 0;
	position: absolute;
	top: 0;
	/*-webkit-transition: top 0.4s ease 0s;
	-moz-transition: top 0.4s ease 0s;
	-o-transition: top 0.4s ease 0s;
	transition: top 0.4s ease 0s;*/
	width: 265px;
	height: 320px;
}

#main-container .Colorback2{
	background-color: #ffd279;
	text-align: center;
	vartical-align: top;
	margin-top: 30px;
	padding-top: 80px;
	padding-bottom: 30px;
}

#main-container .Colorback2 p img.copy{
	/*width: 1151px;
	height: 171px;
	margin: 0;*/
	max-width: 1151px;
	height: auto;
	width: 75%;
}

#main-container .Colorback2 p{
	margin-top: 0;}


#main-container .Colorback2 p.copy2{
	margin-top: 0;
	color: #4d4d4d;
	font-size: 14px;
}



#main-container .Colorback3{
	width: 100%;
	height: 180px;
	margin: 0 auto;
	padding-top: 35px;
	background: url("../img/temp-title03-bottom-back.jpg") top left repeat-x;
}


#main-container .Colorback3 p.copy2{
	padding: 0;
	margin: 0;
	color: #575757;
	font-size: 20px;
}

#main-container .Colorback3 img.copy2{
	padding: 0;
	margin: 20px auto 0;
	max-width: 840px;
	height: auto;
	width: 70%;
}


#footer-container .copyZone {
	width: 440px;
	height: auto;
	margin: 80px auto 20px;
	/*background-color: #000000;*/
}

#footer-container img.logo {
	float: left;
	margin-left: 10px;
	width: 54px;
	height: 62px;
}

#footer-container .mojiZone {
	float: right;
	width: 360px;
	height: 70px;
	/*background-color: #330000;*/
	text-align: left;
	padding: 0;
	margin: 0;
}

#footer-container .mojiZone p{
	font-size: 18px !important;
	vertical-align: middle;
	margin: 0;
	line-height: 1.6em;
	padding-top: 6px;
}


#footer-container p.policy,
#footer-container p.policy a{
	color: #575757;
	margin: 20px auto 30px;
}

#footer-container p.policy a:hover{
	text-decoration: underline;
}



#footer-container p.copyright{
	color: #575757;
	font-size: 16px !important;
	margin: 0 auto;
}




}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 720px) and  (min-width: 481px) , print {

.dsp-w {
	display: none;
}
.dsp-s {
	display: inline;
}

p {
	font-size: 14px;
}

.moji42{
	font-size: 20px !important;
}

.moji30{
	font-size: 14px !important;
}

#header .wrapper {
	margin: 75px auto 50px;
	text-align: center;
} 


#header h1.logo {
	width: 30%;
	height: auto;
	margin: 0 auto 60px;
}


#temp-01{
	margin: 50px auto 0;
}

#temp-02{
	margin: 0 auto;
	/*background-color: #3333ff;*/
}

#header h2{
	width: 75%;
	height: auto;
	margin: 0 auto 50px;
	min-width: 400px;
}

#main-container .Colorback{
	width: 100%;
	height: 211px;
	margin: 0 auto;
	padding: 0;
	background: 
	url("../img/minna-no-temp02-main560.jpg") center bottom no-repeat,
#ffd279 url("../img/minna-no-temp02-mainback560.jpg") right bottom no-repeat;
}

#temp-01 h2,
#temp-02 h2 {
	width: 75%;
	height: auto;
	margin: 100px auto 30px;
}


#temp-02 img.mark{
	width: 180px;
	height: 72px;
	margin: 0;
}


#main-container {
	margin-bottom: 50px;
}

#temp-icon .wrapper{
	margin-left: 10px;
	margin-right: 10px;
}
#temp-icon {
	margin: 0;
	/*padding: 90px 0 0;*/
	padding: 35px 0 0;
	position: relative;
	/*background-color: #33ff33;*/
}

#temp-icon ul {
	font-size: 0;
	line-height: 0;
}
#temp-icon li {
	/*font-size: 14px;*/
	line-height: 1.3;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}
#temp-icon ul span,
#temp-icon ul a {
	height: 193px;
	margin: 0 auto 5px;
	width: 160px;
}

#temp-icon ul span img,
#temp-icon ul a img{
	height: 193px;
	margin: 0 auto 5px;
	width: 160px;
}

#temp-icon p {
	/*color: #52A44A;*/
	font-size: 18px;
	/*font-weight: bold;*/
	margin: 50px 0 0;
	text-align: center;
	width: 200px;
}



#main-container p img.formbottun{
	text-align: center;
	vartical-align: top;
	padding: 0;
	/*max-width: 607px;
	max-width: 300px;*/
	height: auto;
	width: 280px;
	margin-top: 20px;
}

#main-container .Colorback2{
	background-color: #ffd279;
	text-align: center;
	vartical-align: top;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
}

#main-container .Colorback2 p img.copy{
	/*width: 1151px;
	height: 171px;
	margin: 0;*/
	max-width: 1151px;
	height: auto;
	width: 90%;
}

#main-container .Colorback2 p{
	margin-top: 0;}

#main-container .Colorback2 p.copy2{
	margin-top: 30px;
	color: #4d4d4d;
	font-size: 12px;
}

/*#main-container .Colorback2 img{
	max-width: 460px;
	width: 50%;
	margin-top: 30px;
	margin-bottom : 20px;
}*/



#main-container .Colorback3{
	width: 100%;
	height: 160px !important;
	margin: 0 auto;
	padding-top: 40px;
	background: url("../img/temp-title03-bottom-back.jpg") top left repeat-x;
	padding-bottom: 0;
}


#main-container .Colorback3 p{
	padding: 0;
	margin: 0;
	color: #575757;
	font-size: 16px;
}

#main-container .Colorback3 img.copy2{
	padding: 0;
	margin: 20px auto 0;
	max-width: 560px;
	height: auto;
	width: 80%;
}


#footer-container .copyZone {
	width: 350px;
	height: auto;
	margin: 60px auto 20px;
	/*background-color: #000000;*/
	text-align: center;
}

#footer-container img.logo {
	float: left;
	margin-left: 10px;
	width: 46px;
	height: 53px;
}

#footer-container .mojiZone {
	float: right;
	width: 290px;
	height: 64px;
	/*background-color: #330000;*/
	text-align: left;
	padding: 10px 5px 0 0;
	margin: 0;
}

#footer-container .mojiZone p{
	font-size: 14px !important;
	vertical-align: middle;
	margin: 0;
	line-height: 1.6em;
	padding: 0;
}

#footer-container p.policy,
#footer-container p.policy a{
	color: #575757;
	margin: 20px auto 30px;
}

#footer-container p.policy a:hover{
	text-decoration: underline;
}


#footer-container .copyright {
	color: #575757;
	font-size: 12px !important;
	margin: 0 auto;
}


}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) , print {

.dsp-w {
	display: none;
}
.dsp-s {
	display: inline;
}


.moji42{
	font-size: 16px !important;
}

.moji30{
	font-size: 10px !important;
}

#header {
	background-color: #fff;
	width: 100%;
}

#header .wrapper {
	margin: 30px auto 20px;
	text-align: center;
} 

#header h1.logo {
	margin: 0 auto 60px;
	width: 33%;
	height: auto;
}

#header h2{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	background-colr: #fff;
}


p {
	font-size: 12px;
}


#main-container .Colorback{
	width: 100%;
	height: 151px;
	margin: 0 auto;
	padding: 0;
	background: 
	url("../img/minna-no-temp02-main400.jpg") center bottom no-repeat,
#ffd279 url("../img/minna-no-temp02-mainback400.jpg") right bottom no-repeat;
}



#temp-icon {
	margin-top: 0;
	/*padding: 90px 0 0;*/
	padding: 35px 0 0;
	position: relative;
}

#temp-02{
	margin: 0 auto;
}


#temp-01 h2,
#temp-02 h2 {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
}


#temp-02 h2 {
	margin: -50px auto 0;
}

#temp-02 img.mark{
	width: 150px;
	height: auto;
}

#temp-icon .wrapper{
	margin-left: 10px;
	margin-right: 10px;
}
#temp-icon {
	margin-top: 0;
	/*padding: 90px 0 0;*/
	padding: 35px 0 0;
	position: relative;
}

#temp-icon ul {
	font-size: 0;
	line-height: 0;
}
#temp-icon li {
	/*font-size: 14px;*/
	line-height: 1.3;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 160px;
}
#temp-icon ul span,
#temp-icon ul a {
	height: 193px;
	margin: 0 auto 5px;
	width: 160px;
}

#temp-icon ul span img,
#temp-icon ul a img{
	height: 193px;
	margin: 0 auto 5px;
	width: 160px;
}


#main-container .Colorback2{
	background-color: #ffd279;
	text-align: center;
	vartical-align: top;
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 20px;
}

#main-container .Colorback2 p{
	margin: 0;}


#main-container .Colorback2 p img.copy{
	/*width: 1151px;
	height: 171px;
	margin: 0;*/
	max-width: 1151px;
	height: auto;
	width: 95%;
}

#main-container .Colorback2 p.copy2{
	margin: 10px auto 0;
	color: #4d4d4d;
	font-size: 11px;
	width: 90%;
}

/*#main-container .Colorback2 img{
	max-width: 460px;
	width: 60%;
	margin-top: 20px;
	margin-bottom : 20px;
}*/


#main-container  img.formbottun{
	max-width: 613px;
	width: 60%;
	margin-top: 20px;
	margin-bottom : 20px;
}


#main-container .Colorback3{
	width: 100%;
	height: 100px !important;
	margin: 0 auto;
	padding-top: 20px;
	background: url("../img/temp-title03-bottom-back.jpg") top left repeat-x;
}

#main-container .Colorback3 p{
	padding: 0;
	margin: 0;
	color: #575757;
	font-size: 12px;
}

#main-container .Colorback3 img.copy2{
	padding: 0;
	/*margin: 15px auto 0;*/
	margin: 0 auto;
	max-width: 560px;
	height: auto;
	width: 90%;
}


#footer-container .copyZone {
	width: 310px;
	height: auto;
	margin: 60px auto 20px;
	/*background-color: #000000;*/
	text-align: center;
}

#footer-container img.logo {
	float: left;
	margin-left: 5px;
	width: 42px;
	height: 49px;
}

#footer-container .mojiZone {
	float: right;
	width: 250px;
	height: 64px;
	/*background-color: #330000;*/
	text-align: left;
	padding-top: 3px;
	margin: 0;
}

#footer-container .mojiZone p{
	font-size: 14px !important;
	vertical-align: middle;
	margin: 0;
	line-height: 1.6em;
	padding: 0;
}

#footer-container p.policy,
#footer-container p.policy a{
	color: #575757;
	margin: 20px auto 30px;
	font-size: 12px !important;
}

#footer-container p.policy a:hover{
	text-decoration: underline;
}

#footer-container .copyright {
	color: #575757;
	font-size: 12px !important;
	margin: 0 auto;
}

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.container:after,
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
