@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate	
 *
 * 以下は、クロスブラウザースタイリングに関する多くのリサーチの結果です。
 * Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen および H5BP 部門のコミュニティとチームの貢献に対してここに心より感謝申し上げます。
 *
 * この CSS について詳しくは、h5bp.com/css を参照してください
 * 
 * Dreamweaver の変更点 : 
 * 1. 選択ハイライトをコメントアウトしました
 * 2. メディアクエリセクションを削除しました (別のファイルに独自のセクションを追加)
 *
 * ==|== 正規化 ==========================================================
 */


/* =============================================================================
   HTML5 表示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   ベース
   ========================================================================== */

/*
 * 1. 本文のフォントサイズの設定に em 単位を使用している場合、IE6/7 のテキストの正常でないサイズ変更を修正
 * 2. IE 以外での垂直スクロールバーの使用を強制
 * 3. ユーザーズームを無効にしないと、デバイス方向の変更で iOS テキストサイズが調整されないように修正 : h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* 
 * 選択ハイライトでテキストシャドウを削除 : h5bp.com/I
 * これらの選択の宣言は、個々に行われる必要があります
 * 関連項目 : ホットピンク (または、デザインに合わせて背景色をカスタマイズ)
 */

/* Dreamweaver : 選択ハイライトをカスタマイズする場合は、これらを非コメント化します
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   リンク
   ========================================================================== */

a {
	text-decoration: none;
	color: #314FE1;
}
a:visited {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	color: #314FE1;
}
a:hover {
	color: #314FE1;
	text-decoration: underline;
}
a:focus { outline: thin dotted; }

/* すべてのブラウザーで、フォーカスの設定時およびホバー時の読みやすさを改善 : h5bp.com/h */
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; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* タイプライター字体ファミリーを再宣言 : h5bp.com/j */
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: 85%; }

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   リスト
   ========================================================================== */

ul, ol { margin: 0em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   埋め込まれたコンテンツ
   ========================================================================== */

/*
 * 1. IE7 で拡大/縮小する際の画質を改善 : h5bp.com/d
 * 2. イメージコンテナでのイメージとボーダーとの間の隙間を削除 : h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * IE9 で非表示にならないオーバーフローを修正
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   図
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   フォーム
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* “ラベル” が、関連付けられたフォームエレメントにフォーカスをシフトするように指定 */
label { cursor: pointer; }

/* 
 * 1. IE6/7/8/9 の継承しないカラーを修正
 * 2. IE6/7 正常に表示されない整列を修正
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. すべてのブラウザーでの継承しないフォントサイズを修正
 * 2. FF3/4 S5 Chrome のマージンを削除
 * 3. すべてのブラウザーの縦揃えの一貫した表示を定義
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. FF3/4 に合わせて行の高さを標準に定義 (UA スタイルシートで !important を使用して設定)
 * 2. IE6/7 で正常に表示されない内部間隔を修正
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * IE6/7 のオーバーラップとホワイトスペースの問題を回避するために “テーブル” の内部間隔を再導入
 */

table button, table input { *overflow: auto; }

/*
 * 1. クリック可能なフォームエレメントの手の形のカーソルを表示
 * 2. iOS のクリック可能なフォームエレメントのスタイル付けを許可
 */

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; }

/* 
 * FF3/4 の内部余白とボーダーを削除 :  h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. IE6/7/8/9 のデフォルトの垂直スクロールバーを削除 
 * 2. 垂直のサイズ変更のみを許可
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* フォームの有効期間のカラー */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   テーブル
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== プライマリスタイル =====================================================
   作成者 :  
   ========================================================================== */
















/* ==|== 非セマンティックヘルパークラス ========================================
   このセクションの前にスタイルを定義してください。
   ========================================================================== */

/* イメージの置き換え用 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* スクリーンリーダーとブラウザーの両方で非表示 : h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 視覚的にのみ非表示にする。ただし、スクリーンリーダーでは使用できるようにする : h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* キーボードを介して移動されたエレメントをフォーカスできるようにするために .visuallyhidden クラスを拡張 : h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* スクリーンリーダーで視覚的に非表示 (ただし、レイアウトは保持) */
.invisible { visibility: hidden; }

/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== スタイルを印刷 =======================================================
   スタイルを印刷。
   インラインにして必要な HTTP 接続を回避 : h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黒は速く印刷される : h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* イメージのリンクまたは javascript/内部リンクを表示しない */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
h1, h2, h3{
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	}
#header{
	background-color: #396;
	width: 100%;
}
.wrapper{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mb{
	float: left;
	height: 120px;
	width: 200px;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E3E8;
}
.topmsg{
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}
#topicsFeed .gfc-resultsbox-visible {
 text-align:left;
}
#topicsFeed .gfc-resultsRoot {
}
#topicsFeed .gfc-resultsHeader {
 display:none;
 border-bottom: none;
}
#topicsFeed .gfc-results {
	min-height: 0px;
}
#topicsFeed .gfc-result {
}
#topicsFeed .gf-result {
	text-decoration: none;
	position: relative;
	/*cursor: pointer;*/
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topicsFeed .gfc-title {
}
#topicsFeed .gf-title {
	text-decoration: none;
}

#topicsFeed a.gf-title {
}
#topicsFeed a.gf-title:hover {
	color: #314FE1;
	text-decoration: underline;
}
#topicsFeed .gf-author {
 display : none;
}
#topicsFeed .gf-spacer {
	display: none;
}
#topicsFeed .gf-relativePublishedDate .gf-relativePublishedDateYMD {
 display: block;
}
#topicsFeed .gf-relativePublishedDate .gf-relativePublishedDateDelimiter {
 display : none;
}
#topicsFeed .gf-relativePublishedDate .gf-relativePublishedDateHM {
	display: none;
	font-size:10px;
}
#topicsFeed div.gf-title {
	height: 22px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	top: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	float: left;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
#topicsFeed .gf-snippet {
	font-size: 13px;
	line-height: 19px;
	position: absolute;
	top: 55px;
	left: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#topicsFeed .gf-category {
	margin-right: 3px;
	left: 140px;
	top: 10px;
	width: 160px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	position: absolute;
	background-position: center;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	float: left;
	height: 20px;
	letter-spacing: 0.2em;
	display: none;
}
#topicsFeed .gf-thumbnail {
	overflow: hidden;
	text-align: center;
	padding: 5px;
	width: 78px;
	border: 1px solid #EFEFEF;
	float: left;
	top: 55px;
	position: absolute;
	height: 61px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.en{
	font-family: Quicksand, sans-serif;
	text-align: center;
	font-weight: normal;
}
.wrapper_topbox{
	padding: 5px;
	height: 190px;
	background-color: #FFF;
	margin: 10px;
}
.wrapper_topbox_we{
	background-color: #FFF;
	padding: 5px;
	background-image: url(../images/whatwedo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	margin: 10px;
}
.wrapper_topbox_about{
	background-color: #FFF;
	padding: 5px;
	background-image: url(../images/about.gif);
	background-position: center bottom;
	height: 190px;
	background-repeat: no-repeat;
	margin: 10px;
}
.whitebox{
	height: 20px;
	text-align: center;
	background-color: #FFF;
	font-size: 13px;
}
.fotter_l ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}
.fotter_l li{
	line-height: 2em;
	letter-spacing: 0.1em;
	list-style-position: inside;
	list-style-type: square;
	display: inline-block;
	margin-left: 0em;
	margin-right: 5px;
}
address{
	font-style: normal;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
}
.fotter p{
	line-height: 2em;
}
.fotter_title{
	font-weight: 400;
	letter-spacing: .2em;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #000;
}
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
	}
#back-top span {
	width: 85px;
	height: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.cen{
	text-align: center;
}
.koumoku_sub{
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.woks_color{
	background-color: #F2EFEA;
}
.diver{
	background-image: url(../images/diver.jpg);
	background-position: center top;
	float: left;
	clear: both;
	width: 100%;
	height: 2px;
}
.diver_pr{
	background-image: url(../images/diver.jpg);
	background-position: center top;
	float: left;
	clear: both;
	width: 100%;
	height: 2px;
	margin-bottom: 20px;
}
.contact_us_label{
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	clear: both;
	width: 140px;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: normal;
}
.contact_us_data{
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100%;
	padding-bottom: 10px;
}
.wrapper_boxes{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mb:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314FE1;
}
.red{
	font-size: small;
	color: #F00;
}
.sr_top{
	float: left;
	margin-top: 150px;
	padding-top: 30px;
	background-color: #FFFFFF;
}
.sr_top1{
	color: #5D554D;
	background-repeat: no-repeat;
	background-color: #F3EEEB;
	background-image: url(../images/bak_sys.png);
	background-position: center bottom;
}
.sr_top2{
	color: #FFFFFF;
	background-color: #72C0CC;
	background-image: url(../images/bak_web.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sr_top3{
	color: #FFFFFF;
	background-color: #5E708D;
	background-image: url(../images/bak_cloud.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pagetops{
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 40px;
	clear: both;
}
.pagetops_sr{
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#nav {
	list-style: none;
	position: fixed;
	float: right;
	top: 121px;
	right: 20px;
}
#nav li {
	margin-bottom: 2px;
}
#nav a {
	background: #ededed;
	color: #666;
	display: block;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	background: #dedede;
}
#nav .current a {
	background: #666;
	color: #ededed;
}
.current {
	background: red;
}
#container {
	margin: 0 auto;
	width: 800px;
}
.section {
	padding: 0px;
}
.tt{
	white-space: nowrap;
}
.sns{
	vertical-align: text-bottom;
	margin-left: 10px;
}
.img_line{
	border: 1px solid #CCC;
}
.kintou{
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
	}
.count{
	background-color: #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	margin-right: 5px;
	border: 1px solid #FFF;
	height: 39px;
	width: 29px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: text-bottom;
	line-height: 50px;
}
.daihyou{
	float: left;
	margin-right: 20px;
	border: 2px solid #CCC;
	background-image: url(../images/gif-load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.web_con ul {
	margin: 0px;
	padding: 0px;
}
.web_con li {
	list-style-position: inside;
	list-style-type: disc;
}
.wrapper_topbox_4service{
	padding: 5px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 10px;
	background-color: #FFF;
}
#breadcrumbs {
	line-height: 20px;
	overflow: auto;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	letter-spacing: 0em;
}
#breadcrumbs li { float:left; padding-left:8px; }
#breadcrumbs li a {
	padding: 0 24px 2px 0;
	background-color: transparent;
	background-image: url(../images/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style-type: none;
}
#breadcrumbs li a:link, #breadcrumbs li a:visited {
	text-decoration: none;
	color: #314FE1;
}
#breadcrumbs li a:hover, #breadcrumbs li a:focus {
	text-decoration: underline;
	color: #314FE1;
}
#breadcrumbs li {
}
.t_blue{
	color: #0080FF;
}
.koumoku{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	color: #333;
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
}
.jirei{
	font-size: 15px;
	font-weight: normal;
	background-color: #333333;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCC;
	}
.step ul{
	margin: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-position: outside;
}
.step li{}
.nohara{
	background-image: url(http://goo.gl/w75j12);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
}
.ishikawa{
	background-image: url(http://goo.gl/3QiWvV);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
}
.sasaki{
	background-image: url(http://goo.gl/7BkFiU);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
}
.plofile20{
	margin-top: 20px;
}