@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
	color: #333;
	background: #FFF;
	font-size: 12px;
	line-height: 1.6;
}

a {
	color: #0C3993;
	text-decoration: none;
}
a:hover {
	color: #5A8BF1;
}

/* JqvaScriptで動的に付与 */
.current { cursor: default !important; text-decoration:none !important; color: #333 !important; }
.current:hover { color: #333 !important; }

/*
cookie
---------------------------------------------- */
.cookie__consent {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	color: #333;
	background: #FFF;
	padding: 1.2em;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	z-index: 999;
}
.cookie__consent-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.cookie__consent.is-show {
	visibility: visible;
}
.cookie__consent a {
}
.cookie__textbox {
	width: 75%;
}
.cookie__text a {
	color: #1D2088;
	text-decoration: underline;
}
.cookie__btn-area {
	width: 22%;
}

.cookie-agree {
	margin: 0 0 5px;
	text-align: center;
	color: #fff;
	background: #6F96D0;
	padding: .5em 1.5em;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.cookie__agree:hover {
	opacity: .7;
}
.cookie-agree-gray {
	text-align: center;
	color: #fff;
	background: #AAA;
	padding: .5em 1.5em;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.cookie__agree:hover {
	opacity: .7;
}

/* パッと消える */
.cc-hide1 {
	display: none;
}
/* ゆっくり消える */
.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}
@keyframes hide {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
	.cookie-consent {
		flex-direction: column;
	}
	.cookie-text {
		margin-bottom: 1em;
	}
}



/*
header
---------------------------------------------- */
div#headerWrapper {
	width: 100%;
	/*width: 960px;*/
	height: 139px;
	margin: 0 auto;
	position: fixed;
	background: #FFF;
	z-index: 999;
}

div#header {
	width: 960px;
	height: 131px;
	margin: 0 auto;
	border-top: 8px #E5E5E5 solid;
	position: relative;
}

div#header #logo {
	position: absolute;
	top: 13px;
	left: -10px;
}

div#header ul#hnav {
	height: 18px;
	position: absolute;
	top: 8px;
	right: 0;
}
div#header ul#hnav li {
	height: 18px;
	float: left;
	padding: 0 0 0 10px;
	line-height: 1;
}
div#header ul#hnav li a {
	height: 14px;
	padding: 4px 0 0 14px;
	display: block;
	background: url(../img/icon_arrow.gif) left center no-repeat;
	line-height: 1;
}
div#header ul#hnav li h2 {
	height: 12px;
	border-left: 1px #CCC solid;
	padding: 3px 0 3px 11px;
	margin: 0 0 0 1px;
}

div#header ul#gnav {
	position: absolute;
	top: 76px;
	left: 0;
	width: 960px;
	height: 47px;
	background: url(../img/gnav_base.jpg) no-repeat;
}

div#header ul#gnav li {
	display: block;
	float: left;
	width: 192px;
	height: 47px;
}
div#header ul#gnav li a {
	display: block;
	width: 192px;
	height: 47px;
}
.point div#header ul#gnav li.gnav1 a img, .product div#header ul#gnav li.gnav2 a img, .news div#header ul#gnav li.gnav3 a img, .company div#header ul#gnav li.gnav4 a img, .ir div#header ul#gnav li.gnav5 a img {
	display: none;
}

div#hother {
	position: absolute;
	top: 35px;
	right: 0;
	width: 285px;
	height: 30px;
}
div#hother div#searchBox {
	float: left;
	width: 212px;
	height: 20px;
	padding: 5px;
	background: #EFEFEF;
}

div#hother div#searchBox input#keyword {
	width: 159px !important;
	height: 18px !important;
	border: 1px #BFBFBF solid !important;
	margin: 0 5px 0 0 !important;
	padding: 0 2px !important;
	float: left;
}
div#hother div#searchBox input#searchBtn {
	width: 42px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/btn_search.gif) no-repeat;
	border: 0;
	float: left;
}
div#hother p {
	width: 61px;
	height: 30px;
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
}

/* Google Search Box Style */
div#hother div#searchBox table,
div#hother div#searchBox th,
div#hother div#searchBox tr,
div#hother div#searchBox td {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}
.gsc-branding {
	display: none !important;
}
.gsib_b {
	display: none !important;
}

div#hother div#searchBox input.gsc-input {
	width: 159px !important;
	height: 18px !important;
	border: 1px #BFBFBF solid !important;
	margin: 0 5px 0 0 !important;
	padding: 0 2px !important;
}
div#hother div#searchBox input.gsc-search-button {
	width: 42px !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../img/btn_search.gif) no-repeat !important;
	border: 0 !important;
	text-indent: -9999px !important;
}


/*
contents
---------------------------------------------- */

div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 139px 0 0;
	position: relative;
}

#pankuzu {
	background: #E5E5E5;
	padding: 6px 10px;
	margin: 0 0 9px;
	line-height: 1;
}
#pankuzu a {
	color: #333;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #999;
}

p.side_ttl {
	padding: 3px 0 5px;
	margin: 0 0 11px;
	border-bottom: 3px #999 solid;
	line-height: 1;
	font-weight: bold;
}

div#content {
	width: 960px;
	margin: 0 auto;
}
div#content #main{
	width: 750px;
	margin: 0;
	float: left;
}
div#content #submain {
	width: 750px;
	margin: 0;
	float: right;
}

#ttl_main {
	width:735px;
	font-size:16px;
	font-weight: bold;
	padding: 10px 0 8px 16px;
	margin-bottom:18px;
	background: url(../img/bg_ttl.gif);
	border-bottom: 3px #6F96D0 solid;
	position: relative;
}

div#content #side, div#content #subside {
	width: 200px;
	margin: 0 10px 0 0;
	float: left;
}
div#content #side ul.nav_box, div#content #subside ul.nav_box {
	width: 200px;
	margin: 0 0 15px;
}
div#content #side ul.nav_box li, div#content #subside ul.nav_box li {
	width: 200px;
	height: 35px;
	margin: 0 0 1px;
}

div#content #side ul.sub_nav, div#content #subside ul.sub_nav {
	width: 200px;
	margin: 0 0 15px;
}
div#content #side ul.sub_nav li, div#content #subside ul.sub_nav {
	width: 200px;
	height: 54px;
	margin: 0 0 1px;
}

#adobe_side {
	width: 156px;
	padding: 11px 21px 11px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}
#adobe_side p {
	font-size: 11px;
	padding-top: 11px;
}
#side .side_cont {
	border: 1px solid #CCC;
	padding: 8px 5px 14px;
	background-color: #F5F5F5;
	margin: 0 0 15px;
}
#side .side_cont p {
	padding-bottom: 15px;
}

#side .side_cont .side_add {
	padding-bottom: 27px;
}
.side_add span {
	font-weight: bolder;
}
.red {
	color: #F00;
}


/*
footer
---------------------------------------------- */

div#footer {
	margin: 18px 0 30px;
	border-top: 3px #6F96D0 solid;
}

div#footer ul.fnav {
	padding: 9px 0 10px;
	background: url(../img/bg_border_2.gif) bottom repeat-x;
	clear: both;
	float: none;
	/*height: 16px;*/
}
div#footer ul.fnav li {
	float: left;
	padding: 2px 10px 2px 0;
	margin: 0 9px 0 0;
	background: url(../img/bg_border_1.gif) right repeat-y;
	line-height: 1;
}

div#footer div#companyInfo {
	margin: 12px 0;
	height: 78px;
}
div#footer div#companyInfo div.f_logo {
	position: relative;
	width: 228px;
	height: 78px;
	float: left;
}
div#footer div#companyInfo div.f_logo img {
	display: block;
	position: absolute;
	width: 215px;
	height: 24px;
	top: 50%;
	margin: -12px 0 0;
	left: 0;
}
div#footer div#companyInfo dl {
	width: 634px;
	float: left;
	padding: 2px 11px 0;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
}
div#footer div#companyInfo dl dt {
	width: 67px;
	float: left;
}
div#footer div#companyInfo dl dd {
	width: 567px;
	float: left;
	position: relative;
}
div#footer div#companyInfo dd .info_add {
	right: 8px;
	width: 380px;
	float: left;
}

div#footer div#companyInfo dd .info_tel {
	float: left;
}

div#footer div#companyInfo div.f_btn {
	position: relative;
	width: 74px;
	height: 78px;
	float: left;
}
div#footer div#companyInfo div.f_btn img {
	display: block;
	position: absolute;
	width: 61px;
	height: 30px;
	top: 50%;
	margin: -15px 0 0;
	right: 0;
}

div#footer p.copyright {
	border-top: 3px #CCC solid;
	padding: 8px 0 0;
}
