@charset "utf-8";

@import "common.css"; /* 追加設定 */


/**** バージョンベクタの記入例 ****
.eq-ie6 body { ××× }
***********************************/


/*************
/* 全体
*************/
*{margin:0;padding:0;}

body{
	color:#220000;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	line-height: 1.4em;
}
@media screen and (max-width : 420px){
	body{
		font-size: 14px;
	}
}
@media screen and (max-width : 360px){
	body{
		font-size: 13px;
	}
}

a{color:#C03; text-decoration:underline;}
a:hover{color:#F60; text-decoration:none;}
img{border:0;}

div{display:block;}

.b{font-weight:bold;}
.clear{clear:both;}
.nojs{
	display:block;
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	background-color:#FF0;
	text-decoration:underline;
	color:#FF0;
	text-align:center;
}
.noscrpt{
	display:block;
	font-size:20px;
	line-height:32px;
	padding:1em 0;
	text-align:center;
	background-color:#F00;
	color:#FF0;
	font-weight:bold;
}


/*************
/* wrapper
*************/
#wrapper{
	display:block;
}
.container{
	display:block;
	margin: 0 auto;
	padding: 0 0px;
	width: 1280px;
	clear:both;
}
@media screen and (max-width : 1280px){
	.container{
		width: 100%;
	}
}
.head{
	display:block;
	width: 100%;
	clear:both;
}
.head img{
	width: 100%;
}

#mainarea{
	display:block;
	width:100%;
	padding-top:1em;
	padding-bottom:1em;
	margin:0 auto;
}
@media screen and (max-width : 640px){
	#mainarea{
		width:100%;
		padding-top:0em;
		padding-bottom:0em;
	}
}


/*************
/* header
*************/
#headImg{
	display:block;
	text-align:center;
}
#toplogo{
	display:block;
	text-align:center;
}
#toplogo img{
	width:100%;
	max-width:800px;
}
#toptitle{
	display:block;
	font-size:1em;
	padding-top:0em;
	padding-bottom:2em;
}
#toptitle p{
	display:block;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.2em;
	text-align:center;
	color:#111111;
}
#toptitle p>span{
	display:block;
	color:#111111;
	font-size:0.85em;
	line-height:1.2em;
	padding-top:0.8em;
}
@media screen and (max-width : 1280px){
	#toptitle{
		font-size:0.8em;
	}
}

#logoff{
	display:block;
	font-size:1em;
	text-align:right;
}
#logoff span{
	display:block;
	font-size:1em;
	line-height:1.8em;
	padding-top:0.1em;
	width:5.5em;
	text-align:center;
	border:solid 1px #555555;
	float:right;
}
#logoff span:hover{
	color:#d5252a;
	border:solid 1px #d5252a;
	cursor:pointer;
}
#logoff:after{
	content:"";
	display:block;
	clear:both;
	padding-bottom:0.5em;
}
#coution{
	display:block;
	font-size:1em;
	padding:1.2em 1.3em 1.1em 1.3em;
	border:dashed 4px #8b8574;
	background-color:rgba(207,207,207,0.1);
	color:#6b6554;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.3em;        /* CSS3草案 */  
	-webkit-border-radius: 1.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 1.3em;   /* Firefox用 */  
}
#coution p{
	display:block;
	color:#6b6554;
	text-indent:-1em;
	padding-left:1em;
}


/*************
/* form status
*************/
#formstatus{
	display:block;
	clear:both;
	position:relative;
	padding-top:2em;
	border-right:solid 1px #8b8574;
	border-left:solid 1px #8b8574;
	border-bottom:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#formstatus:after{
	display:block;
	content:"";
	clear:both;
}
#formstatus p{
	display:block;
	width:33%;
	text-align:center;
	position:absolute;
	top:0;
	font-size:1em;
	line-height:1.9em;
	padding-top:0.1em;
	font-weight:bold;
	border-top:solid 1px #8b8574;
	border-bottom:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#formstatus p.gray{
	background-color:#555;
}
#formstatus p:nth-child(1){
	left:0;
	width:33%;
}
#formstatus p:nth-child(2){
	left:33%;
	width:33%;
}
#formstatus p:nth-child(3){
	left:66%;
	width:34%;
}
#formstatus div{
	display:block;
	font-size:0.9em;
	padding:0.8em 0.8em;
	line-height:1.5em;
}
.bevel1 {
  background:
    linear-gradient(225deg, transparent 0.7em, #23b6c9 0.7em),
    linear-gradient(315deg, transparent 0.7em, #23b6c9 0.7em);
  background-position: top right, bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel2 {
  background:
    linear-gradient(45deg, transparent 0.7em, #555555 0.7em),
    linear-gradient(135deg, transparent 0.7em, #555555 0.7em);
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel3 {
  background:
    linear-gradient(45deg, transparent 0.7em, #23b6c9 0.7em),
    linear-gradient(135deg, transparent 0.7em, #23b6c9 0.7em),
    linear-gradient(225deg, transparent 0.7em, #23b6c9 0.7em),
    linear-gradient(315deg, transparent 0.7em, #23b6c9 0.7em);
  background-position: top left, bottom left, top right, bottom right;
  background-size: 51% 50%;
  background-repeat: no-repeat;
}
.bevel4 {
  background:
    linear-gradient(45deg, transparent 0.7em, #23b6c9 0.7em),
    linear-gradient(135deg, transparent 0.7em, #23b6c9 0.7em);
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.bevel5 {
  background:
    linear-gradient(225deg, transparent 0.7em, #555555 0.7em),
    linear-gradient(315deg, transparent 0.7em, #555555 0.7em);
  background-position: top right, bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.b1 {
	color:#FFF;
	background-color:#8b8574;
}
.b2 {
	color:#8b8574;
	background-color:#f4f4f8;
}
.b2b {
	color:#8b8574;
	background-color:#f4f4f8;
	border-right:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.b1b {
	color:#8b8574;
	background-color:#f4f4f8;
	border-right:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#entry_text{
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:0.8em 1em 0.7em 1em;
	background-color:#ffffff;
	border-right:solid 1px #8b8574;
	border-bottom:solid 1px #8b8574;
	border-left:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#entry_text p{
	display:block;
	font-size:1em;
	line-height:1.5em;
	color:#221111;
}
#entry_text a{
	text-decoration:underline;
}
#entry_text p.end{
	padding:1.6em 0.8em;
	text-align:center;
}


/*************
/* form
*************/
#formwaku, .formwaku2{
	display:block;
	border-right:solid 1px #8b8574;
	border-bottom:solid 1px #8b8574;
	border-left:solid 1px #8b8574;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fmtbl{
	width:100%;
	margin:0 auto;
}
#fmtbl th{
	width:10.5em;
	font-size:0.95em;
	padding:0.6em 0.6em 0.6em 0.6em;
	border-bottom:solid 1px #8b8574;
	border-right:dashed 1px #8b8574;
	text-align:right;
	font-weight:normal;
	color:#6b6554;
	background-color:#f4f4f8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fmtbl td{
	width:auto;
	position:relative;
	font-size:1em;
	padding:0.6em 0.6em 0.6em 0.6em;
	border-bottom:solid 1px #8b8574;
	color:#444445;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fmtbl tr:last-child th{
	border-bottom:none;
}
#fmtbl tr:last-child td{
	border-bottom:none;
}
#fmtbl tr.dash th, #fmtbl tr.dash td{
	border-bottom:dashed 1px #8b8574;
}
#fmtbl tr.dot th, #fmtbl tr.dot td{
	border-bottom:dotted 1px #8b8574;
}
#fmtbl tr.noboder th{
	border-bottom:none;
	padding:0.6em 0.6em 0em 0.6em;
}
#fmtbl tr.noboder td{
	border-bottom:none;
	padding:0.6em 0.6em 0em 0.6em;
}
#fmtbl a{color:#014099 !important; text-decoration:underline !important;}
#fmtbl a:hover{color:#6680dd !important; text-decoration:underline !important;}

@media screen and (max-width : 640px){
	#fmtbl th{
		width: 6.2em;
		padding:0.5em 0.2em 0.5em 0.2em;
	}
	#fmtbl tr.noboder th{
		padding:0.5em 0.2em 0em 0.2em;
	}
	#fmtbl td{
		padding:0.5em 0.5em 0.5em 0.5em;
	}
}
.bgc1{
	background-color:#FE0;
}
#privacypolicytext{
	display:block;
	border:dotted 4px #8b8574;
	background-color:#ffffff;
	color:#443333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#privacypolicytext p{
	display:block;
	font-size:0.9em;
	line-height:1.3em;
	padding:0.6em;
}

.hissu{
	color:#f22;
	font-size:0.8em;
	display:inline;
	padding-right:0em;
	padding-left:0.3em;
}


/*************
/* font customize
*************/

.kc{
	color:#f8a010;
}
.aka{
	display:block;
	font-size:95%;
	color:#F00;
	line-height:1.5em;
	font-weight:bold;
}
.font_red{
	color: #F00;
}

.lh12{
	line-height:1.2em;
}
.lh13{
	line-height:1.3em;
}


/*************
/* br, display
*************/



/*************
/* button
*************/
.nextback{
	display:block;
	width:86%;
	max-width:240px;
	margin:0 auto;
	text-align:center;
	font-size:1.0em;
	line-height:3.5em;
	padding-top:0.1em;
	letter-spacing:0.1em;
	cursor:pointer;
	border-radius: 0.5em;        /* CSS3草案 */  
	-webkit-border-radius: 0.5em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.5em;   /* Firefox用 */  
}

.btn1{
	background-color:#F36;
	color:#f4f4f8;
	color:#FFF;
}

.btn_disabled{
	background-color:#c6c6c6 !important;
	cursor:text !important;
}

.sentaku{
	display:block;
	width:86%;
	max-width:180px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	border-style: solid;
	border-width: 2px;
	border-color:#FFF;
	font-size:1.0em;
	line-height:2.6em;
	padding-top:0.1em;
	letter-spacing:0.1em;
/*	cursor:pointer;*/
	border-radius: 0.3em;        /* CSS3草案 */  
	-webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.3em;   /* Firefox用 */  
}
#sentaku1{
	background-color:#0556cc;
}
#sentaku2{
	background-color:#0556cc;
}
#sentaku1:hover{
	background-color:#3377ff;
}
#sentaku2:hover{
	background-color:#3377ff;
}
#torikeshi{
	background-color:#c6c6c6;
}
#naiyouok{
	display:block;
	font-size:0.85em;
	line-height:1.3em;
	color:#8b8574;
	padding-top:2em;
	text-align:center;
}

/*************
/* フッター
*************/
#footer{
	display:block;
	font-size:0.85em;
	line-height:1.3em;
	padding-top:2em;
	padding-bottom:2.5em;
}
#footer div{
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
#footer #ci{
	display:block;
	text-align:center;
	padding-bottom:1.5em;
}
#footer #ci img{
	width:96%;
	max-width:420px;
}
p.foot1{
	display:block;
	font-size:0.85em;
	line-height:1.2em;
	padding-left:1.8em;
	padding-right:0.8em;
	text-indent:-1em;
	color:#8b8574;
	text-align:left;
}
p.foot2{
	display:block;
	font-size:1em;
	line-height:1.5em;
	padding-left:2em;
	padding-right:2em;
}
#totop{
	cursor:pointer;
}


/*************
/* 未使用
*************/
#set_no{
	display:block;
	font-size:1.1em;
}
#set_no p{
	display:block;
	padding:0.3em 0.3em 0em 0.1em;
}
#idnumber{
	vertical-align:middle;
}
#idnumber span{
	font-size:1.4em;
	line-height:2em;
	color:#292929;
}
#topsub{
	display:block;
	font-size:1.2em;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
}
#topsub u{
	text-decoration:none;
	display:inline-block;
	border-bottom:solid 1px #222;
}
#toptxt{
	display:block;
	font-size:1em;
	line-height:1.3em;
	width:370px;
	padding-left:1em;
	margin:0 auto;
}
#toptxt span{
	font-size:95%;
}
@media screen and (max-width : 420px){
	#toptxt{
		width:90%;
		padding-left:0em;
	}
}
p.enableDL{
	cursor:pointer;
	text-decoration:underline;
}
.coutok{
	display:block;
	padding-left:5em !important;
	padding-right:0 !important;
	text-indent:-4em !important;
}
.couchu{
	display:block;
	padding-left:6em !important;
	padding-right:0 !important;
	text-indent:0 !important;
}
.font_chu{
	line-height:1.2em;
}

/*************
/* その他
*************/
#wrapper_w{
	display:block;
}

.ms0{
	display:block;
	font-size:1.3em;
}
.ms1{
	display:block;
	padding-right:1em;
	padding-left:1em;

}
.ms1 ul{
	display:block;
	padding-left:1em;
	padding-bottom:0.5em;
}
.ms1 ul li{
	list-style:none;
	display:block;
	padding-left:1.5em;
	text-indent:-1.5em;
}
@media screen and (max-width : 1280px){
	.ms0{
		font-size:1.2em;
	}
	.ms1{
		font-size:0.9em;
	}
}
@media screen and (max-width : 640px){
	.ms0{
		font-size:1em;
	}
	.ms1{
		font-size:0.8em;
	}
}

.ui-tooltip {
	color:#000 !important;
}
#kakunin0{
	display:none;
	width:86%;
	max-width:240px;
	margin:0 auto;
	text-align:center;
	font-size:1.0em;
	line-height:3.5em;
	padding-top:0.1em;
	color:#d40b33;
}


/*header*/
#header2{
	display:block;
}
@media screen and (max-width : 640px){
	#header2{
	/*	display:none;*/
		height:15px;
		overflow:hidden;
	}
}
#tbl{
	width:100%;
}
#tbl th{
	font-size:1em;
	text-align:left;
	white-space: nowrap;
}
#tbl th #LeftTT{
	display:block;
	font-size:1.5em;
	line-height:1.2em;
	padding:0.5em 0.5em 0em 12px;
}
#tbl #LeftTT img{
	max-width:150px;
	max-height:50px;
}
#tbl th #LeftBT{
	display:block;
	font-size:1em;
	line-height:1.2em;
	padding:0.5em 0.5em 0.6em 15px;
}
#tbl td{
	font-size:1em;
	text-align:right;
}
#tbl td #RightTT{
	display:block;
	font-size:1.2em;
	line-height:1.2em;
	padding:0.6em 15px 0em 0.5em;
}
#tbl td #RightBT{
	display:block;
	font-size:1em;
	line-height:1.2em;
	padding:0.5em 15px 0.5em 0.5em;
	letter-spacing:0em;
}
@media screen and (max-width : 1280px){
	#tbl th #LeftTT{
		font-size:1.2em;
	}
	#tbl th #LeftBT{
		font-size:0.8em;
	}
	#tbl td #RightTT{
		font-size:1em;
	}
	#tbl td #RightBT{
		font-size:0.8em;
	}
}
@media screen and (max-width : 700px){
	#tbl th #LeftTT{
		font-size:1em;
	}
	#tbl th #LeftBT{
		font-size:0.65em;
	}
	#tbl td #RightTT{
		font-size:0.8em;
	}
	#tbl td #RightBT{
		font-size:0.65em;
	}
}

#vwaku{
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:40px;
	background-color:#b4d7f2;
}
@media screen and (max-width : 1280px){
	#vwaku{
		padding-top:15px;
		padding-bottom:15px;
	}
}
#varea{
	display:block;
	width:100%;
	max-width:1280px;
	height:auto;
	margin:0 auto;
}
iframe{
	width:100%;
	height:100%;
}
#vfooter{
	display:block;
	font-size:0.85em;
	padding:1.1em 0 1em 0;
	/*
	background-color: #3390e0;
	*/
	text-align:center;
	/*
	box-shadow:0em -0.1em 0.1em rgba(0,0,0,0.1);
	-moz-box-shadow:0px -0.1em 0.1em rgba(0,0,0,0.1);
	-webkit-box-shadow:0em -0.1em 0.1em rgba(0,0,0,0.1);
	*/
}
@media screen and (max-width : 640px){
	#vfooter{
		font-size:0.9em;
	}
}
#koushin2{
	display:block;
	padding:1em 0;
}
#koushin2 span{
	display:block;
	width:100px;
	margin:0 auto;
	font-size:0.9em;
	line-height:2.5em;
	padding-top:0.1em;
	background-color:#229;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	border-radius: 0.2em;        /* CSS3草案 */
    -webkit-border-radius: 0.2em;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.2em;   /* Firefox用 */
}
#koushin2 span:hover{
	background-color:#22f;
}
#mainImage img{
	width:100%;
}



#ichiran{
	display:block;
	font-size:10px;
	padding:0em 0 0em 0em;
	padding:0.4em 0 0.3em 0.5em;
	color:#FFF;
}
#ichiran_live{
	display:block;
	padding:0.6em 0 0.5em 0.5em;
	border-left:solid 0.8em #003e78;
	border-top:solid 1px #003e78;
	border-right:solid 1px #003e78;
	border-bottom:solid 1px #003e78;
	background-color:#003e78;
	color:#FFF;
}
.s_naiyou{
	display:block;
	padding:0.6em 1em 0.5em 1em;
	margin-bottom:1em;
	border-top:solid 1px #dddde0;
	border-left:solid 1px #dddde0;
	border-right:solid 1px #dddde0;
	border-bottom:solid 1px #dddde0;
}
@media screen and (max-width : 640px){
	#wrapper_ichiran{
	}
}
.s_number{
	font-size:0.9em;
	text-indent:-0.5em;
	line-height:1em;
}
.s_title{
	font-size:1.0em;
	font-weight:bold;
	line-height:1.2em;
	color:#777777;
	display:block;
	width: calc(100% - 120px);
	padding:0.5em 0 0.3em;
	border-bottom:dotted 1px #ccccd0;
}
.s_title a{
	text-decoration:underline;
	color:#555555;
}
.s_title a:hover{
	text-decoration:none;
}
.live{
	background-color:#C00;
	color:#EEE;
	padding:0 0.5em;
	line-height:1em;
}
.s_presenter{
	display:block;
	width: calc(100% - 120px);
	font-size:0.9em;
	line-height:1.2em;
	padding:0.4em 0 0 0;
}
.s_ymd{
	font-size:0.9em;
	padding:0.7em 0 0 0;
}
.s_kigen{
	font-size:0.9em;
	padding:0em 0 0 0;
}
.s_viewer{
	position:relative;
	display:block;
	width:100%;
}
.btn_viewer{
	position:absolute;
	display:block;
	top:-55px;
	right:0px;
	width:100px;
	height:26px;
	padding-top:1px;
	line-height:26px;
	font-size:0.9em;
	text-align:center;
	background-color:#777777;
	color:#FFF;
	text-decoration:none;
	border-radius: 0.3em;        /* CSS3草案 */  
	-webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.3em;   /* Firefox用 */ 
}
.btn_viewer:hover{
	background-color:#aaaaaa;
	color:#FFF;
}
.chuki1{
	position:absolute;
	display:block;
	width:140px;
	top:-50px;
	right:-20px;
	height:12px;
	line-height:12px;
	text-align:center;
}
@media screen and (max-width : 640px){
	.s_title{
		width: calc(100%);
	}
	.s_presenter{
		width: calc(100% - 90px);
	}
	.btn_viewer{
		top:-30px;
		font-size:0.8em;
		width:78px;
		height:25px;
		line-height:25px;
	}
	.green {display:block;}
	.chuki1{
		top:-40px;
		right:0px;
	}
}

body{
	background-color: #e27500;
}
#wrapper_w{
	background-color: #f4f4f4;
}
#header2{
	background-color: #e27500;
}
#tbl th, #tbl td{
	color: #FFFFFF;
}
.br3{
	display:none;
}
@media screen and (max-width : 640px){
	.br3{
		display:inline-block;
	}
}
#wrapper #vtitle{
	display:block;
	padding:0px 0 0px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
}
#varea{
	display:block;
	padding:0px;
	box-shadow:0em 0.2em 0.4em rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:0em 0.2em 0.4em rgba(0,0,0,0.3);

	width:100%;
	max-width:1280px;
	height:auto;
	margin:0 auto;
}
iframe{
	width:100%;
	height:100%;
}
#vfooter{
	color: #FFFFFF;
	line-height:1.3em;
}
@media screen and (max-width : 640px){
	#vfooter{
		font-size:0.8em;
	}
.view1disp{
	display:block;
}
.view2disp{
	display:block;
}
.view1none{
	display:none !important;
}
.view2none{
	display:none !important;
}

/*************
/* プリント
*************/
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	#totop{
		display:none;
	}
}
