/* ###########################################################################
GLOBAL
########################################################################### */
body { /* margin-top: 45px; */
	margin-top: 5px;
/* 
 	background-image: url("/static/img/wallpaper/wall4.png");
	background-repeat: repeat;
  */
    /* タービュランス */
	/* background-color: #6C7B8B; */
	/* エメラルド */
	/* background-color: #009370; */
	background-color: #E8E8E8;
	margin-bottom: 70px;
}

.sub_contents p {
	border-bottom: dashed 1px #E8E8E8;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.width_max {
	width: 100%;
}

.width_half {
	width: 50%;
}

.width_33 {
	width: 33%;
}

.width_32 {
	width: 32%;
}

.margin_left5 {
	margin-left: 5px;
}

.margin_left10 {
	margin-left: 10px;
}

ul.list_style_none {
	list-style-type: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.overflow_hidden {
	overflow: hidden;
}

.pointer {
	cursor: pointer;
}

/* -----------------------------------------------------------------------------
hr
----------------------------------------------------------------------------- */
hr.transparent1 {
	margin: 1px 0px 1px 0px;
	background: none;
	border: none;
	height: 0px;
	padding: 0px;
}
hr.transparent3 {
	margin: 3px 0px 3px 0px;
	background: none;
	border: none;
	height: 0px;
	padding: 0px;
}
hr.transparent5 {
	margin: 5px 0px 5px 0px;
	background: none;
	border: none;
	height: 0px;
	padding: 0px;
}

/* -----------------------------------------------------------------------------
フォント
----------------------------------------------------------------------------- */
.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.feature_red {
	color: RED;
	font-weight: bold;
}

.feature_pink {
	color: #FF34B3;
	font-weight: bold;
}

.feature_orange {
	color: #CD661D;
	font-weight: bold;
}

.feature_yellow {
	color: #8B8B00;
	font-weight: bold;
}

.feature_blue {
	color: #0000FF;
	font-weight: bold;
}

.feature_green {
	color: #008B00;
	font-weight: bold;
}

img.screenshot {
	border: 1px #A9A9A9 solid;
	width: 100%;
}

div.border {
	padding: 0px;
	border: 1px #A9A9A9 solid;
}

.sub_contents {
	border: 1px #DCDCDC solid;
	padding: 5px;
	margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------
リスト
----------------------------------------------------------------------------- */
ul.social {
	list-style-type: none;
	margin: -5px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

ul.social li {
	float: left;
}

ul.social li.hatena {
	padding-right: 25px;
}

ul.social li.twitter {
	margin-right: -15px;
}

ul.social li.google {
	margin-right: -8px;
}

ul.social li.facebook {
	padding-right: 20px;
}

/* -----------------------------------------------------------------------------
テーブル
----------------------------------------------------------------------------- */
table th {
	text-align: center;
}

/* -----------------------------------------------------------------------------
ラベル
----------------------------------------------------------------------------- */
.label_base {
	height: 30px;
	line-height: 33px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.label_silver {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#ffffff) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#ffffff' );
	border: 1px solid #c0c0c0;
}

.label_silver_green {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #E0EEE0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#E0EEE0) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#E0EEE0' );
	border: 1px solid #c0c0c0;
}

.label_silver_blue {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #F0F8FF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#F0F8FF) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#F0F8FF' );
	border: 1px solid #c0c0c0;
}

.label_silver_navy {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #E6E6FA);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#E6E6FA) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#E6E6FA' );
	border: 1px solid #c0c0c0;
}

.label_silver_orange {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #FAF0E6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#FAF0E6) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#FAF0E6' );
	border: 1px solid #c0c0c0;
}

.label_silver_red {
	color: BLACK;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc 50%, #CFCFCF 51%, #FFF0F5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),
		color-stop(.5, #dcdcdc), color-stop(.5, #CFCFCF), to(#FFF0F5) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF',
		endColorstr='#FFF0F5' );
	border: 1px solid #c0c0c0;
}

.sub_contents {
	background-color: white;
}

/* -----------------------------------------------------------------------------
width height
----------------------------------------------------------------------------- */
.size-100per {
	width: 100%;
	height: 100%;
}
.size-90per {
	width: 90%;
	height: 90%;
}
.size-80per {
	width: 80%;
	height: 80%;
}
.size-70per {
	width: 70%;
	height: 70%;
}
.size-60per {
	width: 60%;
	height: 60%;
}
.size-50per {
	width: 50%;
	height: 50%;
}
.size-40per {
	width: 40%;
	height: 40%;
}
.size-30per {
	width: 30%;
	height: 30%;
}
.size-20per {
	width: 20%;
	height: 20%;
}
.size-10per {
	width: 10%;
	height: 10%;
}

/* -----------------------------------------------------------------------------
サイドナビの広告
----------------------------------------------------------------------------- */
.floating-widget {
  width: 220px;
  /* background: #f88; */
}

.sidenavi_advertise_fixed,
.rightnavi_advertise_fixed {
  position: fixed;
  top: 8px;
}

#leftnavi-advertise {
	margin: 0px 0px 0px -4px;
	padding: 0px 0px 0px 0px;
}
/* -----------------------------------------------------------------------------
RSS
----------------------------------------------------------------------------- */
ul#rss_list {
	list-style-type: none;
	margin-left: -30px;
	margin-right: -30px;
	width: 110%;
}

ul#rss_list li {
	padding: 0px -50px 2px 0px;
	margin: 0px -50px 2px 0px;
}


/* -----------------------------------------------------------------------------
斜めリボン
----------------------------------------------------------------------------- */
.ribbon {
	position: relative;
	color: #fff;
	display: inline-block;
	/* padding: 5px; */
	overflow: hidden;
	font-family: Arial, sans-serif;
	/* font-weight: 900; */
} 

.ribbon p {
	display: inline;	
}

.ribbon p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	top: 22px;
	background: #87be2f;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
} 

.ribbon p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 69px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
}

.ribbon p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent;
}
/* -----------------------------------------------------------------------------
サイドナビ
----------------------------------------------------------------------------- */
.gradation_white_1 {
	background-color: WHITE;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed' );
	-webkit-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.3);
	box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.3);
}
.gradation_white_1:hover {
	background-color: WHITE;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E0EEEE) );
	background: -moz-linear-gradient(top, #fff, #E0EEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E0EEEE' );
}

ul.menu_category_buttons {
	margin-left: -10px;
	margin-right: -10px;
}
ul.menu_category_buttons li {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 17px;
	border-left: 3px solid white;
}
ul.menu_category_buttons li.active, ul.menu_category_buttons li:hover {
	border-left: 3px solid #dd4b39;
	background-color: #f5f5f5;
	text-decoration: underline;
}
ul.menu_category_buttons li.active a, ul.menu_category_buttons li:hover a {
	color: #dd4b39;
}

.hatena_bookmark {
	display: inline;
	width: 40px;
	height: 15px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.hatena_bookmark img {
	width: 40px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -----------------------------------------------------------------------------
自作はてなブックマークウィジェット
----------------------------------------------------------------------------- */
#hatebu-widget {
	font-size: 11px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 100%;
}
#hatebu-widget-header {
	padding: 5px 5px 5px 5px;
	background-color: #4876FF;
	font-weight: bold;
	margin-bottom: 0px;
	width: 100%;
}
#hatebu-widget-header a {
	color: WHITE;
}
#hatebu-widget ul {
	padding: 3px 3px 3px 3px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
}
#hatebu-widget ul li {
	border-bottom: 1px solid #ddd;
}
#hatebu-widget ul li a {
	color: #0000FF;
}
#hatebu-widget-footer {
	padding: 1px 5px 5px 5px;
	background-color: #f3f3f3;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}

.sub_contents img.border {
	border: solid 1px #9C9C9C;
}

div.account_buttons {
	margin-bottom: 7px;
}

div.account_buttons img {
	height: 35px;
	width: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.blogRss {
	height: 85px;
	overflow: hidden;
}

/*==================================================
 * ドロップシャドウ
 * ===============================================*/
.container_shadow {
  	position:relative;
/* 
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 */
}
.container_shadow:before, .container_shadow:after {
	content:"";
    position:absolute;
    z-index:-1;
/* 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,1.0);
    -moz-box-shadow:0 0 10px rgba(0,0,0,1.0);
    box-shadow:0 0 10px rgba(0,0,0,1.0);
 */
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.container_shadow:after {
	right:5px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

#geocoding_address {
	width: 100%;
}
#geocoding_latlon {
	width: 100%;
}

.adsense_728x90 {
	width: 728px;
	height: 110px;
	background-color: WHITE;
	margin-bottom: 10px;
}

.adsense_336x280 {
	width: 336px;
	height: 300px;
	background-color: WHITE;
	margin-bottom: 10px;
}

/* フッター */
#fixed_adsense {
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

#footer_adsense {
    margin: 0 auto;
}

.input_encode_decode {
	width: 100%;
}

div.category_title {
	margin-right: 5px;
}

/* -----------------------------------------------------------------------------
ローディング
----------------------------------------------------------------------------- */
#circularG {
	position: relative;
	width: 150px;
	height: 150px
}
.circularG {
	position: absolute;
	background-color: #7b8af9;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-animation-name: bounce_circularG;
	-webkit-animation-duration: 1.04s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-moz-animation-name: bounce_circularG;
	-moz-animation-duration: 1.04s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	border-radius: 23px;
	-o-animation-name: bounce_circularG;
	-o-animation-duration: 1.04s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-ms-animation-name: bounce_circularG;
	-ms-animation-duration: 1.04s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
}

#circularG_1 {
	left: 0;
	top: 59px;
	-webkit-animation-delay: 0.39s;
	-moz-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
}

#circularG_2 {
	left: 16px;
	top: 16px;
	-webkit-animation-delay: 0.52s;
	-moz-animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
}

#circularG_3{
	top: 0;
	left: 59px;
	-webkit-animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	-ms-animation-delay: 0.65s;
}

#circularG_4 {
	right: 16px;
	top: 16px;
	-webkit-animation-delay: 0.78s;
	-moz-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
}

#circularG_5 {
	right:0;
	top:59px;
	-webkit-animation-delay:0.9099999999999999s;
	-moz-animation-delay:0.9099999999999999s;
	-o-animation-delay:0.9099999999999999s;
	-ms-animation-delay:0.9099999999999999s;
}

#circularG_6 {
	right:16px;
	bottom:16px;
	-webkit-animation-delay:1.04s;
	-moz-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
}

#circularG_7 {
	left: 59px;
	bottom: 0;
	-webkit-animation-delay: 1.1700000000000002s;
	-moz-animation-delay: 1.1700000000000002s;
	-o-animation-delay: 1.1700000000000002s;
	-ms-animation-delay: 1.1700000000000002s;
}

#circularG_8 {
	left:16px;
	bottom:16px;
	-webkit-animation-delay:1.3s;
	-moz-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
}

@-webkit-keyframes bounce_circularG{
	0% {
		-webkit-transform:scale(1)
	}
	100% {
		-webkit-transform:scale(.3)
	}
}
@-moz-keyframes bounce_circularG{
	0% {
		-moz-transform:scale(1)
	}
	100% {
		-moz-transform:scale(.3)
	}
}
@-o-keyframes bounce_circularG{
	0% {
		-o-transform:scale(1)
	}
	100% {
		-o-transform:scale(.3)
	}
}
@-ms-keyframes bounce_circularG{
	0% {
		-ms-transform:scale(1)
	}
	100% {
		-ms-transform:scale(.3)
	}
}

#rightnavi_access_ranking li {
	font-size: 13px;
	width: 100%;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px #B5B5B5 solid;
}
#rightnavi_access_ranking li .thumbnail {
	line-height: 20px;
	height: 30px;
}
#rightnavi_access_ranking li:hover {
	border: 1px #0088cc solid;
}

.tweetbuzz {
	margin: 0px -7px 0px 3px;
}

/* -----------------------------------------------------------------------------
リスト
----------------------------------------------------------------------------- */
table.table-center th {
	text-align: center;
	height: 30px;
	line-height: 30px;
}
table.table-center td {
	vertical-align: middle;
}

table.table-min tr:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 105, 214, 0.35);
	-moz-box-shadow: 0 3px 6px rgba(0, 105, 214, 0.35);
	box-shadow: 0 3px 6px rgba(0, 105, 214, 0.35);
	border: 1px #0088cc solid;
}
#article_list_no {
	width: 52px;
}
#article_list_title {
	width: 180px;
}
#article_list_sns {
	width: 73px;
}

.sitetitle {
	padding-left: 0px;
	padding-right: 0px;
}

.font_red {
	color: red;
}
.font-blue {
	color: blue;
}
.bg_lightyellow {
	background-color: #FFFACD;
}
.bg_orange {
	background-color: #FFE4B5;
}

.hatena_bookmark_count {
	color: #FF4040;
	background-color: #FFF0F5;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px 0px 1px 1px;
}
.hatena_bookmark_count2 {
	color: #FF4040;
	background-color: #ffcccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 1px 1px;
}
.hatena_bookmark_count_zero {
	color: #828282;
	background-color: #E8E8E8;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 1px 1px;
}

#googlemap_canvas {
	z-index: 0;
}


.rounded_img_1 {
	display: inline-block;
	border: solid 1px #4F4F4F;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.rounded_img_2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}

.eyecatch_container {
	margin-left: 20px;
}
.eyecatch {
	height: 45px;
}

pre.translate span {
	color: #006400;
	font-weight: bold;
}

.google_sitesearch_container {
	overflow: hidden;
	height: 35px;
}

div.gsc-control-cse.gsc-control-cse-ja {
	left: 30px;
	margin: 0px;
	padding: 0px;
}

img.clown {
	height: 22px;
	width: 22px;
}

#transaction_isoration_item_name {
	width: 180px;
}

.container,
.row {
	width: 1064px;
}
#leftnavi-container {
	width: 302px;
}
#main-container {
	width: 762px;
}
#leftnavi-container.col-sm-3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.leftnavi-advertise {
	margin-left: -10px;
}