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


/*_____________________全体設定________________________*/

body{
margin:0;
padding:0px;
text-align:center;
font-size:14px;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
background:url(../images/back.jpg);
}

h1{
font-size:12px;
color:#666666;
margin:0;
height: 90px;
}

a, a:visited{
color:#0099cc;
}

a:hover{
text-decoration:none;
color:#cc0000;
}

.clear{
	clear: both;
}

/*_____________________レイアウト________________________*/

#main{
width:1000px;
padding:0px;
margin:0 auto;
background-color:#fff;
}

#content{
width:1000px;
margin:0px;
padding:0px;
min-height: 600px;
}

#left{
width:200px;
float:left;
margin:0px;
height: 600px;
padding:15px 0 0 0;
text-align:left;
}

#right{
width:790px;
float:left;
text-align:left;
margin:0;
padding:0px;
}

#box{
width: 100%;
margin: 0px 0 0 0;
padding: 8px 0px;
min-height: 600px;
background-color: #f9f9f9;
}


/*_____________________ヘッダー________________________*/

#header{
width:1000px;
height:130px;
/*background:url("../images/header_3.4.jpg") no-repeat;*/
}

.search{
background-color: #ffffff;
width:1000px;
padding: 0px;  
/*margin-left:625px;*/
/*padding-top:12px;*/
}
.searchbar{
  display: flex; /*アイコン、テキストボックスを調整する*/
  align-items: center; /*アイコン、テキストボックスを縦方向の中心に*/
  justify-content: center; /*アイコン、テキストボックスを横方向の中心に*/
  height: 40px;
  width:500px;
  padding: 5px;
  margin-bottom: 10px;
  float: right;
  position: relative;
}
#text{
  font-size: 16px;
  width: 100%; /*flexの中で100%広げる*/
  height: 30px;
  margin: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #ECEDED;
  padding: 2px 5px;
}
.searchForm-submit {
  position: absolute;
  width: 35px;
  height: 34px;
  top: calc(50% - 17px);
  right: 11px;
  border-radius: 0 7px 7px 0;
  background: #3169CB;
  border: none;
}
.searchForm-submit::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.searchForm-submit::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 6px;
  top: calc(50% + 5px);
  left: calc(50% + 2px);
  border-top: solid 2px #fff;
  transform: rotate(45deg);
}
#srchBox
{
width:298px;
margin-bottom:0px;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:5px 0 0 0;
padding:0 0 0 0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img {border:none;}
#srchBox #srch {padding:10px 10px 0 10px;}
#srchBox #srch #srchForm {white-space:nowrap;}
#srchBox #srchInput {width:188px;margin-right:6px;vertical-align:bottom;}
#srchBox #srchBtn {width:80px;}
*:first-child+html #srchBox #srchBtn {padding-top:2px;}
#srchBox ul{margin-top:6px;text-align:left;}
#srchBox li {list-style-type:none;display:inline;zoom:1;padding-right:10px;}
#srchBox li input{zoom:1;margin-right:2px;_margin:-4px 0 -4px -4px;vertical-align:middle;border:0;}
#srchBox #srchLogo{margin:6px 6px 0 0;text-align:right;}
#srchBox #srchLogo a{color:#666666;text-decoration:none;font-size:85%;}
#srchBox #srchLogo a:hover{text-decoration:underline;}

.gse-title{
  text-align: left !important;
}

/*_____________________メニュー________________________*/

.menu{
margin:0px;
padding:0px;
}

.menu ul{
margin:0px;
padding:0px;
}

.menu li{
list-style-type:none;
list-style-position:outside;
margin:20px 0px 0px 20px;
line-height:120%;
}

.menu li a{
}

.menu li a:hover{
text-decoration:none;
color:#cc0000;
}

/*_____________________フッター________________________*/

#footer{
	clear:both;
	padding-top:15px;
	width:1000px;
	font-size: 11px;
	color: #333;
}

/*_____________________はじめに________________________*/

.hajimeni{
	margin:15px;
	padding:10px;
	border:5px #fc3 solid;
}

.mm{
	margin-bottom:15px;
}


/*_____________________共通見出し________________________*/

h2{
	margin-top:10px;
	padding:3px;
	padding-left:5px;
	width:750px;
	border-bottom:#999999 1px solid;
}

h3{
	margin-top:10px;
	margin-left:10px;
	padding:3px;
	padding-left:10px;
	width:730px;
	font-size:16px;
}

h4{
	margin:15px 0 15px 25px;
	padding:3px;
	padding-left:10px;
	width:680px;
	color:#333333;
	font-size:14px;
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
}

h5{
	margin-top:30px;
	margin-left:30px;
	padding:5px;
	padding-left:5px;
	width:690px;
	color:#333333;
	font-size:14px;
	border-top:#999999 2px solid;
	border-bottom:#999999 1px solid;
}

h6{
	margin:10px 10px 15px 25px;
	padding:3px 0 3px 6px;
	color:#333333;
	font-size:18px;
}
/*_____________________TOP________________________*/
.top li{
	margin: 10px 25px 15px 5px;
}


/*_____________________はじめに________________________*/

.intro_h6{
	border-left:#990000 5px solid;
}

.intro_li{
    list-style-type: none;
}
.intro_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #990000;
    margin: 5px;
}
.intro_h3{
	border-bottom:#990000 1px dashed;
}
.intro_h4{
	background-color:#eed0d0;
}


/*_____________________リファレンス________________________*/

.ref_h2{
	border-left:#990099 5px solid;
}
.ref_h3{
	border-bottom:#990099 1px dashed;
}
.ref_h4{
	background-color:#eed0ee;
}
.ref_h6{
	border-left:#990099 5px solid;
}
.ref_li{
    list-style-type: none;
}
.ref_li li{
  margin-top: 10px;
}
.ref_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #990099;
    margin: 5px;
}
.ref_li_bun{
    width: 620px;
    margin: 0 0 15px 30px;
}
/*_____________________スタンダードフィルタ________________________*/

.std_h6{
	border-left:#ff0099 5px solid;
}
.std_h4{
	background-color:#ffd0ee;
}
.std_li{
    list-style-type: none;
}
.std_li li{
  margin-top: 10px;
}
.std_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #ff0099;
    margin: 5px;
}
.std_li_bun{
    width: 620px;
    margin: 0 0 15px 30px;
}
/*_____________________プロジェクトウィザード________________________*/

.wiz_h6{
	border-left:#009900 5px solid;
}
.wiz_h4{
	background-color:#d0eed0;
}
.wiz_li{
    list-style-type: none;
}
.wiz_li li{
  margin-top: 10px;
}
.wiz_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #009900;
    margin: 5px;
}
.wiz_li_bun{
    width: 620px;
    margin: 0 0 15px 30px;
}

/*_____________________チュートリアル________________________*/

.tuto_h6{
	border-left:#009999 5px solid;
}
.tuto_h4{
	background-color:#d0eeee;
}
.tuto_li{
    list-style-type: none;
}
.tuto_li li{
  margin-top: 10px;
}
.tuto_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #009999;
    margin: 5px;
}
.tuto_li_bun{
    width: 620px;
    margin: 0 0 0 30px;
}

/*_____________________技術関連項目________________________*/

.tec_h6{
	border-left:#000099 5px solid;
}
.tec_h4{
	background-color:#d0d0ee;
}
.tec_li{
    list-style-type: none;
}
.tec_li li{
  margin-top: 10px;
}
.tec_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #000099;
    margin: 5px;
}
.tec_li_bun{
    width: 620px;
    margin: 0 0 0 30px;
}

/*_____________________What'S New________________________*/

.new_h6{
	border-left:#999900 5px solid;
}
.new_h3{
	border-bottom:#ccccc0 1px dashed;
}
.new_h4{
	background-color:#eeeed0;
}

.new_li{
    list-style-type: none;
}
.new_li li{
  margin-top: 10px;
}

.new_li li::before{
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    content: '■';
    border-radius: 100%;
    color: #999900;
    margin: 5px;
}
.new_li_bun{
    width: 620px;
    margin: 0 0 0 30px;
}

/*_____________________パンくずリスト________________________*/
.pan{
	padding: 0;
	margin: 3px 0;
	width: 100%;
	font-size: 11px;
}

.pan li{
	list-style-type: none;
	width: auto;
	float: left;
	margin: 2px 3px;
}
.pan li::before{
	content: ">";
	margin: 0 3px 0 0px;
}
.pan li:first-child::before{
	content: none;
}

.pan li a{
	text-decoration: none;
	color: #000;
	padding: 3px 4px;
}
.pan li a:hover{
	text-decoration: none;
	color: #c00;
}
/*_____________________その他________________________*/

.bun{
	width:700px;
	margin-top:5px;
	margin-left:20px;
	line-height:150%;
}

.menu_1{
	margin-top:10px;
	margin-left:50px;
	line-height:150%;
}

.menu_1_r{
	margin:10px auto 0 30px;
	line-height:150%;
	font-size:12px;
	text-align:right;
}


.bun_1{
	width:670px;
	margin-top:5px;
	margin-left:40px;
	margin-bottom:20px;
	line-height:160%;
}
.bun_2{
	width:650px;
	margin-top:5px;
	margin-left:40px;
	line-height:150%;
}
.bun_3{
	width:650px;
	margin-top:5px;
	margin-left:20px;
	line-height:150%;
}
.bun_4{
	width:90%;
	margin:5px 0 8px 35px;
	line-height:165%;
}
.bun_4 td{
  padding: 3px;
  line-height: 150%;
}
.bun_5{
	width:630px;
	margin:5px auto 20px 60px;
	line-height:150%;
	border:3px solid #bfc;
	padding:5px;
}

.goto_top{
	text-align:right;
	margin: 50px 0 0 0;
	padding:10px;
	padding-right:30px;
	font-size:12px;
}
.p_waku{
	width:650px;
	margin-top:5px;
	margin-left:40px;
	margin-bottom:20px;
	line-height:120%;
}
.p_source{
	margin:5px 0 25px 0;
	padding:8px;
	background:#000000;
	color:#ffffff;
	font-size:11px;
	line-height:130%;
}

.p_s_code{
	color:#0ff;
}
.p_s_code1{
	color:#ff0;
}
.p_s_code2{
	color:#0b0;
}
.footnavi{
	width:650px;
	font-size:10px;
	text-align:center;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:20px;
	line-height:200%;
	padding:5px;
}

table{
	font-size:12px;
	line-height:150%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}


/*_____________________パラメーター________________________*/
.bun_1 table,.bun_4 table{
	width: 680px;
}

.bun_4 td, .bun_4 th{
	padding: 5px;
}

.tbl_s{
	width: 97% !important;
	border: 1px #eee solid;
	margin: 5px;
}

/*_____________________文字の書式設定________________________*/

.moji_01{
	color:#990000;
	font-size:14px;
}
.moji_02{
	color:#999900;
	font-size:14px;
}
.moji_03{
	color:#009900;
	font-size:14px;
}
.moji_04{
	color:#009999;
	font-size:14px;
}
.moji_05{
	color:#000099;
	font-size:14px;
}
.moji_06{
	color:#990099;
	font-size:14px;
}
.moji_07{
	color:#ff0099;
	font-size:14px;
}
.moji_11{
	font-size:12px;
	line-height:175%;
}
.moji_12{
	font-size:15px;
	
}

.gr{
	color:#090;
	font-weight:bold;
	margin:0 3px;
}
.br{
	color:#800;
	font-weight:bold;
	margin:0 3px;
}
.rd{
	color:#c00;
	margin:0 3px;
}

.db{
	color:#008;
	font-weight:bold;
	margin:0 3px;
}

.blgr{
	color:#099;
	font-weight:bold;
	margin:0 3px;
	font-size:13px;
}

.next{
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}

/*_____________________テーブル________________________*/

table{
	border-spacing: 0;  
	font-size:12px;
	width: 100%;
}

table th{
	background-color:#eaeae0;
	text-align:center;
	font-weight:bold;
	padding:10px 8px 10px 8px;
	border-right:solid 1px #FFFFFF;
}

table td{
	padding:10px 8px 10px 8px;
	border-right:solid 1px #FFFFFF;
	line-height: 135%;
}

table tr:nth-child(2n){
	background-color: #fefefe;
}

table tr:nth-child(2n+1){
	background-color:#f2f2ef;
}

table .ref_list{
	border-spacing: 0;  
	font-size:12px;
}
.ref_list{
  width: 95%;
  margin: 3px auto;
}

.ref_list th{
	font-weight: normal !important;
	text-align: left;
	padding: 7px;
	border-bottom: 1px solid #ccc !important;
	background-color: #f0f0f0;
	font-size:14px;
}

.ref_list th a{
	text-decoration: none;
}

.ref_list td{
	padding: 7px !important;
	border-bottom: 1px solid #ccc !important;
	background-color: #fcfcfc;
}


/*_____________________定義リスト________________________*/
dt{
	font-weight:bold;
	text-decoration:underline;
}

dd{
	font-size:12px;
}


/*_________________Googleカスタム検索____________________*/
/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
#g-k-w-search .gsc-search-box { position: relative; }
 
#g-k-w-search .gsc-search-box tr,
#g-k-w-search .gsc-search-box td { display: block; }
 
#g-k-w-search .gsc-search-box .gsc-input-box { background-color: #F3F3F1; }
 
/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-input,
#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 400px !important;
	padding: 0 !important;
	margin-right: 5px;
	height: 50px;
	vertical-align: top;
	float: left;
}
 
#g-k-w-search .gsc-search-box .gsib_a {
	width: 400px !important;
	padding: 0 !important;
}
 
/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 50px !important;
	padding: 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.4) inset;
	background-position: 5px center !important;
}
 
#g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }
 
/* ボタンの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 100px !important;
	height: 50px;
	float: left;
}
 
/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#g-k-w-search .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 15px;
	left: 350px;
}
 
/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#g-k-w-search .gsc-search-box .gsc-input-box,
#g-k-w-search .gsc-search-box .gsc-input-box-hover,
#g-k-w-search .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
 
/* 検索ボタンの背景をボタンのように見せかける */
#g-k-w-search .gsc-search-box .gsc-search-button {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	/*border-top: 1px solid #774063;
	border-left: 1px solid #774063;
	border-right: 1px solid #2C041E;
	border-bottom: 1px solid #2C041E;*/
	background: #3A0527;
	cursor: pointer;
}
 
/* 検索ボタンの背景部分にテキストを表示させる */
#g-k-w-search .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 35%;
	left: 30%;
	content: '検索' !important;
	color: #FFF;
	font-size: 16px;
}
 
/* 検索ボタンを透明化し背景のみを表示させる */
#g-k-w-search .gsc-search-box button.gsc-search-button-v2,
#g-k-w-search .gsc-search-box button.gsc-search-button {
	width: 100%;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}