﻿@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

.main dl	{
	margin-bottom: 30px;
}
.main dt	{
	font-weight: bold;
	margin-bottom: 5px;
}

/* サンプル 4
----------------------------------------------------------- */
#searchform4 {
	width: 100%;
	max-width:500px;
	margin:0 auto;
	background: url('../images/input6.png') left top; 
	display: block;
	height: 45px;
	position: relative;
	z-index:0;
}
#keywords4	{
	width: 90%;
	max-width:470px;
	position: absolute;
	z-index:0;
	top: 3px;
	left: 12px;
	border: 0 solid #FFF;
	height:40px;
	font-size:20px;
}
#searchBtn4	{
	position: absolute;
	z-index:0;
	top: 8px;
	right: 10px;
	width:30px;
}

#searchform5 {
	width: 100%;
	max-width:500px;
	margin:0 auto;
	background: url('../images/input6.png') left top; 
	display: block;
	height: 45px;
	padding:0;
}
#keywords5	{
float:left;
	width: 85%;
	max-width:470px;
	border: 0 solid #FFF;
	height:40px;
	font-size:20px;
	margin:3px 0 0 3px;

}
#searchBtn5	{
float:right;
	width:30px;
	margin-top:8px;
	margin-right:8px;
}

