/*
Theme Name:SHINKI
Theme URI:
Description:
Author:http://www.af5.jp/
Author URI:http://www.af5.jp/
Version:1.2.0
Text Domain:lifefit
*/

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */



/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; color:#333; line-height:1; }
a { color:#333; }
.clear { clear:both; }
.hide { display:none; }



/* ----------------------------------------------------------------------
 WordPress preset css and post style
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:15px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:15px; margin-bottom:15px; }


/* text and headline */
.post_content p { line-height:180%; margin:0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.2; font-weight:600; margin:0 0 5px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:1.8; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:0; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; } 
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table { margin:0; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px 7px; line-height:1.8; }
.post_content th { background:#f2f2f2; font-weight:normal; }


/* block quote */
.post_content blockquote { margin:0; padding:27px 30px; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f2f2f2; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }

/* captions */
.post_content .wp-caption { margin-bottom:24px; background:#fff; border:1px solid #ccc; padding:5px; max-width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.8; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:0; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0; line-height:2.2; }
.post_content pre { border-left:5px solid #7fc120; font-size:12px; margin:0; line-height:25px; background:url(img/common/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* mokuji */
.mokuji_list dd {  line-height:150% !imporatnt; }
.mokuji_list span { display:block; float:left; }
.mokuji_list a { text-decoration:none; display:block; }
.mokuji_list dd a { margin:0 0 0 1.7em; text-decoration:underline; }
.mokuji_list a:hover { text-decoration:underline; }
.mokuji_list.type1 span, .mokuji_list.type2 span, .mokuji_list.type3 span, .mokuji_list.type4 span { display:none; }
.mokuji_list.type1 dd a, .mokuji_list.type2 dd a, .mokuji_list.type3 dd a, .mokuji_list.type4 dd a { margin:0; }
.post_content.mokuji_free { padding:0; margin:0 0 20px 0; }

.mokuji_list.type1 { margin:0 0 25px 0 !important; padding:0; }
.mokuji_list.type1 dt { border-bottom:1px dotted #ccc; margin:20px 0 10px 0 !important; padding:0 0 7px 22px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type1 dd { margin:0 0 10px 0 !important; }
.mokuji_list.type1 dt:before { content:''; display:block; width:15px; height:15px; position:absolute; top:5px; left:0px; background:#aaa; }

.mokuji_list.type2 { border:1px solid #ccc; margin:0 0 25px 0 !important; padding:0px 15px 5px; }
.mokuji_list.type2 dt { border-bottom:1px dotted #ccc; margin:15px 0 10px 0 !important; padding:0 0 7px 22px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type2 dd { margin:0 0 10px 0 !important; }
.mokuji_list.type2 dt:before { content:''; display:block; width:15px; height:15px; position:absolute; top:5px; left:0px; background:#aaa; }

.mokuji_list.type5 { margin:0 0 25px 0 !important; padding:0; }
.mokuji_list.type5 dt { border-bottom:1px dotted #ccc; margin:20px 0 10px 0 !important; padding:0 0 7px 22px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type5 dd { margin:0 0 10px 0 !important; }
.mokuji_list.type5 dt:before { content:''; display:block; width:15px; height:15px; position:absolute; top:5px; left:0px; background:#aaa; }

.mokuji_list.type6 { border:1px solid #ccc; margin:0 0 25px 0 !important; padding:0px 15px 5px; }
.mokuji_list.type6 dt { border-bottom:1px dotted #ccc; margin:15px 0 10px 0 !important; padding:0 0 7px 22px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type6 dd { margin:0 0 10px 0 !important; }
.mokuji_list.type6 dt:before { content:''; display:block; width:15px; height:15px; position:absolute; top:5px; left:0px; background:#aaa; }

.mokuji_list.type3 { margin:0 0 25px 0 !important; padding:0; }
.mokuji_list.type3 dt { border-bottom:1px dotted #ccc; margin:20px 0 10px 0 !important; padding:0 0 7px 13px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type3 dd { margin:0 0 10px 0 !important; background:url(img/common/bullet1.gif) no-repeat 1px 8px; padding:0 0 0 14px; }
.mokuji_list.type3 dt:before { content:''; display:block; width:4px; height:18px; position:absolute; top:3px; left:0px; background:#aaa; }

.mokuji_list.type4 { border:1px solid #ccc; margin:0 0 25px 0 !important; padding:0px 15px 5px; }
.mokuji_list.type4 dt { border-bottom:1px dotted #ccc; margin:15px 0 10px 0 !important; padding:0 0 7px 13px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type4 dd { margin:0 0 10px 0 !important; background:url(img/common/bullet1.gif) no-repeat 1px 8px; padding:0 0 0 14px; }
.mokuji_list.type4 dt:before { content:''; display:block; width:4px; height:18px; position:absolute; top:3px; left:0px; background:#aaa; }

.mokuji_list.type7 { margin:0 0 25px 0 !important; padding:0; }
.mokuji_list.type7 dt { border-bottom:1px dotted #ccc; margin:20px 0 10px 0 !important; padding:0 0 7px 13px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type7 dd { margin:0 0 10px 0 !important; padding:0; }
.mokuji_list.type7 dt:before { content:''; display:block; width:4px; height:18px; position:absolute; top:3px; left:0px; background:#aaa; }

.mokuji_list.type8 { border:1px solid #ccc; margin:0 0 25px 0 !important; padding:0px 15px 5px; }
.mokuji_list.type8 dt { border-bottom:1px dotted #ccc; margin:15px 0 10px 0 !important; padding:0 0 7px 13px; font-size:16px; line-height:150%; position:relative; font-weight:bold; }
.mokuji_list.type8 dd { margin:0 0 10px 0 !important; padding:0; }
.mokuji_list.type8 dt:before { content:''; display:block; width:4px; height:18px; position:absolute; top:3px; left:0px; background:#aaa; }


/* auto mokuji */
.mokuji_design_type1 { padding:10px 15px; margin:0 0 15px 0 !important; border-left:4px solid #666; border-top:1px solid #ccc !important; border-bottom:1px solid #ccc !important; border-right:1px solid #ccc !important; }
.mokuji_design_type1 .mokuji_title { font-weight:bold; border-bottom:1px dotted #ccc; padding:0 0 5px 0; margin:0 0 10px 0; font-size:120%; }
.mokuji_design_type1 ul { margin:0 !important; }
.mokuji_design_type1 ul ul { margin-left:1em; }
.mokuji_design_type1 li { list-style-type:none; margin:0 !important; padding:0; }
.mokuji_design_type1.no_number li a { background:url(img/common/bullet1.gif) no-repeat 0px 9px; padding:0 0 0 10px; }
.mokuji_number { font-weight:bold; margin:0 15px 0 0; }

.mokuji_design_type2 { border:1px solid #ccc; padding:10px 15px; margin:0 0 15px 0 !important; background:#eee; }
.mokuji_design_type2 .mokuji_title { font-weight:bold; border-bottom:1px dotted #ccc; padding:0 0 5px 0; margin:0 0 10px 0; font-size:120%; }
.mokuji_design_type2 ul { margin:0 !important; }
.mokuji_design_type2 ul ul { margin-left:1em; }
.mokuji_design_type2 li { list-style-type:none; margin:0 !important; padding:0; }
.mokuji_design_type2.no_number li a { background:url(img/common/bullet1.gif) no-repeat 0px 9px; padding:0 0 0 10px; }

.mokuji_design_type3 { border:1px solid #333; padding:10px 15px; margin:0 0 15px 0; background:#444; color:#fff; }
.mokuji_design_type3 .mokuji_title { font-weight:bold; border-bottom:1px dotted #ccc; padding:0 0 5px 0; margin:0 0 10px 0; font-size:120%; }
.mokuji_design_type3 ul { margin:0 !important; }
.mokuji_design_type3 ul ul { margin-left:1em; }
.mokuji_design_type3 li { list-style-type:none; margin:0 !important; padding:0; }
.mokuji_design_type3 li a { color:#fff; }
.mokuji_design_type3 li a:hover { color:#fff !important; }
.mokuji_design_type3.no_number li a { background:url(img/common/bullet1.gif) no-repeat 0px 9px; padding:0 0 0 10px; }

.mokuji_design_type4 { padding:10px 15px; margin:0 0 15px 0 !important; color:#fff; }
.mokuji_design_type4 .mokuji_title { font-weight:bold; border-bottom:1px dotted #ccc; padding:0 0 5px 0; margin:0 0 10px 0; font-size:120%; }
.mokuji_design_type4 ul { margin:0 !important; }
.mokuji_design_type4 ul ul { margin-left:1em; }
.mokuji_design_type4 li { list-style-type:none; margin:0 !important; padding:0; }
.mokuji_design_type4 li a { color:#fff; }
.mokuji_design_type4 li a:hover { color:#fff !important; }
.mokuji_design_type4.no_number li a { background:url(img/common/bullet1.gif) no-repeat 0px 9px; padding:0 0 0 10px; }


/* page link */
#post_pagination { margin:10px 0 0 0; clear:both; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:35px; height:35px; line-height:35px; text-align:center; text-decoration:none; color:#333; font-size:12px; }
#post_pagination p { background:#666; color:#fff; }
#post_pagination a:hover { color:#fff; }



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */

/* page navi */
.page_navi { margin:0; padding:0; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#666; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#eee; display:block; }
.page_navi a:hover { color:#fff; text-decoration:none; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#aaaeaf; }
.page_navi .back a { display:inline-block; }



/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:0 0 30px 0; font-size:13px; position:relative; }
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li { line-height:170%; margin:0 0 10px 0; padding:0 0 0 9px; background:url(img/common/bullet1.gif) no-repeat left 8px; }
.side_widget a { }
.side_widget img { height:auto; max-width:100%; }
.side_headline { border-left:4px solid #5dc2d8; line-height:160%; padding:2px 0 2px 10px; position:relative; margin:0 0 10px 0; font-weight:normal; font-size:16px; }
.side_widget p { line-height:170%; }


/* author information */
.author_widget .author_top { border-bottom:1px dotted #ccc; margin:0 0 10px 0; }
.author_widget .author_image img { width:70px; height:70px; float:left; margin:0 15px 15px 0; }
.author_widget .author_name { font-size:14px; margin:0 0 10px 0; }
.author_widget .author_desc { font-size:13px; margin:0 0 10px 0; }
.author_widget .author_link { margin-bottom:-10px; }
.author_widget .author_link li { background:none; width:50%; float:left; padding:0; margin:0 0 10px 0; line-height:25px; font-size:13px; }
.author_widget .author_link li a { display:block; }
.author_widget .author_link li.twitter_button a:before { content:''; display:block; width:25px; height:25px; float:left; margin:0 7px 0 0; background:#00aced url(img/common/share_twitter.png) no-repeat 4px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; border-radius:3px; }
.author_widget .author_link li.facebook_button a:before { content:''; display:block; width:25px; height:25px; float:left; margin:0 7px 0 0; background:#3b5998 url(img/common/share_facebook.png) no-repeat 4px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; border-radius:3px; }
.author_widget .author_link li.google_plus_button a:before { content:''; display:block; width:25px; height:25px; float:left; margin:0 7px 0 0; background:#dd4b39 url(img/common/share_google.png) no-repeat 4px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; border-radius:3px; }
.author_widget .author_link li.web_button a:before { content:''; display:block; width:25px; height:25px; float:left; margin:0 7px 0 0; background:#333 url(img/common/share_web.png) no-repeat 2px; -moz-background-size:21px; -webkit-background-size:21px; -o-background-size:21px; -ms-background-size:21px; background-size:21px; border-radius:3px; }



/* about site */
#about_site { }
#about_site_top { }
#about_site_top p, .about_site_bottom p { margin:0; }
.about_site_bottom .bookmark { margin:20px 0 0 0; position:relative; }
.about_site_bottom .bookmark li { float:left; margin:0 5px 0 0; padding:0; background:none; }
.about_site_bottom .bookmark li a { text-decoration:none; text-indent:150%; white-space:nowrap; overflow:hidden; width:35px; height:35px; display:block; }
.about_site_bottom .bookmark li.twitter_button a  { background:#00aced url(img/common/share_twitter.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
.about_site_bottom .bookmark li.facebook_button a { background:#3b5998 url(img/common/share_facebook.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
.about_site_bottom .bookmark li.hatena_button a { background:#3c7dd1 url(img/common/share_hatena.png) no-repeat 10px; -moz-background-size:17px; -webkit-background-size:17px; -o-background-size:17px; -ms-background-size:17px; background-size:17px; }
.about_site_bottom .bookmark li.google_plus_button a { background:#dd4b39 url(img/common/share_google.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
.about_site_bottom .bookmark li.twitter_button a:hover { background:#45c6f7 url(img/common/share_twitter.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
.about_site_bottom .bookmark li.facebook_button a:hover { background:#5485eb url(img/common/share_facebook.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
.about_site_bottom .bookmark li.hatena_button a:hover { background:#328cff url(img/common/share_hatena.png) no-repeat 10px; -moz-background-size:17px; -webkit-background-size:17px; -o-background-size:17px; -ms-background-size:17px; background-size:17px; }
.about_site_bottom .bookmark li.google_plus_button a:hover { background:#ff5843 url(img/common/share_google.png) no-repeat 10px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }


/* calendar */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:0; line-height:350%; text-align:center; }
#wp-calendar td a { display:block; margin:2px; padding:0; text-decoration:none; color:#333; background-color:#f2f2f2; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:200%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; }
#wp-calendar td#today { color:#fff; background:#cacdd1; }
#footer_widget #wp-calendar td a { color:#fff; background:#333; }
#footer_widget #wp-calendar td a:hover { color:#fff; }
#footer_widget #wp-calendar td#today { background:#333; }


/* free space */
.free_widget { background:none; border:none; padding:0; box-shadow:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.free_widget img { display:block; max-width:100%; height:auto; }


/* orginal widget post list */
.widget_post_list { }
.widget_post_list li { background:none; padding:0 0 10px; border-bottom:1px dotted #ccc;  margin:0 0 12px 0; }
.widget_post_list li:last-child { border:none; margin:0; padding:0; }
.widget_post_list .info { }
.widget_post_list .info .date { margin:2px 0 5px 0; line-height:100%; color:#999; }
.widget_post_list .info .title { font-size:13px; margin:0; padding:0 0 5px 0; display:block; -ms-word-wrap: break-word; word-wrap: break-word; }
.widget_post_list .image { float:left; display:block; position:relative; overflow:hidden; width:70px; height:70px; margin:0 15px 0 0; }
.widget_post_list .image:after {
   content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0; left:0; bottom:0; right:0;
   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.widget_post_list .image:hover:after { box-shadow:inset 0 0 0 6px rgba(255,255,255, 0.3); }
.widget_post_list .image img { width:70px; height:70px; }
#footer_widget .widget_post_list li { border-color:#666; padding:0 0 10px 0; margin:0 0 10px 0; }


/* search */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s { float:left; width:70%; height:32px; margin:0; border:1px solid #ddd; background:#fcfcfc; padding:0 10px; box-shadow:1px 1px 2px 0px #eee inset; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; background:#cacdd1; color:#fff; width:30%; height:32px; cursor:pointer; display:block; float:left; margin-bottom:-3px; font-size:13px; }
.widget_search #search-btn input:hover { }
.widget_search:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.widget_search { display:inline-block; }
/* exlude MacIE5 \*/
* html .widget_search { height:1% }
.widget_search { display:block;}
/* end MacIE5 */
#footer_widget .widget_search #search-box, #footer_widget .widget_search #s { border:none; background:#333; box-shadow:1px 1px 2px 0px #222 inset; color:#fff; }
#footer_widget .widget_search #search-btn input, #footer_widget .widget_search #searchsubmit { background:#222; }


/* archive category dropdown */
.widget_archive select, .widget_categories select { border:1px solid #ddd; padding:6px 10px; width:100%; font-size:14px; }
.widget_archive label, .widget_categories label { display:none; }
#footer_widget .widget_archive select, #footer_widget .widget_categories select { background:#252729; color:#aaa; border:none; }


/* lifefit category list */
.lifefit_category_list_widget ul { margin:0; }
.lifefit_category_list_widget li ul { margin:-1px 0 0 0; }
.lifefit_category_list_widget li { background:none; padding:0; margin:0 0 -1px 0; }
.lifefit_category_list_widget a { display:block; text-decoration:none; color:#333; background:url(img/common/arrow1.gif) no-repeat 20px 17px; padding:10px 15px 10px 30px; border:1px solid #ddd; }
.lifefit_category_list_widget a:hover { background-color:#aaa; color:#fff !important; box-shadow:none; }
.lifefit_category_list_widget li li a { padding-left:49px; background-position:39px 15px; }
.lifefit_category_list_widget li li li a { padding-left:69px; background-position:58px 15px; }
#footer_widget .lifefit_category_list_widget ul { margin:0; }
#footer_widget .lifefit_category_list_widget li ul { margin:-1px 0 0 0; }
#footer_widget .lifefit_category_list_widget li { background:none; padding:0; margin:0; }
#footer_widget .lifefit_category_list_widget a { background-color:#333; border-color:#444; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer_widget { font-size:11px; }

/* return top */
#return_top { 
  position:fixed; bottom:10px; right:10px; z-index:10; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:45px; height:45px; margin:0; padding:0; background:#555 url(img/footer/return_top2.gif) no-repeat center center;
  opacity:0.5;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none;
}
#return_top:hover { opacity:1; }



/* ----------------------------------------------------------------------
 share button
---------------------------------------------------------------------- */
.share_button { list-style:none; line-height:1; }
.share_button ul { margin:0; padding:0; line-height:1; }
.share_button li { padding:0; float:left; margin:0 10px 0 0; line-height:0; }
.balloon-btn-set { display:block; }
.balloon-btn-set a { display:block; color:#777; font-size:14px; text-decoration:none; }
.balloon-btn-set a .word { font-size:11px; }

/* share count area */
.arrow-box { display:inline-block; position:relative; background:#fff; border:1px solid #bbb; border-left:none; text-align:center; width:auto; padding:0 10px; height:28px; line-height:28px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
a.arrow-box-link { text-align:center; font-family: Arial; display:block; }
a.balloon-btn-link { width:28px; height:28px; line-height:28px; top:0; border:none; float:left; margin:0; }
a.balloon-btn-link:active { border:none; top:0px; }

/* loading icon */
.fa-spin { display:block; margin:5px auto 0; background:url(img/common/loader.gif) no-repeat; width:16px; height:16px; }

/* SNS icon */
a.balloon-btn-link span { text-indent:150%; white-space:nowrap; overflow:hidden; display:block; }
a.twitter-balloon-btn-link  { background:#00aced url(img/common/share_twitter.png) no-repeat 6px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
a.facebook-balloon-btn-link { background:#3b5998 url(img/common/share_facebook.png) no-repeat 5px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
a.hatena-balloon-btn-link { background:#3c7dd1 url(img/common/share_hatena.png) no-repeat 5px 6px; -moz-background-size:17px; -webkit-background-size:17px; -o-background-size:17px; -ms-background-size:17px; background-size:17px; }
a.googleplus-balloon-btn-link { background:#dd4b39 url(img/common/share_google.png) no-repeat 7px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }

a.twitter-balloon-btn-link:hover { background:#45c6f7 url(img/common/share_twitter.png) no-repeat 6px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
a.facebook-balloon-btn-link:hover { background:#5485eb url(img/common/share_facebook.png) no-repeat 5px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }
a.hatena-balloon-btn-link:hover { background:#328cff url(img/common/share_hatena.png) no-repeat 5px 6px; -moz-background-size:17px; -webkit-background-size:17px; -o-background-size:17px; -ms-background-size:17px; background-size:17px; }
a.googleplus-balloon-btn-link:hover { background:#ff5843 url(img/common/share_google.png) no-repeat 7px 6px; -moz-background-size:18px; -webkit-background-size:18px; -o-background-size:18px; -ms-background-size:18px; background-size:18px; }



