@charset "UTF-8";


/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

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

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}
	/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
} /*リンク画像の枠線を消すために記述*/

a {
	overflow: hidden;
	outline: none;
	color: #00a0d2;
}/* FireFox リンク選択時の点線を消す　*/

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #505050;
}


h1 {
	padding: 30px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
	color: #0085d0;
	width: 980px;
	margin: 0px auto 0px;

}

h2 {
	font-size: 26px;
	font-weight: normal;
	color: #464646;
	margin-bottom: 20px;
	text-align: center;
}

h2 span{
	padding: 0px 30px;
	border-bottom: solid 2px #464646;
}


h3 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

h5 {
	font-weight: normal;
}

h6 {
	font-weight: normal;
}

.none {
	display: none;
}


	#wrap{
		width: 100%;
		min-width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}

	.pcShow {
		display: none;
	}

	.spnShow {
		display: block;
	}



.bt {
    display: inline-block;
    background: #00a0d2;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}

input.bt {
    box-sizing: border-box;
    border: none;
    padding: 5px 20px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    background: #00a0d2;
    background: -webkit-gradient( linear, left top, left bottom, from(#00a0d2), to(#00a0d2) );
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #00a0d2, #00a0d2 );
    -moz-box-shadow: 1px 1px 1px #fff;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#00a0d2,endColorstr=#00a0d2);
    zoom: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/
	/*css　分離*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

.g_navi {
	position: fixed;
		bottom: 0;
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

.naviBTN {
	display: inline-block;
	width: 23%;
	text-align: center;
	max-width: 80px;
	background-color: #0085d0;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
	text-align: center;
}
.topBTN {
	display: inline-block;
	width: 23%;
	text-align: center;
	max-width: 80px;
	background-color: #f8123d;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
	text-align: center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.container {
		width: 96%;
		margin: 0px auto 0px;
		padding-top: 10px;
		padding-bottom: 30%;
	}

	/*＝＝＝＝＝時間*/

	.dateCountWap {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.toDayDiv {
		font-size: 4vw;
	}

	.onTime {
		font-size: 15vw;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/
	#footer {
		width: 100%;
		height: 36px;
		background-color: #0085d0;
		color: #fff;
	}

	#footer address {
		color: #fff;
		font-size: 13px;
		text-align: center;
		font-style: normal;
		padding-top: 10px;
	}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*黒 */
.black {
	color: #000;
}

/*ピンク */
.pink {
	color: #ED7969;
}
/*ブルー */
.blue {
	color: #0085d0;
}
/*オレンジ */
.orange {
	color: #f18b1d;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #56bd36;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
 	color: #585858;
}
.red {
	 color: #df5555;
}


.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.marginauto {
	margin: 0 auto;
}

.c-both {
	clear: both;
}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs52 {font-size: 52px;}
.fs54 {font-size: 54px;}
.fs56 {font-size: 56px;}
.fs58 {font-size: 58px;}
.fs60 {font-size: 60px;}




/* シフト一覧 */
.shiftList {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Javascript OFF */
.jDiv  {
	display: block;
	margin: 50% auto;
	padding: 20px;
	width: 80%;
	text-align: center;
	max-width: 300px;
	background-color: #ffffff;
	border: 5px solid #ff0000;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
	font-size:  1.3em;
}

#wrap {
	display: none;
}




