@charset "utf-8";

/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
}

#wrap {
	width: 100%;
	min-height: 100%;
	font-size: 108%; /* 14px */
	position: relative;
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #ededed; /* Safari */
}
::-moz-selection {
	background: #ededed; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #999;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* header
========================================================================== */

header {
	width: 100%;
	height: 50px;
	position: relative;
	/* background: #fff8e0; */
	background: #fce5e0;
	zoom: 1;
}
header:after {
	content:"";
	display: block;
	clear: both;
}

/* header navi
-------------------------------------------------------------------------- */

#hnav ul {
	top: 0;
	left: 0;
	right: 0;
	width: 960px;
	margin: 0 auto;
	font-size: 80%;
}

#hnav ul li {
	margin-left: 0;
	float: left;
}

#hnav ul li.mgl {
	margin-left: 25px;
}

#hnav ul li.mgr {
	margin-right: 25px;
}

#hnav ul li a {
	width: auto;
	height: 50px;
	padding: 0 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#hnav ul li a:hover {
	color: #e60045;
}

#hnav ul li.seikyu a {
	/* background: #ea824d; */
	background: #e84659;
	color: #fff;
}
#hnav ul li.seikyu a:hover {
	opacity: 0.6;
}
#hnav ul li.guide_01 a {
	/* background: #eac84d; */
	background: #e60045;
	color: #fff;
	/*padding: 0 18px;*/ padding: 0 17px;
}
#hnav ul li.guide_01 a:hover {
	opacity: 0.6;
}
#hnav ul li.guide_02 a {
	/* background: #eadf4d; */
	background: #ea5460;
	color: #fff;
	line-height:1.4em;
}
#hnav ul li.guide_02 a:hover {
	opacity: 0.6;
}

/* gs
-------------------------------------------------------------------------- */
#gs {
	width: 230px;
	height: 50px;
	padding: 0;
	white-space: nowrap; 
}
#gs .search-form input {
	height: 48px;
	/* background: #fff8e0; */
	background: #fff;
	border: none;
}
#gs .search-form button {
	height: 50px;
	background: #ea5460;
	color: #fff;
	border: none;
	/* border-radius: 5px; */
}
#gs .search-form__text {
	width: 174px;	
}
/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定
#gs .gsc-search-box { position: relative; 

}
デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 
#gs .gsc-search-box .gsc-input-box,
#gs .gsc-search-box .gsc-input-box-hover,
#gs .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
 
#gs .gsc-search-box .gsc-input-box{
	background:#fff;height:30px;
}
#gs .gsc-search-box input#gsc-i-id2 {
	box-sizing: border-box;
	height: 50px;
	padding: 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	background-position: 50px center !important;
}
 
#gs .gsc-control-cse {
	padding: 0em!important;
	background-color: rgba(255,255,255,0); !important;
	border: none !important;
	height:30px;
}*/




/* visual
========================================================================== */

div#visual {
	width: 100%;
	height: 250px;
	/* background: #f5f3e8; */
	/* background: #e6f4f5; */
	zoom: 1;
}
div#visual:after {
	content:"";
	display: block;
	clear: both;
}


	/* header title
	-------------------------------------------------------------------------- */
	#headtitle {
		background: url(/tushin/gs_yoko/common/images/header/bg_head.jpg) no-repeat right;
		left: 0;
		right: 0;
		width: 960px;
		height: 250px;
		margin: 0 auto;
	}

		#headtitle h1 {
			width: 300px;
			height: 200px;

		}

		


/* footer
========================================================================== */

footer {
	width: 960px;
	height: 110px;
	margin-left: -480px;
	padding-top: 20px;
	border-top: 2px solid #555;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 50%;
}

footer address {
	float: left;
}


/* footer navi
-------------------------------------------------------------------------- */

#fnav {
	margin-bottom: 1em;
	float: left;
}

#fnav ul li {
	margin-left: 1em;
	float: left;
}


/* copyright
-------------------------------------------------------------------------- */

#copyright {
	clear: right;
	float: right;
}


/* page up
-------------------------------------------------------------------------- */

#pageup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}