@charset "utf-8";





h3 {
    font-size:19px;
    font-weight:bold;
    line-height:1.0;
    margin-bottom:2.0em;
}

h3 span {
    font-size:12px;
    font-weight: normal;
}


#prof h4 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size:95%;
    margin:0 0 0.5em;
    font-weight:bold;
}

#message h4 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size:24px;
    margin:0 0 0.8em;
    line-height:1.5em;
}


#message .prof-box h5 {
    font-size:90%;
    font-weight:bold;
}

#message .prof-box,#sengen p {
    font-size:85%;
    line-height:1.5em;
}


#sengen p {
    text-align: center;
}

#sengen p.syomei {
    text-align:right;
    width: 70%;
    margin:0 auto 1.5em;
}

#sengen h3 {
    font-size:120%;
    text-align: center;
     margin:0 auto 1.5em;
}

#sengen ul {
    width: 70%;
    font-size:85%;
    line-height:1.5em;
    font-weight: bold;
    margin:0 auto 1.5em;
    list-style-type: decimal;
}

#sengen ul li {
    font-weight: bold;
    margin-bottom: 0.7em;
}


#message .prof-box h3 {
    font-weight:bold;
    font-size:90%;
    margin-bottom:10px;
    background-color:#000000;
    color: #FFFFFF;
    text-align:center;
    line-height:2.5;
    vertical-align:bottom;
}

#message .prof-box figcaption {
    font-weight:bold;
    font-size:90%;
    background-color:#000000;
    color: #FFFFFF;
    text-align:center;
    line-height:2.5;
    vertical-align:bottom;
}

#message figure{
    border-top:solid #000000 1px;
    border-left:solid #000000 1px;
    border-right:solid #000000 1px;
	overflow: hidden;
}

#outline th,#outline td {
    padding:0.5em 0;
    vertical-align:top;
}


#outline th {
    font-weight:bold;
    width:7em;
}

#sengen {
    background-color: #F2F2F2;
}

#sengen figure img{
	width: 100%;
}


/*===============================================
PC・タブレット用　画面の横幅が600px以上
===============================================*/
@media screen and (min-width: 600px){
    
section#message {
border-bottom:solid #D0D0D0 1px;
padding:0 0 15px;
margin:0 0 30px;
}

#sengen {
    padding: 30px;
    border-bottom:solid #D0D0D0 1px;
    margin:-30px 0 30px;
}



#message .prof-box{
width:300px;
float:left;
}


#message figure {
margin:0;
margin-bottom:20px;
}

#message figure img{
width:100%;
}

#message .message-box {
    width:595px;
    float:right;
}


section#outline {
    width:950px;
    padding:10px 0 0;
}

#message p em {
    font-weight:bold;
}

#prof-outline{
    background:url(../message/images/dot.png) center top repeat-y;
}

#outline h3 {
    width:100%;

}

#outline table {
    width:450px;
    font-size:13px;
    margin:0 0 30px;
    float:left;
}

#outline #map{
    width:460px;
     height:460px;
     float:right;
}

	#sengen figure{
		text-align: center;
}
#sengen figure p{
	display: inline-block;
	vertical-align: middle;
}

	
#sengen figure p.img01{
	width: 250px;
	margin:0 20px;
}
	
	#sengen figure p.img02{
	width: 200px;
	margin: auto;
}

	#sengen figure img{
	width:100%;
}
	


}

/*===============================================
スマホ用　画面の横幅が599px未満
===============================================*/
@media screen and (max-width: 599px){
    
section#message {
width:100%;
padding:30px 0;
margin:0 auto;
text-align:left;
border-bottom:solid #BEBEBE 1px;
}

#message figure{
width:60%;
margin:0 auto 30px;
text-align:center;
}

#message figure img {
width:100%;
}

#message .prof-box figcaption {
    font-size:80%;
}



#message .prof-box h5 {
     width:90%;
    font-size:1.0rem;
    text-align:left;
    margin:0 auto;
}

h3 {
    font-size:1.1rem;
    text-align:center;
    border-bottom:solid #BEBEBE 1px;
   /* border-top:solid #BEBEBE 1px;*/
    padding:0.5em 0;
    margin-bottom:20px;
}

h3 span {
    font-size:0.8rem;
    font-weight: normal;
}

#message h4 {
    width:90%;
    font-size:1.3rem;
    margin:0 auto 1em;

}



.contents p {
    width:90%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#message p em {
    font-weight:bold;
}

#outline table {
    text-align:left;
    width:90%;
    font-size:0.8rem;
    margin:0 auto 20px;
}

#outline #map{
     width:100%;
     height:380px;
}

#sengen {
    padding: 0px 0 30px;
    border-bottom:solid #D0D0D0 1px;
    margin:0px 0 0;
}

#sengen p {
    text-align: left;
}

#sengen p.syomei {
    text-align:right;
    width: 90%;
    margin:0 auto 1.5em;
}

#sengen h3 {
    border: none;
    padding:1.5em 0;
    margin-bottom: 0;
}

#sengen ul {
    width: 90%;
    padding-left: 10%;
}

#sengen ul li {
    text-align: left;
}
	
#sengen figure{
	width: 80%;
	margin: auto;
}



}