﻿@charset "utf-8";

#pcs {
	width: 830px;
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #FFF;
}

#pcs h1,
#pcs h2,
#pcs h3,
#pcs h4,
#pcs h5,
#pcs p,
#pcs ul,
#pcs ol,
#pcs li,
#pcs dl,
#pcs dt,
#pcs dd,
#pcs form,
#pcs figure{
	margin: 0px;
	padding: 0px;
}
#pcs ul{
	list-style-type: none;
}
#pcs img {
	border: none;
	vertical-align: bottom;
}
#pcs input,
#pcs textarea,
#pcs select {
	font-size: 1em;
}
#pcs form {
	margin: 0px;
}
#pcs table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
#pcs a {
	color: #666;	/*リンクテキストの色*/
}
#pcs a:hover {
	color: #54c769;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#pcs nav#menu2 ul {
/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
	width:800px;
	background-color: #c2facc;
	border: 1px solid #4ab15c;
	border-radius: 10px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	padding-left: 18px;
	margin-bottom: 25px;
	height: 46px;
}
/*メニュー１個ごとの設定*/
#pcs nav#menu2 ul li {
	float: left;
	width: 130px;	/*メニュー幅*/
	border-right: 1px solid #4ab15c;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;
}
#pcs nav#menu2 ul li.now {
	background-color: rgba(31,158,53,0.8);
	background-image:url(../images/now2.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	background-size:17px 17px;
}
#pcs nav#menu2 ul li.now a {
	color: #fff;
}
#pcs nav#menu2 ul li.now a span {
	color: #eeeab3;
}
#pcs nav#menu2 ul li a {
	font-size: 7pt;
	width: 130px;
	color: #000;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 20px;
	padding-top: 5px;
}
/*最初のメニューの設定*/
#pcs nav#menu2 ul li:first-child {
	border-left: 1px solid #4ab15c;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
#pcs nav#menu2 ul li a:hover {
	background:rgba(111,214,130,0.8);
	color:#570035;
}
/*英語表記の設定*/
#pcs nav#menu2 ul li a span {
	font-size: 9px;	/*文字サイズ*/
	color: #e77f2b;	/*文字色*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 6px;
}
#pcs nav#menu2 ul li a:hover span {
	color: #fffefd;	/*文字色*/
}
/*
---------------------------------------------------------------------------*/
#menu ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	z-Index:5;
}
#menu ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}
#menu ul ul ul {
	top:0;
	left:100%;
}
#menu li {
	float:left;
}
#menu li li {
	clear:both;
}
#menu li:hover {
	position:relative;
}
#menu li:hover > ul {
	display: block
}
#menu li {
	line-height:1.6em;
	text-align: center;
	background:##F7F7F7;
}
#menu li li {
	text-align: center;
}
#menu li a{
	display: block;
	width:166px;
	text-decoration:none;
	color:#000000;
}
#menu li:hover {
	background:;
	color:;
}
#menu .column1, #menu .column2, #menu .column3 {
	color:#333;
	background:#7BBA10;
* html #menu li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column1'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
);
}
* html #menu li li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column2'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
);
}
* html #menu li li li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column3'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
);
}
#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}

#menu .column2 {position:relative;}
#menu .column2 ul {display:block;}
#menu .column2 * ul {display:none;}

#menu .column3 {position:relative;}
#menu .column3 ul {display:block;}
#menu .column3 * ul {display:none;}
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#pcs #mainimg {
	clear: left;
	width: 800px;
	height: 245px;
	position: relative;
	border-radius: 10px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	margin: 0 10px 25px;
}
#pcs #mainimg img {
	border-radius: 10px;	/*角丸のサイズ*/
	vertical-align: bottom;
}
#pcs #mainimg .slide_file {
	display: none;
}
#pcs #slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#pcs #slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#pcs #contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#pcs #main {
	width: 810px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	margin-left:5px;
}
/*mainコンテンツのh2タグの設定*/
#pcs #main h2 {
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#666, #333);	/*同上*/
	background-image: linear-gradient(#666, #333);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	color: #FFF;			/*文字色*/
	padding: 8px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 4px solid #21a338;	/*下線の幅、線種、色*/
	opacity: 0.7;	/*透明度70％の設定*/
}
/*mainコンテンツのh3タグの設定*/
#pcs #main h3 {
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #dff8e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dff8e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #dff8e3);	/*同上*/
	background-image: linear-gradient(#FFF, #dff8e3);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #adeab8;	/*枠線の幅、線種、色*/
	color: #54c769;	/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#pcs #main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#pcs #main .list section {
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*同上*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#pcs #main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width: 165px;	/*幅*/
	height: auto;	/*高さ*/
}
/*スタッフ名*/
#pcs #main .list section h4 {
	color: #54c769;	/*文字色*/
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#pcs #main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#pcs #main .list section a:hover {
	background: #dff8e3;	/*背景色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#pcs #main .staff {
	margin-right: 10px;
	margin-left: 10px;
}
/*左側ボックス*/
#pcs #main .staff .left {
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#pcs #main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#pcs #main .staff .right {
	width: 400px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#pcs #main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-top: 15px;
}
.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: #dff8e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.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;	/*文字を太字にする設定*/
}
/*schedule-table*/
.ta1.schedule-table th{
	width: auto;
}
.ta1.schedule-table td{
	width: 12%;
	text-align: center;
}
/*submitボタンの設定*/
#pcs input[type="submit"],
#pcs input[type="button"] {
	width: 200px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-left: 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #54c769;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#75d988), to(#54c769));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#75d988, #54c769);	/*同上*/
	background-image: linear-gradient(#75d988, #54c769);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #333;		/*文字色*/
}

#pcs input.button2[type="submit"] {
	width: 200px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-left: 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #ff0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#fd0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ff0, #fd0);	/*同上*/
	background-image: linear-gradient(#ff0, #fd0);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #000;		/*文字色*/
	font-weight:bold;
	border: 3px solid #f00;
	font-size: 120%;
}

/*submitボタンのマウスオン時の設定*/
#pcs input[type="submit"]:hover,
#pcs input[type="button"]:hover {
	background-color: #75d988;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#54c769), to(#75d988));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#54c769, #75d988);	/*同上*/
	background-image: linear-gradient(#54c769, #75d988);			/*同上*/
}

#pcs input.button2[type="submit"]:hover {
	background-color: #fd0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#ff0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fd0, #ff0);	/*同上*/
	background-image: linear-gradient(#fd0, #ff0);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pcs #pagetop {
	clear: both;
}
#pcs #pagetop a {
	color: #222;		/*文字色*/
	font-size: 8pt;	/*文字サイズ*/
	background-color: #b2f8bf;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	height: 3em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	padding-top: 1em;
	border-left: #0a0 solid 1px;
	border-top: #0a0 solid 1px;
	border-right: #060 solid 2px;
	border-bottom: #060 solid 2px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}
/*マウスオン時*/
#pcs #pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*PAGE LINK設定
---------------------------------------------------------------------------*/
#pcs #pagelink {
	clear: both;
}
#pcs #pagelink a {
	color: #222;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	background-color: #b2f8bf;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 20em;	/*ボックス幅*/
	height: 2.5em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	padding-top: 1em;
	border-left: #0a0 solid 1px;
	border-top: #0a0 solid 1px;
	border-right: #060 solid 2px;
	border-bottom: #060 solid 2px;
	border-radius: 10px 30px 30px 10px;
	margin-top: -5px;
	margin-right: 5%;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 5px;
}
/*マウスオン時*/
#pcs #pagelink a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
#pcs #main h2.chuumon {
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #f00;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#f11));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f00, #f11);	/*同上*/
	background-image: linear-gradient(#f00, #f11);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 130%;
	font-weight:bold;
	color: #ff0;			/*文字色*/
	padding: 8px 15px;	/*上下、左右への余白*/
	clear: both;
	border:solid 1px #f00;
	border-bottom: 4px solid #21a338;	/*下線の幅、線種、色*/
	opacity: 1;	/*透明度70％の設定*/
	margin-top: 30px;
}
#pcs #main h3.op {
	margin-top:20px;
}
.mb152 {
	margin-top: 3px;
	padding-bottom: 15px;
	text-align:center;
	width:100%;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 7px;
	text-decoration:none;
	color: #caffcf;
	text-align:right;
	padding-right: 5px;
}
pr a {
	font-size: 7px;
	text-decoration:none;
	color: #caffcf;
	text-align:right;
	padding-right: 0px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c1 {
	text-align: center;
	padding-top: 15px;
	background: #fce2cf;
	border-radius: 0 0 10px 10px;
	border:solid 1px #f00;
	border-top: none;
}
.c {
	text-align: center;
	padding-top: 15px;
}
#pcs figcaption {
	font-size: 11px;
}

.wa {
	margin-left:40px;
	margin-bottom:15px;
	border-radius: 15px;
	border: solid #80c65a 2px;
}

.wa2 {
	margin-bottom:15px;
	height: auto;
}

/*特商法
---------------------------------------------------------------------------*/
#pcs table.table_line {
  width: 95%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  auto 8px;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
  width: 25%;
}

td.table_line2 {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
  text-align: left;
}
/*名刺サンプル_ＤＥＭＯ
---------------------------------------------------------------------------*/
#pcs img.card_demo{
	width:45%;
	margin-left:2%;
	margin-right:2%;
}

/*ＨＰサンプル_ＤＥＭＯ
---------------------------------------------------------------------------*/
#pcs #demo{
	width: 100%;
	padding-left: 30%;
	margin-bottom:-80px;
}

#pcs #demo div{
	display: table-cell;
	width: 481px;
	height:852px;
	background: url(../images/sumaho.png) no-repeat;
}
#pcs #demo div p{
	position: relative;
}
#pcs #demo div p iframe{
	position: absolute;
	top: 100px;
	left: 23px;
	width: 320px;
	height: 550px;
	border: none;
	overflow:hidden;
}

