@charset "UTF-8";
/* Base Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:"Open Sans";
    color: #666666;
	font-size:13px;
}

a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.main{
display:inline-block;
padding:10px;
}

.content{
	padding:10px;
}

.title{
	color: #0054A6;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}
