@charset "utf-8";
*{
    margin : 0;
    padding: 0;
 }
 
 main{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
   /* background-color: yellow; */
}


.upper{
    margin-top: 10px; 
    margin-bottom: 50px;
    width: 98%;
    margin-left: 1%; 
    text-align: center;
    }

    

.upper img { 
    width: 100%;
}

.upper h1{
    margin-top: 20px;
    font-size:30px;
    color: rgb(132, 20, 20);
}


.upper p{
    margin-top: 50px;
    font-size:20px;
    color: rgb(132, 20, 20);
    font-weight: bold;
}
br {
    display: block;
    content: "";
    margin: 4px 0;
    }

.pp-c{
    margin-top: 10px;
    margin-left: 3px;
    text-align: left;

}

.pp-c a{
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        color: blue;


    }

.category h2{
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
    height:28px;
    font-size: 20px;
    text-align: left;
    background-color: rgb(194,247,198);
    border-bottom: solid;
    border-bottom-width: 8px;
    border-bottom-color: #008800;
    border-top: solid;
    border-top-width:0px ;
    border-top-color:  #008800;;
    margin-top: 80px;
    margin-bottom: 0px;
}
.category h2 span{    /*resultで使用*/
    font-size: 16px;
 }
.category h6{
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
}

section{
    text-align: left;
}

section h3{
    margin: 30px 0px 10px 20px;
    font-size: 20px;
    color: maroon;
}

section p{
    margin: 10px 0px 10px 50px;
    font-size: 18px;
}
section h3 a{
    text-decoration: none;
    color:blue;

}


.link-m{
    margin-left: 100px;
    margin-top: 150px;
    margin-bottom: 10px;  
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color:blue;
}
.link-c{                 /*応募票はこの文をクリックしてください*/
    margin-top: 220px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color:blue;
}

section h4{       /*h3 は太字　　h4は細字*/
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 28px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;   
}

/* ◇◆◇◆　これから下は   photo-list  で使用　◇◆◇◆*/
/* ◇◆◇◆　これから下は   photo-list  で使用　◇◆◇◆*/




.kind h4{
    display: inline;  
    padding-left: 20px;
    padding-right: 18px;
    font-weight: bold;
}

.kind h5{
    display: inline; 
    font-size: 20px;
    padding-left: 20px;
    padding-right: 18px;
    font-weight: bold;
}
.kind h6{   /*テーマ    */
    font-size: 16px;
    margin: 10px 0px 10px 125px;
    color: darkgreen;
}

.kind a{       /*風景、自由。テーマ、撮影会の文字*/
   
    line-height: 56px;
    color: blue;
    font-size: 20px;
    margin-left: 5px;
    padding: 0 18px;
    text-decoration: none;
    font-weight: bold;

}
.kind a span{     /*撮影会の場所*/
    font-size: 16px;
    color:black;
    font-weight: normal;
}
.tano-syo{
    margin-left: 95px;
}

.kind a:hover{
    color:red;
    transition: color 0.3s;
}

/* ◇◆◇◆　これから下は   result  で使用　◇◆◇◆*/
.mae-usiro{
    text-align: center;
    margin: 5px 0px  30px 0px;
}
.mae-usiro a{   
    font-size: 22px;
    padding: 0px 50px;
    text-decoration: none;
    color: blue;
}
.list{ 
    text-align: center;
}  
.list img{ 
    width: 98%;
    text-align: center;
    margin: 10px 0px  0px 0px;
}

/* ◇◆◇◆　これから下は   club info  で使用　◇◆◇◆*/

.setumei{
    width:95%;
    }

.setumei p{
    padding-left:1em;
    text-indent: -1em}

.toiawase {
    margin: 0px 0px 0px 30px;
    font-size: 12px;
}


/*◆テーブル◆ 役員紹介 */
.tb-a {
	table-layout:fixed;width:600;
	border-spacing:0px;
	padding:0;
	margin: 20px 0px 0px 60px;
	font-size: 16px;
	line-height: 30px;

	
}
.tb-a-c1{     /*役職部分*/
   width:120px;
}
.tb-a-c2{   /*氏名部分*/
	width:100px;
}	

/*◆テーブル◆ 支部会紹介 */
.tb-b {
	table-layout:fixed;width:600;
	border-spacing:0px;
	padding:0;
	margin: 20px 0px 0px 60px;
	font-size: 16px;
	line-height: 30px;

}
.tb-b-c1{     /*支部会部分*/
   width:120px;
   text-decoration: none;

}
.tb-b-c2{   /*会長名部分*/
	width:150px;
}	
.tb-b-c3{   /*住所部分*/
	width:120px;
}	
.tb-b-r1{     /*支部会部分*/
 	font-weight:800;}

/*◆リンクページで使用 */

.hito-a{
    display:grid;
    grid-template-columns: 33% 33% 34%;
    grid-template-rows: 100px 100px 100px 100px;
   
    font-size: 20px;
}

.hito-a a{
    margin: 0 0;
    line-height: 30px;
    text-align: left;
    padding: 20px 0px 0px 20px;
    text-decoration: none;
    color: blue;
}
/*◆◆◆◆◆◆◆◆◆　result で使用　◆◆◆◆◆◆◆◆◆　　 */
/*◆◆◆◆◆◆◆◆◆　result で使用　◆◆◆◆◆◆◆◆◆　　 */

.bumon{
    font-size: 20px;        /*自由などの部門で使用*/
    color: rgb(4, 31, 4);
    margin-top: 30Px;
    margin-bottom: 3px;
}
.bumon span{
    font-size: 18px;
}



.hyo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: yellow; */
}

.n-list{
    display: grid;
    grid-template-columns:  15% 25% 45% 15%;
    font-size: 18px;
    border-width:thin;border-style:solid;
    /* margin-left: 1%; */
}
.n-list p{
    border-width:thin;border-style:solid;

    margin: 0 0;
    line-height: 26px;
    padding-left: 10px;
}

.point-30{
    display:grid;
    grid-template-columns: 12% 25% 12% 12% 12% 12% 15%;
    font-size: 18px;
    border-width:thin;border-style:solid;
    /* margin-left: 2%; */

}
.point-30 p{
    border-width:thin;border-style:solid;
    margin: 0 0;
    line-height: 26px;
    padding-left: 10px;
}
.sougou{
display:grid;
    grid-template-columns: 48% 25% 17% 10%;
    font-size: 18px;
    border-width:thin;border-style:solid;
    /* margin-left: 2%; */

}
.sougou p{
    border-width:thin;border-style:solid;
    margin: 0 0;
    line-height: 26px;
    padding-left: 10px;

}





.l{
    text-align: left;
}
.r{
    text-align: right;
    padding-right: 10px;
}
.c{
    text-align: center; 
}


.tl{
   text-align: left;
   font-weight: bold;
}
.tr{
    text-align: right;
    font-weight: bold;
 }
 .tc{
    text-align: center;
    font-weight: bold;
 }
  