@charset "UTF-8";
/*
*******************************************************************************************************
# ꗗ
*******************************************************************************************************
*/
.list_msg {
    width: 100%;
    margin-top: 20px;
    padding: 25px 0;
    background-color: #cdffcc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-align: center;
    font-size: 20px;
}

.list_msg .sub_txet {
    font-size: 14px;
}

.freeword_search {
	width: 200px !important;
	padding: 15px 20px;
}

.freeword_search_ttl {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 15px;
}

.freeword_search .mod_btn_all_s {
    display: block;
	width: 80px;
	height: 30px;
	margin: 0 auto;
}

.freeword_search input[type=text]{
	width: 187px;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #a0a0a0;
}

.freeword_search a {
	display: block;
	width: 80px;
	height: 30px;
	margin-top: -7px;
    margin-left: -12px;
    padding: 0;
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #fff;
}

.freeword_search a span {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

div#container.result_list.freeword {
	 padding-bottom: 200px;
}

/* ------------------------------------
	* contentHeader-Image
* ------------------------------------ */
#contentHeader .box_ttl_page{
	margin-bottom: -20px;
}

#contentHeader .topImgWrap{
	position: relative;
	background-color: white;
	/*
	background: url(/static/top/images/bg_container_top.gif) repeat-x;
	*/
}

#contentHeader .topImg{
	background: url("/static/tatemono/images/bg_img.png") no-repeat 109% top;
	width: 1000px;
	height: 226px;
}

#contentHeader .topImg .logo {
	margin: 64px 11px 20px 11px;
}

#contentHeader .mod_ttl_bar_sublink {
	padding-top: 14px;
}

