@charset "UTF-8";
/* @media handheld, all and (max-width:490px){ */
/* override basic.css */

/* 基本文字サイズ */
body,input,textarea,select,option,button{
	font-size:medium;
	-webkit-text-size-adjust:none;/* Mobile Safari : 文字サイズの自動調整をオフに */
	text-align:left;
}
@media handheld{
	body,input,textarea,select,option,button{
		font-size:small;
	}
}
body{
	margin:0px 0px 0px 0px !important;
	padding:0;
	background-color: #FFF;
}
#mainArea *{
	word-break:break-all !important;
	word-wrap: break-word !important;
}
p { line-height:1.4;}

img{max-width:100%;}

.ex1 {
	margin:0 20px 20px;
  border:1px solid #fff;
  background:red;
  padding:10px;
}
.ex1 a{
	font-size:100%;
}
.ex2 {
	margin-top:0px;
}