@charset "utf-8";
html, body {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	border-top: 8px solid #1B8E2F;	/*上のアクセント用の線の幅、線種、色*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	color: #666666;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	opacity: 0.8;
}
a img:hover {
	opacity: 0.8;
}
label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}

@media screen and (max-width: 680px) {
img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
	height: 200px;
}
}














/* pc / sp
============================================================================================================ */
.sp, .sps {
	display: none !important;
}

@media screen and (max-width: 680px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img.sp, span.sp, br.sp, em.sp, strong.sp {
	display: inline !important;
}
}

@media screen and (max-width: 370px) {
.sps {
	display: block !important;
}
img.sps, spsan.sps, br.sps, em.sps, strong.sps {
	display: inline !important;
}
}

/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
*[data-label] img {
	display: none;
}
*[data-label]:before {
	content: attr(data-label);
}
*[data-label-r]:after {
	content: attr(data-label-r);
}
.sp_mincho {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
}














/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0px;
}
.w80 {
	position: relative;
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0 0px;
}
.pl {
	width: 700px;
	padding: 0 0 0 280px;
}
.mw {
	min-width: 1000px;
}
.w:after, .mw:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}

@media screen and (max-width: 680px) {
.w {
	width: auto;
	padding: 0 10px;
}
.w80 {
	width: auto;
	padding: 0 10px;
}
.mw {
	min-width: 0;
}
.pl {
	width: auto;
	padding: 0 10px;
}
}
.section {
	clear: both;
	margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
.section {
	clear: both;
	margin-bottom: 20px;
	padding: 0 10px;
}
}
/*パンくず*/
.topic_path {
	font-size: 12px;
	padding: 15px 0px;
	position: relative;
	z-index: 1;
	color: #828282;
	margin-bottom: 0px;
}
.topic_path li {
	display: inline-block;
}
.topic_path a {
	color: #828282;
	text-decoration: none;
}
.topic_path a:hover {
	text-decoration: underline;
}
.topic_path li:after {
	content: ">";
	margin-left: 5px;
}
.topic_path li:last-child:after {
	content: "";
	margin-left: 0;
}

@media screen and (max-width: 680px) {
.topic_path {
	padding: 15px 0px;
}
}
/* header
============================================================================================================ */
#header {
	width: 100%;
	z-index: 100;
}
.head {
	width: 1000px;
	margin: 0px auto 40px auto;
	position: relative;
	text-align: center;
}
.head .logo {
	padding: 40px 0 20px 0;
}
.head .catch {
	font-size: 18px;
}

@media screen and (max-width: 680px) {
#header {
}
.head {
	width: 100%;
	height: 100px;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	z-index: 10;
}
.head .logo {
	width: 70%;
	max-width: 300px;
	padding: 20px 0 0px 0;
}
.head .catch {
	display: none;
}
}
/* navi
============================================================================================================ */

#header nav > div {
}
#header nav > div > div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
.free_btn a {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	width: 160px;
	height: 60px;
	background: #fff url(../images/head/icon_arrow.png) no-repeat 10px 47%;
	color: #666;
	padding: 15px 0 0 30px;
	font-size: 18px;
}
.free_btn a:hover {
	opacity: 1;
	background: #fff url(../images/head/icon_arrow.png) no-repeat 10px 47%;
}

@media screen and (max-width: 680px) {
.free_btn {
	display: none;
}
}

@media screen and (max-width: 680px) {
#header .nav_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 80px;
	height: 100%;
}
#header .nav_btn a {
	text-decoration: none;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#header .nav_btn:before,  #header .nav_btn a:before,  #header .nav_btn a:after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	width: 40px;
	margin: 0 auto;
	height: 2px;
	margin-top: -2px;
	background-color: #999999;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#header .nav_btn a:before {
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}
#header .nav_btn a:after {
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}
/* menu open */
#header.open .nav_btn:before {
	opacity: 0;
}
#header.open .nav_btn a:before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#header.open .nav_btn a:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
#header nav {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	right: 0;
	height: 0;
	z-index: 100;
	padding-top: 0px;
	opacity: 0;/*0*/
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.3s, opacity 0.3s;
	-o-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
}
#header nav .hover,  #header nav .global_navi .current a:before {
	display: none;
}
#header nav > div {
	background: #FFFFFF;
}
#header nav > div > div {
}
.global_navi {
	clear: both;
	text-align: left;
	width: 100%;
	margin-top: 0;
	height: 100%;
	display: block;
	position: relative;
	top: 0;
	min-height: 100%;
	background: #7fdef4;
}
/* open */
#header.open .head {
	width: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	height: 100px;
	z-index: 10;
}
#header.open nav {
	clear: both;
	height: 100%;
	opacity: 1;
	display: block;
}
#header.open nav > div {
}
}
nav {
}

@media screen and (max-width: 680px) {
nav {
}
}
#dropmenu {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	list-style-type: none;
	height: 40px;
	margin: 20px auto;
	padding: 0;
	display: table;
}
#dropmenu li {
	letter-spacing: normal;
	position: relative;
	margin: 0 0;
	text-align: center;
	float: left;
}
#dropmenu li a {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding: 10px 0px;
	line-height: 1;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	transition-property: all;
	transition: 0.2s linear;
	color: #666666;
	border-right: #E3E3E3 1px solid;
}
#dropmenu li:nth-child(1) a {
	width: 250px;
}
#dropmenu li:nth-child(2) a {
	width: 250px;
}
#dropmenu li:nth-child(3) a {
	width: 250px;
}
#dropmenu li:nth-child(4) a {
	width: 250px;
	border-right: none;
}

@media screen and (max-width: 680px) {
#dropmenu {
	text-align: center;
	width: 100%;
	list-style-type: none;
	height: auto;
	margin: 0px auto;
	padding: 0;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.1);
}
#dropmenu li {
	text-align: left;
	display: block;
	float: none;
}
#dropmenu li a {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding: 20px 20px;
	line-height: 1;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	transition-property: all;
	transition: 0.2s linear;
	color: #666666;
	border-right: none;
	border-bottom: #E3E3E3 1px solid;
}
#dropmenu li:nth-child(1) a {
	width: 100%;
}
#dropmenu li:nth-child(2) a {
	width: 100%;
}
#dropmenu li:nth-child(3) a {
	width: 100%;
}
#dropmenu li:nth-child(4) a {
	width: 100%;
	border-right: none;
}
}
/* button  資料請求　ビジネスパートナー
============================================================================================================ */
ul.button {
	margin: 60px auto 30px auto;
	clear: both;
}
ul.button li {
	float: left;
	width: 32%;
	display: table;
	text-align: center;
}
ul.button li:nth-child(2) {
	margin: 0 2%;
}
ul.button li a {
	text-decoration: none;
	color: #FFFFFF;
	background: #1B8E2F;
	width: 100%;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.1em;
	background-color: #D05456;
	font-size: 18px;
	padding-top: 10px;
}
ul.button li a span {
	text-align: center;
	width: 100%;
}
ul.button li:nth-child(2) a {
	background: #E5CF3B;
}
ul.button li:nth-child(3) a {
	background: #1B8E2F;
}

@media screen and (max-width : 680px) {
ul.button {
	margin: 30px auto 30px auto;
	clear: both;
}
ul.button li {
	float: none;
	width: 100%;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 0px;
}
ul.button li:nth-child(2) {
	margin: 0px 0px 15px 0px;
}
ul.button li a {
	width: 100%;
	height: 100px;
	display: inline-block;
	padding-top: 35px;
	font-size: 20px;
}
ul.button li:nth-child(3) a {
	padding-top: 35px;
}
}
/* footer
============================================================================================================ */
footer {
	clear: both;
	margin-top: 0px;
	background: #fffaf0;
	padding: 40px 0 40px 0;
	position: relative;
	border-bottom: 8px solid #1B8E2F;	/*上のアクセント用の線の幅、線種、色*/
}

@media screen and (max-width: 680px) {
footer {
	padding: 20px 0 20px 0;
}
}
footer ul {
	border-bottom: 1px solid #a9a9a9;
	padding: 20px 0;
}
footer ul li {
	float: left;
	width: 25%;
	padding-left: 20px;
}
footer ul li a {
	text-decoration: none;
	display: inline-block;
	background: url(../images/footer/icon.png) no-repeat 0 11px;
	padding: 5px 0 5px 20px;
}
footer .logo {
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
}

@media screen and (max-width: 680px) {
footer .logo {
	text-align: center;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
}
footer ul {
	border-bottom: 1px solid #666666;
	padding: 20px 0;
}
footer ul li {
	float: left;
	width: 50%;
}
}
footer .name {
	text-align: center;
	margin: 20px auto;
}
footer .fb {
	text-align: center;
	margin: 20px auto;
}
footer .copy {
	text-align: center;
	margin: 20px auto;
}

@media screen and (max-width: 680px) {
footer .copy {
	text-align: center;
	margin: 10px auto;
}
}
/* #pagetop
============================================================================================================ */
#page-top {
	position: absolute;
	bottom: 0;
	right: 0;
}
#page-top a {
}

@media screen and (max-width: 680px) {
#page-top {
	position: static;
	margin-top: 0px !important;
	float: right !important;
	padding-left: 20px;
}
#page-top a {
}
}
/* ===================================================================================================================

	モジュール

=================================================================================================================== */








/*----------------title-----------------*/
.title_l {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	color: #FFFFFF;
	padding: 30px 10px;
	margin-bottom: 0px;
	background: #1B8E2F;
}

@media screen and (max-width: 680px) {
.title_l {
	font-size: 24px;
}
}
.title_m {
	height: 70px;
	border-left: #82281E 5px solid;
	color: #1B8E2F;
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 24px;
}

@media screen and (max-width: 680px) {
.title_m {
	height: auto;
}
}
.title_s {
	border-bottom: 2px solid #1B8E2F;
	color: #666;
	padding-bottom: 5px;
	font-size: 19px;
	font-weight: bold;
}

@media screen and (max-width: 680px) {
}
/* li
============================================================================================================ */
ul.inline {
	text-align: center;
}
ul.inline li {
	display: inline-block;
	margin: 0 5px;
}

@media screen and (max-width: 680px) {
ul.inline {
	margin: 0 -3px;
	width: 100%;
	margin: 0 auto;
}
ul.inline:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
ul.inline li {
	float: left;
	margin: 0;
	padding: 0 3px;
	width: 50%;
}
ul.inline li:first-child {
}
ul.inline li:last-child {
}
}
ul.inline_img2 {
	clear: both;
}
ul.inline_img2 li {
	float: left;
	width: 49%;
}
ul.inline_img2 li:nth-child(2) {
	float: right;
}

@media screen and (max-width: 680px) {
ul.inline_img2 li {
	float: none;
	width: 100%;
	margin: 0 0% 10px 0%;
}
ul.inline_img2 li:nth-child(2) {
	float: none;
	width: 100%;
	margin: 0 0% 10px 0%;
}
}
ul.inline_img4 {
	clear: both;
}
ul.inline_img4 li {
	float: left;
	width: 23%;
	margin: 0 2.6% 0 0%;
}
ul.inline_img4 li:nth-child(4) {
	float: right;
	margin: 0 0% 0 0%;
}

@media screen and (max-width: 680px) {
ul.inline_img4 li {
	float: none;
	width: 100%;
	margin: 0 0% 10px 0%;
}
ul.inline_img4 li:nth-child(4) {
	float: none;
	width: 100%;
	margin: 0 0% 10px 0%;
}
}
ul.ulcomments {
}
ul.ulcomments li {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}
/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
	margin-top: .5em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}
/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}
/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
	margin-top: .5em;
}
/* dl
============================================================================================================ */
dl.float {
}
dl.float dt {
	float: left;
}
dl.float dd {
	margin-left: 14em;
	padding-bottom: 1em;
}

@media screen and (max-width: 680px) {
dl.float {
}
dl.float dt {
	float: none;
}
dl.float dd {
	margin-left: 0;
}
}
dl.dl_sec dd ~ dt {
	margin-top: 25px;
}

/* img
============================================================================================================ */
@media screen and (max-width: 680px) {
.sp_img50p img {
	max-width: 50%;
}
}
/* ページネーション */
.pagination {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
.pagination a {
	padding: 1px 8px;
	display: inline-block;
	color: #666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #C8C8C3;
	margin-bottom: 10px;
}
.pagination span {
	padding: 1px 8px;
	display: inline-block;
	color: #999999;
	margin-bottom: 10px;
}
.pagination span.current, .pagination a:hover {
	color: #444444;
	background: #FFFFFF;
	border: 1px solid #C8C8C3;
}
#contents {
	background: #FFFFFF;
}

@media screen and (max-width: 680px) {
#contents {
	min-height: 400px;
	padding-top: 0;
}
}
.waku {
	padding: 20px;
	border: 1px solid #666666;
}
/*---------btn--------*/

.btn_more {
}
.btn_more a {
	display: block;
	text-align: center;
	background: #1B8E2F;
	color: #FFFFFF;
	width: 150px;
	height: 40px;
	padding: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 10px auto;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.btn_more.w330 a {
	width: 330px;
}
.btn_more a:hover {
	background: #1B8E2F;
	opacity: 1;
}
.btn_more input[type="submit"] {
	display: block;
	text-align: center;
	background: #1B8E2F;
	color: #FFFFFF;
	width: 150px;
	height: 40px;
	padding: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 10px auto;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 1.5rem;
}
.btn_more input[type="submit"]:hover {
	background: #1B8E2F;
	opacity: 1;
}

@media screen and (max-width: 680px) {
.btn_more.w330 a {
	width: 90%;
}
}
.btn_pozi {
}
.btn_pozi a {
	display: block;
	text-align: center;
	background: #1B8E2F;
	color: #FFFFFF;
	height: auto;
	padding: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	margin: 10px auto;
}
.btn_pozi a:hover {
	background: #1B8E2F;
	opacity: 1;
}
.btn_pozi.nega a {
	background: #1B8E2F !important;
}
.btn_pozi.nega a:hover {
	background: #1B8E2F!important;
	opacity: 1;
}
.btn_back a {
	display: block;
	text-align: center;
	background: #E3E3E3 url(../images/icon01.png) no-repeat 95% 11px;
	color: #1B8E2F;
	width: 142px;
	height: 30px;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
.btn_back2 a {
	display: block;
	text-align: center;
	background: #1B8E2F;
	color: #FFFFFF;
	padding: 35px;
	width: 320px;
	margin: 20px auto 80px auto;
	border-bottom: #E3E3E3 solid 5px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

@media screen and (max-width: 680px) {
.btn_back2 a {
	width: 100%;
	margin: 20px auto 80px auto;
}
}
.btn_simulation a {
	clear: both;
	display: block;
	text-align: center;
	background: #1B8E2F;
	color: #FFFFFF;
	padding: 35px;
	width: 500px;
	margin: 40px auto 20px auto;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.btn_simulation a:hover {
	background: #1B8E2F;
	opacity: 1;
}

@media screen and (max-width: 680px) {
.btn_simulation a {
	width: 100%;
	margin: 20px auto 20px auto;
	padding: 15px;
	font-size: 20px;
}
}
/*---------スマートモデューロを探す--------*/
#search {
	background: #666;
	padding: 40px 0;
	color: #FFFFFF;
	margin-bottom: 30px;
}
#search a {
	text-decoration: none;
}
#search .w {
	width: 1030px;
}
#search .title {
	text-align: center;
	font-size: 48px;
	margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
#search {
	background: #666;
	padding: 20px 0;
	color: #FFFFFF;
}
#search .w {
	width: 100%;
}
#search .title {
	font-size: 28px;
}
}
#search_in {
	margin: 5px auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}
#search_in div {
	display: table-cell;
	text-align: center;
}
#search_in div img {
	margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
#search_in {
	margin: 5px auto;
	display: block;
	width: 100%;
}
#search_in div {
	padding-top: 20px;
	display: block;
	text-align: center;
}
#search_in div img {
	margin-bottom: 0px;
}
}
#search_in ul {
	margin: 30px auto 0px auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 5px 0;  /* 左右 上下で記述 */
}
#search_in ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #CCC;
}
#search_in ul li a {
	display: table-cell;
	vertical-align: middle;
	display: block;
	background: #1B8E2F;
	line-height: 1.3em;
	color: #FFFFFF;
	width: 100%;
	height: 100px;
	padding-top: 42px;
}

@media screen and (max-width: 680px) {
}
#search .title_key {
	text-align: center;
	margin-top: 30px;
}
#search .title_form {
	margin-top: 10px;
	text-align: center;
}
.title_form input[type=text] {
	font-size: 16px;
	transform: scale(0.8);
	width: 310px;
}
#search .title_form input {
	border: none !important;
	padding: 10px;
	color: #999999;
}
input::focus::placeholder {
 color: transparent;
}
#search .btn_all {
	text-align: center;
	margin-top: 30px;
}
#search .btn_all a {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8px 20px;
}

@media screen and (max-width: 680px) {
#search .title_form input {
	width: 100%;
}
}
