﻿/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
 admin info :  Kazuki Noda
=================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:12px;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	font-size: 100%;
	color: #333333;
}
body {
	background-color:#FFFFFF;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #0080CC;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style: none;
}
.ie6_error, .no_script {
	background:#F66;
	padding: 100px;
	text-align:center;
	font-size:150%;
	color:#333;
}
/*utility*/
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.flt {
	float: left;
}
.flr {
	float: right;
}
.txt_l, td.txt_l, .txt_l td {
	text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.img_bd {
	border:solid 1px #E8E8E8;
}
.c_red {
	color:#FF3425
}
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 
=================================================================== */
@media screen and (min-width: 784px) {
/* PC用のスタイル記述 */
#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}
#header {
	background: url(https://fr.kabu-watanabe.com/images/pc/header_bg.png) repeat-x;
	width:100%;
	height:103px;
}
#header_inner {
	width: 980px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 280px;
	height: 18px;
	position: absolute;
	top: 16px;
	left: 0;
	color: #666666;
	font-size: 84%;
}
.logo {
	width: 400px;
	
	position: absolute;
	bottom:25px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_search {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.h_search_style {
	width: 150px;
	height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	line-height: 25px;
	color: #C3C3C3;
	font-size:84%;
	background: url(https://fr.kabu-watanabe.com/images/common/search_box.png) no-repeat;
}
.h_submit_style {
	width: 40px;
	height: 25px;
	float: left;
	border-style: none;
	text-indent: -9999px;
	background: url(https://fr.kabu-watanabe.com/images/common/search_btn.png) no-repeat;
}
.header_info {
	width: 453px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(https://fr.kabu-watanabe.com/images/common/header_contact.png) no-repeat 0px 0px;
	height: 0px;
	width: 210px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(https://fr.kabu-watanabe.com/images/common/header_contact.png) no-repeat 0px -36px;
}
#main {
	width: 100%;
	height: 336px;
	background: url(https://fr.kabu-watanabe.com/images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(https://fr.kabu-watanabe.com/images/common/main_img.jpg) no-repeat left top;
	width: 980px;
	height: 336px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:0px;
	left:0px;
}
.phone_main {
	display:none;
}
#nav {
	background: url(https://fr.kabu-watanabe.com/images/pc/nav_bg.png) repeat-x left top;
	width: 100%;
	height: 60px;

}
#nav ul {
	width: 980px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	width:140px;
	height: 60px;
	float: left;
}
#nav ul a {
	background:url(https://fr.kabu-watanabe.com/images/pc/nav.png) no-repeat left top;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	line-height: 60px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
}
#nav ul .nav02 a {
	background-position: -140px 0px;
}
#nav ul .nav03 a {
	background-position: -280px 0px;
}
#nav ul .nav04 a {
	background-position: -420px 0px;
}
#nav ul .nav05 a {
	background-position: -560px 0px;
}
#nav ul .nav06 a {
	background-position: -700px 0px;
}
#nav ul .nav07 a {
	background-position: -840px 0px;
}
#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -60px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -140px -60px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -280px -60px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -420px -60px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -560px -60px;
}
#nav ul .nav06c a, #nav ul .nav06 a:hover {
	background-position: -700px -60px;
}
#nav ul .nav07c a, #nav ul .nav07 a:hover {
	background-position: -840px -60px;
}
#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#content_left {
	width: 700px;
	float: left;
}
.service_box {
	width: 700px;
	margin-bottom:25px;
}
.service_box .head {
	background: url(https://fr.kabu-watanabe.com/images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.service_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/pc/service_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.service_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/pc/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/service_btn.png) no-repeat 0px -25px;
}
.service_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:660px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:660px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 15px;
}
.jcarousel-skin-tango .jcarousel-item dl a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat scroll left center;
	color: #0080CC;
	font-weight: bold;
	padding-left: 18px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(https://fr.kabu-watanabe.com/images/pc/arr_right.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(https://fr.kabu-watanabe.com/images/pc/arr_left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(https://fr.kabu-watanabe.com/images/pc/arr_left.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(https://fr.kabu-watanabe.com/images/pc/arr_right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}
.works_box {
	width: 700px;
	margin-bottom:25px;
}
.works_box .head {
	background: url(https://fr.kabu-watanabe.com/images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.works_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/pc/works_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.works_box .head span {
	height: 25px;
	width: 185px;
	float: right;
}
.works_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/pc/works_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.works_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/works_btn.png) no-repeat 0px -25px;
}
.works_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.works_left {
	width: 318px;
	height: 98px;
	float: left;
}
.works_right {
	width: 320px;
	float: right;
}
.works_right li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
	color:#0080cc;
	font-weight:bold;
}



.news_box {
	width: 700px;
}
.news_box  h1 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/

	width: 700px;
	line-height: 45px;
	height: 50px;
	background: url(https://fr.kabu-watanabe.com/images/pc/h1pc.png.png) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 10px;
	overflow: hidden;
}
.main {
	width: 700px;
}
.main  h1 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}

.main h2 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
.main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	background-position: left center;	/*背景画像を左側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

/*mainコンテンツの段落タグ設定*/
.main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.news_box .head {
	background: url(https://fr.kabu-watanabe.com/images/pc/ttl_bg02.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/pc/news_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}

.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/pc/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 660px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 660px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 95px;
	float: left;
	line-height: 35px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 484px;
	line-height: 35px;
	float: left;
}
.tag_recruit {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_works.png) no-repeat left center;
}
#content_right {
	width: 250px;
	float: right;
}
#aside {
	width: 250px;
	margin-bottom: 15px;
}
#aside h1 {
	background: url(https://fr.kabu-watanabe.com/images/pc/search_ttl.png) no-repeat;
	width: 250px;
	height: 0px;
	overflow: hidden;
	padding-top: 44px;
	margin-bottom: 1px;
}
.aside_inner {
	background: #F3F3F3;
	width: 220px;
	padding: 20px 15px 15px 15px;
	margin-bottom: 1px;
}
.aside_inner ul {
	width: 220px;
}
.aside_inner ul li {
	width: 220px;
	margin-bottom: 1px;
}
.aside_inner ul li a {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_bg.png) no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
}
.side_ttl01 {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_ttl01.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl02 {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_ttl02.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl03 {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_ttl03.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl04 {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_ttl04.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}.side_ttl05 {
	background: url(https://fr.kabu-watanabe.com/images/pc/side_ttl05.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.banner_box {
	width:250px;
}
.banner01 a {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr01.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 55px;
	overflow: hidden;
	display: block;
}
.banner01 a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr01.png) no-repeat 0 -55px
}
.banner02 a {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr02.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 55px;
	overflow: hidden;
	display: block;
}
.banner02 a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr02.png) no-repeat 0 -55px;
}
.banner03 a {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr03.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 55px;
	overflow: hidden;
	display: block;
}
.banner03 a:hover {
	background: url(https://fr.kabu-watanabe.com/images/pc/bnr03.png) no-repeat 0 -55px
}
#footer {
	background: url(https://fr.kabu-watanabe.com/images/pc/footer_bg.png) repeat-x;
	width: 100%;
	height: 200px;
	margin-top:60px;
}
#footer_inner {
	width: 980px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 211px;
	height: 30px;
	position: absolute;
	top: 50px;
	left: 0px;
}
.footer_nav {
	position: absolute;
	top: 18px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:30px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.arr {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
}
@media screen and (max-width: 783px) {
/* タブレット用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#menu {
	display:none;
}
#wrapper {
	width:768px;
	font-size:100%;
	line-height:180%;
}
#header {
	background: url(https://fr.kabu-watanabe.com/images/tablet/header_bg.png) repeat-x;
	width:100%;
	height:103px;
}
#header_inner {
	width: 738px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 280px;
	height: 18px;
	position: absolute;
	top: 16px;
	left: 0px;
	color: #666666;
	font-size: 84%;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.header_nav li {
	float: left;
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_nav li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
.header_search {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.h_search_style {
	width: 150px;
	height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	line-height: 25px;
	color: #C3C3C3;
	font-size:84%;
	background: url(https://fr.kabu-watanabe.com/images/common/search_box.png) no-repeat;
}
.h_submit_style {
	width: 40px;
	height: 25px;
	float: left;
	border-style: none;
	text-indent: -9999px;
	background: url(https://fr.kabu-watanabe.com/images/common/search_btn.png) no-repeat;
}
.header_info {
	width: 453px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(https://fr.kabu-watanabe.com/images/common/header_contact.png) no-repeat 0px 0px;
	height: 0px;
	width: 210px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(https://fr.kabu-watanabe.com/images/common/header_contact.png) no-repeat 0px -36px;
}
#main {
	width: 100%;
	background: url(https://fr.kabu-watanabe.com/images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(https://fr.kabu-watanabe.com/images/common/main_img.jpg) no-repeat left top;
	background-size: contain;
	width: 738px;
	height: 253px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:70px;
	left:0px;
}
.phone_main {
	display:none;
}
#nav {
	background: url(https://fr.kabu-watanabe.com/images/tablet/nav_bg.png) repeat-x left top;
	width: 100%;
	height: 60px;
	margin-bottom:30px;
}
#nav ul {
	width: 738px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	height: 60px;
	float: left;
}
#nav ul .nav01, #nav ul .nav03, #nav ul .nav04, #nav ul .nav05, #nav ul .nav06, #nav ul .nav07 {
	width:105px;
}
#nav ul .nav02 {
	width:107px;
}
#nav ul a {
	background:url(https://fr.kabu-watanabe.com/images/tablet/nav.png) no-repeat;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	line-height: 60px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
	width:105px;
}
#nav ul .nav02 a {
	background-position: -105px 0px;
	width:107px;
}
#nav ul .nav03 a {
	background-position: -212px 0px;
	width:105px;
}
#nav ul .nav04 a {
	background-position: -317px 0px;
	width:105px;
}
#nav ul .nav05 a {
	background-position: -423px 0px;
	width:105px;
}
#nav ul .nav06 a {
	background-position: -528px 0px;
	width:105px;
}
#nav ul .nav07 a {
	background-position: -633px 0px;
	width:106px;
}
#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -60px;
	width:105px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -105px -60px;
	width:107px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -212px -60px;
	width:105px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -317px -60px;
	width:105px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -423px -60px;
	width:105px;
}
#nav ul .nav06c a, #nav ul .nav06 a:hover {
	background-position: -528px -60px;
	width:105px;
}
#nav ul .nav07c a, #nav ul .nav07 a:hover {
	background-position: -633px -60px;
	width:106px;
}
#contents {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#content_left {
	width: 487px;
	float: left;
}
.service_box {
	width: 487px;
	margin-bottom:25px;
}
.service_box .head {
	background: url(https://fr.kabu-watanabe.com/images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.service_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/service_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.service_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/tablet/service_btn.png) no-repeat 0px -25px;
}
.service_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:448px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:448px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 28px;
}
.jcarousel-skin-tango .jcarousel-item dl a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat scroll left center;
	color: #0080CC;
	font-weight: bold;
	padding-left: 18px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(https://fr.kabu-watanabe.com/images/tablet/arr_right.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(https://fr.kabu-watanabe.com/images/tablet/arr_left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(https://fr.kabu-watanabe.com/images/tablet/arr_left.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(https://fr.kabu-watanabe.com/images/tablet/arr_right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}
.works_box {
	width: 447px;
	margin-bottom:25px;
}
.works_box .head {
	background: url(https://fr.kabu-watanabe.com/images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.works_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/works_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.works_box .head span {
	height: 25px;
	width: 185px;
	float: right;
}
.works_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/works_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.works_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/tablet/works_btn.png) no-repeat 0px -25px;
}
.works_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.works_left {
	width: 198px;
	height: 98px;
	float: left;
	overflow:hidden;
}
.works_right {
	width: 228px;
	float: right;
}
.works_right li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
	color:#0080cc;
	font-weight:bold;
}
.news_box {
	width: 700px;
}

.news_box  h1 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/

	width: 448px;
	line-height: 36px;
	height: 45px;
	background: url(https://fr.kabu-watanabe.com/images/tablet/h1tb.png) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 6px;
	overflow: hidden;
}

.main {
	width: 700px;
}

.main  h1 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}

.main h2 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
.main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	background-position: left center;	/*背景画像を左側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

/*mainコンテンツの段落タグ設定*/
.main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.news_box .head {
	background: url(https://fr.kabu-watanabe.com/images/tablet/ttl_bg02.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/news_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(https://fr.kabu-watanabe.com/images/tablet/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 448px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 448px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 448px;
	float: left;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 448px;
	float: left;
	line-height: 35px;
}
.tag_recruit {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_works.png) no-repeat left center;
}
#content_right {
	width: 230px;
	float: right;
}
#aside {
	width: 230px;
	margin-bottom: 15px;
}
#aside h1 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/search_ttl.png) no-repeat;
	width: 230px;
	height: 0px;
	overflow: hidden;
	padding-top: 44px;
	margin-bottom: 1px;
}
.aside_inner {
	background: #F3F3F3;
	width: 210px;
	padding: 20px 10px 15px 10px;
	margin-bottom: 1px;
}
.aside_inner ul {
	width: 210px;
}
.aside_inner ul li {
	width: 210px;
	margin-bottom: 1px;
}
.aside_inner ul li a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_bg.png) no-repeat;
	width: 190px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
}
.side_ttl01 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_ttl01.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl02 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_ttl02.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl03 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_ttl03.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl04 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_ttl04.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl05 {
	background: url(https://fr.kabu-watanabe.com/images/tablet/side_ttl05.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}

.banner_box {
	width:220px;

}
.banner01 a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/bnr01.png) no-repeat 0 0;

	width: 230px;
	height: 55px;

	display: block;	
}

.banner02 a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/bnr02.png) no-repeat 0 0;

	width: 230px;
	height: 55px;
	

	display: block;


}
.banner03 a {
	background: url(https://fr.kabu-watanabe.com/images/tablet/bnr03.png) no-repeat 0 0;

	width: 230px;
	height: 55px;


	display: block;


}
#footer {
	background: url(https://fr.kabu-watanabe.com/images/pc/footer_bg.png) repeat-x;
	width: 100%;
	height: 200px;
	margin-top:60px;
}
#footer_inner {
	width: 100%;
	height: 200px;
	font-size:80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 211px;
	height: 30px;
	position: absolute;
	top: 50px;
	left: 0px;
}
.footer_nav {
	position: absolute;
	top: 30px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:30px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	font-size:80%;
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.arr {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
}
@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#nav {
	display:none;
}
#nav_phone {
	display:block;
}
#wrapper {
	width:100%;
	font-size:18px;
	line-height: 180%;
	min-width:320px;
}
#menu {
	background-color: #0969A8;
	border-bottom: 1px solid #349ED1;
	display: none;
	width: 100%;
}
#menu.open_menu {
	display:block;
}
#menu ul {
	width:100%;
	overflow:hidden;
}
#menu ul li {
	width:50%;
	height:50px;
	float:left;
	text-align:center;
}
#menu ul li a {
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
}
#menu ul li.nav01 a, #menu ul li.nav01c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #349ED1;
}
#menu ul li.nav01c a, #menu ul li.nav02c a, #menu ul li.nav03c a, #menu ul li.nav04c a, #menu ul li.nav05c a, #menu ul li.nav06c a, #menu ul li.nav07c a {
	background-color:#0186C5;
}
#header {
	background: url(https://fr.kabu-watanabe.com/images/phone/header_bg.png) repeat-x;
	width:100%;
	height:130px;
}
#header_inner {
	width: 96%;
	height: 130px;
	margin: 0px 2% 0px;
	position: relative;
}
#header h1 {
	width: 300px;
	height: 18px;
	font-size: 60%;
	color: #FFFFFF;
	left: 0;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	top: 1px;
}
.logo {
	width: 300px;
	height: 33px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: none;
}
.phone {
	display: block;
}
.header_nav {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: none;
	padding-left:0px;
	font-size:100%;
	line-height: 40px;
}
.header_nav .header_nav01, .header_nav .header_nav02 {
	display:none;
}
.header_nav .header_nav03 {
	display:block;
	float:left;
}
.header_nav li.header_nav03 a {
	width: 100px;
	height: 40px;
}
.header_search {
	display:none;
}
.header_info {
	width: 223px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:0px;
}
.header_info li {
	float: left;
}
.header_infobtn {
	display:none;
}
#main {
	width: 100%;
	background:none;
}
#main_bg {
	display:none;
}
.phone_main {
	width: 100%;
	height: 100%;
	display:block;
}
#contents {
	width: 96%;
	margin:0 2%;
	overflow:hidden;
}
#content_left {
	width: 100%;
	float:none;
}
.service_box {
	width: 100%;
	margin-bottom:35px;
}
.service_box .head {
	background: url(https://fr.kabu-watanabe.com/images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.service_box .head h1 {
	background:none;
	width: 177px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.service_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.service_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.service_box .inner {
	display:none;
}
.service_box .inner_phone {
	width: 100%;
	display:block;
	padding:5px 0px 0px 0px;
}
.service_list {
	width: 100%;
	border-bottom: 1px dotted #999999;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
}
.service_list a.service_left {
	width: 35%;
	float:left;
	margin-right: 20px;
}
.service_list dl {
	width: 58%;
	float: left;
}
.service_list dl dt {
	margin-bottom:5px;
}
.service_list dl a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat scroll left center;
	color: #0080CC;
	font-weight: bold;
	padding-left: 18px;
}
.works_box {
	width: 100%;
	margin-bottom:25px;
}
.works_box .head {
	background: url(https://fr.kabu-watanabe.com/images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.works_box .head h1 {
	background:none;
	width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.works_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.works_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.works_box .inner {
	width: 100%;
	padding:5px 0px 15px 0px;
	border:none;
}
.works_left {
	width: 100%;
	float: left;
	overflow:hidden;
	text-align:center;
	margin-bottom:15px;
}
.works_right {
	width: 100%;
	float: left;
}
.works_right li {
	width: 100%;
	margin-bottom:5px;
}
.works_right li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
arr_s  padding-left:18px;
	color:#0080cc;
	font-weight:bold;
}
.news_box {
	width: 100%;
	margin-bottom: 50px;
}

.news_box  h1 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/

	width: 128px;
	line-height: 34px;
	height: 35px;
	background: url(https://fr.kabu-watanabe.com/images/phone/h1sm.png) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 2px;
	overflow: hidden;
}

.main {
	width: 100%;
	margin-bottom: 50px;
}

.main  h1 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}

.main h2 {
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	background-color: #5ee6e9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#5ee6e9), to(#005355));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#5ee6e9, #005355);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#5ee6e9, #005355);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
.main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	background-position: left center;	/*背景画像を左側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 10px 4px 20px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

/*mainコンテンツの段落タグ設定*/
.main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.news_box .head {
	background: url(https://fr.kabu-watanabe.com/images/phone/ttl_bg02.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.news_box .head h1 {
	background:none;
	width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.news_box .head span {
	width: 112px;
	height: 18px;
	margin-top: 10px;
	float: right;
}
.news_box .head span a {
	background:none;
	width: 109px;
	height: 15px;
	padding:0px;
	display:block;
}
.news_box .head span a img {
	float:left;
}
.news_box .inner {
	background:#FAFAFA;
	width: 95%;
	padding: 5px 15px 15px 15px;
	border:none;
}
.news_box .inner dl {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 86%;
	float: left;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 100%;
	float: left;
	padding-bottom:15px;
}
.tag_recruit {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(https://fr.kabu-watanabe.com/images/common/tag_works.png) no-repeat left center;
}
#content_right {
	float: none;
	width: 100%;
}
#aside {
	width: 100%;
	margin-bottom: 15px;
}
#aside h1 {
	background:url(https://fr.kabu-watanabe.com/images/phone/search_ttl_bg.png) repeat-x;
	width: 100%;
	height: 50px;
	overflow: block;
	padding: 0px;
	margin-bottom: 2px;
}
.aside_inner {
	background: #F3F3F3;
	width: 94%;
	padding: 20px 3% 15px;
	margin-bottom: 2px;
}
.aside_inner ul {
	width: 100%;
}
.aside_inner ul li {
	width: 100%;
	margin-bottom: 2px;
}
.aside_inner ul li a {
	background: url(https://fr.kabu-watanabe.com/images/phone/side_bg.png) no-repeat;
	width: 95%;
	height: 50px;
	display: block;
	line-height: 50px;
	padding-left: 5%;
}
.side_ttl01 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl02 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl03 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl04 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl05 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.banner_box {
	width: 230px;
	height: 300px;

}
.banner01 a {
	background: url(https://fr.kabu-watanabe.com/images/phone/bnr01.png) no-repeat 0 0;

	width: 230px;
	height: 55px;

	display: block;	
}

.banner02 a {
	background: url(https://fr.kabu-watanabe.com/images/phone/bnr02.png) no-repeat 0 0;

	width: 230px;
	height: 55px;
	

	display: block;


}
.banner03 a {
	background: url(https://fr.kabu-watanabe.com/images/phone/bnr03.png) no-repeat 0 0;

	width: 230px;
	height: 55px;


	display: block;


}
#footer {
	background: url(https://fr.kabu-watanabe.com/images/pc/footer_bg.png) repeat-x;
	width: 100%;
	height: 200px;
	margin-top:60px;
}
#footer_inner {
	width: 100%;
	height: 200px;
	font-size:80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 80%;

	display: block;
 margin-left: auto;
 margin-right: auto;
	top: 100px;
}
.footer_nav {
	position: absolute;
	top: 30px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:30px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	font-size:80%;
	position: absolute;
	bottom: 1px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(https://fr.kabu-watanabe.com/images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: px;
}
.arr {
	background: url(https://fr.kabu-watanabe.com/images/common/arr.png) no-repeat left center;
	padding-left:18px;
}}
