@charset "UTF-8";
/* CSS Document */

/* リセット */
body {
     font:15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     color: #333;
}
section, nav {
     margin-bottom: ;
}
p {
     margin-bottom: ;
}
/* リセットここまで */

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

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* リンクカラー */
a {
	color: #0D70AD;
}

/* コンテナ */
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}




/****** スマホ用トップページ ******/

/* ヘッダー */
header {
	margin-bottom: 15px;
}

#header-naka {
	margin-bottom: 8px;
}



/* メインビジュアル画像 */
#photo_main {
	height: 139px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}



/* ヘッダー電話番号 */
#header_tel {
	padding: 0px 0px 20px 0px;
}

/* 8つの強み */
#8tsuyomi {
	padding: 0px;
}

/* 特徴（トップページ） */
#top_tokuchou {
	padding: 10px 12px 0px 12px;
}
#top_tokuchou p {
	background-image: url(images_smart/top_sun.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 8px;
	line-height: 1.5em;
}


/* お困りの方（トップページ） */
#top_okomari {
	padding: 10px 12px 0px 12px;
}
#top_okomari p {
	background-image: url(images_smart/top_check.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 1.5em;
	margin-top: 10px;
}


/* お客様の声 */
#top_koe {
	padding: 10px 12px 0px 12px;
}

.koe {
	font-size: 13px;
	margin:10px 0 0 0;
	padding:0;
}

.koe_photo_top {
	float:left;
	width:40px;
	margin:5px 10px 0 2px;
	padding:0 0 0 0;
}

.koe_photo {
	float:left;
	width:50px;
	margin:5px 10px 0 0;
	padding:0 0 0 0;
}





/* ナビゲーション */
nav ul li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #3596BE), color-stop(0.47, #008AC4), color-stop(0.54, #30539E), color-stop(1.00, #29ABE2));
	background: -webkit-linear-gradient(top, #3596BE 0%, #008AC4 47%, #30539E 54%, #29ABE2 100%);
	background: -moz-linear-gradient(top, #3596BE 0%, #008AC4 47%, #30539E 54%, #29ABE2 100%);
	background: -o-linear-gradient(top, #3596BE 0%, #008AC4 47%, #30539E 54%, #29ABE2 100%);
	background: -ms-linear-gradient(top, #3596BE 0%, #008AC4 47%, #30539E 54%, #29ABE2 100%);
	background: linear-gradient(top, #3596BE 0%, #008AC4 47%, #30539E 54%, #29ABE2 100%);
}
/* ナビゲーション ここまで */





/* メイン・ナビゲーション */
#navigationbar {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
#navi_main {
	width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#navi_main ul li a {
	background-color: #ABDBF9;
	display: block;
	height: 30px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 35px;
	background-image: url(images_smart/navigation1.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
/* メイン・ナビゲーション ここまで */



/* サブ・ナビゲーション */
#navi_sub {
	width: 320px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#navi_sub ul li a {
	background-color: #BAE2F9;
	display: block;
	height: 27px;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 35px;
	background-image: url(images_smart/navigation2.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
/* サブ・ナビゲーション ここまで */


/* サブ・ナビゲーション 2 */
#navi_sub2 {
	width: 320px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#navi_sub2 ul li a {
	background-color: #BAE2F9;
	display: block;
	height: 27px;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	background-image: url(images_smart/navigation1.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
/* サブ・ナビゲーション 2 ここまで */




/* このページの先頭へ */
.pagetop {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 8px;
	background-color: #C2DFEB;
}
.pagetop p {
	text-align: center;
	padding: 5px 10px 3px 0px;
}
.pagetop p a {
	color: #444;
	text-decoration: none;
}
/* このページの先頭へ ここまで */



/* PCサイトはこちら */
.pcsite {
	font-size: 13px;
	margin-top: ;
	margin-bottom: 20px;
	background-color: #9ACADE;
}
.pcsite p {
	text-align: center;
	padding: 5px 10px 3px 0px;
}
.pcsite p a {
	color: #FFF;
	text-decoration: none;
}
/* PCサイトはこちら ここまで */



/* フッター */
footer {
	padding: 10px;
}
footer p  {
	text-align: center;
	font-size: 12px;
	color: #555;
}





/****** スマホ用・中面ページ ******/

/* 中面メインコンテンツ */

#main_contents {
	padding: 10px 12px 0px 12px;
	line-height: 1.6em;
}

#title_h1 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0071BD;
	padding-bottom: 10px;
}

#title_h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0075CC;
	padding-bottom: 8px;
}

#title_service {
	font-size: 19px;
	font-weight: bold;
	color: #0075CC;
	padding-bottom: 8px;
}

.point1 {
	color: #FF5500;
}

/* テーブル 1 */
#table1 {
	font-size: 10px;
	margin: 8px 0px 8px 0px;
}
#table1 td {
	border: 1px solid #444444;
}

/* テーブル 2 */
#table2 {
	font-size: 12px;
	line-height: 1.6em;
	margin: 8px 0px 8px 0px;
}
#table2 td {
	padding: 3px 1px 3px 1px;
	border: 1px solid #444444;
}


/* 求人情報 */
#kyujin-sp {
	margin: 15px 0px 10px 0px;
}

/*テーブル（求人ページ）sp ________*/
#kyujinTable-sp table {
	border-top:solid #D6CFCF 1px;
	border-left:solid #D6CFCF 1px;
	width:100%;
	border-spacing: 0;
	margin:0 0 5px 0;
	border-collapse: collapse;
}

#kyujinTable-sp table th {
	width: 80px;
	border-bottom:solid #D6CFCF 1px;
	border-right:solid #D6CFCF 1px;
	text-align:left;
	color: #444;
	background:#F7F5F3;
	padding: 7px 5px 5px 12px;
}

#kyujinTable-sp table td {
	border-bottom:solid #D6CFCF 1px;
	border-right:solid #D6CFCF 1px;
	padding: 7px 10px 5px 15px;
}
