@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	ステップ　共通
/* ##################################################################### */
.form-group.cell_hide {
	display: none;
}
.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
 *zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #003c84;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #26bfa1;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}
/* ===================================================================== */
/*	横並びにする
/* ===================================================================== */


/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */

table {
	float: left;
	clear: both;
	width: 100%!important;
	margin-bottom: 30px;
	margin-top: 50px;
}

td {
	background-color: #FDFDFD;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-size: 100%;
	vertical-align: middle;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F5F5F5;
	text-align: left;
	float: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th.smartNone {
	display: none;
}
th.title {
	height: auto;
	background-color: #EBEBEB;
}
th {
}

/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
	ime-mode: active
}
.langEng {
	ime-mode: disabled;
}
/* --BG設定-- */




/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　テキストボックスの文字の色を変更
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　入力言語を設定
/* --------------------------------------------------------------------- */

@media (min-width: 768px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */



}

@media (min-width: 992px) {
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
	


}

@media (min-width: 1200px) {
/* ##################################################################### */
/*	PC　コンピュータ
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
th{	width:25%;	
	}
td {
width: 85%;
}
.allergie th {
		width: 40%;
	}
	.allergie td {
		width: 60%;
	}	
	
}

@media only screen and (max-width:769px) {
/* ##################################################################### */
/*	タブレット・PC　共通設定 テーブル
/* ##################################################################### */
/* ===================================================================== */
/*	タブレット・PC　共通設定 テーブル　基本設定
/* ===================================================================== */

tbody {
	display: block;
}
tbody tr {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}
tbody th, tbody td {
	padding-right: 15px;
	display: list-item;
	border: none;
	list-style-type: none;
	margin-left: 0px!important;
}


/* --------------------------------------------------------------------- */
/*	★スマホ　お問い合わせ　TDの前に文字を挿入
/* --------------------------------------------------------------------- */
/*　tbody td:nth-of-type(1):before { content: " [ 会員価格 ] "; }
/*　tbody td:nth-of-type(2):before { content: " [ 一般価格 ] "; }*/



}
