@charset "UTF-8";


/*---------- メニュー ----------*/

/***タイトル横幅調整***/
.ui-header .ui-title {
  margin-left: 15%;
  margin-right: 15%
}

.ui-body .ui-title {
  margin-left: 15%;
  margin-right: 15%
}



/***リスト折り返し***/
.wordbreak {
	overflow: visible;
	white-space: normal;
}

.keyword{
    display:block;
	margin-right:90px;
	height:40px;
	width:auto;
}
.kensakubutton{
    display:block;
	height:40px;
	width:80px;
/*	position:absolute;*/
	top:1px;
	right:0;
}

.isearch3 {
	font-size:12px;
	background:#fff;
	padding:3px;
	color:#777;
	border: 1px solid #eaeaea;
	width:140px;
	font-weight:700;
}
.ibutton3 {
	border:none;
	width:52px;
	height:20px;
	background:url(images/search3.gif) top right no-repeat;
	cursor: pointer;
	outline:none;
}


/*---------- メニュー ----------*/
.text-c{
	text-align: center;
}
.text-c img{
	width:330px;
	height:auto;
}


.text-10{
	font-size:10px;
	font-weight: 200;
}
.text-11{
	font-size:11px;
}
.text-12{
	font-size:12px;
}
.text-14{
	font-size:14px;
}
.text-16{
	font-size:16px;
}
.text-bo{
	font-weight: bold;
}

.text-14-c{
	font-size:14px;
	text-align: center;
}
.text-14-r{
	font-size:14px;
	text-align: right;
}
.text-14-l{
	font-size:14px;
	text-align: left;
}
.text-12-bo{
	font-size:12px;
	font-weight: bold;
}
.text-14-bo{
	font-size:14px;
	font-weight: bold;
}
.text-16-bo{
	font-size:16px;
	font-weight: bold;
}
.text-12-red{
	font-size:12px;
	color:#ff0000;
}
.text-14-red{
	font-size:14px;
	color:#ff0000;
}
.text-16-red{
	font-size:16px;
	color:#ff0000;
}
.text-12-pink{
	font-size:12px;
	color:#f08080;
}
.text-14-pink{
	font-size:14px;
	color:#f08080;
}
.text-16-pink{
	font-size:16px;
	color:#f08080;
}

.submtbottun{
	text-align: center;
	background-color: #cccccc;
	width:300px;
	height:50px;
}

td{
  width: 100%;
  height: 25px;
  background-color: #4169e1;
  color: #ffffff;
  font-weight: bold;
  border:solid 1px #cccccc;
  padding: 5px 0 5px 20px;

}

.img-c{
	text-align: center;
}

.img-c img{
	width:200px;
	height:auto;
}


