﻿@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
hr {
	display:none;
	}
a {
	color:#4d4d4d; 
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}

.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img{
	vertical-align: bottom;
}


/*　画像の影　*
----------------------------------------------------------*/
.shadow{
	-webkit-box-shadow: 0px 0px 8px 2px #c3c3c3;
	-moz-box-shadow: 0px 0px 8px 2px #c3c3c3;
	box-shadow: 0px 0px 8px 2px #c3c3c3;
	background:#fff;
	position:relative;
	text-align:left;
}



/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:16px;
	line-height: 1.8em;
	color:#4d4d4d;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width : 100%;
	margin:auto;
	overflow:hidden;
}


/*　ヘッダー　*
----------------------------------------------------------*/
#header{
	width:100%;
	border-top:solid 5px #1b1464;
	background-color:#f1f1f1;
	background-image:url(../img/common/h_logo_back.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#header h1{
	font-size:11px;
	line-height:1.5em;
	margin-bottom:5px;
}
.header_inner{
	width:1050px;
	margin:20px auto;
}
table.h_info{
	float:right;
	font-size:13px;
	line-height:1.3em;
}


/*　メニュー　*
----------------------------------------------------------*/
#gnavi{
	width:1050px;
	height:47px;
	margin: auto;
}
#gnavi li{
	float:left;
}

/*　コンテンツ　*
----------------------------------------------------------*/
.wrap_dot{
	width:100%;
	margin:20px auto 60px;
	background:url(../img/common/back_dot.png) top center repeat-x;
}
.wrap_dot02{
	width:100%;
	margin:0 auto;
	background:url(../img/common/back_dot.png) top center repeat-x;
}
.contents{
	width:1050px;
	margin:0 auto ;
}



/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
	}

/*　フッター　*
----------------------------------------------------------*/
#footer{
	width:100%;
	background-color:#f1f1f1;
	padding:30px 0;
}
.footer_inner{
	width:1050px;
	margin:0 auto;
}
ul.copy li{
	float:left;
	font-size:12px;
	margin-right:10px;
}



/*　トップページ　*
----------------------------------------------------------*/

/* スライダー */
#slide {
width:1250px;
height:480px;
margin:0 auto 20px;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}


.ttl_obi{
	width:100%;
	background:url(../img/top/ttl_obi.png) repeat-x;
	height:96px;
	padding-top:35px;
	text-align:center;
	margin-bottom:15px;
}
.riyu_ttl{
	position:relative;
	margin-bottom:15px;
}
.riyu_txt{
	position: absolute;
	top: 196px;
	left: 30px;
	width: 420px;
	font-size: 20px;
	line-height: 1.45em;
	color: #ffffff;
}
.waku_siro{
	width:100%;
	background-color:#ffffff;
}
.waku_news{
	border:solid 1px #b2b2b2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:40px;
	padding-bottom:20px;
}
.ttl_news{
	background-color:#1b1464;
	padding:10px 0 10px 40px;
	border-radius:5px 5px 0 0;
	margin-bottom:20px;
}
.news_main{
	float:right;
	width:735px;
	margin-right:30px;
}

.news_main img{
	margin-bottom:15px;
}

.blog_ttl{
	font-size:24px;
	color:#2e3191;
	border-bottom: dotted 1px #b2b2b2;
	padding-bottom:3px;
	margin-bottom:10px;
}
.blog_ttl a{
	color:#2e3191;
}
.blog_entry{
	font-size:14px;
	text-align:right;
	margin-bottom:10px;
}
.blog_txt{
	margin-bottom:60px;
}


.news_side{
	float:left;
	width:225px;
	margin-left:30px;
}
.waku_cate{
	border: solid 1px #b2b2b2;
	margin-bottom:20px;
}
.ttl_cate{
	background-color:#1b1464;
	text-align:center;
	color:#ffffff;
}
.waku_cate ul{
	padding:10px;
}
.waku_cate li{
	margin-left:1em;
	list-style:disc;
	line-height:1.2em;
	margin-bottom:12px;
}
 

table.access_info{
	margin:40px auto;
}
.f_image{
	clear:both;
	width:100%;
	height:365px;
	background:url(../img/top/top_img10.png) center top no-repeat;
}


/*　会社概要　*
----------------------------------------------------------*/
.company_ttl{
	width:100%;
	height:290px;
	background:url(../img/company/back_company.png) center top no-repeat;
}
.ttl_inner{
	width:1050px;
	margin:auto;
}
.waku_gaiyou{
	border:solid 1px #b2b2b2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#ffffff;
	padding:20px;
	margin-bottom:40px;
}
dl.kaisya{
}
dl.kaisya dt{
	float: left;
	width:200px;
	background-color:#e5e5e5;
	text-align:center;
	margin-bottom:10px;
}
dl.kaisya dd{
	margin-left:230px;
	margin-bottom:10px;
}

/*　業務案内　*
----------------------------------------------------------*/
.work_ttl{
	width:100%;
	height:290px;
	background:url(../img/work/back_work.png) center top no-repeat;
}
.work_img{
	position:relative;
	margin-bottom:20px;
	height:353px;
}
.work_txt{
	position:absolute;
	top:40px;
	left:562px;
	width:430px;
}
.work_txt dl{
}
.work_txt dt{
	background-color:#2e3191;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:30px;	
}
.work_txt dd.aomoji{
	color:#2E3191;
	font-size:20px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:20px;
}
.aokei{
	border-bottom:solid 1px #2e3191;
	padding-bottom:20px;
}





























@media print{
#wrapper {
	overflow:visible;
}
}
