@charset "utf-8";

body {
	background-color: #ffffff;
	font-family: "minion-pro", "Times New Roman", Times, serif;
}

#Box {
	font-size: 13px;
    line-height: 19px;
	float: left;
	display:inline;
	clear: none;
	line-height: 160%;
	letter-spacing: 0.06em;
	overflow: hidden;
}


* {
    margin: 0px;
    padding: 0px;
}


p {
	margin-bottom: 2em;
}


p.logo {
	margin-top:2em;
margin-bottom:3em
}


p.title {
	margin-top:1em;
margin-bottom:1em
}


p.back {
	margin-top:1em;
margin-bottom:1em
}



.image_size {
	width: 700px;
	height: auto;
}


.inner {
	max-width: 700px;
    width: 100%;
    margin: 0 auto;
	padding: 10px;
}


a:link {
	color: #000;
	text-decoration: none;
}


a:visited {
	color: #000;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #ff4500;
}


a:active {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}


.image_c {text-align: center;}



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

img {
max-width: 100%;
height: auto;
box-sizing: border-box;

}

.inner {
max-width: 100%;
box-sizing: border-box;

}

#Box {
	    margin-top: 0px;
		font-size: 13px;
        max-width: 100%;
}

.resizeimage img { width: 100%; }

}


@media screen and (min-width:480px) and (max-width:1024px) {

#Box {
	    margin-top: 0px;
		font-size: 15px;
        width: 100%;
}

}

  
@media screen and (min-width:1025px) {

#Box {
	    font-size: 13px;
		width: 100%;
}

p.logo {
	margin-top:7em;
margin-bottom:3em
}

p.title {
	margin-top:2em;
margin-bottom:1em
}

}