@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*全体の文字サイズ/行間、フォント*/
	background: #e5e5e5 url(../images/bg.gif);	/*背景色、背景画像の読み込み*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #0e36ca;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 966px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*背景色*/
	border-top: 5px solid #0e36ca;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左の線の幅、線種、色*/
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 5px;	/*ヘッダーブロックに対して左から5pxの位置に配置*/
	top: 12px;	/*ヘッダーブロックに対して上から12pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 14px;	/*文字サイズ*/
	line-height: 14px;
	position: absolute;
	top: 33px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #999;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
ul#menu {
	height: 60px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
ul#menu li {
	float: left;
}
ul#menu li a {
	font-size: 13px;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 160px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 7px;
	height: 53px;
	border-right: 1px solid #d2d2d2;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*色の付いた飾り文字の設定*/
ul#menu li a span {
	font-size: 9px;			/*飾り文字のサイズ*/
	color: #0e36ca;			/*飾り文字の色*/
	font-weight: normal;	/*飾り文字を太字から標準に*/
}
/*マウスオン時の設定*/
ul#menu li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}
/*ラスト（一番右側）のメニュー設定*/
ul#menu li.last a {
	border-right: none;
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-top: 10px;
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 670px;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
}
/*h2タグ設定（背景白タイプ）*/
#main h2.midashi2 {
	color: #0e36ca;	/*文字色*/
	background: url(../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	background: #FFF;
}

/*メインブロック内のbox1タグ設定
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 674px;
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
}
.desc_service{
	float:left;
	width:474px;
	height:133px;
}
/*段落タグ共通設定*/
#main .box1 p {
	padding: 0px;
	float:left;
	padding-left:10px;
}
/*画像の設定*/
#main .box1 img {
	float: left;	/*左側に回り込み*/
	width:200px;
	height:133px;
}
/*h3タグ設定*/
#main .box1 h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding: 2px 10px;
	background: #3A63AC;
	background: -moz-linear-gradient(100deg, #3A63AC 0%, #FFFFFF 65%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3A63AC), color-stop(65%,#FFFFFF));
	background: -webkit-linear-gradient(100deg, #3A63AC 0%,#FFFFFF 65%);
	background: -o-linear-gradient(100deg, #3A63AC 0%,#FFFFFF 65%);
	background: -ms-linear-gradient(100deg, #3A63AC 0%,#FFFFFF 65%);
	background: linear-gradient(100deg, #3A63AC 0%,#FFFFFF 65%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A63AC', endColorstr='#FFFFF',GradientType=1 );
}
/*説明文設定*/
#main .box1 p.text {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-top: 10px;
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;		/*文字サイズ*/
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background: #eeeeee;	/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #0e36ca;		/*上部の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}
/*subブロック内のbox1タグ設定*/
#sub .box1 {
	padding: 5px;	/*ボックス内の余白*/
	border: 1px solid #0e36ca;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background: #cfd7f4;	/*背景色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin-bottom: 1em;
	display:block;
}
.info_desc{
	width:208px;
	height:125px;
}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
	display:block;
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #e6ebfa;	/*マウスオン時の背景色*/
	color: #0e36ca;			/*マウスオン時の文字色*/
	border-left: 3px solid #0e36ca;	/*マウスオン時に左側に出る線の幅、線種、色*/
	width: 202px;
}

/*サブコンテンツ内のbox1内にあるサブメニュー設定
---------------------------------------------------------------------------*/
#sub .box1 ul.submenu li a {
	width: 193px;
	background: #FFF;
}
#sub .box1 ul.submenu li a:hover {
	background: #e6ebfa;
	width: 190px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 290px;
	width: 966px;
	clear: left;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 830px;	/*ブロックの高さ*/
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #d2d2d2;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
	padding:10px 0;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 80px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}
.pdl20{
	padding-left:20px;
}
.mtm3{
	margin-top:-3px;
}
.pdl5{
	padding-left:5px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #006db8;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #d2d2d2;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #eeeeee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #cfd7f4;	/*背景色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 700px;
}
.ta2, .ta2 td, .ta2 th{
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background: #cfd7f4;	/*背景色*/
}

/*テーブル３
---------------------------------------------------------------------------*/
.ta3 {
	width: 700px;
}
.ta3, .ta3 td, .ta3 th{
	border: 0px double #d2d2d2;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 200px;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background: #cfd7f4;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #0e36ca;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.pmark {
	margin: 15px 40px 15px 0;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.pic_left {
	height : 50px;
    border: 1px solid #d2d2d2;
	padding: 10px 13px 10px 10px;	
}
.pic_left dl{
	width: 677px;
}
.pic_left dt{
	width: 90px;
}
.pic_left dd{
	width: 577px;
}
.imageonlystyle{
	margin: 0 0 10px;
	border:1px solid #d2d2d2;
	height:110px;
	padding:0px;
}
.imageonlystyle img{
	margin: 17px 0 5px 10px;
}
.imageonlystyle_2{
	margin: 0 0 10px;
	border:1px solid #d2d2d2;
	height:97px;
	padding:10px 9px 5px;
}

.imageonlystyle_3{
	margin: 0 0 10px;
	border:1px solid #d2d2d2;
	height:123px;
	padding:10px 9px 5px;
}

.cert_no{
	text-align:center;
	padding-top:2px;
}
.pmark_desc{
	line-height:16px;
	font-size:10px;
	width:100px;
	height:80px;
	padding-right:15px;
	padding-top:18px;
}
div.breadcrumbs {
    margin: 0;
    padding: 0;
	width:940px;
	height:31px;
}
div.breadcrumbs ul {
    clear: both;
    margin: 0px;
    padding: 10px 0 0;
	height:21px;
}
.clearfix_bread {
    display: block;
}
div.breadcrumbs ul li {
    float: left;
    margin: 0;
    padding: 0px 14px 0px 6px;
    font-size: 12px;
    white-space: nowrap;
    background-color: transparent;
    background-image: url(../images/arrow_bread.gif);
    background-repeat: no-repeat;
    background-position: 100% 1em;
    min-height: 12px;
	height:21px;
}
div.breadcrumbs ul li.pk-thispage {
    background-image: none;
}
.icon {
    float: left;
    font-weight: normal;
    margin: 3px 1em 2px;
    padding: 3px 5px 2px;
    width: 60px;
    line-height: 1em;
    border-radius: 5px;
    color: #fff;
    text-align: center;
	vertical-align:middle;
	display:block;
}
.news {
    background-color: #0079c7;
}
.info {
    background-color: #00abf0;
}
.event {
    background-color: #0ccfdb;
}
#main h1 {
    font-size: 1.2em;
    color: #2748a7;
    font-weight: bold;
    background: transparent url(../images/heading_title.jpg) repeat-x left top;
    padding: 9px 14px 7px 30px;
    border-bottom: 3px solid #0e36ca;
    overflow: hidden;
}
.desc_no{
	width:208px;
	height:24px;
	background:#cfd7f4;
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
}
.desc_detail{
	display:block;
	width:172px;
	height:24px;
	float:right;
}
.recruit_mail{
	text-decoration:none;
}
.recruit_mail:hover{
	color:#0000ff;
	text-decoration:underline;
}
.isms_zone{
	height:87px;
	padding-top:6px;
}
.isms_zone_1{
	height:93px;
}
.isms{
	margin:15px 0px 2px;
}

/*会社製品
---------------------------------------------------------------------------*/
#cols3 {
    width: 960px;
	margin-top:29px;
}
.box {
    min-height: 1px;
}
.col {
    float: left;
    width: 223px;
    padding: 0 1px;
    margin-right: 14px;
}
.col.first {
    margin-left: 12px;
    border-bottom: 1px;
}
.col.last {
    margin-right: 0px;
    border-bottom: 1px;
}
.service-item {
    display: block;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    border-bottom: none;
    bottom: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px #DFDFDF solid;
    background: #eeeeee;
    text-decoration: none;
}
.service-item .service-item-body p {
    font-size: 15px;
    font-weight: bolder;
    color: #2748a7;
    text-decoration: blink;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: none;
	margin: 15px 0;
}

.service-item:hover {
  text-decoration: none;
  bottom: 10px;
}

#news_title {
  color: #2748a7;
  text-decoration: none;
}

