@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;
}

#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;

}

#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_ttl_member{
width: 973px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-top: 60px;
padding: 10px;
font-weight: bold;

}

.gaiyo_ttl_mimi{
width: 465px;
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_ttl_mimi2{
width: 465px;
float: left;
background-color:rgba(218,234,255,1.00);
border-left:rgba(159,203,249,1.00) 7px solid;
margin-left: 15px;
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;

}

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

}

.mom_txt{
width: 900px;
float: left;
margin-top: 10px;
margin-left: 60px;
margin-bottom: 30px;
font-size: 14px;
line-height: 2.2em;

}


.gaiyo_txt_mini{
width: 490px;
float: left;
padding-top: 2px;
text-align: center;
font-size:90%;
line-height: 1.6em;
}

.gaiyo_txt_mini2{
width: 490px;
float: left;
margin-left: 15px;
padding-top: 2px;
text-align: center;
font-size:90%;
line-height: 1.6em;
}

.minutes_ttl{
width: 800px;
float: left;
margin-left: 20px;
margin-top: 10px;
font-size: 110%;
font-weight: bold;
}


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;
}

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

.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:175px;*/
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:160px;
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: 160px;
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_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;
}

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

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 */


}


/*///////////////////////////////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%;
}

/*-----------活動報告----------------------------------*/
.act_video{
width: 430px;
float: left;
font-size: 120%;
line-height: 2em;
}

.act_video2{
width: 430px;
float: left;
font-size: 120%;
line-height: 1.3em;
}

.act_video2 span{
padding-left: 20px;
font-size: 85%;
color: rgba(63,63,63,1.00);

}

.ua_unbroken{
width: 400px;
padding-left: 40px;
float: left;
}
