/* =Typography
-----------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font: 80% "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
	color: #333;
}
a {
	color: #000;
	text-decoration: none;	
}
a:hover {
	color: #666;
	text-decoration: underline;
}
/*--navi---*/
.navi {
	max-width:480px;
	text-align: center;
	font: 100%/160% 'Special Elite', cursive;
	margin-top: 20px;
}
/*--article--*/
article {
	margin-top: 200px;
	padding-top: 20px;
}
h1, h2 {
	font: 140%/200% 'Special Elite', cursive , "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO";
}
.toTop {
	font: 100%/160% 'Special Elite', cursive;
	display: block;
	margin-top: 10px;
	text-align: right;
}
.att {
	font-size: 85%;
	color: #666;
}
/*--footer-*/
footer {
	font: 140%/200% 'Special Elite', cursive , "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 90%;
	color: #000;
	margin-top: 50px;
}
@media only screen and (max-width:767px) {
.units-row .unit-80, .units-row .unit-75, .units-row .unit-70, .units-row .unit-66, .units-row .unit-60, .units-row .unit-50, .units-row .unit-40, .units-row .unit-33, .units-row .unit-30, .units-row .unit-25, .units-row .unit-20, .units-row-end .unit-80, .units-row-end .unit-75, .units-row-end .unit-70, .units-row-end .unit-66, .units-row-end .unit-60, .units-row-end .unit-50, .units-row-end .unit-40, .units-row-end .unit-33, .units-row-end .unit-30, .units-row-end .unit-25, .units-row-end .unit-20 {
	width:90% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}