@charset "UTF-8";

body {
  padding: 0;
}

/* ~~ コンテナ ~~ */
.wrap {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

/* ~~ ヘッダー ~~ */
.header {
	margin: 0;
	padding: 0;
}
.headerNest {
	width: 100%;
	max-width: 1260px;
	min-width: 767px;
	margin: 0 auto;
	padding: 20px 15px 25px 15px;
	background: #FFFFFF url(bg_header.jpg) no-repeat right top;
	text-align: left;
	border-bottom: 3px solid #84CF50;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

/* ~~ コンテンツ ~~ */
.content {

}
.contentNest {
	width: 100%;
	max-width: 1260px;
	min-width: 767px;
	margin: 0 auto;
}

.freeArea {
	width: 100%;
	max-width: 1260px;
	min-width: 767px;
	margin: 0 auto 30px auto;
}

.subMenuArea {

}

.mainArea {

}

/* ~~ フッター ~~ */
.footer {
	padding: 0;
	background: #84CF50;
}
.footerTop {
	height: 90px;
	background: #FFF url(bg_footer.gif) no-repeat top center;
}
.footerNest {
	width: 100%;
	max-width: 1260px;
	min-width: 767px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}
.footerNest p {
	text-align: center;
}
address {
	border-top: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 1.5em 0;
}

/* ~~ その他の float/clear クラス ~~ */
.fltRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.fltLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.clearFloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* -----------------------------------
■リンク効果
----------------------------------- */

a {
-webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
   -moz-transition: all 0.5s ease-out;  /* FF4+ */
    -ms-transition: all 0.5s ease-out;  /* IE10? */
     -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
        transition: all 0.5s ease-out;
}

a:hover {
-webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
   -moz-transition: all 0.5s ease-out;  /* FF4+ */
    -ms-transition: all 0.5s ease-out;  /* IE10? */
     -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
        transition: all 0.5s ease-out;
}

/* -----------------------------------
■ニュース
----------------------------------- */

/* ~~ 新着情報 ~~ */
.newsArea {
	background: #FFF;
	margin: 0 auto 30px auto;
}
.newsArea ul {
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
	list-style-type: none;
}
.newsArea li {
	font-size: 108%;
	margin: 0;
	padding: 1em 1.5em 1em 14em;
	border-bottom: 1px dotted #FF9900;
	text-indent: -13em;
}
.newsArea li span {
	display: inline-block;
	width: 13em;
	text-indent: 0;
}
.newsArea li img {
	margin-right: 1em;
	margin-bottom: -4px;
	vertical-align: bottom;
}
.newsTitleArea {
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #FF9900;
}
.newsTitleArea:after {
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}
.newsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0.4em 4em;
	background: rgb(255,102,0);
	background: -moz-linear-gradient(top,  rgba(255,102,0,1) 0%, rgba(255,153,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,102,0,1) 0%,rgba(255,153,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,102,0,1) 0%,rgba(255,153,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff9900',GradientType=0 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.newsButton {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0.25em;
	padding: 0.5em 1em;
	position: relative;
	top: 0;
	float: right;
}
.newsButton a {
	padding: 0 0 0 10px;
	text-decoration: none;
	background: url(arrow03.png) no-repeat left center;
}

.infoArea {
	text-align: center;
	padding: 0.5em 1em;
	background: url(bg_info.gif) repeat;
}
.infoArea img {
	margin: 0 auto;
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

/* -----------------------------------
■ニュースCGI関連
----------------------------------- */

.newsBoard h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 10px 20px 10px;
	padding: 0.5em 1em;
	background: rgb(255,102,0);
	background: -moz-linear-gradient(top,  rgba(255,102,0,1) 0%, rgba(255,153,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,102,0,1) 0%,rgba(255,153,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,102,0,1) 0%,rgba(255,153,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff9900',GradientType=0 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.newsBoard p {
	margin-left: 10px;
	margin-right: 10px;
}

/* -----------------------------------
■
----------------------------------- */

/* ~~ ボード ~~ */

.commonBoard {
	margin: 0 0 30px 0;
	padding: 5px;
	background-color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	box-shadow: 0 0 5px 0 #999;
}

.commonBoardBox {
	margin: 0 0 20px 0;
	padding: 1.5em;
}
.commonBoardBox *:last-child {
	margin-bottom: 0;
}

.newsBoard {
	border: 1px solid #CCC;
	border-top: none;
	margin: 0 0 30px 0;
	padding: 10px;
	background: #FFF;
	border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.bannerArea {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0.5em 1em;
	background: url(bg_banner.gif) repeat;
}
.bannerArea img {
	margin: 0 auto;
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

/* ~~ サブメニュー ~~ */

.subMenuArea {
	background: #FFF;
	margin: 0 auto 0px auto;
}
.subMenuArea ul {
	margin: 5px 0 0	0;
	padding: 0 0 0 0;
	list-style-type: none;
	border-top: 1px dotted #999;
}
.subMenuArea li {
	font-size: 108%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999;
}
.subMenuArea li a {
	display: block;
}
.subMenuArea li img {
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

/* ~~ 画像横並び ~~ */

.row {
	margin-bottom: 20px;
}

/* ~~ 画像横並び ~~ */

ul.rowImg {
	width: 100%;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */

}
ul.rowImg li {
	width: 25%;
	margin-bottom: 10px;
	padding: 0 5px;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-align: center;
}
ul.rowImg li img {
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

/* ~~ テキストリンク ~~ */

.textlinkA {
	background: url(arrow01.png) no-repeat right center;
	margin: 0.5em 10px;
	padding: 1em 20px;
	text-align: right;
}

.textlinkB {
	margin: 1em 0;
	text-align: right;
}

.textlinkB a {
	color: #FFF;
	border: #EF8228 1px solid;
	background: #EF8228 url(arrow04a.png) no-repeat right center;
	padding: 0.5em 2.25em 0.5em 1em;
	border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.textlinkB a:hover {
	text-decoration: none;
	color: #EF8228;
	background: #FFF url(arrow04b.png) no-repeat right center;
}

.textlinkC {
	width: 100%;
	margin: 0 0 0 1em;
	text-align: left;
}

.textlinkC a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 10em;
	margin: 1em auto;
	padding: 0.5em 1em;
	font-weight: bold;
	border-radius: 0.3rem;
	border: 2px dashed #004193;
	color: #004193;
	box-shadow: 3px 3px 0 #004193;
	transition: 0.3s ease-in-out;
}
.textlinkC a:hover {
	box-shadow: 0 0 0;
	transform: translate(3px, 3px);
	color: #004193;
}


/* ~~ リスト ~~ */

.listAreaA ul {
	list-style-type: none;
	margin: 0.25em 10px 1em 10px;
	padding: 0;
}

.listAreaA li {
	background: url(arrow02.png) no-repeat left center;
	margin-bottom: 0.75em;
	padding-left: 20px;
}

/* ~~ 真ん中の文字リンク ~~ */

.listAreaB {
	text-align: left;
	margin: 0 0 37px 0;
}

.listAreaB ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

.listAreaB li {
	background: url(arrow02.png) no-repeat left center;
	margin-bottom: 0.75em;
	padding-left: 20px;
}

/* ~~ 左側の2つ目の文字リンク ~~ */

.listAreaC ul {
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin: 0.5em 10px 0.5em 10px;
	padding: 0;
}

.listAreaC li {
	background: url(arrow02.png) no-repeat left center;
	margin-bottom: 0;
	padding-left: 20px;
}


.listAreaC li a {
	color: #666;
}

.listAreaC li a:hover {
	color: #666;
}


.bgJa {
	background: #FFF url(bg_ja.gif) no-repeat right bottom;
}

/* ~~ パンクズ ~~ */

.topicPath {
	margin: 15px 0 -15px 0;
	padding-right: 15px;
	padding-left: 15px;
}

/* -----------------------------------
■特殊
----------------------------------- */

/* ~~ アイテム横並び（fixで均等） ~~ */

ul.item {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.item li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	margin: 0;
}

ul.item {
	margin-bottom: 24px;
}

ul.item li img {
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

ul.itemSeparate {
	width: auto !important;
    border-collapse: separate;
    border-spacing: 20px 0;
	margin-right: auto;
	margin-left: auto;
}


/* -----------------------------------
■フォトアルバム
----------------------------------- */

div.colorboxArea {
	width: 100%;
	margin: 0px auto 15px auto; /* 上・右・下・左 */
}

.photoCover {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 100px;
    height: 100px;
    background-size: cover;
}

.posterCover {
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 232px;
    height: 232px;
    background-size: contain;
}
.posterNameBox {
	color: #265a88;
    display: inline-block;
	text-align: left;
	line-height: 180%;
    margin: 5px;
    width: 232px;
    min-height: 50px;
	font-size: 12px;
}
.posterNameBox span {
	color: #666;
	font-weight: normal;
	font-size: 18px;
}


.shodouCoverA {
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 183px;
    height: 250px;
    background-size: contain;
}
.shodouCoverB {
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 100px;
    height: 382px;
    background-size: contain;
}

.shodoNameBox {
	color: #265a88;
    display: inline-block;
	text-align: left;
	line-height: 180%;
    margin: 5px;
    width: 183px;
    min-height: 50px;
	font-size: 12px;
}
.shodoNameBox span {
	color: #666;
	font-weight: normal;
	font-size: 18px;
}

/* -----------------------------------
■見出し
----------------------------------- */

.title {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5em 1em;
	background: rgb(143,200,147);
	background: -moz-linear-gradient(top,  rgba(143,200,147,1) 0%, rgba(143,200,147,1) 50%, rgba(94,178,93,1) 51%, rgba(134,206,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(143,200,147,1) 0%,rgba(143,200,147,1) 50%,rgba(94,178,93,1) 51%,rgba(134,206,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(143,200,147,1) 0%,rgba(143,200,147,1) 50%,rgba(94,178,93,1) 51%,rgba(134,206,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc893', endColorstr='#86ce51',GradientType=0 );
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: center;
}

.title:after {
	content: ".";   
	display: block;   
	height: 0; 
	clear: both;   
	visibility: hidden;  
}

.titleButton {
	background: #FFFFFF;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0.25em;
	padding: 0.5em 1em;
	position: relative;
	top: -3px;
	float: right;
}
.titleButton a {
	color: #666;
	padding: 0 0 0 0;
	text-decoration: none;
}

/* ~~ 見出し1 ~~ */

h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 0.5em 1em;
	margin: 0 0 20px 0;
	background: rgb(143,200,147);
	background: -moz-linear-gradient(top,  rgba(143,200,147,1) 0%, rgba(143,200,147,1) 50%, rgba(94,178,93,1) 51%, rgba(134,206,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(143,200,147,1) 0%,rgba(143,200,147,1) 50%,rgba(94,178,93,1) 51%,rgba(134,206,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(143,200,147,1) 0%,rgba(143,200,147,1) 50%,rgba(94,178,93,1) 51%,rgba(134,206,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc893', endColorstr='#86ce51',GradientType=0 );
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: center;
}

/* ~~ 見出し2 ~~ */

.h2TitleArea {
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0.25em 0.5em;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 1%, #eeeeee 3%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(3%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 1%,#eeeeee 3%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 1%,#eeeeee 3%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 1%,#eeeeee 3%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 1%,#eeeeee 3%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.h2TitleArea:after {
	content: ".";   
	display: block;   
	height: 0; 
	clear: both;   
	visibility: hidden;  
}
.h2TitleArea h2 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 5px;
	padding-left: 0.5em;
	border-left: 5px solid #FF6600;
}
.h2SubTitle {
	font-size: 15px;
	padding-left: 0.5em;
	color: #999999;
}
.h2Button {
	background: #FF6600;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0.25em;
	padding: 0.5em 1em;
	position: relative;
	top: -3px;
	float: right;
}
.h2Button a {
	color: #FFF;
	padding: 0 0 0 0;
	text-decoration: none;
}

/* ~~ 見出し3 ~~ */
h3 {
	display: inline-block;
	background: #FF6600;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0.25em 1em;
	border-radius: 15px;
 	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/* ~~ 見出し4 ~~ */
h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0.125em 0.5em;
	border-left: 4px solid #FF6666;
}

/* -----------------------------------
■その他
----------------------------------- */

/* ~~ クレジット ~~ */
.creditArea {
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0;
}

/* ~~ イメージエリア ~~ */
.imgArea {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
.imgArea img {
	margin: 0 auto;
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}

/* ~~ スクエアボックス ~~ */
.squareBoxA {
	background: #FFFFEE;
	margin: 0 0 20px 0;
	padding: 1.5em;
	border-radius: 5px;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0 #999;
	-moz-box-shadow: 0px 0px 5px 0 #999;
	box-shadow: 0px 0px 5px 0 #999;
}
.squareBoxA table {
	margin: 0 0 1em 0;
}
.squareBoxA *:last-child {
	margin-bottom: 0;
}

.squareBoxB {
	border: 2px dotted #FF6600;
	background: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 1.5em;
	border-radius: 5px;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.squareBoB table {
	margin: 0 0 1em 0;
}
.squareBoxB *:last-child {
	margin-bottom: 0;
}

.squareBoxC {
	display: block;
	text-align: left;
	border: 3px solid #EF8228;
	background: #FFFFFF;
	margin: 0 10px 20px 10px;
	padding: 1.5em;
	border-radius: 5px;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.squareBoxC table {
	margin: 0 0 1em 0;
}
.squareBoxC *:last-child {
	margin-bottom: 0;
	text-align: center;
}


.squareTitle {
	border-bottom: 2px solid #EF8228;
	color: #EF8228;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

/* ~~ テーブル内イメージ ~~ */

table img {
	margin: 0 auto;
	max-width: 100%;
    width /***/: auto; /* IE8のみ */
    height: auto;
}


.listDesignA {
	padding: 0 0 0 1.5em;
	margin: 0 0 20px 0;
}

td .listDesignA:last-child {
	margin-bottom: 0;
}

.listDesignA li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.listDesignA li:last-child {
	margin-bottom: 0;
}

/* ◆コンクールリスト◆ */

.listDesignB {
	padding: 0 0 2em 1.5em;
	margin: 0 0 0 0;
}

.listDesignB li {
	padding: 0;
	margin: 0 0 0.5em 0;
}


/* ◆ボタン◆ */

.btn {
	margin-top: 1em;
	margin-bottom: 1em;
}

.listDesignB li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

/* -----------------------------------
■スマホ対応
----------------------------------- */

/* ~~ スマホ ~~ */
@media screen and (max-width:767px) {
	
	.col-md-3 .commonBoard {
		margin-top: 30px;
	}

}

/* -----------------------------------
■印刷設定
----------------------------------- */

/* ◆印刷設定上書き◆ */

@media print {
	a[href]:after {
		display: none;
	}
	abbr[title]:after {
		display: none;
	}
}


@media print { 
	  .navbar { display: inline !important; width: auto; margin-left: 0; padding-left: 0; position: static !important; }
 }


 /* ◆スライダープリント設定◆ */
 
.printSlider {
		display: none;
}
 
@media print { 
	#slider {
		display: none;
	}
	.printSlider {
		display: block;
	}
}

 /* ◆１カラム対策◆ */
 
 @media print {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
