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

body,td,th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
    text-decoration: none;
    /*color: #000000;*/
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFF;
   
    
    }



/*-------最上部のゴールド-----------*/
.top_line{
width: 100%;
height: 5px;
/*display: inline-block;*/
margin-left: auto;
margin-right: auto;
background-color: rgba(247,168,27,1.00);
}

/*-------indexページマークの背景----------*/
.top_logo_wrap{
width: 100%;
height: 100px;
background-color: rgba(227,27,19,1.00);
white-space:nowrap;
}

#top_title{
width: 1000px;
height: 95px;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
clear: both;
}

#top_logo{
width: 650px;
float: left;
text-align: center;
}

#top_members{
width: 320px;
float: left;
margin-top: 10px;
text-align: center;
color: #FFF;
font-weight: bolder;

}

#top_members span{
text-decoration: underline;
}

/*-------その他ページマークの背景----------*/
.top_logo_wrap_s{
width: 100%;
height: 70px;
background-color: rgba(227,27,19,1.00);
white-space:nowrap;
}

#top_title_s{
width: 1000px;
height: 65px;
margin-left: auto;
margin-right: auto;
padding-top: 2px;
clear: both;
}

#top_logo_s{
width: 660px;
float: left;
text-align: center;
}



/*-----メニューボタンの背景-----*/

.top_menu_wrap{
width: 100%;
background-color: rgba(247,168,27,1.00);
}

#top_menu{
width: 1000px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
clear: both;


}

.top_menu{
width: 1160px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
clear: both;

}

/*メニューボタンのリンク色*/
a.top_menu_btn:link{
color: #000000;
text-decoration: none;
}

a.top_menu_btn:visited{
color: #000000;
text-decoration: none;
}

a.top_menu_btn:hover{
color: #000000;
text-decoration: none;
}

a.top_menu_btn:active{
color: #000000;
text-decoration: none;
}


#top_menu_btn{
float: left;
/*width: 190px;*/
width:239px;
margin-right: 2px; 
margin-top: 2px;
padding-top: 2px;
padding-bottom: 3px;
/*background-color:rgba(223,253,151,1.00);*/
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #ffd900; /* Old browsers */
background: -moz-linear-gradient(top, #ffd900 30%, #ffb700 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffd900 30%,#ffb700 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffd900 30%,#ffb700 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
*/
text-align: center;
/*font-size: 14px;*/
line-height:1.2em;
}


#top_menu_btn:hover{
background: rgb(255,239,167,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,239,167,1) 0%, rgba(255,228,114,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */

}


#top_menu_btn2{
float: left;
width: 239px;
margin-right: 2px; 
margin-top: 2px;
padding-top: 2px;
padding-bottom: 3px;
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #FFAC00; /* Old browsers */
background: -moz-linear-gradient(top, #FFAC00 30%, #FF8300 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #FFAC00 30%,#FF8300 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #FFAC00 30%,#FF8300 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

text-align: center;
/*font-size: 14px;*/
line-height:1.2em;
}


/*--------コンテンツ---------*/
.contents_wrap{
width: 1000px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
clear: both;
}

/*テーマ*/
#contents_theme{
width: 210px;
float: left;
}


/*大阪城南ロータリークラブとは*/
#contents_jonan{
width:750px;
margin-left:10px;
margin-top:0px;
float:left;
font-size:14px;
text-align:left;
padding:6px;
border: rgba(159,203,249,1.00) 3px solid;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
background-color:#FFFFFF;
line-height: 1.8em;

}

/*会長あいさつ*/
#contents_ttl{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 20px;
padding: 10px;
font-weight: bold;

}

#contents_aisatu_photo{
width: 180px;
float: left;
margin-top: 10px;
margin-left: 50px;
text-align: center;
}

#contents_aisatu{
width: 750px;
float: left;
font-size: 14px;
}

#contents_aisatu p{
font-size: 20px;
font-weight: bolder;
}

#contents_aisatu_txt{
width: 850px;
float: left;
margin-top: 20px;
margin-left: 80px;
margin-bottom: 30px;
font-size: 14px;
line-height: 1.6em;

}

/*2025.06追加*/
.aisatu_waku{
margin-left: 60px;
float: left;
}

.aisatu_waku span{
text-indent: -1em;
display: block;
}

#contents_office{
width: 900px;
float: left;
margin-left: 50px;
margin-top: 16px;
font-size: 14px;

}

/*----------フッタ-----------*/
.footer{
/*display: table-cell;*/
/*vertical-align: middle;*/
width: 700px;
height: 50px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
background-image: url("../img/footer_mark.png");
background-position: center;
background-repeat: no-repeat;
border-top:  dotted 2px rgba(247,168,27,1.00);
text-align: center;
padding-top: 30px;
font-size: 14px;
color: rgba(66,66,66,1.00);
}


/*--------概要----------*/
#gaiyo_ttl{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 10px;
padding: 10px;
font-weight: bold;

}

#gaiyo_txt{
width: 900px;
float: left;
margin-top: 10px;
margin-left: 60px;
margin-bottom: 30px;
font-size: 14px;
line-height: 1.6em;

}


cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 890px;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 3px solid #dddddd;
}
.cp_table th {
	width: 25%;
	text-align: left;
	background: #f4f4f4;
}

/*---------会報------------*/
.contents_wrap2{
width: 1000px;
height: 100%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
clear: both;
}

#kaiho_btn{
width: 67px;
float: left;
padding-top: 500px;
}

#kaiho_main{
width: 865px;
float: left;
}

iframe {
border: solid 2px rgba(19,117,249,1.00);
margin-left: 0px;
margin-top: 10px;
}

#kaiho_ttl{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 0px;
padding: 10px;
font-weight: bold;

}

#kaiho_ttl span{
text-decoration: underline;
font-weight: normal;
color: red;
}

#kaiho_ttl_bn{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 0px;
padding: 10px;
font-weight: bold;

}

#kaiho_ttl_bn span{
text-decoration: underline;
font-weight: normal;
color: red;
}

#gobtn { visibility: hidden; }

#kaiho_bknumber{
width: 180px;
padding: 10px;
float:left;
font-size: 16px;
}

#kaiho_bknumberapp{
width: 180px;
padding: 10px;
float:left;
font-size: 22px;
text-align: center;
}


#kaiho_ttlapp{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 0px;
padding: 10px;
font-weight: bold;
}

/*------会報に追加--------*/
.kaiho_kakomi{
width: 1000px;
margin-bottom: 20px;
float:left;
}

.kaiho_nendo{
font-size: 120%;
font-weight: bolder;

}

.kaiho_nendopad{
font-size: 22px;
color: red;
margin-left: 5px;
}


/*---iPad向け--*/
.header_ipad{
position: fixed;
top: 0;
left:0;
height:80px;
z-index: 5;
}

.top_logo_wrap_ipad{
width: 100%;
height: 70px;
margin-left: 10px;
background-color: rgba(227,27,19,1.00);
white-space:nowrap;
}

#kaiho_ttl_ipad{
width: 600px;
/*float: left;*/
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
border-right:rgba(159,203,249,1.00) 7px solid;
margin-top: 82px;
/*margin-left: 10px;*/
padding: 10px;
/*font-weight: bold;*/
font-size:22px;

}

#kaiho_ttl_ipad2{
width: 600px;
/*float: left;*/
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
border-right:rgba(159,203,249,1.00) 7px solid;
margin-top: 2px;
/*margin-left: 10px;*/
padding: 10px;
/*font-weight: bold;*/
font-size:22px;

}

#top_ipad{
width: 250px;
float: left;
margin-top: 20px;
text-align: center;
color: #FFF;
/*font-weight: bolder;*/
font-size:20px;

}

#top_ipad a{
color: #FFF;
}

#top_members span{
text-decoration: underline;
}


/*---三角---*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.sankaku::before{
    left: 8px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid rgba(0,20,247,1.00);
    
}

.sankaku{
color: rgba(0,20,247,1.00);
}


/*///////////////////////////////////////////////////////*/
/*------新デザイン--------*/

/*トップページ用ボタン*/
#n_top_menu_btn{
float: left;
/*width: 190px;*/
width:190px;
height: 30px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 10px;
padding-bottom: 7px;
/*background-color:rgba(223,253,151,1.00);*/
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #ffd900; /* Old browsers */
background: -moz-linear-gradient(top, #ffd900 30%, #ffb700 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffd900 30%,#ffb700 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffd900 30%,#ffb700 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
*/
text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
}


#n_top_menu_btn:hover{
background: rgb(255,239,167,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,239,167,1) 0%, rgba(255,228,114,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */

}

/*各コンテンツ用ボタン*/
#n_top_menu_btn_s{
float: left;
/*width: 190px;*/
width:160px;
height: 30px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
/*background-color:rgba(223,253,151,1.00);*/
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #ffd900; /* Old browsers */
background: -moz-linear-gradient(top, #ffd900 30%, #ffb700 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffd900 30%,#ffb700 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffd900 30%,#ffb700 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
*/
text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
}


#n_top_menu_btn_s:hover{
background: rgb(255,239,167,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,239,167,1) 0%, rgba(255,228,114,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */

}

#n_top_menu_btn2_s{
float: left;
width: 160px;
height: 30px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #FFAC00; /* Old browsers */
background: -moz-linear-gradient(top, #FFAC00 30%, #FF8300 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #FFAC00 30%,#FF8300 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #FFAC00 30%,#FF8300 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
}

#n_top_menu_btn_img{
float: left;
/*width: 190px;*/
width:60px;
height: 30px;
margin-right: 10px; 
margin-top: 3px;
padding-top: 2px;
padding-bottom: 7px;
/*background-color:rgba(223,253,151,1.00);*/
/*border-left: rgba(246,168,27,1.00) solid 1px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;*/

text-align: center;
/*font-size: 14px;*/
/*line-height:1.1em;*/
}


/*フォーム用*/
#n_top_menu_btn_f{
float: left;
/*width: 190px;*/
width:170px;
height: 42px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
/*background-color:rgba(223,253,151,1.00);*/
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #ffd900; /* Old browsers */
background: -moz-linear-gradient(top, #ffd900 30%, #ffb700 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffd900 30%,#ffb700 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffd900 30%,#ffb700 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
*/
text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
}


#n_top_menu_btn_f:hover{
background: rgb(255,239,167,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,239,167,1) 0%, rgba(255,228,114,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */

}

#n_top_menu_btn2_f{
float: left;
width: 175px;
height: 42px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #FFAC00; /* Old browsers */
background: -moz-linear-gradient(top, #FFAC00 30%, #FF8300 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #FFAC00 30%,#FF8300 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #FFAC00 30%,#FF8300 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
}

/*-------ボタン下アカ-----------*/
.n_top_line{
width: 100%;
height: 5px;
/*display: inline-block;*/
margin-left: auto;
margin-right: auto;
background-color: rgba(227,27,19,1.00);
}

/*-------ボタン下細アカ-----------*/
.n_top_line_s{
width: 100%;
height: 2px;
/*display: inline-block;*/
margin-left: auto;
margin-right: auto;
background-color: rgba(227,27,19,1.00);
}

.top_btn_wrap{
width: 100%;
height: 56px;
background-color: rgba(255,220,0,1.00);/*1.00*/
white-space:nowrap;
text-align: center;
}

.top_btn_wrap2{
width: 100%;
height: 56px;
background-color: rgba(255,220,0,0.7);/*1.00から変更*/
white-space:nowrap;
text-align: center;
}

.n_contents_wrap{
width: 1000px;
margin-top: 30px;/*5%とかは幅に影響される*/
margin-left: auto;
margin-right: auto;
clear: both;
}

#n_logo{
width: 600px;
margin-top: 40px;
float:left;
text-align: center;
}

#n_info{
width: 398px;
float: left;
font-size: 22px;
font-weight: bolder;
color: #FFF;
}

#n_info_img{
width: 393px;
margin-top: 0px;
text-align: right;
}

#n_info_txt{
width: 360px;
float: left;
margin-left: 10px;
margin-bottom: 20px;
border: #F7A81B solid 2px;
background-color: rgba(255,255,255,0.8);
color: #000;
font-size: 16px;
font-weight: normal;
padding: 5px;
}

.n_info_txt{
width: 360px;
float: left;
margin-left: 10px;
margin-bottom: 20px;
border: #0066B5 solid 4px;
background-color: rgba(255,255,255,1);
color: #000;
font-size: 16px;
font-weight: normal;
padding: 5px;
}


.n_footer{
/*display: table-cell;*/
/*vertical-align: middle;*/
width: 1000px;
height: 50px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
/*background-image: url("../img/footer_mark.png");*/
background-position: center;
background-repeat: no-repeat;
border-top:  dotted 2px rgba(247,168,27,1.00);
text-align: center;
padding-top: 30px;
font-size: 14px;
color: #FFF;
}


#n_banner{
width: 500px;
float: left;
/*margin-left: auto;
margin-right: auto;*/
padding-top: 70px;
text-align: center;
}

#n_theme{
width: 200px;
margin-top: 20px;
float: left;
margin-left: 100px;
}

.n_theme2022{
width: 260px;
margin-top: -140px;/*20pxから変更*/
float: left;
margin-left: 60px;
}

.n_theme2024{
width: 350px;
margin-top: 20px;/*20pxのまま*/
float: left;
margin-left: 60px;
}

/*インデント*/
.jisage{
text-indent: 1em;
display: block;
}

/*更に字下げ*/
.jisage2{
text-indent: 2em;
display: block;
}



/*ロールオーバーで明度を上げるボタン*/

a#hover_bohome{
	transition:all 0.3s ease;
}

a:hover#hover_bohome{
	-webkit-filter: brightness(7);
	-moz-filter: brightness(7);
	-o-filter: brightness(7);
	-ms-filter: brightness(7);
	filter:brightness(7);
}



/*ボタンの透過*/
a#hover_btn{
	transition:all 0.5s ease;
}

a:hover#hover_btn{
	opacity:0.6;
	filter:alpha(opacity=60);
}


/*2020年1月追加の「私の履歴書」リンク*/

#myprofile_btn{
width: 200px;
padding: 10px;
text-align: center;
margin-top: 10px;
margin-left: 100px;
font-size: 20px;
font-weight: bolder;
color: #FFFFFF;
border: solid #515B71 1px;
border-radius: 4px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

#myprofile_btn:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f0ff+0,e5f0ff+0,9ab0bf+100 */
background: #e5f0ff; /* Old browsers */
background: -moz-linear-gradient(top,  #e5f0ff 0%, #e5f0ff 0%, #9ab0bf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5f0ff 0%,#e5f0ff 0%,#9ab0bf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5f0ff 0%,#e5f0ff 0%,#9ab0bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0ff', endColorstr='#9ab0bf',GradientType=0 ); /* IE6-9 */


}

/*/////////////////////////////////////////////////*/

/*-----------ウクライナ講演-------------------*/

.contents_wrap_ua{
width: 1000px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: white;
clear: both;
}

.ua_ttl{
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
font-size: 180%;
font-weight: bolder;
text-align: center;
clear: both;
}

.ua_subttl{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
font-size: 120%;
font-weight: bold;
text-align: center;
clear: both;
}

.ua_subject{
width: 120px;
float: left;
background-color:rgba(253,221,0,1.00);
border-left:rgba(253,195,0,1.00) 7px solid;
margin-top: 20px;
padding: 10px;
font-size: 120%;
font-weight: bold;
letter-spacing: 5px;
text-align: center;
}

.ua_nitiji{
width: 800px;
float: left;
margin-top: 20px;
margin-left: 5px;
padding: 8px;
font-size: 140%;
font-weight: bolder;
}

.ua_nitiji span{
font-size: 85%;
font-weight: normal;
margin-left: 10px;
}


.ua_nitiji span .notice{
font-size: 70%;
}

.ua_speaker{
width: 180px;
float:left;
background-color: rgba(247,160,228,1.00);
margin-top: 30px;
margin-left: 20px;
border-radius: 8px;
padding: 10px;
font-size: 130%;
font-weight: bold;
letter-spacing: 5px;
text-align: center;

}

.ua_name{
width: 380px;
float: left;
margin-top: 30px;
margin-left: 5px;
padding-left: 8px;
font-size: 140%;
font-weight: bolder;
line-height: 1.2em;
}

.ua_name span{
font-size: 85%;
font-weight: normal;
margin-left: 10px;
}

.ua_photo{
width: 130px;
float:left;
margin-left: 80px;
margin-top: 10px;
}

.ua_profile{
width: 420px;
float:left;
margin-left: 10px;
margin-top: 20px;
font-size: 110%;
line-height: 1.8em;
} 

.ua_movie{
width: 320px;
height: 260px;
float: left;
margin-top: -20px;

}

.ua_mosikomi_ttl{
width: 200px;
float: left;
background-color:rgba(253,0,0,1.00);
border-left:rgba(200,0,0,1.00) 7px solid;
margin-top: 20px;
padding: 10px;
font-size: 120%;
font-weight: bold;
letter-spacing: 5px;
text-align: center;
color: white;

}

.ua_mosikomi_txt{
width: 720px;
float: left;
margin-top: 20px;
margin-left: 5px;
padding: 8px;
font-size: 105%;

}

.ua_mosikomi_txt2{
width: 800px;
float: left;
margin-top: 20px;
margin-left: 5px;
padding: 8px;
font-size: 110%;

}

.ua_mosikomi_subttl{
width: 600px;
float:left;
margin-left: 20px;
padding: 10px;
font-size: 120%;
font-weight: bold;
clear: both;

}

.ua_mosikomi_rc{
width: 900px;
float: left;
margin-left: 60px;
font-size: 105%;
line-height: 1.8em;

}

.ua_thanks{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
text-align: left;
font-size: 110%;
line-height: 1.8em;

}

.ua_thanks p{
text-align: center;
font-size: 120%;
font-weight: bold;
}

.ua_intend{
text-indent:370px;
}

/*20230816追加*/
.ua_mark{
width: 51px;
height: 51px;
float: left;
}

.ua_mark_txt{
width: 220px;
height: 41px;
float:left;
padding-top: 10px;
}

/*---------スマートフォン向け------------------*/
.ua_spmovie{
width: 320px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
color: white;
text-align: center;
}

.ua_sp_koen{
width: 315px;
margin-left: auto;
margin-right: auto;
background-color: white;
color: black;
text-align: left;
}

.ua_sp_koen p{
text-align: center;
font-size: 120%;
font-weight: bold;
}

.ua_sp_goform{
width: 200px;
margin-left: auto;
margin-right: auto;
padding: 10px;
background-color: rgba(108,193,249,1.00);
border-radius: 6px;
text-align: center;
}

.ua_sp_small{
color: red;
font-size: 80%;
margin-right: 8px;

}

.ua_sp_komoku{
width: 314px;
margin-left: auto;
margin-right: auto;
background-color: rgba(248,251,181,1.00);
padding-top: 4px;
padding-bottom: 4px;
padding-left: 2px;
clear: both;
}

/*///////////////////////////////RAC//////////////////////////////////////*
/*各コンテンツ用ボタン*/
#n_top_menu_btn_r{
float: left;
/*width: 190px;*/
width:140px;
height: 30px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
/*background-color:rgba(223,253,151,1.00);*/
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #ffd900; /* Old browsers */
background: -moz-linear-gradient(top, #ffd900 30%, #ffb700 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffd900 30%,#ffb700 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffd900 30%,#ffb700 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
*/
text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
font-size: 91%;
}


#n_top_menu_btn_r:hover{
background: rgb(255,239,167,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,239,167,1) 0%, rgba(255,228,114,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,239,167,1) 0%,rgba(255,228,114,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */

}

#n_top_menu_btn2_r{
float: left;
width: 140px;
height: 30px;
margin-right: 2px; 
margin-top: 3px;
padding-top: 4px;
padding-bottom: 7px;
border-left: rgba(246,168,27,1.00) solid 7px;
border-top:rgba(246,168,27,1.00) solid 1px;
border-right:rgba(246,168,27,1.00) solid 1px;
border-bottom:rgba(246,168,27,1.00) solid 1px;

background: #FFAC00; /* Old browsers */
background: -moz-linear-gradient(top, #FFAC00 30%, #FF8300 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #FFAC00 30%,#FF8300 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #FFAC00 30%,#FF8300 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */

text-align: center;
/*font-size: 14px;*/
line-height:1.1em;
font-size: 91%;
}

/*テスト用*/
.kaihowaku{
width: 100%;
padding-top: 10px;
background-color: aqua;
text-align: center;
}

/*SVG用PDFリンクボタン*/
.linkpdf{
width: 400px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
background-color: yellow;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
