@charset "utf-8";

/*==========================================================

	icon　Tabletレイアウト（画面の横幅が1279pxまで）

==========================================================*/

.main_inner  {
	padding:15px;
}
.defaulttitle {
  border-top: 3px solid #0B7FBA;
  border-bottom: 1px solid #FFF;
  background: -moz-linear-gradient(
 top,
 #ffffff 0%,
 #ebebeb);
  background: -webkit-gradient(
 linear, left top, left bottom,
 from(#ffffff),
 to(#ebebeb));
  width: 100%;
  height: 45px;
}



