.result_sns_notify {
    padding: 24px 0 0 0;
    margin: 0 auto;
}
.clearRight { 
    clear: right; 
    padding-bottom:24px;
}
.result_sns_notify ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.result_sns_notify ul li {
    width: 49%;
}
.result_sns_notify ul li.result_tweet_btn {
    float: left;
}
.result_sns_notify ul li.result_share_btn {
    float: right;
}
.result_tweet_btn {
    background-color: #5EA9DD;
    margin: 0 10px 0 0;
}
.result_share_btn {
    background-color: #3864A3;
}
.result_tweet_btn:hover, .result_share_btn:hover {
    opacity: 0.7;
}
.result_tweet_btn, .result_share_btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    text-align:center;
}
.result_tweet_btn a {
    display: block;
    color:#fff;
}
.result_share_btn a {
    color:#fff;
    display: block;
    text-align:center;
}


body{
  margin:0;
  padding:0;
  background-color: ghostwhite;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(42,42,42,0.5);
}
a:hover {
  color: #058dc7;
  text-decoration: underline;
  cursor: pointer;
}
#wrapper{
  width:1226px;
  margin:0 auto;
  padding:0;
}

.boxW {
    margin: 0 0 30px;
    overflow: hidden;
}
.boxW .boxW1 {
    float: left;
    width: 300px;
}
.boxW .boxW2 {
    width:auto;
    float: right;
}

/* -------------------------------------------- */
#header{
  padding: 0;
  margin:  0;
  width:1226px;
  height: 140px;
  background-color: #812990;
}
#header-left {
  width: 416px;
  padding: 0;
  margin: 20px;
  float:  left;
}


#site-title {
  margin:  0;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
#site-title a {
  color: white;
}
#site-desc{
  color: lightyellow;
  font-size: 18px;
  text-align: center;
}
#header-right {
  width:  750px;
  padding: 0;
  margin:  10px;
  float: right;
  text-align: center;
  background-color: #812990;
}
/* -------------------------------------------- */
#contents{
  margin:  0;
  padding: 0;
  width:1226px;
}
/* -------------------------------------------- */
#maincontents{
  margin:0;
  padding:0;
  float:right;
  width:1026px;
  background-color: hotpink;
}
/* -------------------------------------------- */
#main{
  margin:  10px 0 0 0;
  padding: 20px;
  float:left;
  width:646px; 
  background-color: white;
}

/* -------------------------------------------- */
#side-right{
  margin:0;
  padding:0;
  float:right;
  width:340px;
}
.side-right-content {
  margin:  10px;
  padding: 10px;
  text-align: left;
  background-color: ghostwhite;
}
#side-right-ad {
  margin: 10px;
  padding: 0 0 10px 0;
  text-align: center;
}
/* -------------------------------------------- */
#side-left{
  margin:  0;
  padding: 0;
  float: left;
  width: 200px;
  background-color: hotpink;

}
.side-left-content {
  width: 160px;
  margin:  10px;
  padding: 10px;
  text-align: left;
  background-color: ghostwhite;
}


/* -------------------------------------------- */
.fwrapper {
  width: 1200px;
  margin:  0 0 10px 0;
  padding: 0;
  float:left;
  border-bottom: 2px solid #812990;
}
.fbox {
  width: 270px;
  margin:  5px;
  padding: 5px;
  float: left;
}


/* -------------------------------------------- */
#footer{
  margin:0;
  padding: 0;
  text-align: center;
  background-color:#812990;
  color: white;
  font-size: 14px;
  line-height: 200%;
}
#ad-bottom {
  text-align: center;
  padding: 10px 0;
  margin:  0;
}
/* ------------ common ------------------------ */
.pull-left {
  float: left!important;
}
.social-button:before. social-button:after, .a-area:before, .a-area:after, {
  clear: both;
}

#contents , #header, .navi-bar, .fwrapper, #footer {
  clear: both;
}
#ranking {
  padding: 10px 0;
  border-top:    1px dotted #812990;
  border-bottom: 1px dotted #812990;


}



.size-full {
  width: 100%;
  height: auto;
}
.size-sm{
width:250px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.nowrap {
  white-space: nowrap;
}
.sponsor-title {
  padding: 0;
  margin:  0;
  text-indent: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: gray;
}
.ad-area {
  background-color: lavenderblush;
}
.return-top {
  padding-top: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}
.ad-area2 {
  background-color: lavenderblush;
  padding: 5px 0;
  margin: 10px 0;
  border-top: 1px dotted #d43f3a;
  border-bottom: 1px dotted #d43f3a;
  text-align:center;
}
.ad-area2 h5 {
  text-align:left;
}
.return-top a {
  display: block;
  height: 44px;
  background-color: ghostwhite;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li>a, .pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: ghostwhite;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* -------------- title ------------------ */
.srch-title {
  font-size: 36px;
  text-align: center;
  color: #812990;
}
h1.single-title {
  font-size: 28px;
  line-height: 120%;
  color: #812990;
  padding-left: 8px;
  margin-top: 30px;
  border-left:   solid 8px #812990;
  border-bottom: solid 2px #812990;
}
.single-date {
  border-bottom: dotted 1px #e7e7e7;
  padding-bottom: 4px;
  width: 95%;
}

/* -------------- COMMENT ------------------ */
.res-cc {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
  padding: 4px 0;
  word-wrap: break-word;
}
.res-nname{
    color:green;
    font-weight:bold;
    font-size:15px;
}
.res-nno{
    color:red;
    font-weight:bold;
    font-size:15px;
}
.res-trip {
    color:red;
    font-size:15px;
}
.rcomment-area {
  font-size: 14px;
  border: 1px solid gray;
  padding: 5px;
  margin: 10px 0;
  background-color: white;
}
.rcomment-quoted {
  font-size: 14px;
  line-height: 150%;
  background-color: mistyrose;
  padding: 10px;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}
.rcomment-c {
    font-size:12px;
}
/* -------------- COMMENT FORM ------------------ */
.comment-post-area {
  margin: 10px;
  padding:10px;
  background-color: #F8F8F8;
}
dl.reaf {
  margin: 0;
  padding: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.reaf dt, dd {
  margin: 0;
  padding:0;
}

.reaf dl {
border: 1px solid #333;
border-top: none;
width: 300px;
background: #e7e7e7;
}

.reaf dt,dd {
padding: 3px;
}

.reaf dt {
border-top: 1px solid #333;
clear: left;
float: left;
width: 80px;
}
.reaf dt label {
  font-size: 12px;

}
.reaf dd {
margin-left: 80px;
border-top: 1px solid #333;
border-left: 1px solid #333;
background: #fff;
}
.memo {
  font-size: 14px;
}
/* -------------- LINK ------------------ */
.link-t-r, dt.relate_dt {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #812990;
  width: 100%;
  line-height: 150%;
}
.link-area, .relate_dd {
  margin: 0;
  margin-bottom: 20px;
  border: solid 1px #812990;
  background-color: white;
}
.link-t {
  color: #812990;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.link-u, .relate_ul {
  margin: 10px;
  padding: 0;
  list-style: none;
}
.link-u li, .relate_ul li {
  font-size: 14px;
  padding: 4px 0;
  line-height: 20px;
}
.link-u li a, .relate_ul li a {
  display: block;
}
li.relate_li_nolink {
  font-weight: bold;
  color: hotpink;
}
/* ----social -- */
.social-button {
	list-style-type: none;
	margin: 0;
	padding: 16px 0;
	overflow: hidden;
}

.social-button li {
	float: left;
	margin-right: 20px;
}
.socialbutton iframe {
	margin: 0 !important;
}

/* -------------- Blogroll ------------------ */
 .blogroll-area {
  background-color: lightyellow;
  margin: 0;
  padding: 0;
  border: 1px dotted #c9302c;
 }

/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 150%;
  word-wrap: break-word;
}

/* -------------- results LIST------------------ */
.a-area {
  background-color: white;
  border: 1px solid #812990;
  padding: 8px;
  margin: 16px 0;
}
.a-img {
  margin-right: 8px;
}
.a-img img {
  border-style: none;
}
/* ------------------------ ikomach start --------------------- */
.a-title{
  font-size: 18px;
  line-height:120%;
  font-weight:bold;
  margin: 5px;
}
.a-date {
  color: gray;
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
}
.a-detail{
  font-size: 15px;
}
.badge {
  font-weight: bold;
  font-size: 20px;
}
/* ------------------------ ikomach end --------------------- */


.a-date {
  color: gray;
  font-size: 15px;
  line-height: 180%;
}
.sub {
  font-size:13px;
}
.sub li {
  display: inline;
}
.sub a {
  margin-left: 18px;
}



/* ----------- original ----------------------- */
/* --------------thread ------------------ */
.res {
  margin: 16px 0;
  padding: 8px;
}
.res-kodomo {
  /* border: solid 1px gray; */ 
  margin: 16px 0 16px 20px;
  padding: 8px;
  background-color: #f7f7f9;
}
.res-comment {
  margin: 4px 0;
  padding-bottom: 4px;
  border-bottom: solid 1px #ddd; 
}
.res-name {
  color: green;
}
.res-t {
  font-size: 11px;
  color: dimgray;
  margin-bottom: 4px;
}
.res-c {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
  padding: 4px 0 0 16px;
  word-wrap: break-word;
}
span.res2res {
  color: blue;
}
.lev1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #dc143c;
}
.lev7 {
  font-size: 12px;
}
.quoted {
  background-color: #FFFBFD;
  border: 2px dotted pink;
  padding: 16px;
  margin: 8px 0;
}
.res-f-small {
 	font-size:13px;
}
p.references {
  font-size: 12px;
  color: gray;
  border: 1px dotted #812990;
  background-color: lightyellow;
  margin-top:16px;
  padding:8px 8px 8px 16px;
}


/* ------- headmenu2 ----------- */
.head-menu2 {
	font-size: 15px;
	font-weight: bold;
	line-height : 20px;
}
.head-menu2 .pickup{
	height : 30px;
	padding: 0 10px;
}

.head-menu2 ul {
	margin; 0;
	padding: 0;
	width: 600px; /*　横幅の最小値 */
}

.head-menu2 li {
	list-style-type: none;
	float: left;
}

.head-menu2 li a {
	margin; 0;
	padding: 0 3px;
	display: block;
	line-height: 20px;
	border-right: solid 1px pink;
  color: #812990;
	text-align: center;
	text-decoration: none;
	background-color: lemonchiffon;

}
.head-menu2 li a:hover {
  background-color: pink;
}
/* -------------- rakuten yahoo api --------------------------- */
.mall-title {
  color: white;
  width: 100%;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.rakuten {
  background-color: #c00000;
}
.yahoo {
  background-color: red;
}
.caution {
  color: red;
  font-weight: bold;
  font-size:20px;
  text-align: center;
}
/* ---------------------------------------------- */
.wrapper {
display: block;
margin: 10px auto 0;
border: 1px solid #CCC;
background-color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px #FFF;
-moz-box-shadow: 0px 1px 0px #FFF;
box-shadow: 0px 1px 0px #FFF;
}
.entry_list .entry {
display: table-cell;
padding-left: 10px;
vertical-align: top;
}
.entry_list a {
  display: table;
  padding: 10px 10px 5px 10px;
  width: 92%;
}
.entry_list a:hover {
  background-color: #ffffcc;
  text-decoration: none;
}
.entry_list .tmb {
display: table-cell;
width: 72px;
}
.entry_list .tmb img {
width: 68px;
height: 68px;
padding: 1px;
border: 1px solid #CCC;
}
.entry ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 10px;
}
.i-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
.posted {
  line-height: 120%;
}
.i-price {
  font-size: 24px;
  color: red;
  margin: 0;
}
.i-shop {
  font-size: 14px;
  padding: 8px;
  color: green;
}
.i-bids {
  font-size: 18px;
  font-weight: bold;
}
.i-endtime {
  font-size: 14px;
}
.i-label {
  font-size: 12px;
}


/* ============================= */


.amazon-area {
  text-align:center;
  padding: 30px 0;


}
/* -------------- SearchBox ------------------ */

#as-search {
  font-size: 14px;
  text-align: center;
  padding:   10px;
  margin:    0;
  background-color: white;
  border: 1px solid #812990;
}

#as-search label {
  font-size: 12px;
}
#sk {
  padding:   0;
  margin:    0;
  width: 200px;
  height: 24px;
  font-size:16px;
}
#astart {
  padding:   0;
  margin:    0;
  width:  50px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;

}
.search-mall {
  border: 0;
  text-align: left;
}
.search-mall th {
  width: 50%;
  padding: 5px;
  background-color: lightgray;
  font-weight: normal;
}
.search-mall td {
  width: 50%;
  background-color: #F8F8F8;
}
.search-mall .tbl-blank {
  background-color: white;
  height: 5px;
}
.result {
  text-align:center;
}
/* -------------- AdSocial ------------------ */
.adsocial{
    width:590px;
}

.adsocial-a{
    margin:0;
    padding:0;
    width: 360px;
    float:left;
}
.adsocial-s{
    margin:0;
    padding:0;
    text-align:center;
    width:230px;
    float:left;
}
/* ----------------NAVI BAR---------------------------- */
.navi-bar{
  padding: 0;
  margin:  0;
  font-size: 15px;
  width:1226px;
  height: 40px;
  background-color: #812990;
	border-top: solid 1px lemonchiffon;
	border-bottom: solid 1px lemonchiffon;
}

.navi-bar ul {
  list-style: none;
}

/* ulリセット */
.menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.navi-bar ul li {
	margin; 0;
	padding: 0;
	float: left;
  text-align: left;
}
.navi-bar li a {
	margin; 0;
	padding: 0;
	display: block;
	line-height: 38px;
	border-right: solid 1px lemonchiffon;
	color: #fff;
	text-decoration: none;
    padding:0 20px;
}
.navi-bar li a.blink{
	background-color: hotpink;
}
.navi-bar li a:hover {
  background-color: pink;
}


