@charset "utf-8";
/* CSS Document */



/*----------------------- 


WEB給与明細　スマートフォン用
スタイルシート


1.　パスワード入力画面

2.　iPAD等のタブレット対応

3.　メニュー画面

4.　明細書　table

5.　源泉徴収票　table

6.　控除対象扶養親族の数（配偶者を除く）
	 
7.　障害者の数（本人を除く）

8.　エラー


------------------------- */

html,body {
	height: 100%;
	-webkit-text-size-adjust: none;
	}

#wrap {
	width: 100%;
	background-color: #ffffff;
	font: 16px/1.231 'ヒラギノ角ゴ pro W3',メイリオ, "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.7;
	text-align: center;
	height: auto !important;/*IE6*/
	height: 100%;/*IE6*/
	position: relative;
	min-height: 100%;
	}
	
#con{
	margin: 0;
	padding-bottom: 32px;
	}

/*リンク設定 */

a:link {
	color: #f08437;
}

a:hover {
	color: #d35102;
}

a:visited {
	color: #f08437;
}

/*ヘッダー設定 */


header{
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	}
	
h1 {
	text-align: center;
	min-width: 160px;
	}
	
	
h1 img {
	text-align: center;
	margin: auto;
	width: 75%;
	}
	

section {
  text-align: center;
	}
	
#login {
	width: 70%;
	margin: 5% auto;
	}
	
#login a {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 6px;
	color:#fff;
	border: 2px solid #fcd68d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing:  border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#ef801b),to(#ed6e01));
	background: -moz-linear-gradient(top,#ef801b 0%,#ed6e01);
	}


	
p.caution {
	font-size: 80%;
	margin-top: 30px;
	margin-bottom: 10px;
	}
	
/*フッター設定 */

	
footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#b2b3b3),to(#8b8c8c));
	background: -moz-linear-gradient(top,#b2b3b3 0%,#8b8c8c);
	line-height: 0.9;
	padding-top: 5px;
	padding-bottom: 5px;
	}

small {
	color: #fff;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
	font-size: 70%;
}
/*インプット　*/


.inp {
	text-align: left;
	width: 70%;
	margin: 0 auto;
	}
	
.inp span {
	text-align: left;
	}
	
input.pass {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	ime-mode: disabled;
	}


/*input.entry {
	width: 70%;
	margin: 5% auto;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 8px 6px;
	color:#fff;
	border: 2px solid #fcd68d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing:  border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#ef801b),to(#ed6e01));
	background: -moz-linear-gradient(top,#ef801b 0%,#ed6e01);
	}
*/

input.entry{
	font-size: 100%;
	font-weight: bold;
	width: 100%;
    border:2px solid #fcd68d;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 20px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ef801b),
        to(#ed6e01)
        );
    -webkit-border-radius: 20px;
    /*-webkit-box-shadow: 1px 1px 1px #fff;*/
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #ef801b,
        #ed6e01
        );
    -moz-border-radius: 20px;
    /*-moz-box-shadow: 1px 1px 1px #fff;*/
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffef801b,endColorstr=#ffed6e01);
    zoom: 1;
}


/*　２.　iPAD等のタブレット対応 */


@media only screen and (min-width: 481px){
h1 {
	text-align: center;
	max-width: 380px;
	margin: 0 auto;
	}

#login {
	}
/*	
#login a {
	margin: 0 auto;
	width: 80%;
	display: block;
	font-size: 100%;
	font-weight: bold;
	color:#fff;
	border: 2px solid #fcd68d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing:  border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#ef801b),to(#ed6e01));
	background: -moz-linear-gradient(top,#ef801b 0%,#ed6e01);
	}*/

.inp {
	text-align: left;
	width: 60%;
	margin: 0 auto;
	}
	
.inp span {
	text-align: left;
	margin-left: 5px;
	}
	
.inp span.kome {
	text-align: left;
	margin-left: 5px;
	font-size: 90%;
	}
	
input.pass {
	width: 100%;
	padding: 10px auto;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	
input.entry{
	font-size: 100%;
	font-weight: bold;
	width: 100%;
    border:2px solid #fcd68d;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 20px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ef801b),
        to(#ed6e01)
        );
    -webkit-border-radius: 20px;
    /*-webkit-box-shadow: 1px 1px 1px #fff;*/
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #ef801b,
        #ed6e01
        );
    -moz-border-radius: 20px;
    /*-moz-box-shadow: 1px 1px 1px #fff;*/
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffef801b,endColorstr=#ffed6e01);
    zoom: 1;
}
}
	
/*----------------------
	
	３.　メニュー画面
	
---------------------- */

#hd {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -webkit-gradient(linear,left top,left bottom,from(#a5bcd8),to(#7f98b9));
	background: -moz-linear-gradient(top,#a5bcd8 0%,#7f98b9);
	}
	
#hd .hd_in {
	width: 95%;
	margin: 0 auto;
	font-size: 70%;
}

	
#hd .hd_in p.btn01 {
	float: left;
	}

#hd .hd_in p.btn01 a {
	display: block;
	padding: 3px 8px 3px 20px;
	color:#fff;
	border: 1px solid #384b64;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-decoration: none;
	background-color: #75a0d3;
	box-sizing: border-box;
	-webkit-box-sizing:  border-box;
	position: relative;
}

#hd .hd_in p.btn01 a img {
	position: absolute;
	top: 5px;
	left: 4px;
}

#hd .hd_in p.btn02 {
	float: right;
	}

#hd .hd_in p.btn02 a {
	display: block;
	padding: 3px 8px 3px 22px;
	color:#fff;
	border: 1px solid #384b64;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-decoration: none;
	background-color: #75a0d3;
	box-sizing: border-box;
	-webkit-box-sizing:  border-box;
	position: relative;
}

#hd .hd_in p.btn02 a img {
	position: absolute;
	top: 5px;
	left: 4px;
}

header#lev2{
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: right;
	width: 100%;
}

h1.lev2_t {
	margin: 0 auto;
	min-width: 100px;
	text-align: right;
	}
	
h1.lev2_t img {
	width: 33%;
	padding-right: 3px;
}

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

h1.lev2_t {
	margin: 0 auto;
	max-width: 100%;
	}
	
h1.lev2_t img {
	width: 120px;
	padding-right: 3px;
}

}

.title {
	line-height: 1.2;
	margin-bottom: 5%;
	}
	
.c_name {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
	}
	
.name {
	font-size: 90%;
	}

.comment02 {
	font-size: 80%;
	font-weight: bold;
	}
	
.comment02 span {
	font-size: 80%;
	font-weight: normal;
	}

.name02 {
	font-size: 90%;
	margin-bottom: 2px;
	}
	
.name,
.comment02 {
	margin: 0;
	padding: 0;
}
	
	
h2 {
	border-bottom: 1px solid #d3d3d3;
	width: 90%;
	margin: 0 auto 5px auto;
	text-align: left;
	font-size: 95%;
	padding-left: 5px;
	clear: both;
	}
	
.chk {
	margin-bottom: 10px;
	}
	
	
div.select01 {
	clear:both;
	padding-top: 3px;
	width: 80%;
	margin: 0 auto;
	}
	
.sel{
	float: left;
	margin-right: 10px;
	}
	
.view02 {
	float: left;
}
	
.view02 a {
	display: block;
	font-size: 85%;
	padding: 3px 8px 3px 8px;
	color:#fff;
	border: 1px solid #fcd68d;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff922e),to(#ed5401));
	background: -moz-linear-gradient(top,#ff922e 0%,#ed5401);
	}
	
.caution02 {
	font-size: 80%;
	margin: 20px auto;
	}
	
table.select {
	margin: 0 auto 15px auto;
	padding: 0;
	}
	
table.select td {
	padding-right: 5px;
	padding-top: 8px;
}

table.select td a{
	padding-right: 5px;
	padding-top: 8px;
}


.view {
	margin-top: 2px;
	}
	
.view a {
	display: block;
	line-height: 1.2;
	font-size: 85%;
	padding: 7px 8px 7px 8px;
	color:#fff;
	border: 1px solid #fcd68d;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff922e),to(#ed5401));
	background: -moz-linear-gradient(top,#ff922e 0%,#ed5401);
	}

/*--------------------------

入力・選択部分

------------------------------*/

select.choice {
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	font-size: 102%;
	}

/*----------------------
	
	４.　明細書　table
	
---------------------- */

div.specbox {
	width: 88%;
	margin: 0 auto;
	}

table,th,td {
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}


table.spec {
	width: 100%;
	text-align: left;
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse: collapse;
	}

table.spec span {
	font-size: 80%;
	font-weight: normal;
	}

table.spec th {
	padding: 3px 0px 2px 10px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-topleft-radius: 8px;
	-moz-border-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff922e),to(#ed5401));
	background: -moz-linear-gradient(top,#ff922e 0%,#ed5401);
}


table.spec td {
	width: 60%;
	padding: 0 0 0 8px;
	border: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
	
table.spec td.price {
	width: 40%;
	padding: 0 8px 0 0;
	text-align: right;
	}

table.spec tbody tr:nth-child(even) {
    background: #fff4ee;
}

@media only screen and (min-width: 481px){
	
	
div.specbox {
	width: 65%;
	margin: 0 auto;
	}

}
/*----------------------
	
	５.　源泉徴収票　table
	
---------------------- */


div.specbox02 {
	width: 92%;
	margin: 0 auto;
	}

table.gensen {
	width: 100%;
	text-align: left;
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
	}

table.gensen span {
	font-size: 80%;
	font-weight: normal;
	}
	

table.gensen th {
	padding: 3px 0px 2px 10px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-topleft-radius: 8px;
	-moz-border-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: -webkit-gradient(linear,left top,left bottom,from(#ff922e),to(#ed5401));
	background: -moz-linear-gradient(top,#ff922e 0%,#ed5401);
}


table.gensen td,
table.gensen td.pr000,
table.gensen td.pr001 {
	padding-left: 8px;
	border: 1px solid #CCC;
    background: #ffdfce;
	height: auto;
	line-height: 1.4em;
	}
	
table.gensen td {
	width: 65%;
	}

table.gensen td.price00 {
	width: 35%;
	padding: 0;
	text-align: center;
    background: #fff;
	}

table.gensen td.price {
	width: 35%;
	padding: 0 8px 0 0;
	text-align: right;
    background: #fff;
	}
	
table.gensen td.pr002 {
	width: 45%;
	}
	
table.gensen td.pr001_in {
    background: #fff4ee;
	text-align: center;
	padding: 0;
	width: 20%;
	}

table.gensen td.pr001a {
	width: 35%;
	padding: 0 8px 0 0;
	text-align: right;
    background: #fff;
	}

table.gensen td.price02 {
	padding-right: 8px;
	text-align: right;
    background: #fff;
	}
	
table.gensen td.price03 {
	padding-right: 8px;
	text-align: right;
    background: #fff;
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
	border-top: none;
	}
	

table.gensen td.dtc,
table.gensen td.dtca {
	padding: 0;
	text-align: center;
	width: 20%;
}


table.gensen td.dtc {
    background: #fff4ee;
}

table.gensen td.dtca {
    background: #fff;
}

/*-------------------------------

6.　控除対象扶養親族の数（配偶者を除く）

-----------------------------------*/

table.gensen td.dtc02 {
	padding-left: 8px;
	text-align: left;
    background: #ffdfce;
	width: 100%;
}


table.gensen td.dtc03 {
	padding: 0;
	text-align: center;
    background: #fff4ee;
	width: 30%;
}

table.gensen td.dtc04 {
	padding: 0;
	text-align: center;
    background: #fff4ee;
}



table.gensen td.dtca02 {
	padding: 0;
	text-align: center;
    background: #fff;
	width: 15%;
	border-top: none;
}

table.gensen td.dtca02a,
table.gensen td.dtca02b {
	padding: 0;
    background: #fff4ee;
	width: 15%;
	font-size: 70%;
	border-bottom: none;
}

table.gensen td.dtca02a {
	text-align: right;
	padding-right: 2px;
}

table.gensen td.dtca02b {
	text-align: center;
}

table.gensen td.dtca03 {
	padding: 0;
	text-align: center;
    background: #fff;
	width: 14%;
	border-top: none;
}

table.gensen td.dtca03a,
table.gensen td.dtca03b,
table.gensen td.dtca03c {
	padding: 0;
    background: #fff4ee;
	width: 14%;
	font-size: 70%;
	border-bottom: none;
}

table.gensen td.dtca03a {
	text-align: left;
	border-right: none;
	padding-left: 2px;
}

table.gensen td.dtca03b {
	text-align: right;
	border-left: none;
	padding-right: 2px;
}

table.gensen td.dtca03c {
	text-align: center;
}

/*--- END 控除対象扶養親族の数（配偶者を除く） --------*/

/*-------------------------------

7.　障害者の数（本人を除く）

-----------------------------------*/

table.gensen td.dt001,
table.gensen td.dt001a,
table.gensen td.dt001b,
table.gensen td.dt001c {
	padding: 0;
    background: #fff4ee;
}

table.gensen td.dt001 {
	text-align: center;
}

table.gensen td.dt001a,
table.gensen td.dt001b,
table.gensen td.dt001c {
	font-size: 70%;
	border-bottom: none;
}

table.gensen td.dt001a {
	text-align: left;
	border-right: none;
	padding-left: 2px;
	width: 33%;
}

table.gensen td.dt001b {
	text-align: right;
	border-left: none;
	padding-right: 2px;
	width: 33%;
}

table.gensen td.dt001c {
	text-align: right;
	border-left: none;
	padding-right: 2px;
	width: 34%;
}


table.gensen td.dt002,
table.gensen td.dt003 {
	padding: 0;
	text-align: center;
    background: #fff;
	border-top: none;
}

table.gensen td.dt002 {
	width: 33%;
}

table.gensen td.dt003 {
	width: 34%;
}


/*--- END 障害者の数（本人を除く） --------*/


/*----　中途就・退職　-------------*/

table.gensen td.dtc06 {
	width: 40%;
	}
	
table.gensen td.dtca06 {
    background: #fff;
	padding: 0 8px 0 0;
	text-align: right;
	}


/*---　2行の金額の「内」セル　---------*/

table.gensen td.dtc07 {
    background: #fff;
	text-align: left;
	width: 8%;
	border: none;
	font-size: 80%;
}


/*---------------------------

　table　第2セクション

---------------------------*/

table.gensen02 {
	width: 100%;
	text-align: left;
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	}

table.gensen02 td {
	width: 70%;
	padding: 0 0 0 8px;
	border: 1px solid #CCC;
    background: #ffdfce;
	height: auto;
	line-height: 1.4em;
	}
	
/*----　適用部分　-------------*/

table.gensen02 td.tekiyo {
    background: #fff;
	padding: 5px 10px 5px 10px;
	line-height: 1.3em;
	border: none;
}


/*---　2行の金額の「内」セル　---------*/

table.gensen02 td.dtc08 {
	text-align: left;
	width: 8%;
	border: none;
    background: #fff;
	font-size: 80%;
}

table.gensen02 td.price02 {
	padding-right: 8px;
	text-align: right;
    background: #fff;
	}
	
table.gensen02 td.price03 {
	padding-right: 8px;
	text-align: right;
    background: #fff;
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
	border-top: none;
	}

table.gensen02 td.price04 {
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
    background: #fff;
	text-align: right;
	padding-right: 8px;
	}



/*---------------------------

　8.エラー

---------------------------*/

.er01 {
	text-align: left;
	width: 75%;
	margin: 0 auto;
	}
	

.er02 {
	text-align: left;
	width: 75%;
	margin: 0 auto;
	font-size: 82%
	}
	
@media only screen and (min-width: 481px){

div.specbox02 {
	width: 65%;
	margin: 0 auto;
	}

.er01,
.er02 {
	text-align: left;
	width: 60%;
	margin: 0 auto;
	}
	

.er02 {
	font-size: 100%
	}

}
