@CHARSET "UTF-8";
/* 追加CSS */

textarea:focus ,
select:focus ,
input:focus {
outline: 2px #333 solid;
background-color: #eee;
}

#search {

	border: solid #333 1px;
	padding : 5px 20px;
}

/* チェックボックスはデカめに */
input[type=checkbox] {
	height:2em;
	width:2em;
}

.full-width {
	width: 100%;
}

#content input[type=button].mini
{
	height: 30px;
	margin: 10px auto;
	width: 100px;
}

#goShare {
	display: none;
}