@charset "utf-8";

@import url(css_checkbox.css);
@import url(css_radio.css);
@import url(https://fonts.googleapis.com/css?family=Electrolize|Merriweather+Sans|Philosopher:400,700|Montserrat|Asap:400,700|Cagliostro|Istok+Web|Archivo+Black|Cabin:400,600|Maven+Pro|Tenor+Sans|Federo|Aldrich|Russo+One);
@import url(font-awesome.css);

@import url(perfect-scrollbar-0.4.6.min.css);
/****************************************

		Reset & Setting

*****************************************/

*{
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	font-family: 'FontAwesome','Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif !important
	/*font: 13px/1.8 'メイリオ','ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial,'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック','FontAwesome', sans-serif;*/
}


html,body,#wrapper{
	height:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

ol, ul {
	list-style: none;
}

img{vertical-align: bottom;
}

::selection {
	color: #333;
	background-color: #cbf2ff;
}
::-moz-selection {
	color: #333;
	background: #cbf2ff;
}


:focus {-moz-outline-style: none;}
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
/****************************************

		Reset & Setting END

*****************************************/
body {
	font: 13px/1.8 'メイリオ','FontAwesome','ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial,'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	/*font: 13px/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
	color: #333;
	/*-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 80%;
	/*line-height: 1.6;*/
	list-style: none;
	font-weight: normal;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #333;*/
}
#wrapper{
	width:100%;
	background-color: #FFF;/*background-color: #CCC;*/
	position: relative;
}

footer{
	width: 100%;
	height: 20px;/* #SingleContent1のpadding-bottomにも同じpxを設定 */
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #36C;
}

a:visited {
	text-decoration: none;
	color: #36C;
}
a:hover {
	color: #F60;
}

a img {
	border-style: none;
}
pre {
	/* Mozilla */
	white-space: -moz-pre-wrap;

	/* Opera 4-6 */
	white-space: -pre-wrap;

	/* Opera 7 */
	white-space: -o-pre-wrap;

	/* CSS3 */
	white-space: pre-wrap;

	/* IE 5.5+ */
	word-wrap: break-word;
}




/*-----------装飾 START---------------------*/

.hidden, .tipBlock, .DispOff{
	display:none;
}
.code_text{
	background-color: #E0EFFE;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #7C2929;
	overflow-x: auto;
	margin-bottom: 20px;
	white-space: nowrap;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.TextRed{
	color: #F00;
}
.TextBlue{
	color: #36F;
}
.TextGreen{
	color: #3C0;
}
.TextYellow{
	color: #FF0;
}
.TextOrenge{
	color: #F60;
}

.TextBold{
	font-weight: bold;
}
.TextUnderLine{
	font-weight: bold;
	text-decoration: underline;
}
.Pcontents{
	padding: 0px 5px 0px 5px;
	background-color:#666;
	color:#FFF;
}

/*-----------装飾 END---------------------*/


/*-----------Form START---------------------*/

#SingleContent1 .FormArea1{
	padding: 1%;
}

.datepicker{

}

form{
	width:100%;
/*	background-color: #FFF;*/
}
form.sidr_form{
	width:85%;
/*	background-color: #FFF;*/
}


#SingleContent1 .formdiv{
	overflow: hidden;
	padding: 0%;/*0にしておかないとフォーカス時に一瞬ズレる。余白取りたいときはmarginで。*/
	margin-top: 5px;
}


#SingleContent1 .formback{
	background-color: #EBE7E2;
	padding: 4px;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;*/
}
.txtxt{
	width: 80%;
}
.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 2px;
    color: #666;
    background: #fff;
    /*border-radius: 2px;*/

    /* Webkit */
    /*background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );*/

    /*-webkit-border-radius: 2px;*/
    /*-webkit-box-shadow: 1px 1px 1px #fff;*/

    /* Firefox */
    /*background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );*/

    /*-moz-border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px #F00;*/

    /* IE */
    /*filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);*/
    zoom: 1;
    }

.submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    /*border-radius: 5px;*/

    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    /*-webkit-border-radius: 2px;*/
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    /*-moz-border-radius: 2px;*/
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
    }

.checkbox{
	float: left;
	padding: 0px 0px 0px 12px;
}

.CheckBoxLabelClass{
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.checkbox{
	padding-right: 5px;
	}
}

/*.RadioLay{
	float: left;
	width: 100px;
}*/
.radio{
	float: left;
	/*clear: both;*/
}
.radiolabel{
	/*line-height: 18px;*/
	display: block;
	overflow: hidden;
}

/*.checkbox,.radio{
    z-index: -1;
    position: absolute;
    }
    .CheckBoxLabelClass{
        background: url("../img/checkbox.png") no-repeat top left;
        margin-right:20px;
        padding-left:22px;
        }

    .radiolabel{
        background: url("../img/radio.png") no-repeat top left;
        margin-right:20px;
        padding-left:22px;
        }
    .LabelSelected,.RadioSelected{
        background-position: bottom left;
        }
*/


/* ツールチップ（qtip）内要素のスタイル Start */
div.tipBlock{
	font-weight:normal;
}
.FlatPanel{
	box-shadow: none;
	margin:0px 1px 1px 0px;
	padding:4px 14px 4px 14px;
	color:#FFFFFF;
	background: #094AB2;
	border: 0px none;
	-moz-box-sizing: border-box; /* Firefox */
	text-shadow: none;
}

/* ボタン start */
.button-flat {
  box-shadow: none;
  margin:0px 1px 1px 0px;
  padding:4px 14px 4px 14px;
  transition-property: background;
  transition-duration: 0.3s;
  color:#FFFFFF;
  background: #094AB2;
  border: 0px none;
  text-shadow: none;
  /*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
.button-flat:hover {
  background: #F51D90;
  color:#FFFFFF;
  cursor:pointer;
}
.button-flat:active {
  transition-duration: 0s;
  background: #eeeeee;
  color: #bbbbbb;
}

.subbutton-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin:0px 0px 0px 0px;
  padding:1px 5px 1px 5px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#999999;
  background: #FFFFFF;
  border: none;
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.subbutton-flat:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #eeeeee;
  color: #bbbbbb;
}
.btnhover-gray:hover {
  background: #999;
  color:#FFFFFF;
  cursor:pointer;
}
/* ボタン end */


/*-----------Form END---------------------*/

/*-----------セクション ブロック END---------------------*/
section.SectionBlock {
	margin:0px 0px 3% 0px;
	padding:0px 0px 0px 0px;
}


/*----------- ダイアログ START ---------------------*/

#lean_overlay {/* leanModal.js */
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.AliceDialog {
	max-height:500px;
	padding: 0px;
	display:none;
	background: #FFF;
	/*border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	box-shadow: 0px 1px 6px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#wrapper .AliceDialog h2{
	width:100%;
	background-color: #CCC;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 2% 4% 2% 4%;
	border-left: none;
	/*border-radius: 5px 5px 0px 0px;*/
	/*-moz-border-radius: 5px 5px 0px 0px;*/
	/*-webkit-border-radius: 5px 5px 0px 0px;*/
}
.AliceDialog_content{
	padding:15px;
}
/*----------- ダイアログ END ---------------------*/


/*-----------商品データiframe scale START---------------------*/

.ifmParent{
}
.ifmWrapper{
}
.ifm1{
/*	border: 3px solid #999;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	position: relative;
	height: 1200px;
	width: 1200px;*/
}
#ItemDesc{
	position:relative;
	display:flex;
	align-items:center;
	table-layout: fixed;
	min-width:100px;
	max-width:100%;
}
#ItemLeft{
	flex-basis:60%;
	text-align:center;
	background-color:#FFFFFF;
}

#ItemLeft img{
	/*width:auto;*/
}


#ItemRight{
	flex-basis:40%;
}

.ItemDetailUL{
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.ItemDetailUL li{
	border-bottom: 1px solid #999;
	margin-top: 5px;
}
#ItemData div.DetailOption{
	border: 1px dotted #333;
	margin-top: 1%;
	margin-bottom: 1%;
}
.UpperOrderUl{
	margin-top: 10px;
}
.UpperOrderUl li{
	float: left;
	margin-right: 10px;
	position: relative;
	margin-left: 5px;	/*left: -30px;*/
}
/*-----------商品データiframe scale END---------------------*/



/*-----------data_table1 START---------------------*/
table.data_table1{
	margin-top: 10px;
	margin-bottom: 10px;
}

.data_table1{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/*margin: 10px 10px 10px 20px;*/
}
.data_table1 tr{
}
.data_table1 th{
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #666;
	color: #FFF;
	font-weight: nomal;
}
.data_table1 td{
	border: 1px solid #CCC;
	padding: 4px;
}



.tabledisp{
	overflow-x: auto;
}

.data_table_ovf1{
	border-collapse: collapse;
	border-spacing: 0;
	/*margin: 10px 10px 10px 20px;*/
}
.data_table_ovf1 tr{
}
.data_table_ovf1 th{
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap
}
.data_table_ovf1 td{
	border: 1px solid #CCC;
	padding: 4px;
	vertical-align:middle;
	white-space: nowrap
}
/*-----------data_table1 END---------------------*/


/*----------- input_table1 START---------------------*/
table.input_table1{
	margin-top: 0px;
	margin-bottom: 0px;
}

.input_table1{
	border-collapse: collapse;
	border-spacing: 0;
	/*margin: 10px 10px 10px 20px;*/
}
.input_table1 tr{
}
.input_table1 th{
	/*border: 1px solid #CCC;*/
	padding: 2px;
 	font-weight: normal;
}
.input_table1 td{
	padding: 2px;
	white-space: nowrap
}


.tabledisp{
	overflow-x: auto;
}

/*----------- input_table1 END---------------------*/

/*-----------data_table2 START---------------------*/
.data_table2{
	border-collapse: collapse;
	border-spacing: 0;
	width: 94%;
	/*margin: 10px 10px 10px 20px;*/
}
.data_table2 tr{
}
.data_table2 th{
	border: 1px solid #CCC;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
.data_table2 td{
	font-size: 10px;
	border: 1px solid #CCC;
	padding: 0px 5px 0px 5px;
}
/*-----------data_table2 END---------------------*/



/*----------- 同梱検索結果（BandleBox） START---------------------*/
/*.BandleBox{
	display:table;
	border-spacing:1px 0px;
}
.OrderNoBox{
	display:table-cell;
	padding:5px;
	vertical-align:middle;
	color:#FFFFFF;
	background-color:#094AB2;
}
.CustomerName{
	display:table-cell;
	padding:5px 5px 5px 5px;
	margin-right:1px;
	vertical-align:middle;
	color:#FFFFFF;
	background-color:#094AB2;
}
.BeforeBandle{
	display:table-cell;
	padding:5px 5px 5px 5px;
	margin-right:1px;
	vertical-align:middle;
	color:#FFFFFF;
	background-color:#094AB2;
}
.AfterBandle{
	display:table-cell;
	padding:5px 5px 5px 5px;
	margin-right:1px;
	vertical-align:middle;
	color:#FFFFFF;
	background-color:#094AB2;
}*/

/*----------- 同梱検索結果（BandleBox） END---------------------*/

/*----TableOption----*/

.td_color_WHOR{
	color: #FFF;
	background-color: #F63;
}
.txtcenter{
	text-align: center;
}

.TrCol10{
	width: 10%;
}
.TrCol20{
	width: 20%;
}
.TrCol30{
	width: 30%;
}
.TrCol40{
	width: 40%;
}


.TrCol10px{
	width: 10px;
}
.TrCol20px{
	width: 20px;
}
.TrCol30px{
	width: 30px;
}
.TrCol40px{
	width: 40px;
}
.TrCol50px{
	width: 50px;
}
.TrCol60px{
	width: 60px;
}
.TrCol70px{
	width: 70px;
}





/*-----------Parts START---------------------*/

.txt_red{
	color: #F00;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.txt_gray{
	color: #CCC;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.txt_black_green{
	color: #090;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #000;
	display: block;
}
.txt_orange{
	color: #F90;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.txt_deeporange{
	color: #F30;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.txt_orange_bold{
	color: #F90;
	font-weight: bold;
	font-family: "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}

.txt_8px{
}
.txt_10px{
}

.mt5{
	margin-top: 5px;
}
.mb5{
	margin-bottom: 5px;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}

.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}


/*-----------Parts END---------------------*/




/*-----------Header start---------------------*/
header{
	/*margin-bottom: 20px;*/
	/*position: relative;*/
}
#HeadContent{
	padding: 0px 0px 0px 1px;
	background-color:#333;
}
#ContentHead{
	padding: 0px 0px 0px 0px;
	/*margin-left: 1%;*/
	width: 100%;
	height:40px;
	background-color:#333;
	display:table;
}
#ContentHead img{
	width: 100%;
	max-width:150px;
}
#ContentHead .MenuButton{
	width:36px;
	height:36px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}
#ContentHead .LogoutButton{
	width:120px;
	height:36px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
}
#ContentHead span.MenuBtn{
	font-size:18px;
	font-weight:normal;
	vertical-align: middle;
	line-height:29px;
}
#ContentHead span.HeadBtn{
	font-family: 'Electrolize', sans-serif;
	font-size:16px;
	font-weight:normal;
	vertical-align: middle;
	line-height:28px;
}
#ContentHead p{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin:0px 20px 0px 5px;
	padding:0px 6px;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/*border-radius: 3px;*/
	/*-moz-border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
	color:#FFF;
	background: #333;
	border: 1px solid #494949;
	text-shadow: none;
	height:28px;
	vertical-align: middle;
}
#ContentHead p:hover {
	background: #00AEEF;
	color:#FFFFFF;
	cursor:pointer;
}
#ContentHead p:active {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background: #eeeeee;
	color: #bbbbbb;
}
#ContentHead h1{
	display:table-cell;
	vertical-align:middle;
	font-size: 12px;
	/*line-height: 60px;*/
}
#IfHeader{
	margin-bottom: 50px;
}
/*-----------Header End---------------------*/


/*-----------listing start---------------------*/


#Listing{
	padding-bottom: 20px;
	width: 650px;
}
#ListingDesc{
	padding-bottom: 20px;
	width: 650px;
}
#Listing dl{
	padding-left: 20px;

}
#Listing dt{
	padding-bottom: 10px;
}
#Listing dd{
	padding-bottom: 15px;
}

#ListingDesc dl{
	padding-left: 20px;

}
#ListingDesc dt{
	padding-bottom: 10px;
}
#ListingDesc dd{
	padding-bottom: 25px;
}

#ListingDesc ul{
	padding-left: 10px;
}
#ListingDesc li{
}

/*-----------listing End---------------------*/


/*-----------Left Area Start---------------------*/

#LeftSec{
	width: 200px;
}


.LinkNavi{
	display: block;
	margin-bottom: 20px;
}
.LinkNavi a{
	color: #666;
}


.LinkNavi p{
	height: 25px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-left: 5%;
}

.LinkNavi dl{
}
.LinkNavi dt{
	padding-left: 5%;
}
.LinkNavi dd{
	padding-left: 10px;
}
.LeftContent{
	display: block;
	/*float: left;*/
}

ul#Row-Select-List{
	margin: 0px;
	padding: 0px;
	border-top:0px solid #FFF;
	border-right: 0px none #FFF;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;
	line-height: 0px;
}
ul#Row-Select-List li{
	margin: 0px;
	padding: 0px;
	border-top:0px solid #FFF;
	border-right: 0px none #FFF;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;
	line-height: 0px;
	margin :2px 0px 2px 0px;
}
/*-----------Left Area End---------------------*/



/*-----------MainContent(基本Window用） Start---------------------*/
#MainContent{
	margin-left: 200px;
	padding: 2%;
}

#MainContent img{
	max-width:90%;
	margin-left: 5%;
	border: 1px solid #666;
	margin-bottom: 15px;
}

#MainContent H1{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#MainContent H2{
	font-size: 18px;
	font-weight: bold;
	background-color: #666;
	color: #FFF;
	margin: 0px;
	padding-left: 10px;
	border-left: 10px groove #6CF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#MainContent H3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px dotted #666;
	padding: 0px 0px 0px 10px;
	margin: 45px 0px 25px;
}
#MainContent H4{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin: 20px 5px 5px 20px;
	background-image: url(../img_parts/h4.png);
	background-repeat: no-repeat;
	background-position: 4px 4.2px;
}

#MainContent p{
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
}

#MainContent section{
	border: 1px solid #999;
	margin-bottom: 30px;
	padding: 2%;
	width: 96%;
}

#MainContent article{
}

#MainContent ul{
	padding-left: 50px;
}
#MainContent li{
}


.SingleLayOut1{

}
/*-----------MainContent(基本Window用） End---------------------*/


/*-----------SingleContent（単一Windows用1） Start---------------------*/
#SingleContent1{
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	/*padding-left: 3%;メニューバー用*/
	padding-bottom: 10px;
}

#SingleContent1 .imgset img{/*googlemapなどでも支障が出るため、.imgsetのクラスも追加、基本使わない。*/
	max-width:90%;
	margin-left: 4%;
	border: 1px solid #666;
	/*margin-bottom: 15px;*/
}

/*#SingleContent1 h1{
	border-left: 8px solid #333;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 5px 0px 15px;
	margin:0px 0px 20px 0px;
}*/

#PageTop{
	box-sizing:border-box;
	margin: 0px 0px 15px 0px;
	padding: 10px 5px 10px 8px;
	background-color: #094AB2;
}

#PageTop h1{
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	/*background-image: url(../img/MetroIcon/Application/circle/FFFFFF/Navigation-Right.png);*/
	/*background-position: left center;*/
	/*background-repeat: no-repeat;*/
	/*background-size:auto 100%;*/
	background-color: #094AB2;
	line-height: normal;
}

#SingleContent1 H1{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}


#SingleContent1 h2{

	font-size: 18px;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
	margin: 0px;
	padding-left: 2%;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#SingleContent1 h3{
	font-size: 16px;
	font-weight: bold;
	/*border-bottom: 3px dotted #666;*/
	padding: 0px 0px 0px 10px;
	margin: 45px 0px 25px;
	border-bottom: 1px solid #333333;
}
#SingleContent1 h4{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin: 20px 5px 5px 20px;
	background-image: url(../img_parts/h4.png);
	background-repeat: no-repeat;
	background-position: 4px 4.2px;
}

#SingleContent1 p{
/*	padding-left: 1%;*/
	margin-top: 0%;
	margin-bottom: 0%;
	/*padding-right: 2%;*/
}

/*#SingleContent1 section{
	box-sizing:border-box;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 1%;
	width: 100%;
}*/


#SingleContent1 p.CloseBtn1{
	margin-bottom: 5%;
	border: 1px solid #333;
	text-align: center;
	width: 15%;
	background-color: #999;
	color: #FFF;
	float: right;
	margin-right: 2.5%;
}

#SingleContent1 p.CloseBtn2{
	margin-top: 1%;
	margin-bottom: 1%;
	border: 1px solid #333;
	text-align: center;
	width: 20%;
	background-color: #999;
	color: #FFF;
	margin-right: 2.5%;
	cursor:pointer;
}
#SingleContent1 p.SimpleBtn1{
	margin-top: 1%;
	margin-bottom: 1%;
	border: 1px solid #333;
	text-align: center;
	width: 20%;
	background-color: #999;
	color: #FFF;
	margin-right: 2.5%;
	cursor:pointer;
}

#SingleContent1 p.WindowClose{
}

#SingleContent1 article{
	padding-left: 40px;
}

#SingleContent1 ul{
/*	padding-left: 50px;*/
}
#SingleContent1 li{
}
/*-----------SingleContent（単一Windows用1） End---------------------*/



/*-----------Information Start---------------------*/

#SingleContent1 .info_section h1{
	font-family: "Merriweather Sans",'メイリオ','ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3',"lucida grande", tahoma, verdana, arial, sans-serif;
}
#SingleContent1 .info_section header{
	margin: 0px;
	padding: 0px;
}
#SingleContent1 .info_section H2{
	margin: 15px 0px 10px 0px;
	padding: 0px;
	border-bottom: 2px solid #333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #333;
	font-size: 120%;
}
#SingleContent1 .InfoEdit{
	margin: 0px;
	padding: 0px;
	float: right;
}
#SingleContent1 .info_section .info_contributor{
	margin: 0px;
	padding: 0px;
	float: right;
}
#SingleContent1 div.InfoBox{
	padding: 2%;
	margin-top: 1%;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#SingleContent1 .info_docs{
	padding: 2%;
}

/*-----------Information End---------------------*/



/*-----------報告書 Start---------------------*/

#SingleContent1 .report_section h1{
	font-family: "Merriweather Sans",'メイリオ','ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3',"lucida grande", tahoma, verdana, arial, sans-serif;
}
#SingleContent1 .report_section header{
	margin: 0px;
	padding: 0px;
}
#SingleContent1 .report_section H2{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #333;
	font-size: 120%;
}
#SingleContent1 .ReportEdit{
	margin: 0px;
	padding: 0px;
	float: right;
}
#SingleContent1 .FormArea2{
	padding: 2%;
	margin-top: 1%;
}



.RpContent table{
	border-collapse: collapse;
	border-spacing: 0;
	/*margin: 10px 10px 10px 20px;*/
}

.RpContent th{
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
.RpContent td{
	border: 1px solid #CCC;
	padding: 4px;
}


/*-----------報告書 End---------------------*/



/*----------- jpages.jp の CSS START ---------------------*/
div.jpages_box{
	font-family: 'Aldrich', sans-serif;
	overflow:auto;
}
div.jpages_per_page{
	display:inline-box;
}
div.jpages{
	overflow: hidden;
	text-align: left;
	margin-bottom:3px;
	float:left;
	display:inline-box;
	margin-right:10px;
}
div.jpages span{
	width: 3%;
	color: #666;
	max-width: 25px;
	min-width: 15px;
	display: inline-block;
	text-align:center;
	border-left: 1px solid #FFFFFF;
}
div.jpages a{
	/*width: 5%;*/
	max-width: 30px;
	min-width: 20px;
	display: inline-block;
	text-align: center;
	background-color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*margin-right: 0.5%;*/
	color: #FFFFFF;
}
div.jpages a.jp-previous{
	width: 50px;
	max-width:150px;
	/*min-width:60px;*/
	background-color: #333333;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*border-radius: 3px 0px 0px 3px;*/
	/*-moz-border-radius: 3px 0px 0px 3px;*/
	/*-webkit-border-radius: 3px 0px 0px 3px;*/
}
div.jpages a.jp-next{
	width: 50px;
	max-width:150px;
	/*min-width:60px;*/
	background-color: #333333;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	/*border-radius: 0px 3px 3px 0px;*/
	/*-moz-border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
}
div.jpages a.jp-previous-out{
	width: 50px;
	max-width:150px;
	/*min-width:60px;*/
	background-color: #333333;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*border-radius: 3px 0px 0px 3px;*/
	/*-moz-border-radius: 3px 0px 0px 3px;*/
	/*-webkit-border-radius: 3px 0px 0px 3px;*/
}
div.jpages a.jp-next-out{
	width: 50px;
	max-width:150px;
	/*min-width:60px;*/
	background-color: #333333;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	/*border-radius: 0px 3px 3px 0px;*/
	/*-moz-border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
}
div.jpages a.jp-current{
	color: #FFFFFF;
	background-color: #00AEEF;
}
div.jpages a:hover,div.jpages a.jp-next:hover,div.jpages a.jp-previous:hover{
	cursor:pointer;
	background-color: #00AEEF;
	color:#FFFFFF;
}
div.jpages a.jp-next-out:hover,div.jpages a.jp-previous-out:hover{
	cursor:default;
	background-color: #333333;
	color: #FFFFFF;
}
div.jpages a.jp-current:hover{
	background-color: #00AEEF;
	cursor:default;
	color:#FFFFFF;
}

/*----------- jpages.jp の CSS End ---------------------*/



/*----------- 定期報告書（ajax） Start ---------------------*/
h2#RpFilterBar{
	border-style: none;
	background-color: #333;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}
ul#PageListItems li{
	padding: 0.5%;
	margin-top: 1%;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	overflow: hidden;
}
ul#PageListItems .RpTitle{
	border-bottom: 1px solid #999;
}
ul#PageListItems .RpUpdate{
	text-align: right;
	font-size: 80%;
}
#SingleContent1 section.StaffReport h2{
	background-color: #333;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#SingleContent1 .StaffReport h3{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	border-top: 1px none #333;
	border-right: 1px none #333;
	border-bottom: 1px dashed #333;
	border-left: 1px none #333;
	width: 40%;
}
#SingleContent1 div.RpContent{
	padding: 2%;
}
#SingleContent1 p.ReportPeriod{
	text-align: right;
}
#SingleContent1 p.StaffName{
	text-align: right;
}
#SingleContent1 p.LastUpDate{
	text-align: right;
}

/*----------- 定期報告書（ajax） End ---------------------*/








/*----------- スタッフ情報 Start ---------------------*/
#SingleContent1 section.MemberSection{
	border: 1px solid #999;
	margin-bottom: 30px;
	padding: 1%;
	width: 96%;
	overflow: hidden;
}
#SingleContent1 ul.DescTabList{
	overflow: hidden;
	width: 100%;
	background-color: #666;
}
#SingleContent1 ul.DescTabList li{
	float: left;
	width: 15%;
	background-color: #CCC;
	text-align: center;
	border: 1px solid #999;
}
#SingleContent1 div#MemberBaseLeft{
	float: left;
	width: 30%;
	background-color: #FFFFDF;
}
#SingleContent1 div#MemberBaseRight{
	margin-left: 31%;
	width: 70%;
}
#SingleContent1 p#MemberID{
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#SingleContent1 p#MemberBigName{
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-align: center;
}
#SingleContent1 p#MemberRomeName{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#SingleContent1 div.MemDescWrap{
	width: 100%;
}
#SingleContent1 div.DescBlock{
	overflow: hidden;
	padding-right: 5%;
}
#SingleContent1 div.MemDescWrap p.MemL{
	float: left;
	width: 27%;
	text-align: right;
	margin-bottom: 1%;
}
#SingleContent1 div.MemDescWrap p.MemR{
	width: 72%;
	text-align: left;
	margin-left: 28%;
	border: 1px solid #999;
	padding-left: 1%;
	height: 20px;
}

/*----------- スタッフ情報 End ---------------------*/








/*-----------メニューボタン（縦バー） Start---------------------*/
#MenuString{
	font-family: "Merriweather Sans","lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
/*-----------メニューボタン（縦バー） End---------------------*/


/*----------- 検索ワードアンケート Start ---------------------*/
.formdiv2{
	padding: 0%;/*0にしておかないとフォーカス時に一瞬ズレる。余白取りたいときはmarginで。*/
	float: left;
	width: 150px;
	height: 45px;
	display: block;
	margin-right: 20px;
}
.formlist ul{
	width: 100%;
}
.formlist li{
	float: left;
	display:block;
	margin-right: 2%;
}
.wordblock{
	overflow:hidden;
	border: 1px solid #999;
	padding: 2%;
	margin: 1%;
}
.submit_div{
	margin-top: 15px;
}
#SingleContent1 .SearchItemList p{
	float: left;
	width: 160px;
	margin: 5px 5px 0px 5px;
	padding: 0px;
}
#SingleContent1 .SearchItemList span{
	display: block;
}
#SingleContent1 .SearchItemList img{
	margin: 0px;
	padding: 0px;
}
/*----------- 検索ワードアンケート End ---------------------*/




/*----------- マスタ更新 Start ---------------------*/
#SingleContent1 .FileInput h3{
	margin: 0px 0px 0px 1%;
	padding: 0px 0px 0px 15px;
	border-style: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img_parts/h4.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.FileInput div.InputCont{
	margin-top: 1%;
	margin-bottom: 1%;
}
#SingleContent1 .FileInput .InputFormDiv{
	width: 100%;
}
#SingleContent1 .FileInput .submit{
	width: 80px;
	height: 20px;
	padding: 0px;
}
#SingleContent1 .FileInput .InputFormDiv .txtform{
	width: 300px;
}
/*----------- マスタ更新 End ---------------------*/



/*---------------- 以下フリー領域 ----------------*/
.testP{

	float: right;
}

.test{
	color: #F00;
}

#MainContent .testcss{
	width: 500px;
	left: 0px;
	top: 0px;
	height: 200px;
}
#MainContent .testcss2{
	position: relative;
	left: 50px;
	top: -150px;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	border: 1px solid #09C;

}
#MainContent #testimg{
	padding: 0px;
	margin: 0px;
	border: 2px solid #F00;
}
#MainContent .testcss3{
	position: absolute;
	z-index: 2;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#MainContent .testcss3 img{
	padding: 0px;
	margin: 0px;
}








/*■■■■■*/









/*---------------------- Animate.css ---------------------------*/


.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }
	80% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }
	80% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }
	80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	/*-webkit-animation-name: fadeIn;*/
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}


@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}
