﻿#main #i-right #gospel .heading1-gospel{
	border-bottom:1pt solid;
	border-color: gray;
	font-size: 100%;
	padding:1em 0pt 0.5em 0;
	margin: 0 7% 0px 0;
	background-color: whitesmoke;
	width: 50vw;

	/*border-bottom: solid 1pt gold;
*/
}



#gospel{
        width:50vw;
	border-bottom:1pt solid;
	border-color: gray;
	font-size: 100%;
	padding:1em 0pt 0.5em 0;
	margin: 2em 7% 0px 0;
	background-color: whitesmoke;
	/*border-bottom: solid 1pt gold;
*/
}




#main #i-right #gospel .gospel-image{
	display:block;
	width: 50vw;
	height: 14%;
	margin: 20px auto;
	margin-left:0;
	}

#main #i-right #gospel .script{
	line-height: 1.5;
	padding: 2em 0 0.5em 0;
	margin:4% 0 0px 0;
	text-align:center;
	}
	
#main #i-right #gospel .under-line{
	padding:1px 0px;
	line-height:2em;
	border-bottom:solid 1px   #fccb00;
	text-align:center;
	}
	
#main #i-right #gospel .chapter{
	line-height: 1.5;
	text-align: right;
	padding: 0.5em 0 3% 0;
	margin: 0px 0 40px 0;
	}

#main #i-right #gospel p{
	line-height: 1.5em;
	margin: 1em 0;
	margin-left:0;
        text-align:left;
	}	

/*-----------------------------------------------------------------------------------------*/


/*スマホ対応CSS*/


@media only screen and (max-width: 800px) {

#gospel{
        width:100%;
	font-size: 3vw;

}

#main #i-right #gospel .gospel-image{
	display:block;
	width: 100%;
	height: 14%;
	margin: 20px auto;
	margin-left:0;
	}

#main #i-right .heading1-gospel{
        width:100%;
}



}


