@charset "utf-8";



/*---------- ページ全体の指定 ----------*/

html {
	margin: 0 auto;
	padding: 0;
	max-width: 680px;
	width: 100%;
	background-color: #dfe;
}

body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #FFF;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

table {
	border: none;
	width: 100%;
	margin:0;
	padding: 0;
}

p {
	padding: 0.5em 5px 1em;
}

a {
	color: #666;
}
a:hover {
	color: #54c769;
	text-decoration: none;
}
/*アイ企画共通ヘッダー
---------------------------------------------------------------------------*/
#kikakuhead {
	border-bottom: solid 2px #bfded6;
}
/*---------- table ----------*/
.ihead1{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top: 0px;
	border-bottom: solid 5px #c3e9f6;
	padding:0;
	font-size:10pt;
	line-height:1.5em;
}
.pcstitle {
	background: #aee6bb;
}
.pcstitle td{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 2px 5px;
	color: #000;
	font-size: 8pt;
	line-height:1.5em;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
.ihead1 td{
	padding:0;
}
.ihead1 img{
	width:100%
}
.ihead1 td.wp300{
	width:30%;
}
.ihead1 td.wp175{
	text-align: center;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 28px;
	top: 28px;
	position: static;
	padding: 5px 0px;
}
/*電話番号ボックスの設定*/
header address {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: static;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	top: 24px;
	right: 40px;
	font-size: 11px;
	text-align: center;
	line-height: 1.6;
	border: 2px solid #adeab8;
	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);
	padding: 0px 10px;
	border-radius: 10px;
	letter-spacing: 0.2em;

	/*ボックス幅*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
/*電話番号の文字設定*/
header address a {
	text-decoration: none;
}

header address .tel {
	font-size: 18px;
	color: #54c769;
	display: block;
}
/*ロゴ画像の設定*/
header h1 img {
	width: 80%;
	max-width: 340px;
	height: auto;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
.pcsmenu{
	background: #efe;
	height:117px;
	padding-top: 1px;
	border-bottom: 1px solid #4b4;
}

/*メニューブロック全体の設定*/
nav#menu ul {
	padding: 0;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	margin-bottom: 25px;
	margin-top: -20px;
	height: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 48%;
	margin: 2px 1%;
	border: solid #0a0 1px;
	background-color: #cfc;
	background-image: url(../../images/btn_arrow.png),-moz-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-ms-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-o-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-webkit-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),linear-gradient(180deg, #cfc, #fff);
	background-repeat: no-repeat,repeat;
	background-position: 3px center,top left;
	background-size: 25px 25px,auto auto;
	text-align: left;
	border-radius: 10px;
	box-shadow: #ccc 1px 1px 1px;
}
nav#menu ul li a {
	font-size: 10px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 6px 0px 4px 30px;
	font-weight: bold;
	color: #000;
	text-shadow:
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
}
nav#menu ul li.now {
	background-color: #b2f8bf;
	background-image: url(../../images/now.png),-moz-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-ms-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-o-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-webkit-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),linear-gradient(0deg, #fbb, #ffd);
	background-repeat: no-repeat,repeat;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 15px;
}
/*マウスオン時の設定*/
nav#menu ul li.now a:hover {
	background-color: #70f088;
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-moz-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-ms-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-o-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-webkit-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),linear-gradient(180deg, #70f088, #b2f8bf);
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: right center,3px center,top left;
	background-size: 25px 25px,25px 25px,auto auto;
	border-radius: 10px;
	color: #f33;
	text-shadow: none;
}
nav#menu ul li a:hover {
	background-color: #70f088;
	background-image: url(../../images/btn_arrow.png),-moz-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-ms-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-o-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-webkit-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),linear-gradient(0deg, #70f088, #b2f8bf);
	background-repeat: no-repeat,repeat;
	background-position: right center,top left;
	background-size: 25px 25px,auto auto;
	border-radius: 10px;
	color: #f33;
	text-shadow: none;
}


/*h
---------------------------------------------------------------------------*/
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;
}
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;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mb15 {
	margin-bottom: 15px;
	text-align:center;
}
h2.pm {
	padding: 5px 10px 4px;
	font-weight: normal;
	font-size: 8pt;
	border-bottom: 2px solid #21a338;
	line-height: 1em;
}
h2.chuumon {
	text-align:center;
	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);	
}
/*p
---------------------------------------------------------------------------*/
.color1 {
	color: #f61468;
}
.c {
	text-align: center;
}
.c1 {
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size:120%;
	background: #fce2cf;
	margin-bottom: 20px;
	border:solid 1px #f00;
	border-top: none;
}
/*img
---------------------------------------------------------------------------*/
.wa {
	width: 100%;
	height: auto;
	margin-bottom:15px;
	border-radius: 15px;
	border:solid #80c65a 2px;
}
/*ボックス
---------------------------------------------------------------------------*/

/*ボックス１個あたりの設定*/
#main .list section {
	width: 48%;
	margin-left: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	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;
}
#main .list section a {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 10px;
	display: block;
}
/*スタッフ名*/
#main .list section h4 {
	color: #54c769;
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;
	bottom: 2px;
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #dff8e3;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}




/*PAGE LINK設定
---------------------------------------------------------------------------*/
#pagelink {
	clear: both;
}
#pagelink a {
	color: #222;
	font-size: 12px;
	background-color: #cfc;
	background-image: -moz-linear-gradient(180deg, #cfc, #fff);
	background-image: -ms-linear-gradient(180deg, #cfc, #fff);
	background-image: -o-linear-gradient(180deg, #cfc, #fff);
	background-image: -webkit-linear-gradient(180deg, #cfc, #fff);
	background-image: linear-gradient(180deg, #cfc, #fff);
	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: 0;
	margin-right: 5%;
	margin-bottom: 25px;
	padding-top: 5px;
}
/*マウスオン時*/
#pagelink a:hover {
	background-color: #70f088;
	background-image: -moz-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -ms-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -o-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -webkit-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: linear-gradient(0deg, #70f088, #b2f8bf);
	color: #f33;
}

/*CART
---------------------------------------------------------------------------*/
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 100px;	/*ボタン幅*/
	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: #FFF;		/*文字色*/
}

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: 11pt;
}

/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
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);			/*同上*/
}

input.button2[type="submit"]:hover {
	background-color: #fda101;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fda101), to(#fd3001));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fda101, #fd3001);	/*同上*/
	background-image: linear-gradient(#fda101, #fd3001);			/*同上*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 100px;
	padding: 5px;
	text-align: center;
	background-color: #dff8e3;
	font-size: 8pt;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.submenu {
	padding: 0;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	margin-bottom: 25px;
	margin-top: 20px;
	height: auto;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 48%;
	margin: 0.5% 1%;
	border: solid #0a0 1px;
	background-color: #cfc;
	background-image: url(../../images/btn_arrow.png),-moz-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-ms-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-o-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),-webkit-linear-gradient(180deg, #cfc, #fff);
	background-image: url(../../images/btn_arrow.png),linear-gradient(180deg, #cfc, #fff);
	background-repeat: no-repeat,repeat;
	background-position: 3px center,top left;
	background-size: 25px 25px,auto auto;
	text-align: left;
	border-radius: 10px;
	box-shadow: #ccc 1px 1px 1px;
}
#sub ul.submenu li a {
	font-size: 10px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 6px 0px 4px 30px;
	font-weight: bold;
	color: #000;
	text-shadow:
		-1px -1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		1px 1px 1px #fff;
}
#sub ul.submenu li.now{
	background-color: #b2f8bf;
	background-image: url(../../images/now.png),-moz-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-ms-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-o-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),-webkit-linear-gradient(0deg, #fdb, #ffd);
	background-image: url(../../images/now.png),linear-gradient(0deg, #fbb, #ffd);
	background-repeat: no-repeat,repeat;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 15px;
}
*/
/*マウスオン時の設定*/
#sub ul.submenu li.now a:hover {
	background-color: #70f088;
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-moz-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-ms-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-o-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),-webkit-linear-gradient(180deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),url(../../images/now.png),linear-gradient(180deg, #70f088, #b2f8bf);
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: right center,3px center,top left;
	background-size: 25px 25px,25px 25px,auto auto;
	border-radius: 10px;
	color: #f33;
	text-shadow: none;
}
#sub ul.submenu li a:hover {
	background-color: #70f088;
	background-image: url(../../images/btn_arrow.png),-moz-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-ms-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-o-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),-webkit-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: url(../../images/btn_arrow.png),linear-gradient(0deg, #70f088, #b2f8bf);
	background-repeat: no-repeat,repeat;
	background-position: right center,top left;
	background-size: 25px 25px,auto auto;
	border-radius: 10px;
	color: #f33;
	text-shadow: none;
}
/*見出しにメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul.submenu {
	border-top: none;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	margin-top: 20px;
}
#pagetop a {
	margin-top: 20px;
	color: #222;		/*文字色*/
	font-size: 8pt;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 29.6%;	/*ボックス幅*/
	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-top: 20px;
	margin-bottom: 15px;
	margin-right: 7px;
	background-color: #cfc;
	background-image: -moz-linear-gradient(180deg, #cfc, #fff);
	background-image: -ms-linear-gradient(180deg, #cfc, #fff);
	background-image: -o-linear-gradient(180deg, #cfc, #fff);
	background-image: -webkit-linear-gradient(180deg, #cfc, #fff);
	background-image: linear-gradient(180deg, #cfc, #fff);
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #70f088;
	background-image: -moz-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -ms-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -o-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: -webkit-linear-gradient(0deg, #70f088, #b2f8bf);
	background-image: linear-gradient(0deg, #70f088, #b2f8bf);
	color: #f33;
}
/*カウンター
---------------------------------------------------------------------------*/
.counter {
	clear:both;
	margin:0;
	padding:0;
	line-height:1em;
	text-align: center;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;	/*文字色*/
	background: #54c769;	/*背景色*/
}
footer p {
	font-size: 8pt;
	font-weight: 200;
	font-style: oblique;
}
footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 9pt;
}
footer a:hover {
	color: #FFF;
}

/*特商法
---------------------------------------------------------------------------*/
table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  auto 20px;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
  width: 30%;
	font-size: 8pt;
}

td.table_line2 {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
  text-align: left;
	font-size: 8pt;
}
.leftmargin {
	margin-left: 23px;
}
/*会社概要
---------------------------------------------------------------------------*/
.cp{
	list-style-type: circle;
	margin-left: 23px;
}

/*プライバシー･ポリシー
---------------------------------------------------------------------------*/
table.gaiyou{
  width:98%;
  margin:0 0 20px 2%;
  padding:1% 3% 3% 5%;
  text-align: left;
  line-height:1.5em;
  border-bottom: solid 2px;
  border-bottom-color: #21a338;
}
p.pp{
  text-align: left;
	margin-top: 15px;
	margin-bottom:0;
}
p.ppt{
  text-align: left;
	font-weight:bold;
}
p.pp0{
  text-align: left;
	margin-top:10px;
}
p.pp00{
  text-align: left;
	margin-top:-10px;
	margin-bottom:-15px;
}
p.pp1{
  text-align: left;
  line-height:1.5em;
	padding-left:30px;
	margin-top: -10px;
	margin-bottom:0;
}
p.pp11{
  text-align: left;
  line-height:1.5em;
	padding-left:30px;
	margin-top: 8px;
	margin-bottom:-20px;;
}
p.pp2{
  text-align: left;
  line-height:1.5em;
  padding:0 0 0 40px;
  margin:8px 0 0 0;
}
p.pp3{
  font-size: 60%;
  text-align: right;
  line-height:1.5em;
  padding:0 10% 0 10%;
  margin:0 0 20px;
  font-family:monospace;
}

p.pp4{
  text-align: right;
  line-height:1.5em;
  padding:0 10% 0 10%;
  margin:0;
}
p.pp5{
  text-align: left;
  line-height:1.5em;
  padding:0 0 15px 50px;
  margin:8px 0 0 0;
  font-size: 80%;
}
/*名刺サンプル_ＤＥＭＯ
---------------------------------------------------------------------------*/
img.card_demo{
	width:98%;
	margin-left:2%;
	margin-right:2%;
}

/*ＨＰサンプル_ＤＥＭＯ
---------------------------------------------------------------------------*/
#demo{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#demo div{
	display: none;

}
#demo div p{
	position: relative;

}
#demo div p iframe{
	position: absolute;
	top: 100px;
	left: 23px;
	width: 310px;
	height: 550px;
	border: none;
	overflow:scroll;
}
#demo img{
	display: inline;
	width: 100%;
	margin-bottom: 10px;
}
