@charset "UTF-8";

/*

theme.css

*/

/* ---------- ボックス ---------------------------------------- */

body {
	color:#000;
	background-color:#fff;
}

#header {
	height:101px;
	position:relative;
}

#menu {
	height:80px;
}
body#index #menu {
	height:65px;
}

#container {
}

#contents {
	margin-bottom:50px;
}

#navigation {
	margin-bottom:50px;
}

#footer {
	border-top:1px solid #ccc;
	padding-top:14px;
}

/* ---------- リンク色指定 ---------------------------------------- */

a:link		{ color: #000; text-decoration: underline; }
a:visited	{ color: #000; text-decoration: underline; }
a:hover		{ color: #000; text-decoration: underline; }
a:active	{ color: #000; text-decoration: none; } 


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

#header h1,
#header h2,
#header p,
#header ul {
	position:absolute;
}
#header ul li {
	display:inline;
	margin-left:10px;
	font-size:92%;
}
#header h1 { top:26px; left:0; }
#header h2 { top:49px; left:132px; }
#header p { top:7px; right:0; }
#header ul { top:50px; right:220px; }

/* ---------- menu ---------------------------------------- */

#menu li {
	float:left;
	margin-right:16px;
}

/* ---------- text_menu ---------------------------------------- */

#text_menu {
	clear:both;
	margin-bottom:8px;
}

#text_menu li {
	display:inline;
	font-size:92%;
	margin-right:1em;
}

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

#footer_inner {
}

#footer_inner ul {
	margin-bottom:11px;
}
#footer_inner li {
	float:left;
	margin-right:8px;
}
#footer_inner p {
	font-size:77%;
	padding-bottom:10px;
}


/* ---------- contents ---------------------------------------- */

#contents p.topic_path {
	font-size:92%;
	color:#565656;
	margin-bottom:11px;
}

.contents_header {
	background:#f2f2f2;
	border:1px solid #bfbfbf;
	padding:46px 0 16px 15px;
	margin-bottom:10px;
}
.contents_header h3 {
	margin-bottom:11px;
}
.contents_header p {
	font-size:92%;
}

.to_top {
	clear:both;
	text-align:right;
	margin-top:25px;
}
.to_top p {
	float:right;
	font-size:92%;
	color:#545454;
	background:url(../img/to_top_icon.gif) no-repeat center left;
	width:8em;
}


/*table*/
table  {
    margin: 0 auto 0 auto;
   border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /*border-collapse:separate;*/
    text-align: left;
	font-size:90%;

}

table th {
    padding: 8px;
    border-bottom: 1px solid #cddae9;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;   
   /*background-color: #ffdcf6;*/
    font-weight: normal;
	background:url(../img/th_bg01.gif) top repeat-x #f2f2f2;
}

table td {
    padding: 8px;
    border-bottom: 1px solid #cddae9;	
   border-left: 1px solid #ccc;	
   border-right: 1px solid #ccc; 
   /* border-bottom: 1px solid #ccc;*/

}

/* IE9とFlash問題で対応。背景画像をアクセスするたびに切替 */
table.flash_top{
	margin: 0 auto 0 auto;
	border: 0px #ff0000 solid;
	background-image: url(../../img/rotator/rotator.php);
}


/*form*/
.formth th{
    background-color: #f3f3f3;
}
.box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box240 {
    width: 240px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

.box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

.area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}
.area380_2 {
    width: 380px;
    height: 120px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}
.border{
	margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
	}
.attention{
	color: #ff0000;
}
.mini{
	font-size:11px;}
	
.big{
	font-size:18px;
	font-weight:700;
	}

/* ---------- navigation ---------------------------------------- */

#navigation ul {
	margin-bottom:15px;
}
#navigation li {
	margin-bottom:7px;
}
#navigation li ul {
	margin:12px 0 0 9px;
}
#navigation li li {
	background:url(../img/list_mark.gif) no-repeat left center;
	padding:0 0 0 13px;
	font-size:92%;
	margin-bottom:15px;
}
#navigation li li a {
	text-decoration:none;
}
#navigation li li a:hover {
	text-decoration:underline;
}

.navigation_banner img {
	display:block;
	margin-bottom:5px;
}

/* ---------- index ---------------------------------------- */

#flash {
	background:url(../../img/flash_bg.gif) no-repeat top center;
	padding-bottom:5px;
	height:355px;
}

.topics h3 {
	border-bottom:2px solid #e60314;
	margin-bottom:12px;
}

.topics h3 img {
	padding:3px 0 9px 7px;
}

.topics dl {
}
.topics dt {
	font-size:92%;
	line-height:1.5;
	padding-left:7px;
}
.topics dd {
	font-size:92%;
	padding:0 0 5px 7em;
	border-bottom:1px dotted #ccc;
	line-height:1.5;
	margin:-1.5em 0 5px 0;
}

#index #navigation dl {
	border:1px solid #ccc;
	margin-bottom:10px;
}

#index #navigation dt {
	text-align:center;
	color:#666;
	font-size:92%;
	padding:5px 0 4px;
}

/* ---------- sub ---------------------------------------- */

#sub .contents_main {
	/*background:url(../../sub/img/contents_bg.jpg) no-repeat top right;
	padding-right:192px;*/
	padding:0 0 0 0;
}

#sub .contents_main p {
	font-size:92%;
	line-height:1.8;
	padding-left:3px;
}
#sub .contents_main h2 {
	font-weight:700;
		border:solid 1px #F00;	
		padding:5px;
}
#sub .contents_main h3 {
		font-weight:700;
		background:url(../img/h3_bg.gif) no-repeat;
		height:30px;
		/*border-bottom:solid 1px #F00;*/
		padding:7px 0 5px 10px;
		margin:0 0 10px 0;
		width:725px;
}

#sub .contents_main h4{
	font-weight:700;
	border-left:solid 3px #999;
	padding:0 0 0 5px;
	margin:0 0 10px 3px;
}

#sub .contents_main #news h4{
	font-weight:700;
	border-bottom:solid 1px #ccc;
	padding:0 0 5px 5px;
	margin:0 0 10px 0px;
}]

#sub .contents_main .border_top{
	border-top:solid 1px #cccccc;
	padding:10px 0 10px 0;
	margin:0 ;
	font-weight:700;
	font-size:16px;
	color:#d21111;
}
#sub .contents_main .border_none{
	padding: 0 0 10px 0;
	margin:0 ;
	font-weight:700;
	font-size:16px;
	color:#d21111;
}
/* --- */
#sub .contents_main li {
	float:left;
	margin:0 11px 10px 0;
}


/*faq*/
#faq .faq h4{
	font-weight:700;
	border:solid #CCC 1px;
	padding:10px 10px 10px 32px;
	background:url(../img/faq_q.gif) no-repeat 5px 7px #f1f1f1;
	}
#faq p{
	margin:10px 32px 20px 32px;
	/*background:url(../img/faq_a.gif) no-repeat 5px 7px #fff;*/
	}
	
/*導入事例*/
#case .case{
	clear:both;
}
#case .casetitle{
	border:solid #CCC 1px;
	padding:0;
	margin:0;
	background:#f1f1f1;
	position:relative;
	zoom:1;
}
#case .case .name {
	font-weight:700;	
	padding:10px 10px 10px 10px;
	margin:0;
}
.case .caseicon {
	position:absolute;
	padding:0;
	margin:0;
	right: 0;
	right:10px;
	top:10px;
}
.case .casetxt{
	/*clear:both;*/
	padding:15px 0 0 0;
	}
.case p{
	padding:0 0 35px 11px;} 
.case .logoimage{
	padding:0 0 35px 0;} 
	
/*ページタイトル*/
.pagetitle{
	border-bottom:solid 2px #dedede;
	margin:0 0 15px 0;
	padding:0 0 3px 12px;
	font-weight:700;
	/*color:#b70917;*/
	background-image: url(../img/list_mark02.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	}
	
/*リンク*/
span.link a
{
display: block;
padding-top: 2px;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 13px;
background-color: transparent;
background-image: url(../img/link_icn.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 7px;
color:#900;
text-decoration:none;
}
span.link a:hover
{
color:#900;
text-decoration:underline;
}

/*キャッチ*/
.catch{
color:#900;
background-color: transparent;
background-image: url(../img/pimp.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
padding-top: 10px;
padding-bottom:5px;
font-weight:700;
font-size:110%;
	}


/* accordion */
#accordion h5{
	font-size:12px;
}z


/*キャッチその2*/
.catch2{
/*border-bottom:solid #007AB7 2px;*/
color:#838383;
font-weight:700;
/*background-color: #FFECE9;*/
padding: 10px 10px 10px 10px;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
padding-top: 10px;
padding-bottom:5px;
font-size:130%;
	}


/*キャッチその2*/
.catch3{
border-bottom:solid #005099 2px;
color:#005099;
font-weight:700;
/*background-color: #FFECE9;*/
padding: 10px 10px 10px 10px;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
padding-top: 10px;
padding-bottom:5px;
font-size:150%;
	}


/* 202311：ヘッダ：I-DIGIOグループロゴ追加 */
#header > h1 > a:first-child > img{
	border-right: solid 1px #aaa;
	padding-right: 20px;
}
#header > h1 > a:nth-child(2) > img{
	padding-left: 8px;}

#header h2{
	display: none;
}