﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/


/* ------ Header ------ */

header {
	width: 100%;
	padding-top: 20px;
}

header .row {
	position: relative;
}

header h1 {
	width: 243px;
	height: 83px;
}


/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	margin-left:0;
	width: 90%;
}

/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	width: 25%;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 25px;
	padding-top:10px;
	font-size: 76%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

#menu a:hover,
#menu a:active {
	color:#F60;
}

.search {
    display: flex;
    position: relative;
    flex-wrap: wrap;
	float:right;
	margin: 10px auto 5px auto;
	}

#cse-search-box {
    display: flex;
    width: 300px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#cse-search-box .search-box {
	width: 215px !important;
	min-height: 20px;
	padding: 3px;
	font-size: 90%;
	border:1px solid #333;
	border-radius: 4px 0 0 4px;
}

#cse-search-box .search-botton {
	padding:0 5px;
	background: #666;
	border: #666 1px solid;
	color: #fff;
	min-height: 31px;
	border-radius: 0 4px 4px 0;
}

#cse-search-box .search-botton:hover {
	background: #fff;
	color: #666;
}

.gsc-orderby-container {
	text-align: right !important;
	background: transparent;
	border: none !important;
}

.gsc-result-info-container {
	text-align: left !important;
	border: none !important;
}




/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {



}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {


	/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 15px;
	}
	
	/* ------ Global Navi ------ */

	#gnav {
		float: none;
		width: 100%;
		margin-top:20px;		
	}

	#gnav a {
		height: 25px;
		padding-top: 10px;
		font-size: 68%;
	}

	.search {
		margin: 30px auto 10px;
		width: 262px;
		float:none;
	}

}
