@charset "utf-8";
/*
Theme Name: リロクラブ掲載ページ 用確認ページ
Theme URI: http://wordpress.org/
Description: リロクラブ掲載ページ 用確認ページ
Author: リロクラブ掲載ページ 用確認ページ
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Portal
*/
@import url("css/sanitize.css");
@import url("css/default.css");
@import url("css/responce.css");
@import url("css/hamburgers.css");
:root {
	color:#5a5a5a;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
    width: 100%;
    height: 100%;
}
body {
	font-family: 'メイリオ', 'Meiryo', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 160%;
	letter-spacing:0;
}
.min {
	font-family:"Times Roman", "Times New Roman", "メイリオ", Meiryo, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
}
.got {
	font-family: 'メイリオ', 'Meiryo', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
	font-family: 'Hind Vadodara', 'メイリオ', 'Meiryo',  '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.none {
	display:none;
}
.p1 {
	color:#927477;
}
.p1bgc {
	background:#b09d7c;
}
.ls {
	letter-spacing:0.3em;
}
.nowrap {
	white-space:nowrap;
}
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3,h4 {
	font-weight:normal;
	line-height:100%;
}
address {
	font-style:normal;
}
hr {
	line-height:1;
	border-bottom:1px solid #d7cebd;
}
.date {
	font-size: 16px;
	font-size: 1.6rem;
	line-height:100%;
}
.border {
	border-bottom:1px solid #fde2b7;
	color:#433032;
}
.stress {
	color:#65c626;
}
.blue {
	color:#365993;
}
.white {
	color:#ffffff;
}
.gray {
	color:#9a9a9a;
}
.red {
	color:#e8420f;
}
.pink {
	color:#f666b1;
}
.cyan {
	color:#56c2c2;
}
.orange {
	color:#e8800f;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.bg_cyan {
	background:#e7f3f9;
}
.bg_ivory {
	background:#f0eeee;
}
.bg_beige {
	background:#f6f4f4;
}
.bg_white {
	background:#ffffff;
}
.bg_gray {
	background:#f9f9f9;
}
.grd {
	background: rgb(138,186,252);
	background: -moz-linear-gradient(top,  rgba(138,186,252,1) 0%, rgba(27,123,230,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(138,186,252,1) 0%,rgba(27,123,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(138,186,252,1) 0%,rgba(27,123,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abafc', endColorstr='#1b7be6',GradientType=0 );
}
ul li > a {
	display:block;
	width:100%;
	height:auto;
}
.col {
	width:100%;
	height:auto;
}
.scrollup {
	opacity:0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
	-webkit-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.scrollup.action {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
ul.list {
	margin-bottom:2em;
}
ul.list.nm {
	margin-bottom:0em;
}
ul.list li {
	padding:0.5em 0;
}
ul.list li div:first-child {
	margin-right:3em;
}
ul.list li div:nth-of-type(2){
	white-space:nowrap;
}
ul.list li{
	-webkit-transition:all 0.3s ease-in-out;
			transition:all 0.3s ease-in-out;
	border-bottom:1px dotted #bebebe;
}
ul.list li:nth-of-type(even){
	background:#f9f9f9;
}
ul.list li:hover {
	background:#eeffff;
}
figure {
	overflow:hidden;
}
.slick-dots {
bottom:0;
}
.fsmall {
	-webkit-transform-origin:left center;
			transform-origin:left center;
	-webkit-transform:scale(0.6);
			transform:scale(0.6);
}
.f10 {
	font-size:10px;
	font-size:1.0rem;
	line-height:160%;
}
.f12 {
	font-size:12px;
	font-size:1.2rem;
	line-height:160%;
}
.f14 {
	font-size:14px;
	font-size:1.4rem;
	line-height:160%;
}
.f16 {
	font-size:16px;
	font-size:1.6rem;
	line-height:160%;
}
.f18 {
	font-size:18px;
	font-size:1.8rem;
	line-height:160%;
}
.f20 {
	font-size:20px;
	font-size:2.0rem;
	line-height:100%;
}
.f24 {
	font-size:24px;
	font-size:2.4rem;
	line-height:100%;
}
.f30 {
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mt1 {
	margin-top:1em;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
}
span.tri.opp {
	display:block;
	-webkit-transform:scale(0.6) rotate(-90deg);
			transform:scale(0.6) rotate(-90deg);
}
figure.picture {
	border:5px solid #fde2b7;
}
figure.picture img {
	width:100%;
	height:auto;
}
figure.col {
	margin-bottom:2em;
}
figure.products a {
	display:block;
	width:100%;
}
/************************************************************************************
	Social Icon
************************************************************************************/

ul.social {
	margin:1em 0;
}
ul.social li:not(:last-child){
	margin-right:0.5em;
}
header ul.social {
	position:absolute;
	top:0;
	right:0;
}
header ul.social+div{
	position:absolute;
	top:6em;
	right:0;
	font-size:12px;
	font-size:1.2rem;
}
header ul.social+div p.gf{
	font-size:30px;
	font-size:3.0rem;
}

/*****************************************************************************
admin
*****************************************************************************/
.login h1 a {
	width: 320px;
	background-size: 100%;
}
/*****************************************************************************
button gimic
*****************************************************************************/
.button {
	display: block;
	line-height:140%;
	padding: 1em 0;
	text-align: center;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
	opacity:1;
	letter-spacing:0em;
	margin-bottom:0.5em;
	font-size:14px;
	font-size:1.4rem;
}
.button.main {
	background: rgb(254,146,37);
	background: -moz-linear-gradient(top,  rgba(254,146,37,1) 0%, rgba(224,128,33,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,146,37,1) 0%,rgba(224,128,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,146,37,1) 0%,rgba(224,128,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9225', endColorstr='#e08021',GradientType=0 );
	border-radius:5px;
	color:#ffffff;
	padding:0.5em 2em;
}
.button.paging {
	color:#ffffff;
	width:280px;
	padding:0em 1em;

}
.button.back {
	background:#fdefd7;
}
.button.form {
	color:#ffffff;
	background:#433032;
	width:150px;
	padding:1em 0;
}

a.button:hover {
	opacity:0.7;
}
.button.w300 {
	width:300px;
}
.rover {
	background:#ffffff;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
}
.rover:hover {
	background:#f3f3e2;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.zoom:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}
/*****************************************************************************
common
*****************************************************************************/
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.tac {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	text-align:center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.pointed {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp:2;
	-ms-line-clamp: 2;
	ine-clamp: 2;
	line-height: 160%;
}
.toTop {
	position:fixed;
	width:100px;
	height:100px;
	z-index:99;
	display:none;
	border-radius:30px;
	color:#ffffff;
	text-align:center;
	font-size:30px;
	font-size:3.0rem;
	line-height:60px;
}
.toTop span {
	display:block;
	line-height:200%;
	-webkit-transform:rotate(-90deg) scaleX(0.5);
	transform:rotate(-90deg) scaleX(0.5);
	margin-right:3px;
}
#kv {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#kv figure {
	position:relative;
}
#kv picture img{
	width:100%;
	height:auto;
}
figcaption.kv {
	position:absolute;
	width:100%;
	height:100%;
}
figcaption.kv h2 {
	font-size:44px;
	font-size:4.4rem;
	font-weight:normal;
	text-align:center;
	color:#666666;
	line-height: 110%;
}
figcaption.kv h2+p {
	width:100%;
	color:#65c626;
}
figcaption.kv h2+p.pink {
	color:#f666b1;
}

#kv.index {
}
#kv.index .cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
#kv.index p {
	font-size:12px;
	font-size:1.2rem;
	margin-top:2em;
}
#kv.index h1 {
	font-size:26px;
	font-size:2.6rem;
}
#kv.lead {
	width:100%;
	color:#ffffff;
}
#kv article {
	margin:0 auto;
	width:1000px;
}
#kv.index.lead {
	position:relative;
	width:100%;
	overflow:hidden;
}
#kv.index h3 > div {
	width:1000px;
	margin:0 auto;
}
.kv {
	position:relative;
	width:100%;
}
.kv img{
	width:100%;
}
#logo {
	color:#433032;
}
/*****************************************************************************
header
*****************************************************************************/
header {
	z-index: 999;
	width: 100%;
}
header .logo {
}
header h1{
}
header h1.logo{
	position:relative;
	min-width:70px;
	overflow:hidden;
}

header h1 span {
	font-size:16px;
	font-size:1.6rem;
}
header ul {
	font-size:16px;
	font-size:1.6rem;
	width:100%;
}
header ul li {
	height:100%;
	text-align:center;
}
header ul li a {
	width:100%;
	height:100%;
}
header ul li p {
	font-style:italic;
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	text-align:center;
	padding:0 1em;
}
header ul li:not(:last-child) p {
	border-right:1px solid #aec8e5;
}
/*****************************************************************************
	navigation:header
*****************************************************************************/
header nav > div > p {
	line-height:120%;
}
header nav.spview > div > a:nth-of-type(2){
	margin:0 0 0 auto;
	text-align:center;
}
header nav.pc ul{
	height:60px;
	margin:0 auto;
	font-size:22px;
	font-size:2.2rem;
}
nav.pc ul li {
	position:relative;
	color:initial;
	background:initial;
	width:175px;
}
nav.pc ul li:not(:last-child) {
	border-right:1px solid #bebebe;
}

nav.pc ul li:after {
	content:"";
	position:absolute;
	bottom:2.5em;
	left:30%;
	width:40%;
	border-bottom:5px solid #65c626;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
			transition:all 0.3s ease-in-out;
}
nav.pc ul li:hover:after, nav.pc ul li.active:after {
	content:"";
	bottom:-28px;
	opacity:1;
}
header a.tel {
	display:block;
	width:34px;
	height:60px;
	margin-right:1em;
	text-align:center;
	line-height:54px;
}
header .toggle {
	margin:0 0 0 auto;
	padding:1.2em 0 0 0;
	font-size:7px;
	font-size:0.7em;
	line-height:120%;
	width:50px;
	height:50px;
	color:#ffffff;
}
/*****************************************************************************
	navigation:footer
*****************************************************************************/
nav#footer a:hover, nav#footer p:hover {
	color:#ffffff;
	background:#333333;
}
/*****************************************************************************
	Map
*****************************************************************************/
.gmap {
	width: 100%;
	height: 400px;
	margin-bottom:1em;
}
.gmap.s {
	height: 270px;
}
/*****************************************************************************
	Background
*****************************************************************************/
header {
}
footer {

}
#select {
	background:url(./img/index/bg.jpg) center center no-repeat;background-size:cover;
}














/*****************************************************************************
	content
*****************************************************************************/

/*****************************************************************************
	index
*****************************************************************************/

/******************************************************************************
	Post
******************************************************************************/

/******************************************************************************
	Post:Single
******************************************************************************/
#tab ul li{
	width:120px;
	padding:0.5em 0;
	border:2px solid #666666;
	margin-right:1em;
	border-radius:5px 5px 0 0;
	border-bottom:none;
	text-align:center;
	font-weight:bold;
	color:#666666;
	cursor:pointer;
}
#tab ul li.active{
	cursor:initial;
	color:#ffffff;
	background: rgb(119,119,119);
	background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(119,119,119,1) 49%, rgba(102,102,102,1) 50%, rgba(102,102,102,1) 100%, rgba(102,102,102,1) 100%, rgba(41,137,216,1) 100%, rgba(41,137,216,1) 100%, rgba(154,154,154,1) 100%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(119,119,119,1) 49%,rgba(102,102,102,1) 50%,rgba(102,102,102,1) 100%,rgba(102,102,102,1) 100%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(154,154,154,1) 100%,rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(119,119,119,1) 49%,rgba(102,102,102,1) 50%,rgba(102,102,102,1) 100%,rgba(102,102,102,1) 100%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(154,154,154,1) 100%,rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#666666',GradientType=0 );
}
ul.icon {
	margin-left:auto;
}
ul.icon li {
	margin-left:0.5em;
}
.head {
	padding:1em;
	border-bottom:1px dotted #9a9a9a;
}
.place {
	background:#9a9a9a;
	border-radius:1.5em;
	padding:0.5em 1.5em;
	line-height:100%;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-size:1.2rem;
}
#page {
	border:1px solid #666666;
	border-top:4px solid #666666;
}
#page .content:not(.active) {
	display:none;
}
.swap {
	min-height:380px;
}
.body, #page h2, .content ,#information > div {
	padding:0.7em;
}
.body {
	padding-bottom:1.5em;
}
#page h2 {
	background:#ffd3b2;
	margin:0.5em 0;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
.sub {
	font-weight:bold;
}
.category {
	font-size:18px;
	font-size:1.8rem;
}
#page h3 {
	padding:0.7em;
	background:#5a5b5b;;
	color:#ffffff;
}

#page table, #page td, #page th {
	border-collapse:collapse;
	border:1px solid #cdcccc;
}
#page table {
	width:100%;
	margin-bottom:1em;
}
#page td, #page th {
	padding:0.7em;
}
#page th {
	background: #fff4ec;
}
#page .special tr td:nth-child(1) {
	max-width:75%;
	min-width:42%;
}
#page .special tr td:nth-child(2) {
	width:25%;
}
#page .special tr td:nth-child(3) {
	text-align:center;
	width:33%;
}


#page .memo {
	margin:1em 0;
	background:#edfbfd;
	padding:1em;
	font-size:12px;
	font-size:1.2rem;
}
#page .link {
	border:1px solid #bbbbbb;
	padding:1em;
}
#page .link a {
	text-decoration:underline;
	color:#e90000;
}
#photo {
	position:relative;
	height:237px;
}
#photo figure {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:225px;
	margin-bottom:1em;
	border:1px solid #e1e1e1;
}
#photo figure:not(.active) {
	opacity:0;
}
#thumb  {
	margin-bottom:2em;
}
#thumb figure {
	width:-webkit-calc(25% - 0.4em);
	width:calc(25% - 0.4em);
	min-width:calc(25% - 0.5em);
	height:55px;
	margin-bottom:0.5em;
	border:1px solid #e1e1e1;
	cursor:pointer;
}
#thumb figure:not(:nth-of-type(4n)) {
	margin-right:0.5em;
}

.right {
	padding-top:1.5em;
}
#qr {
	margin-top:2em;
	background:#eeeeee;
	padding:1.5em 0 1.5em 1.5em;
}
#qr li:not(:last-child) {
	margin-bottom:1.5em;
}
#qr figure {
	width:90px;
	margin-right:0.5em;
	border:0.5em solid #ffffff;
}

#information {
}
#information .left {
	min-width:20%;
	background:#666666;
	color:#ffffff;
}
#information .right {
	width:80%;
}
#information h3 {
	color:#5a5a5a;
	font-weight: bold;
	background: #e9e9e9;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:1em;
}
#information dl {
	border:1px solid #cccccc;
	border-bottom:none;
	margin:0.3em 0 2em 0;
}
#information dl dt, #information dl dd {
	padding:1em;
	border-bottom:1px solid #cccccc;
}
#information dl dt {
	border-right:1px solid #cccccc;
	text-align:center;
}
#information dl dt {
    width: 25%;
    background: #fff4ec;
}
#information dl dd {
    width: 75%;
}
#information .area {
	border: 1px solid #cdcccc;
	padding:1em 0.7em;
	margin-bottom:1em;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f6f6f6',GradientType=0 );
}

#information  tr td:nth-child(1) {
	width:30%;
}
#information  tr td:nth-child(2) {
	max-width:30%;
}
#information  tr td:nth-child(3) {
	width:12%;
	text-align:center;
}
#information  tr td:nth-child(4) {
	width:18%;
	text-align:center;
}
/************************************************************************************
	single paging
************************************************************************************/

/******************************************************************************
	Pager
******************************************************************************/

/*****************************************************************************
footer
*****************************************************************************/
footer {
	color:#ffffff;
}
footer ul {
	font-size:12px;
	font-size:1.2rem;
	line-height:100%;
	
}
footer ul li {
	padding:0.3em 0 0.3em 1em;
}
footer  .copyright {
	background:#1b7be6;
	color:#ffffff;
	height:50px;
}
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	position:absolute;
	width:100%;
	overflow:hidden;
	font-size:12px;
	font-size:1.2rem;
	background:rgba(0,0,0,0.5);
	line-height:100%;
	z-index:2;
	bottom:0;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
nav#bread ol{
	margin:0 auto;
	padding:0.8em 0;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li a {
}
nav#bread ol li:after {
	content: ">";
	padding-left:0.5em;
	padding-right:0.5em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child {
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/
/************************************************************************************
 contact
************************************************************************************/

/******************************************************************************
	modal
******************************************************************************/

/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}