@charset "utf-8";

/*//////////// menu ////////////
=01 default
=02 common
	= wrapper
	= header
	= contents
	= footer
//////////////////////////////*/

/*************************************************
			=01 default
*************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, b, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
html,body {
	color: #666;
	min-width: 950px;
    font: 14px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
header, footer, nav, section, article {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
input, textarea {
	border: none;
	padding: 0;
	margin: 0;
	color: #666666;
}
hr {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
}
a:hover {
	text-decoration:  underline;
	color: #999999;
}
#footer a {
	color: #CCC;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #CCC;
}

/*************************************************
			=02 common
*************************************************/

/*= contents
======================================*/
#contents {
	width: 800px;
	margin: 0 auto;
}

/*= heading
======================================*/
#wrapper h1,
#wrapper h4 {
	margin: 1em 0;
	font-weight: bold;
}
#wrapper h1 {
	font-size: 34px;
}
#wrapper h4 {
	font-size: 16px;
}
.cl {
	clear: both;
}

/*************************************************
			tripla
*************************************************/

body .search-widget-search-container-bf1818{
    bottom: 10px !important;
    left: 10px !important;
}