﻿/* ==========================================
   共通ＣＳＳ
=========================================== */
.center {
	text-align:center;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clr {
	clear:both;
/*	padding-top: 10px;*/
}
.font_small {
	font-size: small;
}
.font_xsmall {
	font-size: x-small;
}
.font_xxsmall {
	font-size: xx-small;
}

/* ==========================================
   iPad用
=========================================== */
body {
	font-family  : "メイリオ", Meiryo,
                 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
                 Osaka,
                 "ＭＳ Ｐゴシック", "MS P Gothic",
                 sans-serif;
/*	font-size: 16px;*/
	font-size: 18px;
	margin: 0px;
/*	background-color:#F4F4F4;*/
	background-image: url(../images/back1.gif); 
	background-repeat: repeat;
}

.header {
	border: 0px solid #333;
	height: 30px;
	font-size: 20px;
	color: #0075A9;
	margin-top: 8px;
	margin-left: 10px;
}

.footer1 {
	border: 0px solid #333;
	float: left;
	width: 530px;
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat;
	background-position: right center;
}
.footer2 {
	border: 0px solid #333;
	float: right;
}

/**************************
* 外枠
**************************/
.mainbox {
/*	background-color: #FFFFFF;*/
	background-color: transparent;	/*背景：透明*/
	border: 0px solid #333;
	margin: 0px auto 0px 29px;
	color: #181818;
/*	padding: 10px 14px 18px 14px;*/
	width: 710px;
	height: 1000px;
}
@media all and (orientation:landscape) {	/* 横向きの場合のみ */
.mainbox {
/*	width: 970px;*/
	width:710px;
}
}


/**************************
* 内枠
**************************/
.subbox1 {
	background-color: transparent;	/*背景：透明*/
	border: 0px solid #888;
	padding: 0px;
	position: absolute;
	/*top: 27px;*/
	top: 37px;
	left : 29px;
	width: 710px;
	height: 870px;
	text-align   : left;
}
.subbox2 {
	background-color: transparent;	/*背景：透明*/
	border: 0px solid #000;
	padding: 0px;
	width: 710px;
	height: 80px;
	text-align   : left;
	position: absolute;
/*	top:920px;*/
	top:900px;
	left :29px;
}
.subbox3 {
	background-color: transparent;	/*背景：透明*/
	border: 0px solid #000;
	padding: 0px;
	width: 710px;
	text-align   : center;
	vertical-align : middle;
}
.subbox4 {
	background-color: transparent;	/*背景：透明*/
	border: 0px solid #888;
	padding: 0px;
	width: 710px;
	height: 100px;
	margin-top: 10px;
	text-align   : left;
	margin-bottom: 20px;
}


/**************************
* ボタン
**************************/
.backbtn2 {
	background-image: url(../images/back2_btn.gif);
	background-repeat: no-repeat;
	/*	display: inline-block;*/
	outline: none;
	cursor: pointer;
	width: 129px;
	height: 60px;
	padding: 0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.backbtn {
	background-image: url(../images/back_btn.gif);
	background-repeat: no-repeat;
	/*	display: inline-block;*/
	outline: none;
	cursor: pointer;
	width: 129px;
	height: 60px;
	padding: 0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.nextbtn {
	background-image: url(../images/next_btn.gif);
	background-repeat: no-repeat;
	display: inline-block;
	outline: none;
	cursor: pointer;
	width: 129px;
	height: 60px;
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.sendbtn {
	background-image: url(../images/kak_btn.gif); 
	background-repeat: no-repeat;
	display: inline-block;
	outline: none;
	cursor: pointer;
	width:129px;
	height:60px;
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* red */
.red {
	color: #FFDFDF;
	border: solid 1px #FF5959;
	background: #FF5151;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8E8E), to(#FF3333));
	background: -moz-linear-gradient(top,  #FF8E8E,  #FF3333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8E8E', endColorstr='#FF3333');
}
.red:hover {
	background: #FF3333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6060), to(#FD2F2F));
	background: -moz-linear-gradient(top,  #FF6060,  #FD2F2F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6060', endColorstr='#FD2F2F');
}
.red:active {
	color: #FFB3B3;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF3333), to(#FF8E8E));
	background: -moz-linear-gradient(top,  #FF3333,  #FF8E8E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3333', endColorstr='#FF8E8E');
}

/* brown */
.brown {
	color: #FFFFE8;
	border: solid 1px #BF572B;
	background: #D67449;
	background: -webkit-gradient(linear, left top, left bottom, from(#E1AA7D), to(#D67449));
	background: -moz-linear-gradient(top,  #E1AA7D,  #D67449);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1AA7D', endColorstr='#D67449');
}
.brown:hover {
	background: #D16536;
	background: -webkit-gradient(linear, left top, left bottom, from(#D97C55), to(#BE572C));
	background: -moz-linear-gradient(top,  #D97C55,  #BE572C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D97C55', endColorstr='#BE572C');
}
.brown:active {
	color: #FBCE93;
	background: -webkit-gradient(linear, left top, left bottom, from(#D67449), to(#E1AA7D));
	background: -moz-linear-gradient(top,  #D67449,  #E1AA7D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D67449', endColorstr='#E1AA7D');
}


/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/**************************
* レイアウト(上書き分)
**************************/
.roundbox {
/*  width: 720px;*/
	width: 688px;
/*	height: 930px;*/
	text-align : left;
	background-color: #FFFFFF;
	border: 0px solid #fff;
/*	padding: 10px 10px 10px 10px;*/
	padding: 8px;
	-webkit-border-radius: 8px;    /* ﾌﾞﾛｯｸの角丸の半径 */
}

legend {
  font-weight: bold;
  font-size: 100%;
}

.flexigrid {
	font-family  : "メイリオ", Meiryo,
                 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
                 Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
/*	font-size: 1.2em;*/
	font-size: 1.4em;
}

/* flexigridの下部分 */
.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol {
	font-size: 0.8em;
}

input { 
	padding:6px;
}

/* テキスト入力エリアの装飾 */
.text, textarea{  
    border:1px solid #CACAD9;
    padding: 5px;  
    color: #5D5D5D;  
    background: #fff;  
    border-radius: 10px;  
    font-size: 28px;

    /* Webkit */ 
    background: -webkit-gradient(  
        linear,  
        left top,  
        left bottom,  
        from(#fff),  
        to(#fff)  
        );  
    -webkit-border-radius: 10px;  
    -webkit-box-shadow: 1px 1px 1px #fff;  

    /* Firefox */ 
    background: -moz-linear-gradient(  
        top,  
        #fff,  
        #fff 
        );  
    -moz-border-radius: 10px;  
    -moz-box-shadow: 1px 1px 1px #fff;  

    /* IE */ 
    filter:progid:DXImageTransform.Microsoft.gradient  
        (startColorstr=#ffffffff,endColorstr=#ffffffff);  
    zoom: 1;  
} 
/****
select { 
	padding:6px;
	border : 1px solid #8b97fc;
  color: #424242;  
  background: #fff;  
  border-radius: 5px;  
    * Webkit * 
    background: -webkit-gradient(  
        linear,  
        left top,  
        left bottom,  
        from(#eee),  
        to(#fff)  
        );  
    -webkit-border-radius: 5px;  
    -webkit-box-shadow: 1px 1px 1px #fff;  

    * Firefox * 
    background: -moz-linear-gradient(  
        top,  
        #eee,  
        #fff 
        );  
    -moz-border-radius: 5px;  
    -moz-box-shadow: 1px 1px 1px #fff;  

    ** IE ** 
    filter:progid:DXImageTransform.Microsoft.gradient  
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);  
    zoom: 1;  
}
****/

/**************************
* スライドボタン
**************************/
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }  
.cb-enable span, .cb-disable span { 
    line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; 
}  
    .cb-enable span { background-position: left -90px; padding: 0 10px; }  
    .cb-disable span { background-position: right -180px;padding: 0 10px; }  
    .cb-disable.selected { background-position: 0 -30px; }  
    .cb-disable.selected span { background-position: right -210px; color: #fff; }  
    .cb-enable.selected { background-position: 0 -60px; }  
    .cb-enable.selected span { background-position: left -150px; color: #fff; }  
    .switch label { cursor: pointer; }  
    .switch input { display: none; } 

/**************************
* placeholder
**************************/
input.text::-webkit-input-placeholder { 
	font-family  : "メイリオ", Meiryo,
                 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
                 Osaka,
                 "ＭＳ Ｐゴシック", "MS P Gothic",
                 sans-serif;
	font-size: 22px;
	padding: 4px 0px 0px 6px;
	color: #9797A5;
}
input.text:-ms-input-placeholder {
	font-size: 22px;
	padding: 4px 0px 0px 6px;
	color: #9797A5;
}
input.text::-moz-placeholder {
	font-family  : "メイリオ", Meiryo,
                 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
                 Osaka,
                 "ＭＳ Ｐゴシック", "MS P Gothic",
                 sans-serif;
	font-size: 22px;
	padding: 4px 0px 0px 6px;
	color: #9797A5;
}