
p {font-size: 13px;
}


img {
	max-width: 100%;
	height: auto;
}

body {
	padding: 60px 0;
	background: #FBFDFB;
	font: 1.1em/1.5 'Open Sans', Helvetica, Arial, sans-serif;
	color: #43322a;
}

h4{
	padding: 0.15em 0.5em;/*上下 左右の余白*/
color: #666E6E;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #E6E6E6;/*左線*/
margin-bottom: 2px;
}


#content{
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	max-width: 550px;
}

em {
	font-style: italic;
}
.green {
	color: #4178AB;
}
.red {
	color: #426178;
}
.pink {
	color: #DB42A8;
}
.blue {
	color: #0A8832;
}

.ko {
	color: #23AF91;
}

h1 {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.1em;
	font-family: 'Passion One', cursive;
	text-align: center;
	letter-spacing: 0.2em;
		color: #0B2F3A;
}


h2{
	text-align: center;
	font-size: 17px;
}

h3{
	text-align: center;
}

span{
	font-weight: 800;
	font-size: 15px;
}

nav{
	font-weight: 800;
	font-family: 'Londrina Shadow', cursive;
	font-size: 30px;
	margin-top: 40px;	

}

.blue {
	color: #FE2E64;
}
.red {
	color: #6E0D0D;
}

a, 
a:visited {
	color: #43322a;
	text-decoration: none;
	border-bottom: 1px solid #B39485;
	-webkit-transition: border 0.4s ease-in-out;
	-moz-transition: border 0.4s ease-in-out;
	-o-transition: border 0.4s ease-in-out;
	-ms-transition: border 0.4s ease-in-out;
	transition: border 0.4s ease-in-out;
}


@media only screen and (max-width: 720px) {
}

a:hover img
{
opacity:0.9;
filter: alpha(opacity=30);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

footer{
	text-align: center;
}
