@charset 'UTF-8';
/* --------------------------------------------------------- */
/* SP                                                        */
/* --------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	/* ---------------------------------------------------------
     Base
    --------------------------------------------------------- */
	#header, #footer, #footerAside, #contentWrap, #contentWrapNoneSide, #topBlockWrap, #contentWrap #content, #contentWrap #localNaviWrap, #contentWrapNoneSide #content, #navi, #navi li, .toPageTop, .colorBlock {
		width: 100%;
	}

	#utilityMenu, #tagLine, #langChangeBlockWrap, #fontResizeBlockWrap, #breadCrumbsWrap {
		display: none;
	}

	html {
		font-size: 62.5%;
		-webkit-text-size-adjust: 100%;
	}

	body {
		font-size: 14px;
	}

	a:hover {
		opacity: 1;
	}

	#headerWrap {
		border-width: 2px;
	}

	/* ---------------------------------------------------------
     Header
    --------------------------------------------------------- */
	#header {
		height: auto;
		min-height: 55px; /* 63px →55px　2025/06/10 */
		background: #fff;
	}

	#header #logo {
		position: static;
		width: 197px;
		margin: 0 auto;
		padding: 13px 0 10px;
	}

	#header #logo img {
		width: 100%;
		height: auto;
	}

	#header .spMenu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 64px;
		background: url(../img/shared/sp_header_menu_01.png) no-repeat 50% 50%;
		background-size: 25px auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		cursor: pointer;
	}

	#header .spMenu:hover {
		opacity: 1;
	}

	#header .spMenu.isOpen {
	/*	background-color: #fff; */   /* ◆2025/06/10 コメントアウト */
		background-image: url(../img/shared/sp_header_menu_02.png);
	}

	#header .spSearch {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 64px;
		background: url(../img/shared/sp_header_search_01.png) no-repeat 50% 50%;
		background-size: 29px auto;
	}

	#searchBlockWrap {
		display: block;
		overflow: hidden;
		position: relative;
		width: 100%;
		max-height: 0;
		top: 0;
		right: auto;
		background: #f0fff0; /* fff0f0 → f0fff0  　◆2025/03/01 */
		border: 1px solid #106010; /* 新規  　◆2025/03/01 */
		-webkit-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
	}

	#searchBlockWrap.isOpen {
		max-height: 100px;
		top: 0;
		right: auto;
	}

	#searchBlock {
		position: relative;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	#searchBlock input#searchInput {
		width: 97%;
		background-color: #fff;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}

	#searchBlock input#searchBtn {
		position: absolute;
		top: 15px;
		right: 15px;
		outline: none;
		border-radius: 0;
	}

	/* ---------------------------------------------------------
     Slide navi
    --------------------------------------------------------- */
	#naviWrap {
		display: none;
		/*overflow: hidden;*/
		position: absolute;
		/*top: 65px;*/
		left: 0;
		z-index: 100;
		width: 100%;
		/*max-height: 0;*/
		/*height: 0;*/
		border: none;
		background: #ededed;
		/*-webkit-transition: max-height 0.2s linear;*/
		/*transition: max-height 0.2s linear;*/
	}

	#naviWrap.isOpen {
		display: block;
		/*height: auto;*/
		/*max-height: 600px !important;*/
		/*-webkit-transition: max-height 0.5s ease-in-out;*/
		/*transition: max-height 0.5s ease-in-out;*/
	}

	#naviWrap #navi {

	}

	#naviWrap #navi ul {
		width: 100%;
		border: none;
	}

	#naviWrap #navi li {
		display: block;
		border: none;
		border-bottom: 1px solid #FFF;  /* ◆2025/02/15 dotted → solid　*/
		background: none;
		line-height: 1;
		background: #106010; /* ◆2025/02/15 #e50019 → #106010　*/
	}
	#naviWrap #navi li:last-child {
		border: 0;
	}

	#naviWrap #navi li a {
		height: 40px;/* 60px →◆ 2025/08/19 */
		line-height: 40px;/* 60px →◆ 2025/08/19 */
		padding: 0 16px;
		border-right: 10px solid transparent;
		background: url(../img/shared/sp_ico_arrow_03.png) no-repeat 100% 50%;
		background-size: 12px auto;
		font-weight: normal;
		font-size: 15px;
		text-align: left;
	}

	#naviWrap #navi li a:hover {
		opacity: 1;
	}

	#naviWrap #navi li.naviCategory a {
		height: 54px;/* 追加◆ 2025/08/19 */
		line-height: 54px;/* 追加 →◆ 2025/08/19 */
		background: linear-gradient( #106010 7%, #40a000 45%, #40a000 55%,#106010 93%); /* ◆ 2025/08/19 #fff → #60c000　*/
		color: #ffffff; /* ◆2025/02/15*/
	/* background-image: url(../img/shared/sp_ico_arrow_02.png); */ /*◆2025/02/15 */
		font-weight:bold;
		border-radius: 0;
	}

	#navi li.naviCategory span {
		padding: 0;
	}

	#naviWrap #navi li.naviCategory a:after {
		display: none;
	}

	#spLangControl {
		display: block;
		padding: 15px 10px;
	}

	#spLangControl ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin: 0;
		padding: 2px;
		border: 1px solid #ccc;
		border-radius: 3px;
		background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
		background: linear-gradient(to bottom, #fff 0%, #eee 100%);
		list-style-type: none;
	}

	#spLangControl ul li {
		width: 50%;
		list-style-type: none;
	}

	#spLangControl ul #switchJp a {
		border-radius: 3px 0 0 3px;
	}

	#spLangControl ul #switchEn a {
		border-radius: 0 3px 3px 0;
	}

	#spLangControl ul a {
		display: block;
		padding: 15px 0;
		color: #000;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		text-align: center;
	}

	#spLangControl .active a {
		background-color: #0092d1;
		color: #fff;
	}

	#localNavi h2 a {
		padding: 12px 8px;
	}

	#localNavi li a {
		background-image: url(../img/shared/sp_ico_arrow_02.png);
		background-size: 8px auto;
		border-right: 20px transparent solid;
	}


	/* ---------------------------------------------------------
	 Side Banner
	--------------------------------------------------------- */
	#optionBlockWrap {
		margin: 0;
		padding: 16px 0 15px 10px;
	}

	#optionBlockWrap #optionBlock {
		width: 100%;
	}

	#optionBlockWrap ul {
		overflow: hidden;
		position: relative;
		/*width: 100%;*/
		margin: 0 ;
		padding: 0;
	}

	#optionBlockWrap ul li {
		float: left;
		width: 50%;
		margin: 0 0 10px;
		padding-right: 10px;
	}

	#optionBlockWrap ul li a {
		display: block;
	}

	#optionBlockWrap ul li img {
		width: 100%;
		height: auto;
	}

	#optionBlockWrap ul li a:hover img {
		opacity: 1;
	}

	.pageHome #optionBlockWrap ul li.bbs {
		display: none;
	}

	#optionBlockWrap ul li.bbs {
		display: block;
		float: none;
		width: 50%;
		margin: 0 auto 10px;
	}

	#optionBlockWrap dt {
		margin-right: 10px;
	}


	/* ---------------------------------------------------------
	 Footer
	--------------------------------------------------------- */
	#footerWrap {
		padding: 0 0 10px;
		border-width: 2px;
	}

	#footerLink {
		float: none;
		margin-bottom: 5px;
		padding: 20px 10px 0;
	}

	#footerLink ul {
		margin: 0;
		text-align: center;
	}

	#footerLink ul li {
		float: none;
		margin-bottom: 10px;
		font-size: 12px;
	}

	#footerLink ul li a {
		background-image: url(../img/shared/sp_ico_arrow_01.png);
		background-size: 4px auto;
	}

	#footer .footerInfo {
		float: none;
		font-size: 10px;
		text-align: center;
	}

	#footerCopyright {
		display: block;
		font-size: 10px;
		line-height: 1.4;
	}

	#footer #footerCopyright br {
		display: block;
	}

	#footerCompanyName {
		display: block;
		font-size: 11px;
	}

	/* ---------------------------------------------------------
     page top
    --------------------------------------------------------- */
	.toPageTop {
		margin: 0 0 20px;
		padding: 0 10px;
		text-align: center;
	}

	.toPageTop a {
		display: block;
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 0;
		border-radius: 3px;
		background: #106010; /* F23c40/D61427→　*/
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
			top,
			#336633 0%,
			#106010 100%
		);
		/*For Modern Browser*/
		background: linear-gradient(
			to bottom,
			#336633 0%,
			#106010 100%
		);
		color: #fff;
		font-size: 12px;
		line-height: 40px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}

	.toPageTop a:hover {
		opacity: 1;
	}


	/* ---------------------------------------------------------
     content
    --------------------------------------------------------- */
	#contentWrap #content {
		float: none;
	}

	#content {
		padding: 0 10px 50px;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	h1 {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: 10px;
		border: none;
		font-size: 20px;
	}

	table td {
		word-break: break-all;
		word-wrap: break-word;
	}

	table.tblLayout {
		width: 100% !important;
	}

	/* 新着情報 */
	.topicsBlockWrap {
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 15px;
		/*border-bottom: 1px dotted #999;*/
	}

	.topicsBlockWrap .topicsBlock em {
		position: relative;
		top: -2px;
	}

	.topicsBlockWrap table {
		margin: 0;
		box-sizing: border-box;
	}

	.topicsBlockWrap table colgroup, .topicsBlockWrap table tbody {
		display: block;
		width: 100%;
	}

	.topicsBlockWrap table tr {
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: 1px dotted #CCC;
	}

	.topicsBlockWrap table tr:first-child {
		padding-top: 0;
	}

	.topicsBlockWrap table th {
		padding: 10px 10px 0 0;
	}

	.topicsBlockWrap table td {
		padding: 10px 0 0;
		font-size: 15px;
	}

	.topicsBlockWrap td img {
		position: relative;
		top: -3px;
	}

	.topicsBlockWrap td a {
		text-decoration: none;
	}

	.topicsBlockWrap table td + td {
		display: block;
		padding-top: 4px;
		padding-bottom: 11px;
	}

	.topicsBlockWrap .moreLinks {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin: 14px 0 0;
		font-size: 15px;
	}

	.topicsBlockWrap .moreLinks a {
		display: block;
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 0;
		border-radius: 3px;
		background: #106010; /* F23c40/D61427→　*/
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
			top,
			#336633 0%,
			#106010 100%
		);
		/*For Modern Browser*/
		background: linear-gradient(
			to bottom,
			#336633 0%,
			#106010 100%
		);		
		color: #fff;
		font-size: 12px;
		line-height: 40px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}



	.imgColumns_01,
	.imgColumns_02,
	.imgColumns_03,
	.imgColumns_04 {
		width: 100%;
		margin-left: 0;
	}

	.imgColumns_01 tr,
	.imgColumns_02 tr,
	.imgColumns_03 tr,
	.imgColumns_04 tr {
		display: block;
	}

	.imgColumns_01 td,
	.imgColumns_02 td,
	.imgColumns_03 td,
	.imgColumns_04 td {
		overflow: hidden;
		display: block;
		width: 100% !important;
		margin: 0 0 20px;
		padding: 0 !important;
	}

	.imgColumns_01 td:last-child,
	.imgColumns_02 td:last-child,
	.imgColumns_03 td:last-child,
	.imgColumns_04 td:last-child {
		margin-bottom: 0;
	}


	.imgColumns_01 td img {
		display: block;
		/*width: 100% !important;*/
		height: auto;
		margin: 0 auto 5px;
	}

	.imgColumns_02 td img,
	.imgColumns_03 td img,
	.imgColumns_04 td img {
		float: left;
		height: auto;
		margin: 0 10px 0 0;
	}

	.imgColumns_01 td img + br,
	.imgColumns_02 td img + br,
	.imgColumns_03 td img + br,
	.imgColumns_04 td img + br {
		display: none;
	}

	.editorBlock {
		/* overflow-x: scroll; */
		-webkit-overflow-scrolling: touch;
	}
	.pageHome .editorBlock {
		overflow: hidden;
	}

	.editorBlock table th,
	.editorBlock table td {
		white-space: normal !important;
	}

	/* カテゴリ */
	.columnLayout_02, .columnLayout_03, .columnLayout_04 {
		margin: 0;
	}

	.columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
		display: block;
		width: 100%;
		margin: 1.0em 0 10px;
	}

	.columnLayout_02btn, .columnLayout_03btn {
		margin: 0;
	}

	.columnLayout_02btn .itemWrap {
		display: none; /* ◆2025/06/10 block →none　*/
		width: 100%;
		margin: 1.0em 0 10px;

	}

	.columnLayout_03btn .itemWrap {
		display: none; /* ◆2025/06/10 block →none　*/
		width: 100%;
		margin: 1.0em 0 10px;
	}

	.columnLayout_01 .item .itemTtl span, .columnLayout_02 .item .itemTtl span, .columnLayout_03 .item .itemTtl span, .columnLayout_04 .item .itemTtl span {
	 /* background-image: url(../img/shared/sp_ico_arrow_02.png); 
		background-repeat: no-repeat;
		background-size: 6px auto;    */
	}

	.columnLayout_02sub ul li, .columnLayout_03sub ul li, .columnLayout_04sub ul li {
		 background-image: url(../img/shared/sp_ico_arrow_02.png);
		background-size: 6px auto;
	}

	.columnLayout_03 .itemWrap {
		width: 100%;
	}

	.columnLayout_02btn .inner a span, .columnLayout_03btn .inner a span {
		/* background-image: url(../img/shared/sp_ico_arrow_02.png); ◆2025/03/01*/
		background-size: 6px auto;
	}

	/* ナビなし */
	#contentWrapNoneSide {
		margin-bottom: 20px;
	}
	#contentWrapNoneSide .columnLayout_02 .itemWrap {
		width: 100%;
	}

	#contentWrapNoneSide .columnLayout_03 .itemWrap {
		width: 100%;
	}

	#contentWrapNoneSide .columnLayout_04 {
		margin-left: 0;
	}

	#contentWrapNoneSide .columnLayout_04 .itemWrap {
		margin-left: 0;
	}

	#contentWrapNoneSide .columnLayout_04 .itemWrap {
		width: 100%;
	}

	#contentWrapNoneSide .columnLayout_02btn .itemWrap, #contentWrapNoneSide .columnLayout_03btn .itemWrap, #contentWrapNoneSide .colorBlock {
		width: 100%;
	}

	#contentWrapNoneSide .toPageTop {
		margin: 0;
	}

	.tblDateLst_01, .tblDateLst_02 {
		margin: 0;
	}

	.tblDateLst_01 table a, .tblDateLst_02 table a {
		background-image: url(../img/shared/sp_ico_arrow_02.png);
		background-size: 6px auto;
	}

	/* 特殊 */
	.columnsBlock {
		width: 100%;
	}

	.columnsBlock table {
		float: none;
		margin: 0;
	}

	.columnsBlock table p {
		margin: 0;
	}

	.columnsBlock p {
		margin-right: 0;
		margin-left: 0;
	}

	/* お問合わせ */
	.boxSsl p {
		float: none;
		width: 100%;
		margin: 0;
		padding: 1em 0 0;
	}

	.boxSsl p.seal {
		float: none;
		width: 100px;
		margin: 0 auto;
	}

	.btnForm {
		position: relative;
		margin: 40px -10px 0;
		letter-spacing: -0.4em;
	}

	.btnForm ul {
		margin: 0;
	}

	.btnForm li + li {
		margin: 1.5em 0 0;
	}

	/* ---------------------------------------------------------
	top page
	--------------------------------------------------------- */

	/*
 	 * カルーセルエリア
	 */
	.topVisualBlock {
		position: relative;
		width: 100%;
		height: 0 !important;
		margin: 0 auto 15px!important;
		padding: 45% 0 0;
	}

	.topVisualBlock .caroufredsel_wrapper {
		position: absolute !important;
		top: 0 !important;
		height: 100% !important;
	}

	.topVisualBlock #topVisualImg {
		height: auto !important;
	}

	.topVisualBlock #topVisualImg li {
		height: auto !important;
	}

	.topVisualBlock #topVisualImg li img {
		width: 100%;
		height: auto;
	}

	.topVisualBlock #topVisualImg li iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.topVisualBlock #topVisualImg li.movie .iframeWrapper {
		overflow: hidden;
		position: relative;
		height: 0;
		box-sizing: border-box;
	}

	.topVisualBlock .control {
		display: none;
	}

	.topVisualBlock .carouPage {
		position: relative;
		bottom: auto;
		padding: 0;
	}

	.topVisualBlock .carouPage a {
		width: 15px;
		height: 15px;
		margin: 0 10px;
		border-radius: 50%;
	}

	.control #carouPrev, .control #carouNext {
		top: 50%;
		margin-top: -34px;
	}

	.topBnrBlock {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.topBnrBlock ul {
		width: 100%;
		margin: 0;
	}

	.topBnrBlock ul li {
		float: none;
		margin: 0 10px 10px;
	}

	.topBnrBlock ul li img {
		width: 100%;
		height: auto;
	}

	/*
  	 * BBSバナー（SP）
	 */
	.topSpBBS {
		display: block;
		margin: 40px 10px 20px;
		text-align: center;
	}
	.topSpBBS img {
		max-width: 400px;
		width: 100%;
	}

	/*
 	 * ユーザー別リンク
	 */
	.topUserLink {
		width: 100%;
		margin: 0 0 20px;
		padding: 10px;
	}

	.topUserLink ul.pc {
		display: none;
	}

	.topUserLink ul.sp {
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.topUserLink ul.sp li {
		float: left;
		width: 32%;
		/*padding-right: 10px;*/
		margin: 0 2% 0 0;
		padding: 0;
		list-style-type: none;
	}
	.topUserLink ul.sp li:last-child {
		margin-right: 0;
	}
	.topUserLink ul.sp li img {
		display: block;
		width: 100%;
		height: auto;
	}

	.topUserLink ul.sp li a {
		display: inline-block;
		width: auto;
		height: auto;
		background: none !important;
	}
	/*
     * ショートカットリンク
     */
	.topShortcutLink {
		margin: 0 0 10px;
		overflow: hidden;
		padding-left: 10px;
	}

	.topShortcutLink li {
		float: left;
		width: 50%;
		margin: 0 0 10px;
		padding-right: 10px;
		font-size: 12px;
	}

	.topShortcutLink li img {
		width: 100%;
		height: auto;
	}

	/* ---------------------------------------------------------
	新着情報
	-------------------------------------------------------- */
	#topBlockWrap .topicsBlockWrap {
		padding: 0 10px 20px;
		border-bottom: 1px dotted #CCC;
	}
	#topBlockWrap .topicsBlockWrap .topicsTitle {
		margin-bottom: 0;
		border: 0;
	}

	#topBlockWrap .topicsBlockWrap h2 {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
		border-bottom: none;
		border-width: 2px;
		line-height: 1.2;
		font-size: 15px;
	}

	#topBlockWrap .topicsBlockWrap .topicsTitle .tabs {
		display: none;
		position: static;
	}

	#topBlockWrap .topicsBlockWrap .topicsTitle .tabs li {
		display: none;
		float: none;
		margin: 0;
	}
	#topBlockWrap .topicsBlockWrap .topicsTitle .tabs li.active {
		display: block;
	}

	#topBlockWrap .topicsBlockWrap .topicsTitle .tabs li.active a {
		position: relative;
		display: block;
		width: 100%;
		height: 40px;
		padding: 0 15px;
		border-radius: 3px;
		text-align: left;
		background: #106010;
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
			top,
			#336633 0%,
			#106010 100%
		);
		/*For Modern Browser*/
		background: linear-gradient(
			to bottom,
			#336633 0%,
			#106010 100%
		);
		font-weight: bold;
		font-size: 13px;
		line-height: 40px;
	}

	#topBlockWrap .topicsBlockWrap .topicsTitle .tabs a:after {
		position: absolute;
		top: 50%;
		left: 93%;
		background-position: 100% 50%;
	}

	#topBlockWrap .topicsBlockWrap .spTopicsNavSelect {
		position: relative;
		display: block;
		margin: 10px 0 10px;

	}

	#topBlockWrap .topicsBlockWrap .spTopicsNavSelect select {
		position: relative;
		display: block;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 10px 20px;
		border: 0;
		border-radius: 3px;
		line-height: 1.5;
		background: #106010;
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
			top,
			#20a000 0%,
			#106010 25%,
			#000000 75%
		);
		/*For Modern Browser*/
		background: linear-gradient(
			to bottom,
			#20a000 0%,
			#106010 25%,
			#000000 75%
		);
		color: #ccc;
		outline: none;
	}
	#topBlockWrap .topicsBlockWrap .spTopicsNavSelect:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		margin: -5px 0 0;
		width: 15px;
		height: 10px;
		background: url(../img/shared/ico_arrow_down_01_sp.png) no-repeat 100% 50%;
		-webkit-background-size: 15px 10px;
		background-size: 15px 10px;
	}

	#topLeftBlock,
	#topCenterBlock {
		float: none;
		width: 100%;
		margin: 0;
	}

	#topCenterBlock + #asideBlock {
		float: none;
	}

	#topBlockWrap + #contentWrapNoneSide {
		display: none;
	}

	/* ---------------------------------------------------------
	画像と文章のレイアウト
	--------------------------------------------------------- */

	.img-table-block td table.photo-r,
	.img-table-block td table.photo-l {
		width: 100%;
		float: none;
		margin: 1.0em 0 0 0;
		font-size: 100% !important;
	}

	.img-table-block td table.photo-r td,
	.img-table-block td table.photo-l td {
		text-align: center;
	}

	.img-table-block td table.photo-l {
		float: none;
		margin: 1.0em 0 0 0;
	}

	.img-table-block td {
		padding: 0;
		line-height: 1.857;
		vertical-align: top;
		border: none;
	}

	.img-table-block td img {
		margin: 0 0 5px;
	}


	/* ---------------------------------------------------------
    Search
    --------------------------------------------------------- */
	.gsc-control-cse {
		overflow-y: hidden;
		width: 100% !important;
		padding: 0 !important;
		height: 100%;
	}

	form.gsc-search-box {
		padding: 0 !important;
	}

	table.gsc-search-box {
		width: auto !important;
		margin: 0;
		padding: 0;
	}

	.gsc-search-box tbody {
		display: block;
	}
	.gsc-search-box table td {
		padding: 0;
	}
	.gsc-search-box .gsc-input {
		width: 200px !important;
	}
	.gsc-clear-button {
		padding: 5px !important;
	}


	#searchBlockResults {
		margin: 0 10px;
	}

	/* 検索結果 ヘッダー */
	#searchBlockResults .gsc-above-wrapper-area {
		padding: 0;
	}
	#searchBlockResults .gsc-control-wrapper-cse {
		padding: 20px 0 0;
	}

	#searchBlockResults .gsc-above-wrapper-area table.gsc-above-wrapper-area-container td {
		padding: 0;
	}

	.gsc-selected-option {
		white-space: nowrap;
	}

	table.gsc-above-wrapper-area-container td {
		padding: 0;
	}

	.gsc-table-cell-thumbnail.gsc-thumbnail {
		padding-top: 10px;
	}

	td.gcsc-branding-text {
		width: auto !important;
	}

	td.gcsc-branding-text div.gcsc-branding-text {
		text-align: left;
	}

	td.gcsc-branding-text div.gcsc-branding-text {
		text-align: left;
	}

	#searchBlockResults table.gcsc-branding td {
		display: inline-block;
	}
	#searchBlockResults .gsc-cursor-page {
		float: left;
		margin-bottom: 10px;
	}

}
