hr{ margin:0px;}

@media only screen and (min-width: 780px) {
    img.title{
	width: 500px;
    }
    img.imgTitle{
	width: 500px;
    }
    img.border{
	width: 700px;
	border: 2px solid #7058a3;
	border-radius: 25px;
	margin:10 0 0 0;
    }

img.icon {
	width: 3%;
	border: 2px solid #7058a3;
	margin:0 10 20 10;
    }

div.circle a img{
	-ms-transition-duration: 0.2s;
	transition-duration : 0.2s;
    }
div.circle a:hover img{
	border-radius: 50%;
	-ms-transition-duration: 0.2s;
	transition-duration : 0.2s;
    }

header{
    width: 500px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left : auto;
    background: #f6f6f6;
    border: 1px solid #7058a3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	}
header .top {
    font-size: 1em;
    background: #7058a3;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid #000;
    letter-spacing: 0.05em;
	}
header a {
    text-decoration: none;
    color: #444 !important;
	}

.galllery{
  	width: auto !important;
  	height: auto !important;
  	display: inline-block;
  	vertical-align: top;
  	text-align: center;
  	overflow: auto;
  	border: 2px #000000 solid;
  	padding: 10;
  	background: #ffffff;
  }
	.galllery img{
  	width:720px;
  	border: 1px solid #000000;
		margin:5px;
	}
  h1{
    font-size: 1.2em;
    padding-left:0.5em;
    padding-bottom:0px;
    text-align: left;
  }
  p {
    padding-top: 0.5em;
    margin: 0;
  	}
  .sp{ display: none; }
}

/*******************************************************************************/

@media screen and (max-width: 779px) {
    img.title{
	width: 75%;
    }

    img.imgTitle{
	width: 75%;
    }

    img.border{
	width: 100%;
	border: 2px solid #7058a3;
	border-radius: 25px;
	margin:10 0 0 0;
    }

img.icon {
	width: 15%;
	border: 2px solid #7058a3;
    }

.pc{display: none;}

header{
    width: 300px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left : auto;
    background: #f6f6f6;
    border: 1px solid #7058a3;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	}
header .top {
    font-size: 0.9em;
    background: #7058a3;
    padding: 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid #000;
    letter-spacing: 0.05em;
	}
p {
    font-size: 0.8em;
    padding: 5px;
    margin: 0;
	}
header a {
    text-decoration: none;
    color: #444 !important;
	}

.galllery{
  	width: auto !important;
  	height: auto !important;
  	display: inline-block;
  	vertical-align: top;
  	text-align: left;
  	overflow: auto;
  	border: 2px #000000 solid;
  	padding: 10;
  	background: #ffffff;
    margin-bottom: 2.5%;
  }
	.galllery img{
  	width: 250px;
  	border: 1px solid #000000;
		margin: 5px;
	}
  h1{
    padding-left:0.5em;
    padding-bottom:0px;
    text-align: left;
    font-size: 0.8em;
  }
}
