@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/

/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link, a:visited {
	color:#e60012;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}

html {
	width:100%;
}

img {
	vertical-align:bottom;
}

ul {
	list-style:none;
}

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wapper {
	width:100%;
	color: #000;
	font-size: 13px;
	line-height: 1.8;
}

/*========================================================
	ヘッダー
==========================================================*/
#header {
	position:relative;
	width:960px;
	height:117px;
	margin:0px auto;
}
#header #rog {
	width:187px;
	height:33px;
	position:absolute;
	top:25px;
	left:0px;
}
#header h1 {
	position:absolute;
	top:25px;
	left:220px;
	font-weight:normal;
	width:730px;
}
/*-- お問い合わせと言語 --*/
#language {
	list-style:none;
	position:absolute;
	top:5px;
	left:735px;
	font-size:12px;
}
#language li {
	display:inline;
	color: #e60012;
}
#language li.ct {
	background-image: url(../img/pic_arr01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right:25px;
}
#language li.jp {
	background-image: url(../img/pic_arr01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#language li.en {
	padding-left:10px;
	background-image: url(../img/bg_long_punc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*--- リンク ---*/
#language a:link, #language a:visited {
	color:#000;
	text-decoration: none;
}
#language a:hover, #language a:active {
	color: #e60012;
	text-decoration: none;
}
/*--------------------------------------------------------
	グローバルメニュー
----------------------------------------------------------*/
#gnav {
	width:960px;
	height:44px;
	list-style: none;
	position:absolute;
	left:0px;
	top:73px;
	background-image: url(../img/gnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#gnav li {
	float:left;
	width:192px;
	height:44px;
}
.gv01 {
	background-image: url(../img/gnav01_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gv02 {
	background-image: url(../img/gnav02_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gv03 {
	background-image: url(../img/gnav03_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gv04 {
	background-image: url(../img/gnav04_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gv05 {
	background-image: url(../img/gnav05_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#gnav li a {
	display:block;
	width:192px;
	height:44px;
	overflow:hidden;
	position:relative;
}
#gnav li a:hover img {
	position:absolute;
	left:0px;
	top:-44px;
}
/* 20150602 jquery change */
/*--- オーバー状態 ---*/
/*
body#sol #gnav li.gv01 a img,
body#com #gnav li.gv02 a img,
body#new #gnav li.gv03 a img,
body#rec #gnav li.gv04 a img
{
	position:absolute;
	left:0px;
	top:-44px;
}*/
/*--------------------------------------------------------
	ページタイトル
----------------------------------------------------------*/
#pagettl {
	background-color:#cccccc;
	margin:0px 0px 8px;
}
#pagettl #inner {
	width:1020px;
	height:120px;
	margin:0px auto 0px;
	text-indent:35px;
	line-height:120px;
	font-size:26px;
	font-weight:bold;
	background-color:#FFF;
}

/*--------------------------------------------------------
	パンクズリスト
----------------------------------------------------------*/
ul#pankuzu {
	font-size:12px;
	width:960px;
	margin:0px auto 10px;
}
ul#pankuzu li {
	display: inline;
}
ul#pankuzu li {
	font-size:11px;
	padding-left:10px;
}
ul#pankuzu li.next {
	padding-right: 25px;
	background-image: url(../img/pan_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*--- リンク ---*/
ul#pankuzu a:link, ul#pankuzu a:visited {
	color: #e60012;
	text-decoration: none;
}

ul#pankuzu a:hover, ul#pankuzu a:active {
	color: #e60012;
	text-decoration: none;
}


/*========================================================
	コンテンツ
==========================================================*/
#contents {
	width:960px;
	margin:0px auto 40px;
	overflow:hidden;
}
/*--------------------------------------------------------
	メインエリア
----------------------------------------------------------*/
#main {
	float:right;
	width:690px;
	margin-bottom:20px;
}
/*----------------------------------
	タイトル
------------------------------------*/
.title01 {
	background-image: url(../img/ttl_bg01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size:17px;
	padding:3px 0px 3px 20px;
	margin:0px 0px 20px 0px;
}
.title02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size:15px;
	margin:0px 0px 20px 0px;
	font-weight: bold;
}
.title03 {
	background-image: url(../img/ttl_bg01.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size:13px;
	padding:3px 0px 3px 20px;
	margin:0px 0px 20px 0px;
}
.title04 {
	width:690px;
	height:39px;
	line-height:39px;
	font-weight:bold;
	text-indent:30px;
	font-size:15px;
	margin-bottom:15px;
	background-image: url(../img/ttl_bg02_690.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title05 {
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	background-color:#666666;
	padding:5px 20px 5px;
	margin-bottom:20px;
}
.title06 {
	background-image: url(../img/ttl_bg01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:17px;
	padding:3px 0px 3px 20px;
	margin:0px 0px 5px 0px;
}

/*--------------------------------------------------------
	サイドエリア
----------------------------------------------------------*/
#side {
	float:left;
	width:230px;
}
/*----------------------------------
	タイトル
------------------------------------*/
#side .sdtitle01 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color: #e60012;
	text-align:center;
	padding:5px;
}
/*----------------------------------
	サイドナビ
------------------------------------*/
.sdnav {
	width:230px;
}
.sdnav li.lv1b {
	width:230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.sdnav li.lv1n {
	width:230px;
	border:none;
}
.sdnav li.lv2b {
	width:230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size:12px;
}
.sdnav li.lv2n {
	width:230px;
	border:none;
	font-size:12px;
}
.sdnav li.lv1b a,
.sdnav li.lv1n a {
	display:block;
	padding:6px 30px;
	background-image: url(../img/pic_arrow03.gif);
	background-repeat: no-repeat;
	background-position: 18px 14px;
	zoom:1;
}
.sdnav li.lv2b a,
.sdnav li.lv2n a {
	display:block;
	padding:6px 30px 6px 40px;
	background-image: url(../img/pic_arr01.gif);
	background-repeat: no-repeat;
	background-position: 30px 14px;
	zoom:1;
}
/*-- ロールオーバー --*/
.sdnav li a:hover {
	background:none;
	color:#FFF;
	background-color:#999;
}
/*--- リンク ---*/
.sdnav a:link, .sdnav a:visited {
	color:#000;
	text-decoration: none;
}
.sdnav a:hover, .sdnav a:active {
	color: #e60012;
	text-decoration: none;
}

/*========================================================
	フッダー
==========================================================*/
#footer {
	width:100%;
	height:200px;
	background-color:#FFF;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer #footerinnr {
	width:960px;
	height:200px;
	margin:0px auto;
	position:relative;
}
#footer #footerinnr  #footnav {
	position:absolute;
	left:0px;
	top:30px;
	list-style:none;
	width:800px;
}
#footer #footerinnr  #footnav li {
	float:left;
	margin-right:15px;
	padding-left:20px;
	font-size:12px;
	background-image: url(../img/pic_arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer #footerinnr #pagetopBtn {
	width:27px;
	height:27px;
	position:absolute;
	top:29px;
	right:0px;
}
#footer #footerinnr #address {
	font-size:11px;
	position:absolute;
	left:0px;
	top:95px;
	width:350px;
}
#footer #footerinnr #isms {
	position:absolute;
	left:269px;
	top:104px;
	width:41px;
	height:48px;
}
#footer #footerinnr  #footsubnav {
	position:absolute;
	right:0px;
	top:116px;
	list-style:none;
	width:600px;
	text-align:right;
}
#footer #footerinnr  #footsubnav li {
	display:inline;
	margin-left:15px;
	padding-left:10px;
	font-size:12px;
	background-image: url(../img/pic_arr01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer #footerinnr #copy {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:10px;
}
/*--- リンク ---*/
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #e60012;
	text-decoration: none;
}


/* 202311：ヘッダ：I-DIGIOグループロゴ追加 */
#rog {
	display: flex;
	align-items: center;
}
#rog > a:first-child > img{
	border-right: solid 1px #aaa;
	padding-right: 20px;
}
#rog > a:nth-child(2) > img{
	padding-left: 10px;
}
#header h1{
	left: 390px;
	width: 520px;
	line-height: 1.3;
	top: 33px;
}
