﻿@CHARSET "UTF-8";
/* テンプレート */
/* 背景 */
html {
	height: 100%;
	background : -moz-linear-gradient( left, #dde4ea, #c3cfdc);
	background: linear-gradient(to right,#dde4ea, #c3cfdc);
	background: -webkit-gradient(linear, left center, right center, from(#dde4ea), to(#c3cfdc));
/*ハック--------------------------------------*/
	background-color:#dde4ea\9;
}
/*pie.htc--------------------
	-pie-background: linear-gradient(#dde4ea, #c3cfdc);
	position:relative;
	behavior: url(../css/PIE.htc)
*/

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

#content {
	box-sizing: border-box;
	margin: 10px auto;
	width: 980px;
	min-height: 400px;
	background-color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset, -1px -1px 1px 1px rgba(0, 0, 0, 0.4) inset;*/
	/*pie.htc---*/
	-pie-background: rgba(255,255,255,0.5);
	position:relative;
	behavior: url(css/PIE.htc);
/*	border: 1px solid black;*/
	padding: 20px 50px 30px;
}
/*ハック-------------------------------*/
#content:not(:target) {
	border:none;
}
/*----------------------------------*/
#content:not(:target){
    filter: none;
    -ms-filter: none;
}
/* ログアウト */
.logout{
	margin:10px auto 0;
	text-align: right;
	max-width: 980px;
	overflow:hidden;
}
.logout a{
	/*width:120px; */
	width: 108px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#09F;
	text-align:center;
	padding:5px;
	display:block;
	float:right;
	margin-left:10px;
}
a:link {
	color:#333333;
	text-decoration:none;
} /*未訪問のリンクの色*/
a:visited {
	color:#666666;
	}/*訪問済みのリンクの色*/
a:hover {
	color:#F60;
	}/*カーソルが乗っているリンクの色*/

.logout a:link {
	color:#ffffff;
	text-decoration:none;
} /*未訪問のリンクの色*/
.logout a:visited {
	color:#efefef;
	}/*訪問済みのリンクの色*/
.logout a:hover {
	color:#FFC;
	background:#F90;
	}/*カーソルが乗っているリンクの色*/
.logout a{
	font-size:90%;
}
/* フッター */
#footer {
}
td{
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
td.category,
td.mail {
	-o-text-overflow: unset;
	-ms-text-overflow: unset;
	text-overflow: unset;
}
/* --------追加----- */


body{
	font-size:85%;
	line-height:1.4;
	color:#000;
}

#header{
	width:100%;
}

#wraper{
	background-color:#eef1f4;
	height:auto;
}

/* 三角の矢印リンク */

.arw_link{
	padding:3px 0px 3px 1em;
    background:url(../../../../assets/templates/xray/img/common/arw.png) no-repeat center left;
	color:#5e5e5e;
}

/*　下に点線の装飾　*/

.b_boder{
	border-bottom:1px dashed #999;
}

/* 青でしたのライン入りリンク   */


.under_link{
	text-decoration:underline;
	color:#144698;
}


/* jquery　ボックスのマウスオーバー設定  */
.bl-hover{opacity:0.8;}

.pdf_smallimg img{
	margin-bottom:-3px;
}

/*共通width指定
-----------------------------------------*/
#headerContents,{
	width:960px;
	overflow:hidden;
	margin:0px auto;
}

/*---------------------------------------*/
/*heder
/*---------------------------------------*/


#header{
	  background:url("../img/header.jpg") top center repeat-x;
	  overflow:hidden;
	  height: 70px;
}

#headerContents{
	max-width:980px;
	text-align:center;
	margin:0 auto;
	display: flex;

}

#headerContents h1 {
	margin: 0;
	margin-top: 3px;
	margin-right: auto;
	float: none;
}
#headerContents h1 a {
	display: block;
}
#headerContents h1 a img {
	vertical-align: bottom;
}
#headerContents p {
	margin: 0;
	margin-left: 60px;
	float: none;
}
#headerContents p img {
	margin-top: 8px;
	vertical-align: bottom;
}

h4 {
	border-left: 5px solid #3399CC;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background:#fff;
}

.link{
	position:absolute;
	top:52px;
	right:68px;
}

.link a{
width: 120px;
border-radius: 5px;
background: #09F;
text-align: center;
padding: 5px;
display: block;
margin-left: 10px;
color: #efefef;

}
.link :hover {
	color:#FFC;
	background:#F90;
}

textarea:disabled {
	background: #f0f0f0;
	border: 1px solid #999999;
}

.seal{
	margin-left: auto;
	margin-right: auto;
}

.block{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
#left_frame_seal {
	position: relative;

}
/* ページネーション */
#pagenation{
	display: table-cell;
}

#pagenation li{
	float: left;
	margin: 10px 5px;
}

#pagenation li:not(#current_page){
	background: #09F;
}

#pagenation a{
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#current_page{
	padding: 5px;
	color: #444;
	background: #CCC;
	font-weight: bold;
}
/* ページネーション　ここまで */

