/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/* リンクの色 */
a {
color: #001d75; /* 色 */
}
/* リンクにマウスオーバーした時の色 */
a:hover {
color: 87004e; /* 色 */
}
a { text-decoration: none; }

/* リンクの色 */
a.page_item page-item-2  {
color: #001d75; /* 色 */
}
/* リンクにマウスオーバーした時の色 */
header .smanone ul.menu li a:hover {
color: 87004e; /* 色 */
}
a { text-decoration: none; }

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

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

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

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

header .smanone ul.menu li{
list-style-type:none;
float:left;
width:160px;
height:40px;
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:40px;
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;
}

/*タグクラウド色*/
.tagcloud a {
background: #ffffff; /* 背景色（薄くなるけど何故か） */
font-size: 13px!important;
font-weight: bold; /* 文字の太さ（要らないならこの行ごと消す） */
line-height: 2em; /* 枠のサイズ */
color: #dd9933; /* 文字の色 */
display: inline-block;
border:1px #dd9933 solid; /* 枠の太さ&色？ */
white-space: nowrap;
padding: 8px 8px;
margin-top: 5px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-decoration: none;
opacity:0.5;
}
.tagcloud a:hover {
opacity:0.5;
}

/*タグクラウドのドレスアップ*/
.tagcloud a:before {
font-family: "FontAwesome";
content: "\f02b"; /* アイコン */
padding-right: 3px;
padding-left: 3px;
}
/* 以下はタグにローマ字がある場合の設定 */
a.tag-link-14,
a.tag-link-35 {
padding: 4px 4px 3px 4px;
}

/* 引用 */
.post blockquote {
background-color: #ddd3b8; /* 背景色 */
background-image: url(images/quote.png); /* 画像（親テーマでは“マーク画像） */
background-repeat: no-repeat;
background-position: left top;
padding-top: 50px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCC;
}

/*トップあげボタン*/
#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;
}