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

/* ------------------------------------------------------
base setting
------------------------------------------------------ */


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #5427a5;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

.red    { color:#ff0000; }
.blue   { color:#0000ff; }
.orange { color:#ff6600;line-height:1em; }
.pink   { color:#ff0066; }
.black  { color:#ffffff; }
.green  { color:#32C102; }


/**************/
/***** ID *****/
/**************/

div#container {
/*    width: 1000px; */
	width: 860px;
	margin: 40px auto 0px;
	margin-top: 0px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #222222 solid;
	background-color: #FfFfFf;
}


/*テーブル情報
---------------------------------------------------------------------------*/

table td {
	padding-top:10px;
	padding-left:8px;
	padding-bottom:10px; 
	vertical-align:top; 
}

table {
        border-collapse: collapse;
        border-spacing: 0; 
}

table.guidanceTB {
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
	BACKGROUND: white;
}

.findex {
	LINE-HEIGHT: 130%;
	FONT-FAMILY: verdana;
	LETTER-SPACING: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #172F17;
	text-align:left;
}

.fcoment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

/*----------------------------------------------
	登録画面
---------------------------------------------*/
.noticeBox {
	text-align:left;
	width:600px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	background-color: #F9F9F9;
	padding: 6px 0px 4px 6px;
        line-height:1.4;
	border: 1px #666666 dotted;
}

/* Form ***************************** */
.ex {
	font-style: italic;
	FONT-SIZE: 10pt;
	padding-left:4px;
}

input[type="text"] {
    height:1.3em;
    padding-left:4px;
}

select {
    height:1.5em;
}
textarea {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-left:4px;
}

.required {
    color:#ff0000;
}

.error {
    color:#ff2929;
    font-size:small;
    font-weight:bold;
}
.errorLeft {
    color:#ff2929;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.indent {
    margin:4px 0px 6px 28px;
}
p.note {
    font-size: 1.2rem;
    line-height:1.4;
    color: #1571b1;
}
p.noteRed {
    font-size: 1.2rem;
    color: #f00;
}
p.noteOther {
    font-size: 1.2rem;
    line-height:1.4;
    color: #1571b1;
    padding-top:6px;
}
p.noteRight {
    font-size: 1.2rem;
    line-height:1.4;
    color: #1571b1;
    text-align:center;
}

/*----------------------------------------------
	確認画面
---------------------------------------------*/
.indent_cfm {
    margin:4px 0px 2px 28px;
}

/*----------------------------------------------
	完了画面
---------------------------------------------*/
DIV#contents_comp { 
	PADDING-LEFT: 40px; PADDING-RIGHT: 40px;
	background-color: #F5F5F5;
}

.completeBox {
	text-align:left;
	width:600px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
	padding: 12px 0px 10px 6px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
.detailBox {
	text-align:left;
	width:600px; 
	margin-left:auto;margin-right:auto;
	background-color: #F9F9F9;
	padding: 6px 0px 8px 6px;
        line-height:1.5;
}


.relation {
	line-height:1.35;
}
.relationSmall {
	font-size: 1.4rem;
	line-height:1.35;
}

/* マイページ 共通部分 */

/* Mypage Top  */
/*
.loginBox_upper {
	margin-left:108px;
}
.loginBox {
	text-align:center;
	width:712px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:60px;
	background-color: #F5F5F5;
	padding: 12px 0px 10px 6px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
.loginBox_under {
	width:712px; 
	margin-left:auto;margin-right:auto;
}
*/

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main_abstract {
	float: right;	/*右側に回り込み*/
	width: 78%;	/*メインコンテンツ幅73%*/
    margin-top: 0px;
/*	padding-bottom: 30px; */
}


/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 5px 14px;  	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 5px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 1.1em;	/*文字サイズ*/
	font-weight: bold;
/*	letter-spacing: 0.1em;	*/ /*文字間隔を少し広くする設定*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	cursor:pointer ; 
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*グラデーション*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}



button {
	padding: 2px 6px;  	/*ボタン内の余白*/
	margin-bottom: 6px;
	border-radius: 5px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 1.1em;
	border: 1px solid #999;	 /*枠線の幅、線種、色*/
	cursor:pointer ; 
}
/*ボタンのマウスオン時の設定*/
button :hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*グラデーション*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}



/*演題登録ページ
---------------------------------------------------------------------------*/
/*
.valueblock {
	padding-left:6px;
}
*/

/*ボタン設定
---------------------------------------------------------------------------*/

.btn {
	background-color: #d3d3d3;
	padding: 2px 10px;
	border-radius: 8px;
	font-weight: bold;
}


/* メッセージ
---------------------------------------------------------------------------*/

.textMessage {
	font-size: 0.9em;
}
.MessageRed    {
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;
        padding-top: 8px;
        padding-bottom: 18px;
}
.MessageBox { 
	margin: 5px 1em 20px 1em;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 30px; 
	border: 1px dotted #2c0406;
}
.MessageBox li {
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    list-style: disc outside none;
}
.title_form {
	color:#333;
	text-align:center;
	font-weight:bold;
	font-size: 1.3em;

	padding: 25px 0px;
}

.errorTitle {
	text-align:center;
	font-size:16px;
        color: #ff0000;
}



/* 昔からのテーブル装飾 ****************************  */
/*
.titleblock_head {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	line-height: 160%;
	background-color: #333333;
	color: #ffffff;
	text-align:left;
	border: 1px none;
	font-weight: bold;
}

.titleblock_second {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	line-height: 130%;
	background-color: #333333;
	color: #ffffff;
	text-align:left;
	border: 1px none;
	font-weight: bold;
}

.titleblock_sub {
	font-weight: bold;
	color: #ffffff;
	background-color: #DBC880;
	BORDER-left: 1px #DBC880 solid; 
	padding:2px 5px 2px 5px;
}


.filed_name {
	background-color: #eeeeee;
	font-size: 10pt;
	line-height: 120%;
	padding-left:6px;
}

.titleblock2L {
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 120%;
	text-align:left;
}
*/

/*　wfsbp2018より ****************************  */
#mainbox{
	width:850px;
	padding:0;
	margin:0;
}

#frmbox_top{
	margin:12px 0px 0px 0px;
	width:834px;
	text-align:left;
/*	background-color: #3DC4ED;  */ /* a05f0f */
}
#frmbox{
	margin:12px 0px 0px 0px;
	width:800px;
	text-align:left;
}
.frmtable{
	border-collapse: collapse;

}
.frmtable caption{
	text-align:left;
}
.frmtable thead th,.frmtable th.exth{
	background-color: #A59626; /* 3DC4ED */
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
}
.frmtable th.exth{
	font-weight:bold;
	text-align:center;
}
.frmtable th.exth2{
	background-color: #68A4E5;
	font-weight:bold;
	text-align:center;
}
.frmtable td table td{
	border:0;
}
.frmtable ul{
	margin:0;
	padding:0;
}
.frmtable tbody th{
	text-align:left;
	background: #666 url(../images/bg1.png);	

	color: #ffffff;
	font-weight:normal;
	font-size: 14px;
	font-style: normal;
	padding-left: 3px;
}
.frmtable th{
	border: 1px solid #2c0406;
	padding: 3px;
}
.frmtable td{
 	background-color: #ffffff; 
	border: 1px solid #2c0406;
	padding: 3px;
}
.frmtable td table th{
/* 	background-color: #aaaaaa;*/

}

/* GDPR */
DIV#contents_gdpr {
	text-align:left;
	width:640px; 
	margin-left:auto;margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px 6px 8px 6px;
        line-height:1.5;

        filter: alpha(opacity=85);
        -moz-opacity:0.85;
        opacity:0.85;
	border-radius: 5px;
}
.title_gdbr {
    font-size: 1.2em;
    margin: 20px 25px 15px 25px;
    padding: 6px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height:1.2;
}

/* mac Safari */
form#mail_form select.province {
	width: 85px;
	height: 31px;
}
form#mail_form select.job {
	width: 220px;
	height: 31px;
}

.select-css {
    display: inline-block; width: auto;
    font-size: 1.3rem;
	font-family: sans-serif;
	font-weight: 400;
	color: #000000;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
    border: 1px solid #b6b6b6;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

