@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS for HelpCenter
==================================================
*/

/* Table of Contents
==================================================
  01. reset - リセット用
  02. layout - レイアウト用
  03. general - サイト全般
  04. index - トップページ
  05. entry - 個別記事ページ
  06. article - 投稿記事
  07. category - カテゴリアーカイブ
==================================================
*/


/* =============================================== */
/** 01. reset */
/* ----------------------------------------------- */

* {
  font-size: 100%;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  background: url(http://help.blogpark.jp/images/bg.jpg) #f8f8f8;
  color: #4d4d4d;
  font-size: 0.875em;
  font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
}
img{
  border:0;
}
a {
  color: #216bb1;
  text-decoration: none;
}
a:hover {
  color: #2d90c5;
  text-decoration: underline;
}

/* =============================================== */
/** 02. layout */
/* ----------------------------------------------- */

#container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
#content {
  float: right;
  margin-bottom: 10px;
  width: 662px;
}
#sub {
  float: left;
  width: 238px;
}
#footer {
  clear: both;
  padding: 15px 30px 60px 15px;
  background: #2f90c5;
  color: #fff;
  font-size: 0.875em;
  overflow: hidden;
  zoom: 1;
  height: 18px;
  border-top: 1px solid #ddd;
}
#index #content {
  padding-top: 40px;
  /*border-top: solid 1px #fff;*/
}
#index #sub {
  padding-top: 40px;
  /*border-top: solid 1px #fff;*/
}



/* =============================================== */
/** 03. general */
/* ----------------------------------------------- */

#contentWrapper {
  border-top: solid 1px #fff;
  overflow: hidden;
  zoom: 1;
}

/* header */

#globalHeader {
  position: relative;
  height: 40px;
  background: #2e8fc4;
  background-image: -webkit-linear-gradient(top, #2d8cc3, #226bb0);
  background-image: -moz-linear-gradient(top, #2d8cc3, #226bb0);
  background-image: -o-linear-gradient(top, #2d8cc3, #226bb0);
  font-size: 0.928em;
  overflow: hidden;
  zoom: 1;
}
#globalHeader div,
#pageHeader div {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#globalHeader a {
  padding: 0 15px;
  color: #fff;
}
#globalHeader ul {
  float: left;
  margin: 5px 0;
  background: url(http://help.blogpark.jp/images/header_line.jpg) no-repeat left center;
}
#globalHeader ul li {
  float: left;
  height: 30px;
  background: url(http://help.blogpark.jp/images/header_line.jpg) no-repeat right center;
  line-height: 28px;
}
#globalHeader form {
  float: right;
}
#searchForm {
  position: absolute;
  right: 0;
  top: 8px;
}
#globalHeader #q {
  background-color: #fff;
  background-image: -moz-linear-gradient(center top , #EEEEEE, #fff);
  background-image: -webkit-linear-gradient(center top , #EEEEEE, #fff);
  background-image: -o-linear-gradient(top, #EEEEEE, #fff);
  border: 0;
  border-radius: 5px;
  border: 1px solid #226BB1;
  outline: 0;
  box-shadow: 0 1px 0 #69A4D0;
  color: #666666;
  font-size: 12px;
  height: 20px;
  padding: 2px 30px 2px 5px;
  position: relative;
  width: 215px;
}
#globalHeader #searchForm .bt {
  background: url(http://help.blogpark.jp/images/blog_search.png) no-repeat right center;
  border: medium none;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  text-align: left;
  text-indent: -9999px;
  top: 5px;
  width: 14px;
}
#pageHeader {
  padding: 30px 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  zoom :1;
}
#pageHeader h1 {
  float: left;
}
#pageHeader h1 a {
  padding: 5px 0;
  font-size: 1.714em;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
#pageHeader ul {
  float: right;
  width: 380px;
}
#pageHeader ul li {
  display: inline; /* only for IE */
}
#pageHeader ul li a {
  float: left;
  width: 80px;
  padding: 5px;
  margin-left: 10px;
  color: #333333;
  text-align: center;
  border-radius: 4px;
}
#pageHeader ul li a:hover, 
#pageHeader ul li a.on {
  background: #2f90c5;
  color: #fff;
  text-decoration: none;
}
#pageHeader ul li a.sphone {
  width: 120px;
}
#keywordForm {
  position: relative;
  padding: 5px;
  margin: 20px 0;
  height: 24px;
  width: 400px;
  background: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
  box-shadow: 0 1px 0 #fff;
  zoom: 1;
}
#keywordForm:hover,
#keywordForm:focus {
  border: solid 1px #bbb;
}
#keywordForm .KeywordSearch {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 22px;
  width: 375px;
  color: #4d4d4d;
  background: none;
  line-height: 22px;
  border: 0 none;
  outline: medium none;
}
#keywordForm .KeywordSearchBtn {
  position: absolute;
  top: 10px;
  left: 385px;
  display: inline-block;
  padding: 0;
  height: 15px;
  width: 16px;
  background: url(http://help.blogpark.jp/images/nav_search_s.gif) no-repeat right center ;
  border: 0;
  outline: medium none;
  overflow: hidden;
}
#index #keywordForm .KeywordSearchBtn {
  top: 8px;
  width: 18px;
  height:18px;
  background: url(http://help.blogpark.jp/images/nav_search.gif) no-repeat right center ;
}

#index #searchBox {
  padding-top: 40px;
  overflow: hidden;
  zoom: 1;
  /*border-bottom: solid 1px #ddd;*/
}
#index #searchBox h2 {
  text-align: center;
}

/* sidebar */
#sub .sidetitlebody{
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #fff;
}
#sub .sidetitle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dedede;
  font-size: 1.071em;
  font-weight: bold;
  padding: 5px 0;
}
#sub .side {
  margin-top: -1px;
  border-bottom: solid 1px #fff;
}
.sidebody,
ul.normal li,
.side div.popular-articles table td {
  margin: 5px;
  padding: 0 0 0 10px;
  background: url(http://help.blogpark.jp/images/list_back.gif) no-repeat left 7px;
}
.side div.popular-articles table td.populararticles-rank {
  display:none;
}
#sub ul.menu,
#sub .plugin-categorize .side {
  padding-top: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #fff;
}
#sub ul.menu li,
#sub .plugin-categorize .side .sidebody {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dedede;
  background: none;
  margin: 0;
  padding: 0;
}
#sub ul.menu li a,
#sub .plugin-categorize .side .sidebody a {
  display: block;
  padding: 10px 10px 10px 28px;
  background: url(http://help.blogpark.jp/images/nav_arrow.png) no-repeat 10px center;
  color: #216bb1;
  text-decoration: none;
}
#sub ul.menu li a:hover,
#sub .plugin-categorize .side .sidebody a:hover,
#sub .plugin-categorize .side .sidebody a.on {
  background: #3e94c3 url(http://help.blogpark.jp/images/nav_arrow_on.png) no-repeat 10px center;
  color: #fff;
}
#sub .plugin-categorize .sidetitlebody {
  display: none;
}
#appDownload{
  margin: 20px auto;
  text-align: center;
}
#appDownload h1{
  margin-bottom: 10px;
}
#appDownload li a{
  margin-bottom: 5px;
  display: block;
}


/* footer */

#footer div {
	width: 940px;
	margin: 0 auto;
	line-height: 1.231;
}
#footer ul {
  float: left;
}
#footer ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #62ACD4;
}
#footer a {
  color: #fff;
}
#footer ul li:last-child a {
  border:0;
}
#footer p {
  float: right;
}

/* =============================================== */
/** 04. index */
/* ----------------------------------------------- */

#content .message-board {
  padding: 10px;
  background: #eeeeee;
  border: solid 1px #ddd;
}
/* searchBox */

#searchBox h2 {
  margin-bottom: 15px;
  font-size: 1.285em;
  font-weight: bold;
}
#searchBox dl dt,
#searchBox dl dd {
  float: left;
  font-size: 0.928em;
  color: #4d4d4d;
}
#searchBox dl dd ul li {
  display: inline;
}
#searchBox dl dd ul li a {
  margin-left: 10px;
  color: #216bb1;
  text-align: center;
}
#searchBox dl dd ul li a:hover,
#searchBox dl dd ul li a:active {
  color: #2d90c5;
}
#index #keywordForm {
  margin: 0 0 10px 0;
  box-shadow: 0 1px 0 #fff;
}
#index #keywordForm .KeywordSearch {
  font-size: 1.14em;
}
#content .menuList > li {
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #fff;
  line-height: 1.5;
}
#content .menuList > li .menuListTitle {
  background: url(http://help.blogpark.jp/images/dot.gif) repeat-x left bottom;
}
#content .menuList > li .menuListTitle a {
  display: block;
  padding:0 0 10px 22px;
  margin-bottom: 10px;
  background: url(http://help.blogpark.jp/images/allow.gif) no-repeat left 7px;
  font-size: 1.28em;
}
#content .menuList .menuListChild {
  margin: 5px 10px;
  font-size: 16px;
  line-height: 2.0;
}
#content .menuList .menuListChild li:before {
  content: '- ';
}


.archiveTitle {
  padding-left: 22px;
  background: url(http://help.blogpark.jp/images/allow.gif) no-repeat left 7px;
  font-size: 1.285em;
}


/* =============================================== */
/** 05. entry */
/* ----------------------------------------------- */

#entry .article {
  padding: 25px;
  box-shadow: 0 1px 0 0 #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
#searchBox ol {
  margin: 25px 0;
  overflow: hidden;
}
#searchBox ol li {
  display: inline;
  padding-left: 12px;
  background: url(http://help.blogpark.jp/images/slash.gif) no-repeat left center;
}
#searchBox ol li:first-child {
  background: none;
  padding-left: 0;
}
#searchBox ol li a {
  color: #216bb1;
}
#searchBox ol li a:hover,
#searchBox ol li a:active {
  color: #2d90c5;
}
#entry .article h2 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(http://help.blogpark.jp/images/dot.gif) repeat-x left bottom;
  font-size: 1.714em;
  font-weight: bold;
  line-height: 1.3;
}

/* =============================================== */
/** 06. article */
/* ----------------------------------------------- */

.article {
  padding: 15px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 6px;
  line-height: 1.5;
  word-wrap: break-word;
}
.articleBody img {
  padding: 0 2px;
/*   vertical-align: bottom; */
   vertical-align: middle; 
}
.article img.icon {
  padding: 0 4px;
  vertical-align: middle;
}
.articleBody h3 {
  margin: 2em 0 0.5em;
  font-weight: bold;
  font-size: 1.28em;
}
.articleBody h4 {
  margin: 1.5em 0 0.5em;
  font-weight: bold;
  font-size: 1.08em;
  border-left: 4px solid #666;
  padding: 2px 0 0 8px;
  line-height: 1.4;
  color:#666
}
.articleBody a:link {
  text-decoration: underline;
}
.articleBody p {
  margin: 1em 0;
}

.articleBody dl dt{
  font-weight:bold;
}
.articleBody dl dd{
  margin-left:2em;
}
.articleBody ul,
.articleBody ol{
  margin-left:2em;
}
.articleBody ul>li {
  list-style-type: disc;
  padding: 2px 0;
}
.articleBody ul>li li {
  list-style-type: circle;
}
.articleBody ul>li li li {
  list-style-type: square;
}

.articleBody ol>li {
  list-style-type: decimal;
  padding: 2px 0;
}
.articleBody .unstyled li {
  list-style-type: none;
}

.articleBody blockquote {
  margin: 20px 0;
  padding: 15px;
  border: solid 1px rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
}

.articleBody figure {
  text-align: center;
}
.articleBody figure img {
  margin: 1em auto;
  border:8px solid #fff;
  box-shadow: 0 0 6px #ccc;
}


.articleBody hr {
	border: 0;
	height: 1px;
	margin: 2em 0;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ddd, #555, #ddd);
	background-image:    -moz-linear-gradient(left, #ddd, #555, #ddd);
	background-image:     -ms-linear-gradient(left, #ddd, #555, #ddd);
	background-image:      -o-linear-gradient(left, #ddd, #555, #ddd);
}

.articleBody .notice-info {
	background: url(http://help.blogpark.jp/images/icon_info.png) 14px 12px no-repeat #eff7fe;
	border: 1px solid #c8def9;
	margin: 2em;
	border-radius: 3px;
	padding: 12px 12px 12px 36px;
	color:#444;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size:12px;
}
.articleBody .notice-caution {
	background: url(http://help.blogpark.jp/images/icon_caution.png) 14px 12px no-repeat #fbefc5;
	border: 1px solid #f8d991;
	margin: 2em;
	border-radius: 3px;
	padding: 12px 12px 12px 36px;
	color:#444;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size:12px;
}
.articleBody .notice-warning {
	background: url(http://help.blogpark.jp/images/icon_warning.png) 14px 12px no-repeat #ffd5af;
	border: 1px solid #f8b472;
	margin: 2em;
	border-radius: 3px;
	padding: 12px 12px 12px 36px;
	color:#444;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size:12px;
}

.articleBody [class^="notice-"]>p {
	margin-top: 0;
}

.articleBody .step {
/* 	font-size:12px; */
}
.articleBody .step b{
	padding:2px 4px;
	margin: 0 2px;
	background-color: #f7f7f7;
	border: 1px solid #e3e3e3;
	font-weight: normal;
	color: #205774;
	border-radius:3px;
	white-space: nowrap;
}
.articleBody [class^="notice-"] .step b {
	background-color: rgba(255,255,255,0.5);
	padding: 1px 4px;
}



.articleBody code {
  font-family: Arial, sans-serif;
}
.articleBody pre {
}
.articleBody code.alone {
  border:1px solid #bbb;
  background-color:#fafafa;
  padding:6px;
  border-radius: 4px;
}



/* =============================================== */
/** 07. category */
/* ----------------------------------------------- */
#category #content {}

#category #content-inner {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #fff;
}
#category .article {
  background: none;
  border: none;
  border-top: solid 1px #ddd;
  border-radius: 0;
}
#category .article h2 a {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#category .article:first-of-type {
  border-top: none;
}

#category .archiveList {
	padding: 16px 32px;
}
#category .archiveList li {
	list-style:none;
	margin: 12px 0;
	padding-left: 22px;
	background: url(http://help.blogpark.jp/images/allow.gif) no-repeat left 5px;
	font-size:16px;
}



/* pager */

#content .pager{
  margin:20px 0 10px;
}
#content .pager ul.index-navigator li {
  margin: 0 5px 0 0;
  line-height: 1;
}
.pager ul.index-navigator li a,
ol.pageNavigation li a{
  margin: 0;
  padding: 2px 8px;
  background: #fff;
  border: solid 1px #ddd;
  font-weight: bold;
  color: #2f90c5;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.pager ul.index-navigator li a:hover,
ol.pageNavigation li a:hover {
  background: #d5e9f3;
  color: #2e90c5;
}
.pager ul.index-navigator li.current {
  width: 2em;
  padding: 2px 8px;
  background: #2f90c5;
  border: solid 1px #216db2;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
ol.pageNavigation {
  overflow: hidden;
  zoom: 1;
}
ol.pageNavigation li {
  float: left;
  padding: 10px 0;
}
ol.pageNavigation li.next {
  float: right;
}
ol.pageNavigation li a {
  display:inline-block;*display:inline;*zoom:1;
  color: #3e94c3;
}


/* for Sticky Footer */

html,body {
  height: 100%;
}
#page {
  min-height: 100%;
  height: auto !important; /* for IE6 */
  height: 100%;
}
#contentWrapper {
  overflow: auto;
  padding-bottom: 94px;
}
#footer {
  position: relative;
  margin-top: -94px;
}



.articleBody table{
  border-collapse: collapse;
}
.articleBody table th,
.articleBody table td {
  border:1px solid #ccc;
  padding:3px 6px;
}
.articleBody table th {
  text-align: left;
  background-color:#f3f3f3;
}


.articleBody table.tbl {
  width: 100%;
  margin:5px 0;
  font-size: 12px;
}
.articleBody table.tbl th {
  background: #fafafa;
  font-weight: bold;
  text-align:left;
  white-space: nowrap;
}
.articleBody table.tbl th,
.articleBody table.tbl td{
}
.articleBody table.tbl tr:first-child th {
  background: #eee;
  text-align:center;
}

.article-social-btn{
  text-align: right;
  margin-top: 20px;
}
.article .related-articles{
  margin:40px 0 20px;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius:3px;
}
.article .related-articles h3{
  display:none;
}
.article .related-articles-title{
  bottom:-51px;
  left:12px;
  position:relative;
  font-size:14px;
  margin:0;
  background-color:#fff;
  display:inline-block;
  padding:0 4px;
}
.article .related-articles li{
  padding:0;
  list-style-type: disc;
  margin:2px 4px 2px 20px;
}



/* clearfix 
----------------------------------------------- */
.article .articleBody:after,
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.article .articleBody,
.cf {
  zoom: 1;
}

#category .article{
  position:relative;
}
#category .article .articleBody{
  height:4.5em;
  overflow:hidden;
  padding: 4px 12px 0 22px;
  opacity: 0.75;
  font-size:75%;
}
#category .article .more {
  display:none;
  position: absolute;
  z-index: 100;
  right: 8px;
  bottom: 8px;
  background-color:#fafafa;
  border:1px solid #ddd;
  box-shadow: 0 0 3px #eee;
  border-radius: 4px;
}
#category .article .more a {
  display:block;
  padding: 2px 6px;
}
#category .article .more a:hover {
  background-color: #d5e9f3;
  text-decoration: none;
}

#category .article:hover .more {
  display:block;
}

#bottomContainer {
	border-top: 1px solid #ddd;
	background-color: #fff;
	margin-top:40px;
}

#bottomContainer .inner {
  width: 940px;
  margin: 0 auto;
  padding: 15px 0 20px;
  overflow: hidden;
}

#bottomContainer .sidewrapper {
  float:left;
}
#bottomContainer .plugin-memo{
  margin-right:0;
}

#bottomContainer .sidetitle {
  font-size: 1.071em;
  font-weight: bold;
  padding: 5px 0;
}

#bottomContainer .banner{
  position: relative;
  margin-top: 20px;
}

#bottomContainer .banner .twitter-follow-button {
  position: absolute!important;
  top: 30px;
  left: 75px;
}

#bottomContainer .plugin-popular_articles {
  width:286px;
  padding-right:20px;
  border-right:1px solid #ddd;
}

#bottomContainer .plugin-recent_articles {
  width:288px;
  padding: 0 19px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  margin: 0 -1px;
}

#bottomContainer .plugin-memo {
  width:286px;
  padding-left: 20px;
  border-left:1px solid #ddd;
}



/* jquery.snippet.css */
.sh_the{background:none; padding:0; margin:0; border:0 none;}
.sh_the .sh_sourceCode{background-color:#fff;color:#000;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_keyword{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_type{color:#808;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_string{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_regexp{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_specialchar{color:#000;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_comment{color:#777;font-weight:normal;font-style:italic;}
.sh_the .sh_sourceCode .sh_number{color:#f00;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_preproc{color:#f00;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_function{color:#000;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_url{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_date{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_time{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_file{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_ip{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_name{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_variable{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_oldfile{color:#000;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_newfile{color:#008;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_difflines{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_selector{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_property{color:#00f;font-weight:normal;font-style:normal;}
.sh_the .sh_sourceCode .sh_value{color:#008;font-weight:normal;font-style:normal;}
.snippet-wrap {position:relative;}
*:first-child+html .snippet-wrap {display:inline-block;}
* html .snippet-wrap {display:inline-block;}
.snippet-reveal{text-decoration:underline;}
.snippet-wrap .snippet-menu, .snippet-wrap .snippet-hide {position:absolute; top:10px; right:15px; font-size:.9em;z-index:1;background-color:transparent;}
.snippet-wrap .snippet-hide {top:auto; bottom:10px;}
*:first-child+html .snippet-wrap .snippet-hide {bottom:25px;}
* html .snippet-wrap .snippet-hide {bottom:25px;}
.snippet-wrap .snippet-menu pre, .snippet-wrap .snippet-hide pre {background-color:transparent; margin:0; padding:0;}
.snippet-wrap .snippet-menu a, .snippet-wrap .snippet-hide a {padding:0 5px; text-decoration:underline;}
.snippet-wrap pre.sh_sourceCode{font-size:12px;font-family: Monaco, Menlo, Consolas, "Courier New", monospace;padding:2.5em 2em 1em;line-height:1.6em;position:relative;border-radius:3px;background-color:#fdfdfe;border: 1px solid #E1E1E8;white-space:pre-wrap;}
.snippet-wrap pre.snippet-textonly {padding:2em;}
*:first-child+html .snippet-wrap pre.snippet-formatted {padding:2em 1em;}
* html .snippet-wrap pre.snippet-formatted {padding:2em 1em;}
.snippet-reveal pre.sh_sourceCode {padding:.5em 1em; text-align:right;}
.snippet-wrap .snippet-num li{padding-left:1.5em;}
.snippet-wrap .snippet-no-num{list-style:none; margin:0;}
.snippet-wrap .snippet-no-num li {list-style:none; padding-left:0;}
.snippet-wrap .snippet-num {margin:1em 0 1em 1em; padding-left:3em;}
.snippet-wrap .snippet-num li {list-style:decimal-leading-zero outside none;}
.snippet-wrap .snippet-no-num li.box {padding:0 6px; margin-left:-6px;}
.snippet-wrap .snippet-num li.box {border:1px solid; list-style-position:inside; margin-left:-3em; padding-left:6px;}
*:first-child+html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;}
* html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;}
.snippet-wrap li {padding:0 !important;}
.snippet-wrap li.box-top {border-width:1px 1px 0 !important;}
.snippet-wrap li.box-bot {border-width:0 1px 1px !important;}
.snippet-wrap li.box-mid {border-width:0 1px !important;}
.snippet-wrap .snippet-num li .box-sp {width:18px; display:inline-block;}
*:first-child+html .snippet-wrap .snippet-num li .box-sp {width:27px;}
* html .snippet-wrap .snippet-num li .box-sp {width:27px;}
.snippet-wrap .snippet-no-num li.box {border:1px solid;}
.snippet-wrap .snippet-no-num li .box-sp {display:none;}
.snippet-wrap{margin: 2em 0;z-index:10;}
.snippet-wrap pre:before{position: absolute;top: -1px;left: -1px;padding:2px 16px;font-weight: bold;border:1px solid #E1E1E8;background-color:#fbfbfc;border-radius: 3px 0 3px 0;color:#000;
}
.snippet-wrap pre.html:before{
  content: 'HTML';
}
.snippet-wrap pre.css:before{
  content: 'CSS';
}
.snippet-wrap pre.js:before{
  content: 'JavaScript';
}
.snippet-wrap pre.xml:before{
  content: 'XML';
}
.snippet-wrap pre.perl:before{
  content: 'Perl';
}
.snippet-wrap pre.sample:before{
  content: '記述例';
}

/* 何に使ってたか不明
.sample-set{background-color:#fafafa;border-radius:3px;border:1px solid #ccc;}
.sample-set .snippet-wrap{margin-bottom: 1em;}
*/

figure.example{
	border-radius:3px;
	border:1px solid #ddd;
	margin:-32px 0 0 0;
	width:608px;
	padding-top:2em;
	position:relative;
	font-size:12px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
figure.example:before{
	position: absolute;
	top: 2px;
	left: -1px;
	padding:2px 16px;
	font-weight: bold;
	border:1px solid #E1E1E8;
	background-color:#fbfbfc;
	border-radius: 3px 0 3px 0;
	color:#000;
	content: 'View';
}
.articleBody figure.example img {
  box-shadow: none;
}

.articleBody .view {
	border-radius:3px;
	border:1px solid #ddd;
	width:608px;
	padding-top:2em;
	position:relative;
	font-size:12px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.articleBody .view:before{
	position: absolute;
	top: 2px;
	left: -1px;
	padding:2px 16px;
	font-weight: bold;
	border:1px solid #E1E1E8;
	background-color:#fbfbfc;
	border-radius: 3px 0 3px 0;
	color:#000;
	content: 'View';
}
.articleBody .view img {
  box-shadow: none;
}
.articleBody .combine {
	margin:-32px 0 0 0;
}


.well{
	padding: 16px;
	margin: 1em 0;
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

kbd {
	text-shadow: 0 1px 0 #fff;
	padding:4px 5px 2px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 2px #777;
	background-color: #fafafa;
	margin: 0 3px;
	color: #555;
  font-family:"Meiryo UI",monospace;
  font-size:12px;
}


/* 検索 */
#helpSearch {
  width: 60%;
  min-height:55px;
  margin: 0 auto;
  clear: both;
}
#helpSearch .sf{
  padding: 6px;
  height: 20px;
}
#helpSearch .side input.sf{
  width: 83%;
}

#helpSearch .sfbtn{
  background-color: #2F90C5;
  background-image: url(http://help.blogpark.jp/parts/button/search.png)!important;
  background-repeat: no-repeat;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  text-indent: -9999px;
  width: 70px;
  padding: 7.5px;
  background-position: 29px;
  position: relative;
  top: -1px;
}




.article h3 {
  padding: 5px 10px;
  background: #f8f8f8;
  border-left: solid 5px #3e94c3;
  font-size: 1.28em;
}