﻿.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: #f5f0ea;
	width: 100%;

	/*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: #f5f0ea;
	/*border-bottom: solid 1pt gold;
*/
}




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

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

p{
	line-height: 1.5em;
	margin: 1em 0;
	margin-left:0;
        text-align:left;
	}	


.read-more {
    width:25%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #006400;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.read-more:hover {
    background-color: #008000;
}

.read-more-box{
    text-align:center;
}


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


/*スマホ対応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%;
}



}


