/*
Theme Name: 1322
Description: WordPressテーマ Ver.13 レスポンシブ版（美容/健康版）
Version: 13.0.1
Author: Tsunehisa Hazama
Author URI: http://www.af-joho.com/
*/

/* ------ 初期設定 ------ */
html {overflow-y: scroll;}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {margin: 0;padding: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before ,q:after {content: '';}
object, embed {vertical-align: top;}
hr, legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
img, abbr, acronym, fieldset {border: 0;}
img {vertical-align: bottom;-ms-interpolation-mode: bicubic;}
ul li {list-style-type: none;}
.textwidget{margin: 0;padding: 0;}

@font-face {
    font-family: "NotSansWebFont";
    font-style: normal;
    font-weight: normal;
    src: local('Noto Sans CJK JP'), 
         url('./fonts/NotoSansCJKjp-Light.otf') format('opentype'); 
         url('./fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
         url('./fonts/NotoSansCJKjp-Light.woff') format('woff'),
}

@font-face {
    font-family: "NotSansWebFont";
    font-style: normal;
    font-weight: bold;
    src: local('Noto Sans CJK JP'), 
         url('./fonts/NotoSansCJKjp-Regular.otf') format('opentype'); 
         url('./fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
         url('./fonts/NotoSansCJKjp-Regular.woff') format('woff'),
}

/* ------ BODY ------ */
body {font-family: NotSansWebFont,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333; font-size: 81.25%; font-weight: normal; line-height: 1.6em; text-align: left; background-color: #FFF; min-width: 1260px; -webkit-text-size-adjust: 100%;  -webkit-font-smoothing: antialiased;}

#wrapper {width: 100%; min-width: 1080px;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a {color: #174088;text-decoration: none;}
a:hover {color: #C00;text-decoration: underline;}

/* ------ 画像属性等 ------ */
img {max-width: 100%; height: auto; -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; vertical-align: bottom;}
.alignleft {float: left;  margin: 5px 10px 5px 0;}
.alignright{float: right; margin: 5px 0 5px 10px;}
.aligncenter{margin: 5px auto;display:block;}
.link a img, a.link img,a img.link {margin: 0; overflow: hidden;}
.link a:hover img, a:hover.link img,a:hover img.link{transform: scale(1.15,1.15); -webkit-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15);}

/* ------ ヘッダー ------ */
header {height: auto; background-color: #F48DB4;}
#header-inner {width: 1080px; margin: 0 auto;}
#ptitle {margin: 0; padding: 6px 0; color: #FFF; font-size: 85%; line-height: 1.0em; font-weight: bold;}
#ptitle a {color: #FFF; text-decoration: none;}
#ptitle a:hover {color: #FFF;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; margin-top: 0; font-size: 92%; background-color: #C9356C; border-top: 1px solid #FF347F; border-bottom: 1px solid #FF347F;}
#gnav *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
#gnav nav { width: 1080px; margin: 0 auto; padding: 0; position: relative; z-index: 1000;}
#gnav nav > ul {list-style-type: none; height: 48px; margin: 0; padding: 0;}
#gnav nav > ul li {position: relative; float: left; width: 20%; margin: 0; text-align: center; border-right: 1px solid #FF347F;}
#gnav nav > ul > li:first-child{border-left: 1px solid #FF347F;}
#gnav nav ul li a {display: block; color: #FFF; font-weight: bold; line-height: 16px; text-align: center; text-decoration: none; padding: 8px 0;}
#gnav nav ul li ul {position: absolute; top: 100%; left:  0; list-style: none; margin: 0;}
#gnav nav ul li ul li{margin: 0; overflow: hidden; height: 0; width: 180%; border-right: none; -moz-transition: .15s; -webkit-transition: .15s; -o-transition: .15s; -ms-transition: .15s; transition: .15s;}
#gnav nav ul li:last-child ul {width: 100%;}
#gnav nav ul li:last-child li {left:   -80%;}
#gnav nav ul li ul li a{padding: 0 1em; height: 36px; line-height: 36px; color: #FFF; text-align: left; background-color: #FF347F; border-bottom: 1px solid #C9356C; overflow: hidden; opacity: 0.8;}
#gnav nav ul li:hover > a {background-color: #FF347F;}
#gnav nav ul li ul li:hover >a {color: #FFF; opacity: 1.0;}
#gnav nav .current-menu-item, #gnav nav .current-menu-parent {background-color: #FF347F;}
#gnav nav .sub-menu .current-menu-item {border-bottom: none;}
#gnav nav ul li:hover ul li {overflow: hidden; height: 36px;}
#gnav nav .menu-item-description{display: block; font-size: 80%; color: #DFDFDF;}

/* ------ ソーシャルボタン等 ------ */
#header-social-button {position: absolute; top: 15px; right: 20px; display: block;}
#header-social-button a {font-size: 28px; text-decoration: none; opacity: 0.4;}
#header-social-button a:hover {text-decoration: none; opacity: 1.0;}
#gnav-social-button {display: none;}


/* ------ ヘッダー画像 ------ */
#mainvisual {position: relative; width: 100%; background-color: #F48DB4 ; overflow: hidden; z-index: 10;}
#mainvisual #mainvisual-inner {width: 100%;}
#mainvisual #mainvisual-inner img {width: 100%;}
#mainvisual #mainvisual-inner .over-color {display: block; position: absolute; left: 0; top: calc(500/2400*100vw); width: 100%; height: calc(100/2400*100vw); background-color: #F48DB4; opacity:0.5; z-index: 100;}
#mainvisual #mainvisual-inner .visual-link {position: absolute; left: 0; top: calc(530/2400*100vw); margin-left: calc((100vw - 1080px)/2); font-size:  160%; font-weight: bold; color: #FFF; z-index: 200; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}


/* ------ パンくずリスト ------ */
#plist {width: 100%; padding: 10px 0; font-size: 79%;}
#plist .plist-inner {max-width: 1000px;margin: 0 auto;overflow: hidden;}

/* ------ コンテンツ ------ */
#containar {max-width: 1080px; margin: 0 auto; padding-top: 15px;}
#containar *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
#contents {float: left;width: 750px;padding-bottom: 20px;}
#contents-1column{width: 90%; margin: 0 auto; padding-bottom: 20px;}
#contents-1column .doc {border: 1px solid #CCC; padding: 3em; border-radius: 10px;}

/* ------ 見出し ------ */
h1{font-weight: normal; font-size: 1.85em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
h2{font-weight: normal; font-size: 1.85em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
h3{font-weight: normal; font-size: 1.72em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
h4{font-weight: normal; font-size: 1.43em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
h5{font-weight: normal; font-size: 1.29em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
h6{font-weight: normal; font-size: 1.15em; line-height: 1.2em; margin: 0; padding-bottom: 0.4em;}
.main-title {margin-bottom: 10px; padding: 10px; font-weight: normal; background-color: #EEE; border: 1px solid #EEE; border-radius: 8px; }
.main-title:before{font-family: 'FontAwesome'; content: '\f14a'; padding-right: 5px; vertical-align: baseline; color: #c9356c;}
.post-title {margin-bottom: 10px; padding: 10px; font-weight: normal; background-color: #EEE; border: 1px solid #EEE; border-radius: 8px; }
.post-title:before{font-family: 'FontAwesome'; content: '\f14a'; padding-right: 5px; vertical-align: baseline; color: #c9356c;}
.parts-title {margin: 0; padding: 0; font-size: 92%; font-weight: bold; line-height: 1.6em; color: #FFF; text-align: center; background-color: #c9356c; display: block;}
.comment-reply-title:before {font-family: 'FontAwesome'; content:'\f086'; font-size: 1.2em; font-weight: bold; vertical-align: middle; margin-right: 2px; color: #CCC;}

/* ------ 投稿 ------ */
.doc {margin-bottom: 15px; padding: 10px 1em; font-size: 108%; line-height: 2.0em; text-align: justify; text-justify: inter-ideograph; background-color: #FFF;}
.doc-page {margin-bottom: 15px; padding: 10px 1em; font-size: 108%; line-height: 1.5em; text-align: justify; text-justify: inter-ideograph; background-color: #FFF;}
.doc h2{font-weight: normal; font-size: 1.85em; line-height: 1.2em; margin: 0; padding-bottom: 15px;}
.doc h3{font-weight: normal; font-size: 1.72em; line-height: 1.2em; margin: 0; padding-bottom: 15px;}
.doc h4{font-weight: normal; font-size: 1.43em; line-height: 1.2em; margin: 0; padding-bottom: 10px;}
.doc h5{font-weight: normal; font-size: 1.29em; line-height: 1.2em; margin: 0; padding-bottom: 10px;}
.doc h6{font-weight: normal; font-size: 1.15em; line-height: 1.2em; margin: 0; padding-bottom: 10px;}
.info {padding: 0 20px 20px; font-size: 100%; line-height: 1.5em; text-align: justify; text-justify: inter-ideograph;}
.waku {border: 1px solid #CCC;}
.doc ul {margin-left: 3em;}
.doc ul li {list-style-type: disc;}

/* ------ 記事リスト表示 ------ */
#post-list-first article {padding: 10px 0 10px; border-bottom: 1px dotted #CCC; overflow: hidden;}
#post-list-first article h3{margin: 0; padding: 10px 0; font-size: 1.54em;}
#post-list-first .img-set {width: 100%; overflow: hidden; margin-right: 10px;  border: 1px solid #CCC;}
#post-list-first p {padding: 0; font-size: 1.0em; line-height: 1.5em; text-align: justify; text-justify: inter-ideograph; overflow: hidden;}
#post-list-first article .joho {margin-bottom: 0.5em; padding: 0; font-size: 76%; line-height: 1.3em; color: #999;}
#post-list-first article .joho .view {text-align: left;}
#post-list-first article .joho .eday {padding-left: 2em;}

#post-list article {padding: 10px 0 10px; border-bottom: 1px dotted #CCC; overflow: hidden;}
#post-list article h3{margin: 0; padding: 0 0 10px; font-size: 128%;}
#post-list .img-set {float: left; max-width: 170px; overflow: hidden; margin-right: 10px;  border: 1px solid #CCC;}
#post-list p {padding: 0; font-size: 100%; line-height: 1.5em; text-align: justify; text-justify: inter-ideograph; overflow: hidden;}
#post-list article .joho {margin-bottom: 0.5em; padding: 0; font-size: 76%; line-height: 1.3em; color: #999;}
#post-list article .joho .view {text-align: left;}
#post-list article .joho .eday {padding-left: 2em;}
/* ------ 続きを読む ------ */
.more {margin-top: 10px; text-align: left;}
.more a {margin: 0; padding: 5px 10px; font-size: 0.92em; line-height: 1.2em; font-weight: bold; color: #FFF; text-decoration: none; 
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  background-color: rgba(201,53,108,0.4);}
.more a:hover {color: #FFF; font-weight: bold; background-color: rgba(201,53,108,0.8);}


/* ------ 注目記事表示 ------ */
#at-post-list{margin: 0 auto; padding-bottom: 10px;}
#at-post-list article {position: relative; display: inline-block; vertical-align: top; width: 48.5%; margin: 10px 0.5%; padding: 0; border: 1px solid #C9356C; overflow: hidden; z-index: 100;}
#at-post-list article .img-set {overflow: hidden;}
#at-post-list .idx {position: absolute; top: calc(100% - 1.3em) ; left: auto; width: 100%; height: 100%; background: rgba(201,53,108,0.4); overflow: hidden; z-index: 200; -webkit-transition: .2s; transition: .2s;}
#at-post-list article:hover .idx {top: 0; padding-top: 10%; background: rgba(201,53,108,0.6);}
#at-post-list .idx h3{padding: 0 10px; font-size: 1.0em; line-height: 1.3em; color: #FFF; font-weight: bold; text-align: center;  z-index: 600; display: block;}
#at-post-list .idx p {padding: 20px 20px 0; font-size: 85%; line-height: 1.2em; font-weight: normal; text-align: justify; color: #FFF; text-justify: inter-ideograph;}
#at-post-list .idx a {color: #FFF; text-decoration: none;}

/* ------ アドセンス属性 ------ */  
#ads-parallel {max-width: 660px; margin: 0 auto 15px auto;}
.ads-left {float: left; display: block;}
.ads-right {float: right; display: block;}
#ads-parallel img {max-width: 300px;}
.ads-res > .textwidget {margin: 0 0 15px; text-align: center;}
.ads-rec > .textwidget {text-align: center;}

/* ------ 関連記事リスト属性 ------ */
#related-posts{margin: 0 auto;}
#related-posts  article {position: relative; display: inline-block; vertical-align: top; width: 24%; margin: 10px 0.2% 0; padding: 0; border: 1px solid #CCC; overflow: hidden; z-index: 100;}
#related-posts  article .img-set {overflow: hidden;}
#related-posts .idx {position: absolute; top: calc(100% - 1.2em) ; left: auto; width: 100%; height: 100%; background-color: rgba(201,53,108,0.4); overflow: hidden; z-index: 200; -webkit-transition: .2s; transition: .2s;}
#related-posts article:hover .idx {top: 0; padding-top: 6%; background-color: rgba(201,53,108,0.6);}
#related-posts  .idx h5 {padding: 0 20px; font-size: 0.92em; line-height: 1.2em; color: #FFF; font-weight: bold; text-align: center;  z-index: 600; display: block;}
#related-posts  .idx p { padding: 20px 20px 0; font-size: 0.85em; line-height: 1.2em; font-weight: normal; text-align: justify; color: #FFF; text-justify: inter-ideograph;}
#related-posts .idx a {color: #FFF; text-decoration: none;}

/* ---- コメント・トラックバック----- */
.tback {border: none;}
.tback h2{margin-botoom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 12px; line-height: 1.6em;}
.comments{padding: 10px; border: none;}
.comments ul{list-style: none;margin: 0; color:#414444; font-size: 100％;}
.comments ul li {margin-bottom: 10px; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px; text-align: left;}
.comments form p{line-height: 1.8em; display: block;}
.comments label{font-weight: bold;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 100%;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCC;display: block;}
.comments .reply a{color: #414444;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #C00;} 
.comments h3 small{font-size: 114%;}
#author{width: 200px; height: 2em}
#email{width: 200px; height: 2em}
#url	{width: 200px; height: 2em}
#comment	{width: 99%; height:100px;}
#submit	{margin:0; padding:2px 25px; cursor:pointer;}
.comments-list-back {background-color: #FFF;}

/* ------ サイドバー ------ */
#sidebar {float: right; width: 301px;}
#sidebar *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.sidebar-wrapper {margin-bottom: 20px;}
.sidebar-wrapper h4{display: block ; margin: 0; padding: 5px 8px; font-size: 100%; line-height: 1.2em; color: #000; font-weight: normal; border: 1px solid #CCC; background-color: #EFEFEF;}
.sidebar-wrapper h4:before {font-family: 'FontAwesome'; content:'\f0a9'; padding-right: 3px; font-size: 1.4em; vertical-align: middle; color: #c9356c;}
.sidebar-wrapper form,
.sidebar-wrapper .tagcloud{padding: 0; font-size: 92%;}
.sidebar-wrapper ul {padding: 0; border-bottom: 1px solid #CCC;}
.sidebar-wrapper ul li {border-top: solid 1px #D5D5D5;  background-color: #FFF; border-left: 1px solid #CCC; border-right: 1px solid #CCC;}
.sidebar-wrapper ul li:first-child {border-top: none;}
.sidebar-wrapper ul li a {display: block;padding: 5px 20px 5px 10px;font-size: 92%; font-weight: normal; line-height: 1.5em; color: #414444;text-decoration: none;background: url(img/arrow_04.png) no-repeat right center;}
.sidebar-wrapper ul li a:hover{background-color: #F5F5F5;}
.sidebar-wrapper ul.children {padding: 0; border: none;}
.sidebar-wrapper ul.children li{border-top: solid 1px #D5D5D5; text-indent: 10px; border-left: none; border-right: none;}
.sidebar-wrapper ul.children li:first-child{border-top: solid 1px #D5D5D5;}
.sidebar-wrapper .post-date {padding-left: 15px; line-height: 1.0em; font-size: 77%;}

/* ------ フッター ------ */
footer {width: 100%; min-width: 1080px; background-color: #F3F3F3;}
#footer-inner {width: 1080px;margin: 0 auto;padding: 10px 0;}
#footer-inner nav{text-align: center;margin: 0; padding: 10px 0 20px;}
#footer-inner nav ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 15px;line-height: 1.3em;font-size: 92%; color: #414444;border-left: solid 1px #C9356C;}
#footer-inner nav ul li:first-child {border-left: none;}
#footer-inner2 {width: 1080px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2 h4 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 15px; color: #FFF; font-size: 100%; font-weight: bold; line-height: 1.1em; background-color: #ec729c;}
#footer-inner2 .f-left {margin: 0 0.5%; padding: 0; width: 31.5%; line-height: 1.35em; display: inline-block; vertical-align: top;}
#footer-inner2 .f-center {margin: 0 0.5%; padding: 0; width: 31.5%; line-height: 1.35em; display: inline-block; vertical-align: top;}
#footer-inner2 .f-right {margin: 0 0.5%; padding: 0; width: 32%; line-height: 1.35em; display: inline-block; vertical-align: top;}
#footer-inner2 ul{margin: 0 0 10px 5px; list-style: none;}
#footer-inner2 ul > li {margin-right: 10px; line-height: 2.0em; font-size: .92em;}
#footer-inner2 ul > li:before{content: '・'; }
#footer-inner2 ul.children {margin: 0;}
#footer-inner2 ul.children li {padding-left: 25px;}
#footer-inner2 .footer-wrapper form,
#footer-inner2 .footer-wrapper p,
#footer-inner2 .footer-wrapper .tagcloud {padding: 0 10px 10px;}
#footer-inner2 .footer-wrapper .tagcloud {line-height: 2.0em; font-size: .85em;}
#footer-inner2 .post-date{font-size: 85%;}
footer a {color: #666; text-decoration: none; font-weight: normal;}
footer a:hover{text-decoration: underline;}
footer #copyright {width: 100%; padding: 10px 0; text-align:center; font-size: 1.0em; font-weight: bold; color: #FFF; background-color: #C9356C;}

/* ------ ページナビ ------ */
.wp-pagenavi {padding-bottom: 20px;}
.wp-pagenavi a, .wp-pagenavi span {color:#666; background-color:#FFF; border:solid 1px #CCC; padding: 8px 15px!important; margin:0 2px; white-space: nowrap; 
	 -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius: 3px;  -webkit-transition: 0.2s ease-in-out;  -moz-transition: 0.2s ease-in-out;  -o-transition: 0.2s ease-in-out;  transition: 0.2s ease-in-out;}
.wp-pagenavi a:hover{ color:#FFF; background-color:#c9356c; font-weight: bold;}
.wp-pagenavi span.current{ color:#FFF; background-color:#f48db4;font-weight: bold;}

/* ------ピックアップ記事等 ------ */
.rank-post {margin-top: 10px; padding: 0 ; overflow: hidden; *zoom: 1;}
.rank-post .p-post {position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #D5D5D5;}
.rank-post  h5{display: block; padding: 0 0 5px ; font-size: 92%; line-height: 1.2em; text-align: left; text-align: justify; text-justify: inter-ideograph;}
.rank-post .p-post:last-child {border-bottom: 1px solid #CCC;}
.rank-post .p-post a {color: #444; text-decoration: none;}
.rank-post .p-post a:hover {text-decoration: underline;}
.rank-post .p-post p {font-size: 77%; line-height: 1.2em; color: 666; text-align: justify; text-justify: inter-ideograph;}
.rank-post .p-post .img-set{float: left; margin-right: 8px; max-width: 120px; border: 1px solid #CCC; display: block; overflow: hidden;}
.rank-post .p-post .num {position: absolute; top: 6px; left: 6px; font-size: 12px; line-height: 12px; font-weight: bold; color: #FFF; padding: 4px 6px; background-color: #B00; border-radius: 10px;}
.rank-post .p-post .num2 {position: absolute; top: 6px; left: 6px; font-size: 12px; line-height: 12px; font-weight: bold; color: #FFF; padding: 4px 6px; background-color: #c9356c; border-radius: 10px;}
.rank-post .eday {float: right; color: #999; font-size: 9px;}

/* ------タグクラウド ------ */
.tagcloud {margin: 0;}
.tagcloud  a {display: inline-block; line-height: 100%; color: #414444;  background: #F5F5F5; border: 1px solid #CCC; text-decoration: none; padding: 4px 6px 4px; margin: 0 5px 5px 0;
	 -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; border-radius: 5px;}
.tagcloud  a:hover {background: #C9356C; color: #FFF; font-weight: bold; text-decoration: none;}

/* ------ コンテンツ内タグ表示 ------ */
#contents .tagcloud {margin: 15px 5px;}
#contents .tagcloud a {font-size: 100% !important; line-height: 1em; background: #FFF; color: #666; font-weight: normal; display: inline-block; white-space: nowrap; padding: 4px 8px; margin: 3px; border: 1px solid #CCC; border-radius: 4px; text-decoration: none;}
#contents .tagcloud a:hover {background: #EFEFEF; color: #666;}

/* ------ 検索フォーム ------ */
#h-search {position: absolute; top: 10px; right: 0; width: 250px; text-align: right;}
#searchform #s {width: 80%; height: 30px; padding-left: 5px; font-size: 92%; border-radius: 0; border: 1px solid #CCC;}
#searchsubmit {width: 60px; height: 30px; margin: 0 0 0 -5px; font-size: 92%; border: none; border-radius: 0; background: transparent; cursor: pointer; background-color: #CCC; color: #FFF;}
#searchsubmit:hover {background-color: #C9356C;}
#n-search {display: none;}
input[type="button"],input[type="submit"] {-webkit-appearance: none;}

/* ------ テーブル ------ */
table {width: 96%; margin: 0 auto; border-collapse: collapse; border-spacing:0; border: 1px solid #CCC;}
th {padding: 5px; font-weight: bold; border: 1px solid #CCC; text-align: center; background-color: #EFEFEF;}
td {padding: 5px; border: 1px solid #CCC;}

/* ------ ソーシャルボタン等 ------ */
.icon-feed:before {font-family: 'FontAwesome'; content:'\f143'; margin: 0 5px;}
.icon-facebook:before {font-family: 'FontAwesome'; content:'\f082'; margin: 0 5px;}
.icon-gplus:before {font-family: 'FontAwesome'; content:'\f0d4';; margin: 0 5px;}
.icon-twitter:before {font-family: 'FontAwesome'; content:'\f081';; margin: 0 5px;}
a.icon-feed, a.icon-facebook, a.icon-gplus, a.icon-twitter {color: #FFF; font-weight: normal; text-decoration: none;}
a.icon-feed:hover {color: #FB9F3B;}
a.icon-facebook:hover {color: #3953A1;}
a.icon-gplus:hover {color: #C62E00;}
a.icon-twitter:hover {color: #00B1EA;}

/* ------ SNSシェアボタン ------ */
ul.sns_btn{width:90%; margin: 0 auto 30px; padding: 0;}
ul.sns_btn li a {width:24%; float: left; padding: 10px 0; margin: 0 1% 0 0; color: #FFF; font-size: 92%; text-align: center; list-style-type: none;}
ul.sns_btn li a:hover{text-decoration: none;}
ul.sns_btn li a.twitter {background-color: #00acee;}
ul.sns_btn li a.twitter:before {font-family: 'FontAwesome'; content:'\f081'; font-size: 1.8em; vertical-align: bottom; margin: 0 5px; opacity: 0.8;}
ul.sns_btn li a.facebook {background-color: #3c5a96;}
ul.sns_btn li a.facebook:before {font-family: 'FontAwesome'; content:'\f082'; font-size: 1.8em; vertical-align: bottom; margin: 0 5px; opacity: 0.8;}
ul.sns_btn li a.google_plus {background-color: #dd4b39;}
ul.sns_btn li a.google_plus:before {font-family: 'FontAwesome'; content:'\f0d4'; font-size: 1.8em; vertical-align: bottom; margin: 0 5px; opacity: 0.8;}
ul.sns_btn li a.hatena {background-color: #2D4C86;}
ul.sns_btn li a.hatena:before {font-family: Arial Bold; content: "B!"; font-size: 120%; font-weight: bold; vertical-align: bottom; margin: 0 5px;}

/* ------ Youtube ------ */
.youtube {position: relative; width: 100%; padding-top: 56.25%;}
.youtube iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* ------ 引用 ------ */
blockquote {color: #666; font-size: 100%; font-style: italic; font-weight: bold; background-color:#F5F5F5; padding:1em 1em 1em 3em; position:relative;}
blockquote:before{content: '“'; font-size: 4em; line-height:1em; color:#CCC; position:absolute; left:0; top: 10px;;}

/* ------ 出典 ------ */
.source{font-size: 11px; font-weight: normal; color: #888;}
.source a {font-weight: normal; color: #999; text-decoration: none;}
.source a:hover {color: #C00; text-decoration: underline;}

/* ------  アーカイブウィジェット ------ */
.sidebar-wrapper .screen-reader-text, .footer-wrapper .screen-reader-text {display: none;}
.sidebar-wrapper select, .footer-wrapper select {margin: 5px 0 5px 10px; width: 90%!important; border-radius: 0!important;}

/* ------ その他属性 ------ */
.red_uline{border-bottom: 3px solid #F30;}
.uline{border-bottom: 1px solid #F63;}  
.dotline{clear: both;margin: 5px 0; border-bottom: 1px dotted #CCC;}
.clr{clear: both;}
strong {font-weight: 600;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #C00;}
.pink{color: #C09;}
.blue{color: #22b2da;}
.green{color: #00ad7c;}
.c06{color: #C06;}
.bg_yellow{background-color: #f4f56e;}
.bg_cyan {background-color: #CCF4FE;}
.bld {font-weight: 600;}
#sitemap_list li a {font-weight: normal;}
.comments label {font-weight: 600;}

_::-webkit-full-page-media, _:future, :root strong { font-weight: bold;}
_::-webkit-full-page-media, _:future, :root .bld { font-weight: bold;}
_::-webkit-full-page-media, _:future, :root .comments label { font-weight: bold;}

/* ------ 線の属性 ------ */
.dot{border-bottom:1px dotted #CCC;}
.solid{border-bottom:1px solid #CCC;}

/* ------ 付録の属性 ------ */
.tab-title:before {font-family: iconfont;font-weight: normal; content: "L"; padding-right: 5px; vertical-align: bottom; color: #C06;}



