@charset "utf-8";

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	display: none;
}
/*社名ロゴ*/
header #logo {
	position: static;
}
header #logo img {
	width: 50%;
	height: 50%;
	margin-top: 10px;
}

/*電話番号ボックスの設定*/
#tel-box {
	position: absolute;
	margin-top: -10px;
}
#tel-box li a{
	font-size: 29px;
	padding: 5px 1px;
	margin: 2px;
}
#tel-box span {
	display: none;
}
#mail {
	display: none;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューの設定*/
#menu {
	display: none;
}
#menu li {
	width: 50%;
}
#toggle {
	display: block;
}

/*メインイメージ下のメニュー
---------------------------------------------------------------------------*/
#menu2{
	text-align: center;
}
#menu2 li{
	text-align: center;
	float: left;
	width: 50%;
	border-bottom: none;
}
#menu2 li:nth-child(odd){
	width: 50%;
	border-bottom: none;
}
#menu2 li a{
	font-size: 14px;
	font-weight: normal;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main h3 {
	padding: 0.5em 0px 0.5em;
}
#main h4 {
	padding: 0.5em 5px 0.5em;
}
#main p {
	padding: 0.5em 5px 0.5em;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#top-img {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, fromfrom(#2294cd) to(#0c65a7));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, fromfrom(#2294cd) to(#0c65a7));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);			/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);					/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*service.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*テーブルサービス
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta3 td{
	font-size: 12px;
	width: auto;
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	font-size: 12px;
	width: 100px;
	padding: 2px;
}

/*テーブルその他
---------------------------------------------------------------------------*/
#table {
	width: auto;
	padding: 10px 5px 10px;
}
.ta4 {
	width: 100%;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
}
/*テーブル内の右側*/
.ta4 td{
	padding: 10px;
	text-align: center;
}
/*テーブル内の左側*/
.ta4 th{
	width: auto;
	padding: 10px;
	text-align: center;
}


/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}

#main .qa {
	height: auto;
}
#main .qa2 {
	height: 100px;
}
#main .qa img {
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
}
#main .qa2 img {
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
}
#main .iss img {
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
}

#main .case img.sil {
	width: 25%;
	height: 25%;
}
#main .case img {
	width: auto;
	height: auto;
	float: none;
}
#main .case2 img {
	width: 95%;
	height: auto;
	float: none;
}
.map {
	width: auto;
	height: auto;
}

figure.fr {
	float: inherit;
}
.fr img {
	width: 92%;
	height: auto;
	margin: 5px;
}


/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.dl_1em {
	padding: 0.5em 1em 0.5em;
}
.dl_1em2 {
	padding: 0.5em 5px 0.5em;
}
.dl_1em3 {
	padding: 0.5em 1em 0.5em;
	}
	.dl_1em3 dt {
		float: left;
		width: auto;
		text-align: right;
	}
	.dl_1em3 dd {
		margin-left: 6em;
}

/*スマホ・タブレットで非表示（HOMEメニューに使用）*/
.stn {
	display: none;
}

#thanks {
	text-align: center;
}
#thanks img{
	padding-top: 10px;
	width: 40%;
	height: auto;
}

/*取り扱い事例リンクボタンの設定
---------------------------------------------------------------------------*/
#button {
	position: relative;
	text-align: center;
}
#button ul {
	width: auto;
}
#button li {
	float: none;
	width: auto;
	margin: 0 0 5px;
}

.case li {
	font-size: 10px;
}

/*依頼者の声の設定
---------------------------------------------------------------------------*/
#voice h3{
	text-decoration: none;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #ffc602;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
#voice img {
	width: 25%;
	height: 25%;
	float: left;
	padding: 5px 10px 0px;
}
/*サイトマップの設定
---------------------------------------------------------------------------*/
#sitemap h3{
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
}

/*取扱業務の設定
---------------------------------------------------------------------------*/
#gyoumu h3{
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
}

