/*--------------------------------
メニュー
---------------------------------*/
#st-menubox {
background: linear-gradient(#f8f8ff, #ccffcc); /* 上下2色で背景グラデーション */
border-top: solid 1px #E0DEDE;
border-bottom: solid 1px #cccccc;
margin-bottom:10px;
}

#st-menuwide {
padding: 0px;
margin:0 auto;
max-width:1114px;
}

nav.smanone {
max-width:1114px;
margin:0 auto;
}

nav.st5 {
max-width:1114px;
margin:0 auto;
}

header .smanone ul.menu li{
list-style-type:none;
float:left;
width:160px;
height:60px;
text-align:center;
border-right:solid 1px #E0DEDE;
position:relative;
}

header .smanone ul.menu>li:last-child {
border:none;
}

header .smanone ul.menu li a{
display:block;
font-size: 13px;
overflow:hidden;
width:100%;
height:100%;
line-height:60px;
color:#000;
text-decoration:none;
position:relative;
z-index:1;
}

header .smanone ul.menu li li a{
background:#cccccc; /* ドロップダウンメニューの背景色（2階層） */
border-top:#E0DEDE solid 1px;
border-left:#E0DEDE solid 1px;
border-right:#E0DEDE solid 1px;
z-index:2;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
color: #333; /* マーク色 */
font-size:25px;
line-height:30px;
background:#ccc; /* 背景色 */
display:block;
float:right;
height:auto;
margin-top:-5px;
padding: 10px 10px 9px 10px;
max-width:20%;
box-sizing:border-box;
}

/* 関連記事の文字 */
.post p.point {
margin-bottom:40px;
position:relative;
border-bottom:solid 1px #ddbb87; /* 線の太さと色 */
padding:20px 15px 10px;
background-color:transparent;
}
.post p .point-in {
padding:3px 20px;
margin:0;
font-size:15px;
font-weight:bold;
background:#ddbb87; /* 背景色 */
color:#000;
position:absolute;
top:15px;
left:0;
}

/*トップあげボタン*/
#page-top {
bottom: 20px; 
right: 20px; 
}
#page-top a {
border-radius: 50%; 
font-size: 32px; 
height: 32px; 
line-height: 32px; 
width: 32px; 
}
#page-top a:hover {
background: #dd9933; 
}
.fa-angle-up:before {
content: "\f102";
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
	width:100%;
	border-radius:20px;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;
	background:#cccccc;
	color:#000;
	border:none;
	margin:0 auto;
	padding:6px;
	display:block;
	box-sizing:border-box;
}

.wpcf7-submit:hover{
	opacity:0.9;
}

/*コンタクトフォーム7の送信ボタン*/
	.wpcf7-submit{
		width:50%;
	}

hr.wpcf7 {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
margin: 0px 0px 12px 0px;
}

hr.wpcf8 {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
margin: 0px 0px 0px 0px;
}

.wpcf7moji{
	font-weight: bold;
	display:table;
	margin:0 auto;
}

/*吹きだし調の見出し*/

.post .h2fuu {
	background: #f0e8d5; /*背景色*/
	color: #333333; /*文字色*/
	border-radius: 6px; /* CSS3 */
　　-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 6px; /* Firefox用 */
　　behavior: url(../js/PIE.htc); /* IE用 */
}
 
.post .h2fuu:after,
.post .h2fuu:before {
	border-top-color:#f0e8d5; /*背景色*/
}

h2{
	border-radius: 6px; /* CSS3 */
　　-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 6px; /* Firefox用 */
　　behavior: url(../js/PIE.htc); /* IE用 */
}

#toc_container {
  margin-left: auto;
  margin-right: auto;
}

/* 楽天アフィリ */

.rakuten{
  text-align: center;
}
.rakuten li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

/* Twitter関連 */
@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px!important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;}
}

.timeline-Widget {
max-width: 300px!important;
width:200px!important; }

/*スマホde adsenseの隅っこが切れる対応*/
@media screen and (max-width: 500px){
.adsbygoogle {
overflow: visible;
}
}