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

/*--------------------------------------
index
----------------------------------------*/
/*通常ページのメニューリストをここだけ書き換え　style_pc  line161*/
.menu_list ul.category>li {	
	float: left;
	width: 49.5%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 10px;
	padding-left: 0 !important;
	border: none;
	border-radius: 0px;	
	background: none;
	box-sizing: border-box;
}
ul.category>li:nth-child(2n){
	margin-right: 0;
}
ul.category>li>a{
	text-indent: 0 !important;
	font-size: 14px;
	line-height: 2 !important;
	font-weight: 500;
	color: #333333;	
	padding-left: 0 !important;
	margin-left: 0 !important;
	position: relative;
}
ul.category>li>a:before{
	display: block;
	content:"";
	width: 0px;
	height: 0px;
	margin-right: 0px;
	background: none !important;
	position: relative;
}
/*ここからはこのページのために追記した箇所になります*/

.menu_list ul.category>li dl>dt>img {	
	width: 100%;
	max-width: 100%;
}
.menu_list ul.category>li dl>dd>h3 {
	font-size: 15px;
	border-left: solid #91BE1E 5px;
	padding-left: 5px;
}
/*--------------------------------------
birdtop
----------------------------------------*/

.bird_title{
	width:100%;
}

.bird_title img{
	width:100%;
}

.birdtop>.wrap01 h2.category {
    border-left: solid #91BE1E 5px;
    padding-left: 10px;
	margin-bottom:30px;
}


.birdtop>.wrap02>dl{
	width:100%;
}

.birdtop>.wrap02>dl>dt{
	float:none;
	width:100%;
	padding-bottom:5px;
}
	
.birdtop>.wrap02>dl>dd{
	color: #91be1e;
	font-weight: 700;
	float:none;
	width:100%;
	padding-bottom:5px;
}

.birdtop>.wrap02>dl>dd>a{
    color: #91be1e;
	text-decoration: underline;
}

/*--------------------------------------
bird01
----------------------------------------*/

.bird01>.wrap02{
	float:none;
	width:100%;
}

.bird01>.wrap02>dl.name{
	font-size:14px;
}

.bird01>.wrap02>dl.name>dd>a{
	display:inline;
	text-decoration:underline;
}


.bird01>.wrap02>dl.table{
	display: table;
	width: 100%;
	line-height: 30px;	
}
.bird01>.wrap02>dl.table:last-child{
	border-bottom: 1px solid #a3a3a3;
}
.bird01>.wrap02>dl.table dt{
	display: table-cell;
	background: #e8e8e8;
	width: 28%;
	text-align: left;
	padding-left: 15px;
}
.bird01>.wrap02>dl.table dd{
	width: 80%;
	padding: 10px 0 10px 15px;
}

.bird01>.wrap02>dl.bottom_line{
	border-bottom: 1px solid #a3a3a3;
}

.bt{
	border-top: 1px solid #a3a3a3;
}

.bird01>.wrap03{
	float:none;
	width:100%;
}

.bird01>.wrap03>.r_photo{
	width:100%;
	text-align:center;
	margin:0 auto;}

.bird01>.wrap03>.r_photo>img{
	width:90%;
}

.bird01>.wrap03>.r_photo>p{
	width:90%;
	margin:0 auto;
	text-align:left;
}

.bird01>.wrap04{
	clear:both;
	width:100%;
}

.bird01>.wrap04>ul>li{
	width:30%;
	float:left;
	text-align:center;
}

	.bird01>.wrap04>ul>li:nth-child(1){
	margin-right:5%;
	}
		.bird01>.wrap04>ul>li:nth-child(2){
	margin-right:5%;
	}
	
.bird01>.wrap04>ul>li>a{
    color: #91be1e;
	text-decoration: underline;
}

.bird01>.wrap02>.l_photo>img{
	width:98%;
}

audio { width: 90%; 
margin-top:10px;}


/* community 
------------------------------------------------------------*/
.community>.wrap01{
	width: 100%;
}
.community>.wrap01>h4{
	clear:both;
}
.community>.wrap01>.box_l{
margin-bottom: 30px;
}

.community>.wrap01>.mt_30{
margin-top: 30px;
}

.community>.wrap01>.box_r{
	width: 70%;
	margin: 0 auto;
}

.community>.wrap01 img{
	width: 100%;
	max-width: 630px;
}
	

/*--------------------------------------
sidebar
----------------------------------------*/

p.indentback{
  text-indent: -1em;
  padding-left: 2em;
  margin-bottom:30px;
}