/* encode UTF-8 */
/* エヴァンゲリオン専用のCSS */


html,body {
	/* ページの一番下の背景色 */
  background-color:#000;
  /* 背景画像、背景色の変更 */
  /*
  background-image:url(img/psbgimg.png);
  background-size:auto;
  background-repeat:repeat-y;
  background-attachment:scroll;
  background-position:0 50px;
*/
	
  -webkit-text-size-adjust: none;
  font-family: HiraKakuProN-W3;
  line-height: 1.25;
  font-size:18px;
  
}

.iPhoneBody {
  background-color: #000;
}

.iPhoneListTitle {
  height:auto;
  line-height: 20px;
  padding: 4px 10px;
  font-family: HiraKakuProN-W6;
  font-size: 16px;
  color: #fff;
  text-align: center;
 /* text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #989ea4;*/
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#202020));*/
  background-color:#006;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.panel {
	display: none;
	position: absolute;
	width:100%;
}

.active {
  display: block;
}

.content {
  /*margin: 10px;*/
  color:#FFF;
  background-color:#000;

  padding: 0 10px;
  
}

/* コンテンツ内の項目 */
.contTitle {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 16px;
	text-align:center;
	background-color:#C00;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	/*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
	-webkit-box-shadow:none;
}

/* コンテンツ内の項目 */
.contTitle2 {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	background-color:#F90;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	/*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
}


/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
}

/* 文字12px　センター揃え */
.crtext_cen {
	padding:4px 0 4px 0;
	text-align:center;
	font-size:12px;
	color:#CCC;
}

/* 小項目のdiv */
.sectionTitle {
	padding: 3px 0;
	color:#FFF;
	font-size: 22px;
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}


.tablist {
	border-spacing:5px;
	font-size:16px;
	background-color:#000;
	vertical-align:middle;
	
	
}

.tablist2 {
	border-spacing:5px;
	font-size:14px;
	background-color:#000;
	vertical-align:middle;
}


#tb1 {
	height:1.5em;
	background-color:#CCC;
}


.boxbg_02 {
	height:1.2em;
	background-color:#000;
	padding:4px;
	border-bottom:1px solid;
	border-color:#333;
}

.boxbg_02non {
	height:1.2em;
	background-color:#000;
	padding:4px;

}

.tb3 {
	height:1.5em;
	background-color:#FC0;
}

#tb4 {
	height:1.5em;
	background-color:#FC0;

}

.tb5 {
	height:1.5em;
	
	background-color:#900;
	padding:3px 0 0 0;
}

#tb6 {
	height:1.5em;
	color:#000;
	background-color:#CCC;
}


/* 67% */
.width67par {
	height:1.5em;
	/*text-align:center;*/
	color:#000;

	padding: 6px;
	width:67%;
	
}

/* 60% */
.width60pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;
	font-size:12px;
	padding: 6px;
	width:60%;
	
}

/* 50% */
.width50pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:50%;
	
}


/* 40% */
.width40pr {
	height:1.5em;
	/*text-align:center;*/
	/*color:#000;*/

	padding: 6px;
	width:40%;
	
}

/* 33% */
.width33pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:33%;
	
}

/* 33% 2 */
.width33pr2 {
	height:1.5em;
	text-align:center;
	padding: 6px;
	width:33%;
	
}

/* 30% */
.width30pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:30%;
	
}

/* 25% */
.width25pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:25%;
	
}

/* 20% */
.width20pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:20%;
	
}





.tc1 {
	margin:0 auto;
	text-align:center;
	color:#000;

	background-color:#FFF;
	padding: 6px;
	
}

.tc1big {
	margin:0 auto;
	text-align:center;
	color:#00F;
	font-size:42px;
	background-color:#FFF;
	padding: 6px;
	border-bottom:1px dotted;
	border-color:#333;
	
}

.tc1big2 {
	margin:0 auto;
	text-align:center;
	color:#00F;
	font-size:32px;
	background-color:#FFF;
	padding: 6px;
	border-bottom:1px dotted;
	border-color:#333;
	
}

.tc1sm {
	text-align:center;
	color:#000;
	font-size:16px;
}

.boxcenter_02 {
	
	margin:0 auto;
	text-align:center;
	color:#FFF;

	background-color:#000;
	padding: 10px;

}

.tc3 {
	text-align:center;
	color:#000;
	font-size:14px;
	padding: 3px 0 0 0;
}


.setcom {
	background-color:#000;
	
}


input[type="submit"] {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 24px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit {
 text-align: center;

 padding: 5px 10px;
}

.chkbox {
 text-align: center;
 color:#FFF;
 padding: 5px 10px;
}

canvas {
	border:non;
}

.bgc_gl {
	text-align:center;
	color:#FFF;
	
}

.sec_str {
	color:#000;
	font-size:14px;
	height:1.2em;
}

.pr_str {
	text-align:left;
	font-size:12px;
}

.cun_str {
	text-align:right;
}
#tb2dc {
	background-color:#111;
	
}
.tb2db {
	height:1.5em;
	background-color:#000;
	/*border-bottom:4px double;*/
	border-bottom:4px solid;
	border-color:#333;

}

.tb2wt {
		
	background-color:#FFF;
	

}




#toolanc {

 padding: 2px 4px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 12px;
 -webkit-border-radius: 4px;
 border-radius: 4px;


}

.toolmail {

 padding: 4px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 20px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 text-decoration:none;


}

/* フォームの装飾 */
.formnumber {
	
	padding: 2px;
	width:5em;
	color: #000;
    background: #fff;
	text-align:right;
 	background: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#fff));
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #333;

	
}


input[type="number"]{
	font-family:Arial,Helvetica,sans-serif;
	width:5em;

}



.crtexttool {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
	line-height:1.5em;
	
}

/* テキスト　左揃え */
.boxleft_01 {
	
	text-align:left;
	color:#FFF;
	font-size:14px;
	background-color:#000;
	padding: 6px;

}

#tl1 {
	text-align:left;
	color:#FFF;
	font-size:18px;
	background-color:#000;
	padding: 10px;
}

#tl2 {
	text-align:center;
	color:#000;
	font-size:14px;
	background-color:#CCC;
	padding: 4px;
}

#tl3 {
	text-align:left;
	padding: 4px;
}

#tl5 {
	text-align:center;
	color:#000;
	font-size:14px;
	background-color:#FF9;
	padding: 4px;
}

/* クラス　文字　カラー*/
.Text_red {
	color:#F00;
}

.Text_blue {
	color:#00F;
}

.Text_lightblue {
	color:#0FF;
}

.Text_glay {
	color:#999;
}

/* ラジオボタン　サイズ*/
input[type="radio"] {
	size:36px;
}


/* 機種TOP仕切り */
.topsec {
	background-color:#06C;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: solid 1px #d9d9d9;
}


/* テキスト　センター揃え 赤文字 */
#tc1red {
	text-align:center;
	color:#F00;
	
	background-color:#FFF;
	padding: 6px;
	
}

.tc1glay {
	text-align:center;
	color:#999;
	font-size:16px;
	background-color:#FFF;
	padding: 2px;
	
}



/*     カウントダウン ST CSS 2016/08/16 ishikawa */

button.button8 {
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
	 /*
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
	*/

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.button8:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}

/* 33% 3 */
.width33pr3 {
	height:1.5em;
	color:#FFF;
	text-align:center;
	padding: 6px;
	width:33%;
	
}

.width33pr4 {
	height:1.5em;
	color:#FFF;
	background-color:#440000;
	text-align:center;
	padding: 6px;
	width:33%;
	
}

/* 選択された行 */
.boxbg_02sel {
	height:1.2em;
	background-color:#FDFDD0;
	padding:4px;

	border-bottom:1px solid;
	border-color:#333;
}

/* 33% 3sel */
.width33pr3sel {
	height:1.5em;
	color:#000;
	text-align:center;
	padding: 6px;
	width:33%;
	
}