/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/* CSS Document */

.alt-table-responsive {
    width: 98%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
	margin:10px auto;
}
.cyTableCustum {
	table-layout:fixed;
}
.cyEx {
	font-size:11px;
	padding-left:3px;
}
.cySelect {
	margin-top:8px;
	margin-right:3px;
}
.cyButton {
	margin-top:10px;
	border-radius:3px;
	width:60px;
}
#cyU {
	margin-left:20px;
}

#NewMenu {
	background-color:#747474 !important;
	border-color:#fff !important;
	font-weight:bold !important;
}
#NewMenuBox {
	margin:0 auto 20px !important;
	width:97% !important;
	margin-bottom:30px !important;
}

.form_out {
	text-align:center;
	height:250px;
	margin-top:100px;
	font-size:17px;
}

/* 新しいnews ticker */
.ticker {
    margin: 10px auto 0;
    padding: 10px;
    width: 77% ;
    text-align: left;
  	border: #fff 1px solid;
    position: relative;
    overflow: hidden;
	background-color:#161616;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 5px #fff;
}
 
.ticker ul {
    width: 100%;
    position: relative;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}

.none {
	display:none;
}

body {
	padding-top: 70px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cyFbody {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	text-decoration:none;
}
.eee {
	font-weight:bold;
}
.ui-content{
    text-shadow:none;
}
.Uline {
	text-decoration:underline;
}
.time {
	font-size:12px !important;
	font-weight:normal !important;
}
.bold {
	font-weight:bold;
}
.color_bold {
	font-weight:bold;
	color:#323232;
}
.t-color {
	color:#fff;
}
.red_bold {
	font-weight:bold;
	color:red;
}
.red_bold55 {
	font-weight:bold;
}
.mini {
	font-size:12px;
}
.gest {
	height:30px;
}
.gests {
	font-size:17px;
	font-weight:bold;
	margin-top:14px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.gests33 {
	font-size:17px;
	font-weight:bold;
	margin-top:14px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:0px !important;
}
.block {
	display:block;
}

/* ボタン */
.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width:200px;
	padding: 10px 0;
	margin-top:14px;
	margin-right:1%;
	float:right;
}
.btn:hover {
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	color:#00A9DC;
}

/* ボタン6個パターン */
.btns {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width:31%;
	padding: 10px 0;
	margin-top:14px;
	margin-right:1%;
	float:right;
}
.btns:hover {
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	color:#00A9DC;
}
/* ボタン横いっぱいパターン */
.btns_sp {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width:97%;
	padding: 10px 0;
	margin-top:14px;
	margin-right:1%;
	float:right;
}
.btns_sp:hover {
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	color:#00A9DC;
}
/* ボタン2 */
.btn2 {
	padding:3px 10px;
	font-size:22px;
}
.wit100 {
	width:100%;
}
.wit90 {
	width:90%;
}
.int {
	display:block;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.pageTop {
	width:97%;
	margin:0 auto 20px;
	position:relative;
	right:3px;
}
.pageTop2 {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width:100%;
	padding: 10px 0;
	margin-top:14px;
}
.pageTop2:hover {
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	color:#00A9DC;
}

/********** table1記述 ************/

.bgNew {
	width:95%;
	margin:0 auto;
	color:#fff;
	/*Other Browser*/
	background: #1b1c1b;
	/*For Old WebKit*/
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #1b1c1b),
		color-stop(1.00, #454645)
	);
	/*For Modern Browser*/
	background: linear-gradient(
		to bottom,
		#1b1c1b 0%,
		#454645 100%
	);
	border-radius:10px;
	box-shadow:0 0 5px 3px #6F6F6F;
}


#table1 a {
	color:#fff;
}
#table1 {
	width:100%;
}
#table1 th {
	width:39%;
	
	padding:10px 10px;
}
#table1 td {
	width:49%;
	
	padding:10px 10px;
}

/********* table2記述 ***************/


#table2 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:right;
}
#table2 th {
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table2 td {
	width:16.6%;
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table2 td:first-child {
	text-align:left;
}

/********* table27記述 ***************/


#table27 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:right;
}
#table27 th {
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table27 td {
	width:12.5%;
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table27 td:first-child {
	text-align:left;
}


/********* table22記述 ***************/



#table22 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;

}
#table22 th {
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}
#table22 td {
	width:16.6%;
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}

.table22 {
	width:98%;
	margin:0 auto;

}
.table22 th {
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}
.table22 td {
	width:16.6%;
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}
/********* table55記述 ***************/



#table55 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;

}
#table55 th {
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}
#table55 td {
	width:16.6%;
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}

.table55 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;

}
.table55 th {
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}
.table55 td {
	width:16.6%;
	border:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
}



/********* table3記述 ***************/

#table3 {
	width:98%;
	margin:0 auto;
}
#table3 th {
	width:32.5%;
	border:1px solid #000;
	padding:10px 10px;
}
#table3 td {
	width:32.5%;
	border:1px solid #000;
	padding:10px 10px;
}


/********* table4記述 ***************/

#table4 {
	width:98%;
	margin:0 auto;
}
#table4 th {
	width:24.5%;
	border:1px solid #000;
	padding:10px 10px;
}
#table4 td {
	width:24.5%;
	border:1px solid #000;
	padding:10px 10px;
}

/********* table5記述 ***************/

#table5 {
	width:98%;
	margin:0 auto;
}
#table5 th {
	width:19%;
	border:1px solid #000;
	padding:10px 10px;
}
#table5 td {
	width:25%;
	border:1px solid #000;
	padding:10px 10px;
}
#table5 td:nth-child(4) {
	width:50px !important;
}
#table5 td:nth-child(3) {
	width:50px !important;
}

/********* table51記述 ***************/

#table51 {
	width:98%;
	margin:0 auto;
}
#table51 th {
	width:25%;
	border:1px solid #000;
	padding:10px 10px;
}
#table51 td {
	width:25%;
	border:1px solid #000;
	padding:10px 10px;
}


/******* subtable記述**************/

.sum {
	width:50%;
	float:right;
}

.h1 {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center !important;
}
#rog {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.shinki {
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:2.5%;
}
.shinki a:hover {
	opacity:0.7;
}
.bg1 {
	background-color:#C8000d;
}

.bg2 {
	
}

.bg3 {
	background-color:#808080;
	color:#fff;
	font-weight:bold;
}
.bg4 {
	background-color:#313740;
	color:#fff;
	font-weight:bold;
}
.bg5 {
	background-color:#071b56;
	color:#fff;
	font-weight:bold;
}

#sanka {
	padding:20px 14px 5px;
	font-size:16px;
	float:left;
}

.name {
	font-weight:bold;
}

/*****新スタイル記述***********************/

.pgRogo {
	text-align:center;
	padding-top:20px;
}
.submit {
	width:30%;
	margin:0 auto;
}
.SSS img {
	width:100%;
	height:auto;
}
#Rogin {
	background-image:url(../images/04.png);
	background-repeat:no-repeat;
	width:253px;
	height:55px;
	border:none;
}
#Rogin2 {
	background-image:url(../images/19.png);
	background-repeat:no-repeat;
	width:253px;
	height:55px;
	border:none;
}
#Rogin3 {
	background-image:url(../images/12.png);
	background-repeat:no-repeat;
	width:253px;
	height:55px;
	border:none;
}
#Rogin4 {
	background-image:url(../images/046.png);
	background-repeat:no-repeat;
	width:253px;
	height:55px;
	border:none;
}

/**jqmobileスタイル********************************/

.mt-- {
	margin-top:0px;
}

.FormDe {
	margin-top:22px;
}

.FormDe dd {
	width:80%;
	margin:0 auto;
}
.FormDe dt {
	width:80%;
	margin:0 auto;
	font-weight:bold;
	font-size:15px;
}

.FormDe2 {
	margin-top:22px;
}

.FormDe2 dd {
	width:98%;
	margin:0 auto;
}
.FormDe2 dt {
	width:98%;
	margin:0 auto;
	font-weight:bold;
	font-size:15px;
}

.Radio {
	width:80%;
	margin:22px auto 0;
}
.Radio2 {
	width:80%;
	margin:5px auto 0;
}
.formText33 {
	width:70% !important;
}
.tadashi {
	width:80%;
	margin:0 auto;
	font-size:14px;
	margin-top:5px;
}
.h2_php {
	width:80%;
	margin:0 auto;
	border-bottom:2px solid #fff;
	padding-bottom:3px;
	font-size:20px;
	margin-top:40px;
	text-align:left;
	font-weight:bold;
}
.fs15 {
	font-size:15px;
}
#tori {
	margin:10px auto 0;
	width:300px;
}





/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){

.container {
	width:960px;
	margin:0 auto;
}
.formText {
	width:300px;
}

}


@media only screen and (max-width:959px){
#tori {
	margin:10px auto 0;
	width:300px;
}
/* ボタン6個パターン */
.btns {
	width:30%;
}


}

@media only screen and (min-width: 641px){

.ticker {
    width: 77% !important;
}

}



/**** 2018営業日報にカスタマイズ追加記述 ******************************************************************************************/
.Fbox dl {
	float:left;
	width:50%;
}
.resultBox dl {
	float:left !important;
	width:25% !important;
	margin:0 !important;
}
.resultBox dd {
	width:100% !important;
}
.resultBox .red_bold55 {
	font-weight:normal;
}
.cyName1 {
	font-weight:bold;
	font-size:20px;
	color:#009BFF;
	padding-right:3px;
}
.cyName2{
	font-weight:bold;
	font-size:16px;
	color:#009BFF;
	padding-right:3px;
	padding-left:3px
}
#jobZero {
	text-align:center;
	font-size:20px;
	padding:30px 0;
}
.sceneName {
	padding-left:14px;
	padding-top:14px;
	padding-bottom:5px;
	font-size:18px;
	color:gold;
	font-weight:bold;
}
#cyMemo {
	text-align:center;
	padding:80px 0 0;
}
#cyC {
	text-align:center;
	font-size:20px;
	padding:80px 0;
}
.t-center {
	text-align:center;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

body {
	padding-top: 0;
}
#cyFbody {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#underCy {
	margin-top:70px;
}
.cyEx {
	font-size:10px;
	padding-left:2px;
}
.cyButton {
	margin:3px auto;
	display:block;
}
.btns {
	font-size:10px;
}
.btns_sp {
	font-size:10px;
}
#tori {
	margin:10px auto 0;
	width:200px;
}
#tori img {
	width:100%;
	height:auto;
}
.h1 {
	font-size:16px;
}
.shinki img {
	width:180px;
	height:51px;
}
.int {
	font-size:12px;
	line-height:18px;
}
.BR {
	display:block;
}

.wit90 {
	width:80%;
}
.formText {
	width:80%;
}
.formText33 {
	width:70%;
}
.sp_wid100 {
	width:100%;
}

select {
	padding:5px;
}
.pgRogo img {
	width:98%;
	height:auto;
}
#rog {
	font-size:13px;
	margin-top:3px;
}
#Rogin {
	background-image:url(../images/04.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:126px;
	height:27px;
	border:none;
}
#Rogin2 {
	background-image:url(../images/19.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:126px;
	height:27px;
	border:none;
}

#Rogin3 {
	background-image:url(../images/12.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:126px;
	height:27px;
	border:none;
}
#Rogin4 {
	background-image:url(../images/046.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:126px;
	height:27px;
	border:none;
}
#Rogin5 {
	width:126px;
	height:27px;
}
#Rogin6 {
	width:126px;
	height:27px;
}
.Select {
	width:100%;
}
.submit {
	width:55%;
	margin:0 auto;
}
.bgNew {
	width:100%;
	color:#fff;
	
}
#sanka {
	padding:10px 14px 10px;
	font-size:16px;
	float:right;
}

/********* table2記述 ***************/


#table2 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:right;
}
#table2 th {
	border:1px solid #000;
	padding:10px 10px;
}
#table2 td {
	width:16.6% !important;
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table2 td.kanriW {
	width:16.6% !important;
}

/********* table27記述 ***************/


#table27 {
	width:98%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:right;
}
#table27 th {
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table27 td {
	width:12.5%;
	border:1px solid #000;
	padding:10px 10px;
	text-align:right;
}
#table27 td:first-child {
	text-align:left;
}

/**** 2018営業日報にカスタマイズ追加記述 ******************************************************************************************/
.resultBox dl {
	float:none !important;
	width:auto !important;
}
.resultBox dt, .resultBox dd {
	padding-left:14px;
	margin-left:0;
}
.resultBox dd {
	padding-bottom:5px;
}


}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

.ticker {
    width: 76% !important;
}
table {
	font-size:11px !important;
}


}

@media only screen and (max-width:330px){
	
.btns {
	font-size:9px;
}
.btns_sp {
	font-size:9px;
}

}