A.external {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO5QAADuUB1UTNawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADdSURBVBiVYzxn5fCGTUKSmQEH+P/zB9Ofrz/qDfZvm8DAwMDAwsLLw8oqKsyHS8O/b98Y/v18JQDjM14JDHvLa24q9OvZc4Zfz19gsYKBgeE/w38GRsb/rCJCn1m4NNU/ypWXCF32CmBgl5PFZREjAwMD48/nz/mZcKnABVhgDDZJCQb56nK8ih+1dTGw/Hn3nu3b9RsMTOzsDOyyMng1MLKxMjB9vXGr/HZ+aeb/f//+E+Wm////M/z//5/hVkbu3/8EwO28ov+M//9DDL5TUPqJ4f8/XryG//v/CwDY9m8jCOSUEAAAAABJRU5ErkJggg==) no-repeat scroll left center transparent;
  padding-left: 13px;
}
@charset "utf-8";
/* CSS Document */

/*---------------------------------  content-styles.css  ---*/

/* top
-------------------------------------------------------------------*/
/* news */
.entry{
	margin-bottom:20px;
}
.entry h2,
.entry h3{
	border:0!important;
	margin:0 0 5px 0!important;
	padding-top:20px;
}
.entry h2 a,
.entry h3 a{
	color:#000;
}
.entry h2 a:hover,
.entry h3 a:hover{
	color:#666;
	text-decoration:underline;
}
.entry .posted{
	font-size:80%;
	border-bottom:1px dotted #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
}

/* menu */
.topmain{
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:20px;
	color:#666;
	background:#f2f2f2;
}

@media screen and (min-width:769px){
	.topmain_left{
		float:left;
		width:48%;
	}
	
	.topmain_right{
		float:right;
		width:48%;
	}
}

.topmain h2{
	margin-bottom:10px!important;
	padding:5px 10px!important;
	line-height:100%;
	font-size:150%;
	background:#4A4A4A;
	border:0!important;
	color:#aaa;
}
.topmain h2 a{
	color:#fff!important;
	text-decoration:none;
}
.topmain h2 a:hover{
	color:#aaa!important;
	text-decoration:underline;
}
.topmain strong{
	background:none!important;
	font-size:120%;
}
.topmain ul{
	margin:0 0 40px 20px!important;
}
.topmain li{
	margin-bottom:10px;
}
.topmain li a{
	color:#000;
	text-decoration:none;
}
.topmain li a:hover{
	color:#666;
	text-decoration:underline;
}




/* google search
-------------------------------------------------------------------*/
div.main {
  margin-top: 40px;
  margin-bottom: 20px;
}

/*
#content .main h1 {
  font-weight: bold;
  font-size:180%;
  color: #993333;
  text-align:left;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:10px;
  border-top: 4px solid #ff9900;
  border-bottom: 1px dotted #999999;
}

#content .main h2 {
  background-color:#dddddd;
  border-top: 1px solid #660000;
  border-bottom: 1px dotted #999999;
  border-left: 10px solid #660000;
  border-right: 1px solid #660000;
  color: #451811;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  font-size:150%;
  font-weight:bold;
}
#content .main h3 {
  font-weight: bold;
  padding-left:10px;
  padding-top:5px;
  padding-bottom:5px;
  color: #451811;
  font-size:130%;
  margin-top:10px;
  margin-bottom:10px;
  border-left: 5px solid #660000;
  border-bottom: 1px solid #666666;
}

#content .main h4 {
  margin-top:10px;
  font-weight: bold;
  color: #451811;
  font-size:100%;
}


#content .main h5 {
  margin-top:10px;
  border:3px solid #bbcbd2;
  font-weight: bold;
  padding-left:15px;
  color: #451811;
  font-size:100%;
}

#content .main h6 {
  margin-top:10px;
  font-weight: bold;
  background-color:#D2BBBB;
  padding-left:15px;
  padding-top:3px;
  padding-bottom:3px;
  color: #451811;
  font-size:100%;
}

#content .main p {
  color: #232323;
}
#content #sitemap a{
  margin-top:10px;
  font-weight: bold;
  color: #451811;
  font-size:100%;
}
.main pre {
  white-space: -moz-pre-wrap;  Mozilla
  white-space: -pre-wrap;      Opera 4-6
  white-space: -o-pre-wrap;    Opera 7
  white-space: pre-wrap;       CSS3 
  word-wrap: break-word;       IE 5.5+
  word-break:break-all;
  color: #000033;
  padding: 10px;
  line-height: 120%;
  border: 1px solid #999999;
  background-color: #D8E2E2;
}

#content .main a {
  text-decoration: underline;
  color: #A50D15;
}

#content .main a:link {
  text-decoration: underline;
  color: #A50D15;
}

#content .main a:visited, #content .main a.visited {
  text-decoration: underline;
  color: #6c006c;
}

#content .main a:hover,#content .main a.hover {
  text-decoration: none;
  color: #6D090E;
}

#content .main ol{
  padding-left:32px;
}
#content .main ul{
  padding-left:15px;
}
#content .main dd{
   position: relative; left:20px;
}
#content .main dd dt{
    font-weight: bold;

}
#content .menu {
    list-style: decimal outside;
    margin-left: 15px;
}*/

table{
	margin-bottom:20px;
}
th{
	font-size: 100%;
	font-weight: bold;
	padding:5px;
	border:1px solid #ddd;
	background:#f2f2f2;

}
td {
	color:#000000;
	line-height:150%;
	font-size: 100%;
	word-wrap: break-word;
	padding:5px;
	border:1px solid #ddd;

}
.tocenter {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}
.syntaxhighlighter {
     border: solid 1px #D2D2D2;
	 margin-bottom:20px;
}
.syntaxhighlighter table{
	margin:0;
}
.syntaxhighlighter td{
	border:0;
}

/* page navi */
.page_navi{
	background:#f2f2f2;
	padding:15px;
	margin-bottom:10px;
}
.page_navi strong{
	background:none!important;
	font-size:140%;
	margin-bottom:10px!important;
	display:block;
}
.page_navi ul{
	margin-bottom:0!important;
}

/**/
#content .footnote {
	font-size:60%;
	margin-bottom:0px;
}
#content .footnote a:before {
    content: "(*";
}
#content .footnote a:after{
    content: ")";
}



/* google search
-------------------------------------------------------------------*/
 .gsc-control-cse {
	  color:#000;
  }
  input.gsc-input {
    border-color: #BCCDF0;
  }
  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  
  .gs-title{
	  border:0!important;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
	color:#257ac9!important;
	text-decoration:none!important;
	border:0;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
	color:#257ac9!important;
	text-decoration:none!important;
	border:0;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
	color:#c9252c!important;
	text-decoration:underline!important;
	border:0;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
	color:#c9252c!important;
	text-decoration:underline!important;
	border:0;
  }
  .gsc-cursor-page {
    color: #0000CC;
  }
  a.gsc-trailing-more-results:link {
    color: #0000CC;
  }
  .gs-webResult .gs-snippet {
	color: #000000!important;
	  font-size:100%!important;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #008000;
	font-weight:lighter!important;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
	color: #000000!important;
	  font-size:100%!important;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #008000;
  }



/* Search Box 201106 */
#cse-search-form{
	position:absolute;
	top:19px;
	right:0;
	width:350px!important;
}

/*20180507 fix gsc */
#cse-search-form{
    height: 40px !important;
    overflow: hidden;
}

#cse-search-form td {
	border: none;
}
#cse-search-form table{
	margin: 0;
}
#cse-search-form .gsc-control-cse {
	border: none;
        padding: 0.5em;
}
/* ---  */


.cse-search-form{
	width:auto;
}
.gsc-search-box{
	width:240px;
}
.gsc-clear-button{
	display:none!important;
}
.gsc-search-box table,
.gsc-resultsRoot table{
	border:0;
}
.gsc-search-box td,
.gsc-resultsRoot td{
	border:0;
	padding:0;
}
input.gsc-input{
	height:17px;
	border:1px solid #ddd!important;
	padding:3px;
	vertical-align:middle;
	font-size:80%;
	color:#000!important;
}
#gsc-search-box input.gsc-input{
	width:197px!important;
}
/* Search button
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}*/
.cse input.gsc-search-button,
input.gsc-search-button {
	display:block;
	background:url(/common/img/search_btn.gif) no-repeat;
	width:35px;
	height:25px;
	text-indent:-999px;
	padding:0;
	border:0!important;
	text-shadow:none!important;
}



/* 検索結果 */
div#adBlock{
	background:#ddd!important;
}

/* SNS */
.sns {
    margin: 20px 0;
}
.facebook, .twitter, .hatena{
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 0 0;
}
