@charset "utf-8";

#howto #main {
	float: right;
	width: 660px;
	margin-right: 45px;
}

#howto #howtoSideBar {
	float: left;
	width: 179px;
	margin-left: 45px;
}

#howto .section h2 {
	margin-bottom: 30px;
	font-size: 14px;	
	line-height: 1;
	font-weight: bold;
	color: #702f06;
}

#howto .section h3 {
	margin-bottom: 15px;
	font-size: 14px;	
	line-height: 1;
	font-weight: bold;
	color: #702f06;
}

#howto .section h3 span{
	font-size: 12px;
	font-weight: 100;
	color: #702f06;
}

#howto .section p {
	overflow: auto;
	margin-bottom: 30px;
	margin-left: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#howto .howtoEat li {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 20px;
}

#howto .section hr {
	clear: both;
	height: 3px;
	margin-bottom: 30px;
	border: 0;
	background: url(../img/line_howto.png) no-repeat left top;
}

#howto .ileft {
	margin-right: 20px;
	margin-bottom: 30px;
}

#howto .iright {
	margin-left: 20px;
	margin-bottom: 30px;
}

#howto .icenter {
	margin-bottom: 30px;
}

#howto #howtoSideBar a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#howto #howtoSideBar a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	zoom:1;
}

/* SNS BTN */
#howto .snsBtnArea {
	width: 300px;
	margin: 0 10px 20px 0;
}
#howto .snsBtnArea li {
	float: left;
	display: inline;
}
#howto .snsBtnArea li.Twitter {
	width: 110px;
}
#howto .snsBtnArea li.Facebook {
	width: 110px;
}
#howto .snsBtnArea li iframe {
	margin: 0 !important;
}