@charset "shift_jis";

@import "style.css";


/* 共通レイアウト
---------------------------------------------------- */
#container{
   clear: both;
   margin: 0 0 0 0;
   padding: 10px 10px 0px 0px;
   margin-left: auto;
   margin-right: auto;
   max-width: 940px;
   min-width:250px;
   text-align: left;
}


/* ぱんくず
--------------------------------------------------------------*/
#pankuzu {
   clear: both;
   margin: 0px;
   padding: 7px 0 7px 10px;
   color: #ffffff; 
   background-color:#66cdaa;
   text-align: left;
}

#pankuzu a:link,
#pankuzu a:visited { 
   color: #ffffff; 
   text-decoration: underline;
}

#pankuzu a:hover,
#pankuzu a:active { 
   color: #66cdaa; 
   text-decoration: underline;
}

/*パッケージソフト販売用メニュー
-------------------------------------------------------*/
#softmenu{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    justify-content: center;
    display:flex;
    background: #fff;
    width: 950px;
}


/*タイトル
--------------------------------------------------------------*/
.page_title{
   background: linear-gradient(transparent 70%, #66cdaa 70%);
   font-size:180%;
   color: #000000;
}

.corpinfo{
   font-size:150%;
   padding: 0.25em 0.5em;/*上下 左右の余白*/
   color: #00000;/*文字色*/
   background: transparent;/*背景透明に*/
   border-left: solid 5px #66cdaa;/*左線*/
}

/* メイン
---------------------------------------------------- */
#base{
  padding:0 20px 20px 20px;
}

.mainbody {
  padding:0 20px 20px 20px; /*上右下左*/

}
.mainbody a:link,
.mainbody a:visited { 
  color: #444444; 
  text-decoration: underline;
}
.mainbody a:hover,
.mainbody a:active { 
  color: #66cdaa; 
  text-decoration: underline;
}


/* 会社案内（サービス内容）
---------------------------------------------------- */

.mainbody dt {
   margin-top:1.2em;
   margin-bottom:0.7em;
   margin-left:1.0em;

   }

/* 会社案内（業務概要）
---------------------------------------------------- */
.mainbody table{


}



/* 会社案内（地図）
---------------------------------------------------- */
#map_canvas
{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: solid 3px #006666;
	width:500px;
	height:400px;
}

#map_table_title_div
{
 height:50px;
 width:100%;
 background-color:#2e8b57;
 background-image: url(../images/p_pt_0225_ss_pt_02253.jpg);
}

#map_table_title
{
	font-size:18px;
    font-weight: bold;
	height:50px;
	text-align:center;
	vertical-align: middle;
	color:#000000;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width:500;
}

#map_table_name
{
	font-size:16px;
	height:30px;
	text-align:center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width:500;
}

#map_table_address
{
	font-size:14px;
	height:25px;
	text-align:center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width:500;
}

/* 個人情報保護方針
---------------------------------------------------- */
li {
   margin-left:0.1em;

   }


ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
 
ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* sitemap
--------------------------------------------------------------*/
.sitemap {
   text-align:left;
   padding:0 0 20px 10px;
   font-size:100%;
}

.sitemap a:link {
   text-decoration: none;
}

/* 詳細ページ
---------------------------------------------------- */
.syousai table {
	margin: 0;
	padding: 0;
	color: #000000;
}

.syousai th{
	margin: 0;
	padding: 0;
	font-weight: 200;
	background-color: #E1F0E1;
	width: 15%;
}

.syousai td{
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 2.0;
	border-left: solid 3px #FFFFFF;
	width: 85%;
}

/* お問い合わせ
---------------------------------------------------- */

.textbox{
  width: 200px;
  height: 20px;
  padding: 3px 7px;
  border-radius: 5px;
  border: 2px solid #ccc;

}

/*
input[type=checkbox]  {
  display: none;
}

.checkbox {
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  color: #000;
  user-select:none;
}
.checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #aaa;
}
.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  height: 9px;
  width: 5px;
  margin-top: -7px;
  border-right: 3px solid #2196f3;
  border-bottom: 3px solid #2196f3;
  opacity: 0;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
*/
