/* 正規表現コンテンツに使うスタイル */
/*============目次============
　1. clear
　2. 上書き項目
　3. 共通
　4. メタ文字一覧
　5. サンプル一覧
============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.ClearFix {
	display: inline-block;
	zoom: 100%;
}
/* 文中のクリア */
BR.cl {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/*===========================
■2. 上書き項目
============================*/
body{
	line-height:100% !important;
}
DIV#MainArea960.nobg {
	background: none;
}
DIV#MainArea960.nobg .Contents {
	float: left;
	width: 740px;
	border: 1px solid #CCC;
}
DIV#MainArea960.nobg .Contents .ContentInner {
	width: 720px;
	margin: 10px;
}
DIV#MainArea960.nobg .Section {
	width: 720px;
}
DIV#MainArea960.nobg .SectionInner {
	width: 705px;
	margin-left:15px;
}
DIV.Status {
	width: 960px;
}
/*===========================
■3. 共通
============================*/

/*---- 右ナビエリア ----*/

.RNaviArea{
	float: right;
	width: 200px;
	margin:0 0 15px 0;
	font-size: 75%;
}

DIV#MainArea960.nobg .RNavi {
	/*	background-color: #D6E2F8;*/
background:url(img/navi_middle.gif) repeat-y;
}
DIV#MainArea960.nobg .RNavi UL {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0.7em;
	padding: 0;
}
DIV#MainArea960.nobg .RNavi DL {
	/*    margin-bottom: 20px;*/
margin:5px 7px 0px 7px;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DT {
	width:175px;
	padding:8px 5px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	background:url(img/navi_ttl.gif) no-repeat;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD {
	/*    margin: 5px;*/
margin:0px;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD span {
	background-color: #CCC;
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL {
	list-style-type: none;/*	margin-top: 5px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI {
/*	margin-bottom: 5px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI A {
	display: inline-block;
	width:168px;
	background:url(img/navi_menu.gif) left center no-repeat;
	padding:7px 0 7px 17px;
	border-bottom:1px solid #ddd;/*	background: url(/common/img/tool/list_yaji_s.gif) no-repeat 2px 2px;*/
/*	padding-left: 16px;*/
/*	min-height: 20px;*/
}
DIV#MainArea960.nobg .RNavi DL.MenuList DD UL LI A:hover {
	background:url(img/navi_menu_on.gif) left center no-repeat;
	color:#fff;
}
DIV#MainArea960.nobg .BanList UL {
	list-style-type: none;
	margin:10px;
}

/* メニュー選択状態 */
DIV#MainArea960.nobg .RNavi.sample_01_selected DL.MenuList DD UL LI#sample_01 A,
DIV#MainArea960.nobg .RNavi.sample_02_selected DL.MenuList DD UL LI#sample_02 A,
DIV#MainArea960.nobg .RNavi.about_01_selected DL.MenuList DD UL LI#about_01 A,
DIV#MainArea960.nobg .RNavi.about_02_selected DL.MenuList DD UL LI#about_02 A,
DIV#MainArea960.nobg .RNavi.meta_01_selected DL.MenuList DD UL LI#meta_01 A,
DIV#MainArea960.nobg .RNavi.meta_02_selected DL.MenuList DD UL LI#meta_02 A{
	background:url(img/navi_menu_on.gif) left center no-repeat;
	color:#fff;
	text-decoration:none;
}

/*---- 右ナビエリア-mifes ----*/

DIV#MainArea960.nobg .RNavi_mifes {
	background:url(img/navi_mifes_middle.gif) repeat-y;
}
DIV#MainArea960.nobg .RNavi_mifes ul {
	margin:0;
	padding:0;
}
DIV#MainArea960.nobg .RNavi_mifes ul li {
	margin:7px 0 7px 10px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(img/ar.gif) left center no-repeat;
}
/*---- 右ナビエリア-megasoft ----*/

DIV#MainArea960.nobg .RNavi_megasoft {
	margin-top:10px;
}
DIV#MainArea960.nobg .RNavi_megasoft ul {
	margin:0;
	padding:0;
}
DIV#MainArea960.nobg .RNavi_megasoft ul li {
	margin:7px 0 7px 10px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(img/ar.gif) left center no-repeat;
}
/* フォント指定 */

H1, H2, H3, TABLE.seikiSampleList TH.head, TABLE.seikiSampleListR TH.head, #sample_sub .main TABLE H2, #sample_sub .main TABLE TH {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
/* 文字色指定 */

span.Cred {
	color: #FF0000;
	font-weight: bold;
	background-color: none;
}
span.Cgray {
	color: #AAAAAA !important;
	font-weight: bold;
	background-color: none;
}

.submenu span{
	color:#ff0000;
}
/* 文字背景色指定 */

#sample_sub .result_search .sampleview EM, .intro_meta .sampleview EM,#sample_sub .result_replace .sampleview EM {
	background-color: #EBDEC0;
	font-style: normal;
	padding:0;
}
#sample_sub .result_replace .sampleview EM {
	background-color: #D2DBF0;
	font-style: normal;
}
/* 見出し */
/*DIV#MainArea960.nobg .title {
background:url(img/bk_h1.jpg) no-repeat;
	width:740px;
	height:153px;
	text-indent:-9999px;
}*/


/*.nobg .ContentInner h1 {
	background:url(img/bk_h2.gif) no-repeat;
	padding:16px 0;
	margin:0 0 15px 0;
	width:720px;
	text-indent:15px;
	font-size:130%;
	color:#9c0500;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
.nobg .ContentInner h1.pat02 {
	background:url(img/bk_h2.gif) no-repeat;
	padding:16px 0 0 0;
	margin:0 0 15px 0;
	width:720px;
	height:59px;
	text-indent:15px;
	font-size:130%;
	color:#9c0500;
	font-weight:bold;
}
.nobg .ContentInner h1.pat02 span {
	font-size:55%;
	font-weight:normal;
	color:#333;
	margin-top:0;
	margin-left:10px;
	padding-top:0;
}
.nobg .ContentInner h1.pat03{
	background:url(img/bk_h2.gif) no-repeat;
	padding:0;
	margin:0 0 15px 0;
	width:720px;
	height:59px;
	text-indent:15px;
	font-size:130%;
	color:#9c0500;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nobg .ContentInner h1.pat03 .ttl{
	float:left;
	width:70%;
	margin:22px 0 0 0;
}
.nobg .ContentInner h1.pat03 .ttl_sub{
	font-size:13px;
}
.nobg .ContentInner h1.pat03 .gotoindex{
	float:right;
	width:140px;
	font-size:60%;
	margin:20px 0 0 0;
	background:url(img/ar.gif) left center no-repeat;
}

.nobg .ContentInner h2 {
	background:url(img/bk_h3.gif) no-repeat;
	padding:8px 0;
	margin:0 0 15px 0;
	width:720px;
	text-indent:45px;
	font-size:110%;
	color:#302e2c;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nobg .ContentInner h3 {
	padding:6px 0 0 0;
	margin:10px 0 5px 15px;
	color:#7e5418;
	font-size:105%;
	border-top:1px dotted #87816d;
}
/* 段落設定 */

.nobg .ContentInner p {


}
/*===========================
■4. メタ文字一覧
============================*/

/* 一覧表 */

TABLE.metaList {
	border-collapse: collapse;
	margin: 0 0 10px 15px;
	width: 705px;
}
TABLE.seikiSampleList TH, TABLE.metaList TD {
	font-size: 80%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
TABLE.seikiSampleList TH {
	font-weight: normal;
	letter-spacing: 0.1em;
	width: 20%;
}
TABLE.seikiSampleList TH.gray {
	background-color: #EAEAEA;
}

TABLE.seikiSampleList TR.odd {
	background-color: #F7F2E6;
}
/*===========================
■5. 正規表現サンプル集
============================*/

/*----------------------------
サンプル一覧
----------------------------*/

/* 一覧表
検索：seikiSampleList
置換：seikiSampleListR
 */

TABLE.seikiSampleList, TABLE.seikiSampleListR {
	border-collapse: collapse;
	margin: 0 0 10px 15px;
	width: 705px;
}
TABLE.seikiSampleList TH, TABLE.seikiSampleList TD {
	font-size: 80%;
	font-weight: normal;
	padding: 10px 10px;
	border: 1px solid #CCC;
}
TABLE.seikiSampleListR TH, TABLE.seikiSampleListR TD {
	font-size: 80%;
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

/* cel01,2,3=40,10,50 になってたのを修正*/
/* cel02.font-size：75%になってたのを修正*/
TABLE.seikiSampleListR TH.cel01{
	width:40;
}
TABLE.seikiSampleListR TH.cel02{
	width:10%;
	font-size:72%;
	color:#444;
}
TABLE.seikiSampleListR TD.cel03{
	width:50%;
}
TABLE.seikiSampleList TH.head, TABLE.seikiSampleListR TH.head {
	padding: 10px 3px 10px 10px;
	background-color: #E7E7E7;
	font-size: 100%;
	width: 50%;
	line-height: 120%;
}
TABLE.seikiSampleList TH.head SPAN, TABLE.seikiSampleListR TH.head SPAN {
	margin-left: 5px;
	font-size: 80%;
}
/* 奇数行に背景色つける（classの付加は自動なのでタグ書かなくてOK） */
TABLE.seikiSampleList TR.odd {
	background-color: #F7F2E6;
}
TABLE.seikiSampleList TH A, TABLE.seikiSampleListR TH A {
	display: inline-block;
	min-height: 16px;
}
TABLE.seikiSampleListR col.pattern {
	width: 15%;
	background-color: #EEE;
}
TABLE.seikiSampleList TD, TABLE.seikiSampleListR TD {
	letter-spacing: 0.1em;
/*	white-space:nowrap;
*/}
TABLE.seikiSampleList TD SPAN, TABLE.seikiSampleListR TD SPAN {
/*	color: #FF0000;		*/
}
TABLE.seikiSampleList TD EM, TABLE.seikiSampleListR TD EM {
	color: #666666;
	font-style: normal;
}
/*----------------------------
サンプル詳細
----------------------------*/

#sample_sub .main {
}
#sample_sub .result_search {
}
#sample_sub .result_replace {
}
#sample_sub .main TABLE {
	width:705px;
	border-collapse: collapse;
	margin: 0 0 10px 15px;
}
#sample_sub .main TABLE TH, #sample_sub .main TABLE TD {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 100%;
}
#sample_sub .main TABLE TH {
	background-color: #E7E7E7;
	width: 30%;
}
#sample_sub .main TABLE TH.pattern {
	font-size: 90%;
	color:#333;
	letter-spacing: 0;
	background-color: #EAEAEA;
	width: 15%;
}
#sample_sub .main TABLE TD {
	letter-spacing: 0.1em;
	font-weight: bold;
	/*white-space:nowrap;*/
}
#sample_sub .main TABLE H2 {
	color: #000;
	width:100%;
	margin: 0;
	padding:0;
	font-size:100%;
	text-indent:0;
	background:none;
}
#sample_sub h3{
	margin:0px 0 5px 15px;
	color:#7e5418;
	font-size:105%;
	border-top:none;
}
.sampleview {
	border: 2px solid #CCC;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top:4px;
}
.intro_meta .sampleview P, #sample_sub .result_search .sampleview P, #sample_sub .result_replace .sampleview P {
	margin:0;
	font-size: 80%;
	letter-spacing: 0.1em;
}
#sample_sub .info_meta TABLE {
	border-collapse: collapse;
	margin:0 0 0 15px;
	width: 705px;
}
#sample_sub .info_meta TABLE TH, #sample_sub .info_meta TABLE TD {
	line-height: 140%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
#sample_sub .info_meta TABLE TH {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #EAEAEA;
}
#sample_sub .info_meta TABLE TD {
	font-size: 75%;
}
/*----------------------------
ページ送り
----------------------------*/

/* pagination
ページ数（1、2、3…）でページ送り */

div#MainArea960 .Section.pagination {
	margin: 0;
	padding-top: 3px; /*IE6*/
	text-align: center;
	font-size: 90%;
	clear:both;
}
.pagination a {
	padding: 2px 5px;
	margin: 2px 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #003399;
}
.pagination a:hover, .pagination a:active {
	background-color: #643800;
	border: 1px solid #643800;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #643800;
	background-color: #643800;
	color: #FFFFFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* pagination_wide
ページ名などでページ送り */

.pagination_wide {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
}
.pagination_wide a {
	width: 180px;
	padding: 5px;
	margin: 0 20px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #003399;
	display: inline-block;
}
.pagination_wide2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
}
.pagination_wide2 a {
	width: 45%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #003399;
	display: inline-block;
}
.pagination_wide a:hover, .pagination_wide a:active {
	background-color: #7E5418;
	border: 1px solid #7E5418;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination_wide a.pagination_hidden {
	width: 180px;
	padding: 5px;
	margin: 0 20px;
	display:inline-block;
	visibility:hidden;
}
.Section2{
	padding:20px 0;
	font-size:130%;
}





/*　三角　*/

li{
list-style: none;
cursor: pointer;
}
ul.acordion{
margin: 0 !important;
padding: 0;
}

ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
ul.acordion li ul li {

}
ul.acordion li ul li:last-child{
border-bottom: none;
}
ul.acordion li ul li a {
padding: 5px;
text-decoration: underline !important;
}
ul.acordion li span{

}
.spanin{
	width:95%;
	display:block;
}
ul.acordion li{
	margin:0 !important;
	font-size:100% !important;
}
ul.acordion li .none-submenu {
background: url(img/trigger-arrow.png) no-repeat 100% 50%;
background-size: 2%;
display: block;
}
ul.acordion li .active-submenu {
background: url(img/triggeractive-arrow.png) no-repeat 100% 50%;
background-size: 2%;
display: block;
padding: 0 0 5px 0;
}
#attention{
	text-align:right;
	font-size:70%;
	padding-bottom:5px;
}
#attention img{
	padding:4px 2px 0 0;
	width:2%;
}
ul.none{
	margin:0 !important;
}
ul.none li{
	margin:0 !important;
	padding:0 !important;
	font-size:100% !important;
}
ul.pageNav02 {
	margin: 30px 0 25px !important;
	padding: 20px 10px 20px;
	background: #fff;
	text-align: center;
}

ul.pageNav02 li {
	display: inline;
	margin: 0 2px !important;
	padding: 20px 0;
}

ul.pageNav02 li span,
ul.pageNav02 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 10px 20px;
	background: #E3E3E3;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav02 li a:hover {
	color: #fff;
	background: #ACB2DB;
	border-color: #00f;
}
@media only screen and (max-width: 600px) {
	.nobg .ContentInner h2#search {
	font-size:90% !important;
}
ul.acordion li .none-submenu{ background: url(img/trigger-arrow.png) no-repeat 100% 50%; 
background-size: 5%;}

ul.acordion li .active-submenu{ background: url(img/triggeractive-arrow.png) no-repeat 100% 50%; 
background-size: 5%;}

.nobg .ContentInner h1.pat02 span {
	font-size:60%;
	font-weight:normal;
	color:#333;
	margin: 0 !important;
	padding-top:5px;
	width:100%;
	display:block;
}
#sample_sub .main TABLE {
	width:100%;
	margin: 0;
}
#sample_sub .main TABLE TH {
	width: 50%;
}
.sampleview {
	margin-left: 0;
}
#sample_sub .info_meta TABLE {
	margin:0;
	width: 100%;
}
#sample_sub h3{
	margin:0px 0 5px 0;
}
#attention img{
	padding:4px 2px 0 0;
	width:3%;
}
.nobg .ContentInner h2 {
	font-size:85%;
}
}

@media screen and (min-width: 768px){

.title_sp,.type01,#mifes,#bunner,.pagination_wide2{
	display:none;
}
}

@media screen and (max-width: 767px){
#Outline,.Contents,.title{
	width:100% !important;
}
.title img{
	width:100% !important;
}

#bunner{
	width:95%;
}
#bunner img{
	width:100%;
}
/*DIV#MainArea960.nobg .title_sp {
	background:url(img/bg.jpg) repeat-x;
	width:100%;
}
DIV#MainArea960.nobg .title_sp img{
	width:100%;
}*/
.nobg .ContentInner h1.pat03 .gotoindex{
	font-size:80% !important;
	width:170px !important;
}
.nobg .ContentInner h1.pat03 .ttl{
	width:400px !important;
}
DIV#MainArea960, DIV#MainArea960b{
	width:100% !important;
}
.nobg .ContentInner h1.pat03{
	width:100% !important;
}
.seikiSampleList{
	width:100% !important;
	table-layout: fixed;　　/*追加する*/
}
DIV#MainArea960.nobg .Contents{
	border:none !important;
}
DIV#MainArea960.nobg .Section{
	width:100% !important;
}

.Section2 table{
	font-size:130% !important;
}
DIV#MainArea960.nobg .Section2 table td{
	width:30px !important;
}
TABLE.seikiSampleList TH, TABLE.seikiSampleList TD{
	font-size:90% !important;
	line-height:130% !important;
	word-wrap:break-all;
}
DIV#MainArea960.nobg .Contents .ContentInner{
	width:98% !important;
	margin:1% !important;
}
.RNaviArea,.Section2,.gotoindex,.pagination_wide{
	display:none !important;
}
TABLE.seikiSampleList, TABLE.seikiSampleListR{
	margin:0;
}
TABLE.seikiSampleList TH.head SPAN, TABLE.seikiSampleListR TH.head SPAN{
	font-size:90%;
}


table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:100%;
	font-size:90%;
	margin-bottom:20px;
	background:#fff;
}
table.type01 .menu_title{
	background:#504f4f;
	color:#fff;
	font-weight:bold;
	padding: 6px 0 6px 6px;
}
table.type01 th {
	width: 50%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #CCC;
}
table.type01 td {
	background: url("img/arrow.gif") no-repeat scroll 7px 9px transparent;
	width: 50%;
	padding: 6px 0 5px 25px;
	vertical-align: top;
	border: 1px solid #ccc;
}
table#mifes td{
	width:42%;	
}
table#mifes td#pack{
	width:15%;
}
table#mifes td#pack2{
	width:2%;
}
}