/*
Theme Name:CUBIC
Theme URI:https://hybrid-theme.com/theme/cubic/
Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo/cubic/
Author:mono-lab
Author URI:https://www.mono-lab.net/
Version:3.1.4
Text Domain:mono-lab
*/



/* ----------------------------------------------------------------------
 web fonts
---------------------------------------------------------------------- */
@font-face {
    font-family: 'icomoon-mono-lab';
    src: url('font/icomoon-mono-lab.eot?v=1.2');
    src: url('font/icomoon-mono-lab.eot?v=1.2#iefix') format('embedded-opentype'),
         url('font/icomoon-mono-lab.woff?v=1.2') format('woff'),
         url('font/icomoon-mono-lab.ttf?v=1.2') format('truetype'),
         url('font/icomoon-mono-lab.svg?v=1.2#icomoon-mono-lab') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ----------------------------------------------------------------------
 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; min-width:1100px; background:#fff; }
.pc body.classic.fixed_header  { padding:40px 0 0 0; }
a { color:#333; }
a, a:before, a:after, input { -webkit-transition-property:background color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.2s; -o-transition-timing-function:ease; }
.clear { clear:both; }
.hide { display:none; }
.admin-bar { padding-top:32px; }



/* ----------------------------------------------------------------------
 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; }
.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:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2; margin:0 0 2em 1em; }
.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 15px 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:2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.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 0 24px 0; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px 7px; line-height:2; }
.post_content th { background:#f2f2f2; font-weight:normal; }


/* block quote */
.post_content blockquote { margin:0 0 24px 0; padding:27px 30px 1px; background:#f2f2f2; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; 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:#999; }
.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:#999; }


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


/* gallery */
.gallery { margin-bottom:20px; }
.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 0 24px 0; line-height:2; }
.post_content pre { border-left:5px solid #819ca7; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }



/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
.pc #header_top {
  width:100%; min-width:1100px; height:40px; border-bottom:1px solid #ccc; position:relative; z-index:9;
  background:#f2f2f2;
  box-shadow:0px 0px 0px 1px #fff inset, 0 0 5px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background: linear-gradient(to bottom, #ffffff, #f2f2f2);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f2f2f2');
}
.pc .fixed_header #header_top { position:fixed; top:0px; }
.pc .admin-bar.fixed_header #header_top { top:32px; }
.pc #contents { width:1100px; margin:0 auto; padding:40px 0; }
.pc #main_contents { background:url(img/side_line.gif) repeat-y 770px top; }
.pc #main_col { width:740px; float:left; padding:0 30px 0 0; }
.pc #side_col { width:300px; float:right; padding:0 0 0 30px; }
.pc #header { border-bottom:1px solid #ccc; width:100%; min-width:1100px; height:150px; margin-top:-40px;}
.pc #header_inner { width:1100px; height:150px; margin:0 auto; position:relative; }
.pc .fixed_header #header { margin-top:0; }
.pc .page-template-page-noside-php #main_contents, .pc .page-template-page-mlprofile-noside #main_contents{ background:none; }
.pc .page-template-page-noside-php #main_col, .pc .page-template-page-mlprofile-noside #main_col { float:none; width:1100px; }



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
/* logo text */
.pc #logo_text { position:absolute; }
.pc #logo_text #logo { margin:0 20px 0 0; padding:0; line-height:100%; font-weight:normal; }
.pc #logo_text #logo a { color:#333; text-decoration:none; display:block; -webkit-transition:color 0.2s ease-in-out; -moz-transition:color 0.2s ease-in-out; -o-transition:color 0.2s ease-in-out; -ms-transition:color 0.2s ease-in-out; transition:color 0.2s ease-in-out; }
.pc #logo_text #desc { margin:0; padding:0; font-weight:normal; line-height:100%; color:#888; font-size:10px; display:block; }
.pc .classic #logo_text { font-size:0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left:20px; }
.pc .classic #logo_text #logo { display:inline-block; vertical-align:middle; }
.pc .classic #logo_text #desc { display:inline-block; vertical-align:middle; }

.pc .classic #logo_image { float:left; position:relative; top:0px; left:0px; height:40px; }
.pc .classic #logo_image img { position:absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left:20px; }


/* header menu */
#header_menu { float:left; margin:0; height:39px; display:none; }
#header_menu li { float:left; display:inline; margin:0; font-size:10px; }
#header_menu ul li a { display:block; padding:0 25px 0; text-decoration:none; text-shadow: 1px 1px 0px #fff; height:40px; line-height:42px; text-align:center; color:#666; background:url(img/menu_line.png) no-repeat right bottom; }
#header_menu ul li a:hover { background-color:#fff; }
#header_menu ul { margin:0; padding:0; }
#header_menu ul ul { display:none; float:none; position:absolute; top:40px; left:-1px; margin:0; padding:0; width:191px; box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); }
#header_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#header_menu ul li { position:relative; display:block; }
#header_menu ul ul li { float:none; padding:0; margin:0; }
#header_menu ul ul li a { display:block; padding:14px 25px; line-height:140%; height:auto; background:#fafafa; text-align:left; position:relative; margin:0 0 -1px 0; border:1px solid #ccc; background-image:none; }
#header_menu ul ul li a:hover { background:#fff; text-decoration:none; color:#666; }
#header_menu ul ul .parent_menu > a { background:#fafafa url(img/arrow1.gif) no-repeat 175px 19px; }
#header_menu ul ul .parent_menu > a:hover { background:#fff url(img/arrow1.gif) no-repeat 175px 19px; }
/* Classic style */
.classic #header_menu { float:right; }
.classic #header_menu ul li a { background:url(img/menu_line.png) no-repeat left bottom; }
.classic #header_menu ul li a:hover { background-color:#fff; }
.classic #header_menu ul ul { left:auto; right:-1px; box-shadow:-1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow:-1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:-1px 2px 1.5px rgba(0, 0, 0, 0.1); }
.classic #header_menu ul ul ul { left:auto; right:100%; }
.classic #header_menu ul ul ul { margin:0 -1px 0 0; }
.classic #header_menu ul ul li a { background:#fafafa; }
.classic #header_menu ul ul li a:hover { background:#fff; text-decoration:none; color:#666; }
.classic #header_menu ul ul .parent_menu > a { background:#fafafa url(img/arrow2.gif) no-repeat 10px 19px; }
.classic #header_menu ul ul .parent_menu > a:hover { background:#fff url(img/arrow2.gif) no-repeat 10px 19px; }


/* social link button */
#search_link_area { float:right; }
#search_link_area ul { line-height:0; margin:0 0 0 10px; padding:0; float:right; }
#search_link_area li { float:left; margin:0 !important; padding:0; line-height:100%; }
#search_link_area li a { text-decoration:none; display:block; width:60px; height:40px; line-height:100%; background:url(img/menu_line.png) no-repeat left bottom; text-align:center; position:relative; }
#search_link_area li a:hover { background:#fff url(img/menu_line.png) no-repeat left bottom; }
#search_link_area li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#search_link_area li a:after { font-family:'icomoon-mono-lab'; color:#9a9d9e; font-size:12px; margin:0; display:inline-block; top:13px; left:25px; position:absolute; }
#search_link_area li.rss_button a:after { content:"\e603"; }
#search_link_area li.twitter_button a:after { content:"\e604"; }
#search_link_area li.insta_button a:after { content:"\e902"; }
#search_link_area li.facebook_button a:after { content:"\e601"; }
#search_link_area li.google_plus_button a:after { content:"\e602"; }
#search_link_area li.tumblr_button a:after { content:"\e61c"; }
#search_link_area li.flickr_button a:after { content:"\e61f"; }
#search_link_area li.picassa_button a:after { content:"\e61d"; }
#search_link_area li.pinterest_button a:after { content:"\e60f"; }
#search_link_area li.mail_button a:after { content:"\e60d"; }
#search_link_area li.rss_button a:hover:after { color:#ffcc00; }
#search_link_area li.twitter_button a:hover:after { color:#16b9dc; }
#search_link_area li.facebook_button a:hover:after { color:#3B5998; }
#search_link_area li.insta_button a:hover:after { color:#5b3ab9; }
#search_link_area li.google_plus_button a:hover:after { color:#d33e3e; }
#search_link_area li.tumblr_button a:hover:after { color:#4c6f92; }
#search_link_area li.flickr_button a:hover:after { color:#0279d3; }
#search_link_area li.picassa_button a:hover:after { color:#ff7900; }
#search_link_area li.pinterest_button a:hover:after { color:#ff3a3a; }


/* search form */
#search_area_top { float:right; height:34px; padding:6px 0 0 10px; }
#search_area_top .search_form { float:right;position:relative;  background:#e8e8e8; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; width:200px; height:28px; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; border-left:1px solid #ccc; }
#search_area_top .search_input input { font-size:11px; color:#aaa; width:140px; height:28px; float:left; margin:0 0 0 5%; padding:0; border:none; background:none; }
#search_area_top .search_input input:focus, .widget_search #search-box:focus, .widget_search #s:focus { color:#333; }
#search_area_top .search_button input { border:none; position:absolute; top:0px; right:0px; background:url(img/search.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; height:28px; line-height:28px; width:40px; -moz-border-radius:0px 3px 3px 0; -khtml-border-radius:0px 3px 3px 0; -webkit-border-radius:0px 3px 3px 0; border-radius:0px 3px 3px 0; text-indent:250%; white-space:nowrap; overflow:hidden; display:block; }
#search_area_top .search_button input:hover { cursor:pointer; background:#ccc url(img/search_on.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; }


/* global menu */
.pc #global_menu { width:1100px; height:45px; margin:40px auto 0; position:relative; z-index:8; box-shadow:0 0 3px rgba(0, 0, 0, 0.1); border:1px solid #ddd; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.pc #global_menu ul ul { display:none; position:absolute; top:45px; left:0px; margin:0; padding:0; box-shadow: 2px 2px 1.5px rgba(0, 0, 0, 0.1); }
.pc #global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
.pc #global_menu ul li { float:left; font-size:1%; position:relative; }
.pc #global_menu ul ul li { float:none; height:auto; padding:0; margin:0; text-align:left; }
.pc #global_menu ul li a { font-size:12px; padding:0 30px; background:#fafafa url(img/color/white.gif) repeat-x left bottom; border-left:1px solid #ccc; text-align:center; text-decoration:none; color:#666; display:block; height:45px; line-height:48px; }
.pc #global_menu > ul > li:first-child a { border:none; -moz-border-radius:4px 0 0 4px; -khtml-border-radius:4px 0 0 4px; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; }
.pc #global_menu > ul > li:last-child a { -moz-border-radius:0 4px 4px 0; -khtml-border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; }
.pc #global_menu ul ul li a { font-size:11px; background:#fff; border:1px solid #ccc; position:relative; padding:10px 20px 8px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; }
.pc #global_menu ul li a:hover { background:#fff; color:#666; }
.pc #global_menu ul ul li a:hover { background:#f2f2f2; color:#666; }
.pc #global_menu ul li.active_menu > a { background:#fff; }
.pc #global_menu ul ul li.menu-item-has-children > a { background:#fff url(img/arrow1.gif) no-repeat right 10px top 18px; }
.pc #global_menu ul ul li.menu-item-has-children > a:hover { background:#f2f2f2 url(img/arrow1.gif) no-repeat right 10px top 18px; }


/* header adsense */
.header_banner_area { width:1100px; margin:0 auto; position:relative; }
.header_banner { position:absolute; top:-85px; right:0px; }
.header_banner img { display:block; }
.archive .header_banner, .search .header_banner, .single-post.has_bread .header_banner { top:-126px; }
.pc .classic .header_banner_area { padding:30px 0 0 0; }
.pc .classic .header_banner { width:1100px; position:relative; top:0; right:auto; text-align:center; }
.pc .classic .header_banner img { margin:0 auto; }


/* hide menu button and search form for mobile device */
.menu_button, #mobile_menu, #search_area_mobile, #logo_image.has_mobile_image .mobile_image { display:none; }



/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
#post_list { margin:0; padding:0; list-style-type:none; }
#post_list .article { padding:0 0 20px 0; margin:0 0 50px; border-bottom:1px solid #ccc; }


/* post tilte */
#post_list .title { margin:0 0 25px 0; padding:0; line-height:170%; font-size:21px; }
#post_list .title.no_date_author { margin-bottom:12px; }
#post_list .title a { text-decoration:none; display:block; }


/* post meta */
.post_meta.top { margin:0 0 30px 0; padding:0; overflow:hidden; }
.post_meta.bottom { margin:0; padding:0; overflow:hidden; }
.post_meta { margin:0; padding:0; }
.post_meta li { font-size:11px; float:left; margin:0 25px 5px 0; padding:1px 0px 1px 20px; color:#888; position:relative; line-height:1.5; }
.post_meta li.post_date { padding-left:0; }
.post_meta li a { color:#888; text-decoration:none; }
.post_meta li a:hover { text-decoration:underline; }
.post_meta li a:after { content:','; margin:0 5px 0 0; color:#aaa; }
.post_meta li a:last-child:after { display:none; }
.post_meta li:before { font-family:'icomoon-mono-lab'; color:#bbb; font-size:13px; width:14px; margin:0; display:inline-block; top:0px; left:0px; position:absolute; }
.post_meta li.post_category:before { content:"\e608"; }
.post_meta li.post_tag:before { content:"\e607"; top:1px; }
.post_meta li.post_author:before { content:"\e609"; top:1px; }
.post_meta li.post_edit:before { content:"\e605"; }
.post_meta li.post_comment:before { content:"\e61a"; top:-2px; font-size:17px; }
.post_meta li.post_format_gallery:before { content:"\e623"; }
.post_meta li.post_format_aside:before { content:"\e61e"; }
.post_meta li.post_format_link:before { content:"\e600"; }
.post_meta li.post_format_image:before { content:"\e614"; }
.post_meta li.post_format_quote:before { content:"\e60e"; }
.post_meta li.post_format_video:before { content:"\e615"; top:1px; }
.post_meta li.post_format_audio:before { content:"\e61b"; top:1px; }
.post_meta li.post_format_chat:before { content:"\e61a"; top:-2px; font-size:17px; }
.post_meta li.post_format_status:before { content:"\e61a"; top:-2px; font-size:17px; }


/* featured image */
.post_image { text-align:center; margin:0 0 24px 0; }


/* post content */
#post_list .post_content { margin:0 0 5px 0; }


/* read more link */
.post_content a.more-link { font-size:12px; background:#f2f2f2; text-decoration:none; display:inline-block; height:35px; line-height:35px; padding:0 36px; color:#666; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; position:relative; }
.post_content a.more-link:hover { color:#fff; }


/* thumbnail */
#post_list .post_list_thumbnail { float:left; margin:0 25px 30px 0; line-height:0; }
#post_list .post_list_thumbnail img { max-width:300px; height:auto; display:block; }
#post_list .post_list_thumbnail a { position:relative; display:inline-block; }
#post_list .post_list_thumbnail a: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;
}
#post_list .post_list_thumbnail a:hover:after { box-shadow:inset 0 0 0 12px rgba(255,255,255, 0.3); }


/* archive page headline */
#archive_headline { background:#f5f5f5; }
#archive_headline h3 { font-size:12px; width:1100px; margin:0 auto; padding:0; height:40px; line-height:42px; font-weight:normal; color:#999; position:relative; }
#archive_headline h3:after { content:''; height:0px; width:0px; border:10px solid #f5f5f5; border-color:transparent; border-top-color:#f5f5f5; display:block; position:absolute; bottom:-17px; left:50px; }

.classic #archive_headline { width:1100px; margin:40px auto 0; background:#eee; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.classic #archive_headline h3 { font-size:12px; color:#666; font-weight:normal; position:relative; height:40px; line-height:40px; padding:0 20px; }
.classic #archive_headline h3:after { content:''; height:0px; width:0px; border:10px solid #eee; border-color:transparent; border-top-color:#eee; display:block; position:absolute; bottom:-17px; left:80px; }


/* breadcrumb */
#bread_crumb { background:#f5f5f5; width:100%; min-width:1100px; }
#bread_crumb ol { margin:0 auto; position:relative; padding:0; line-height:100%; width:1100px; overflow:hidden; }
#bread_crumb ol li { display:inline; margin:0; padding:0; font-size:10px; line-height:0; }
#bread_crumb ol li a, #bread_crumb ol li span.last { position:relative; margin:0 15px 0 0; display:inline-block; height:40px; line-height:42px; padding:0 25px 0 0; color:#999; text-decoration:none; }
#bread_crumb ol li a { background:url(img/arrow3.gif) no-repeat right; }
#bread_crumb ol li a:hover { text-decoration:underline; }
#bread_crumb .home a span { display:none; }
#bread_crumb .home a { float:left; }
#bread_crumb .home i { width:15px; padding:0; margin:0; display:block; font-style:normal; position:relative; }
#bread_crumb .home i:before { font-family:'icomoon-mono-lab'; color:#b5b5b5; font-size:14px; position:absolute; top:0px; left:0px; content:"\e60a"; }

.classic #bread_crumb { background:#eee; margin:40px auto 0; width:1100px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.classic #bread_crumb ol { margin:0; position:relative; padding:0; margin:0 0 0 20px; line-height:0; }


/* page navi */
.page_navi { margin:0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { }
.page_navi li { float:left;  margin:0 4px 4px 0; height:39px; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#333; font-size:11px; padding:0px 15px 0px; height:37px; line-height:38px; background:#f6f6f6; display:block; text-decoration:none; border:1px solid #ccc; text-shadow: 1px 1px 0px #fff;
  -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
  background:#eee; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: -moz-linear-gradient(top, #ffffff, #f8f8f8); background: -ms-linear-gradient(top, #ffffff, #f8f8f8); background: -o-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f8f8f8');
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),-1px -1px rgba(255,255,255,1.0) inset;
}
.page_navi a:hover { color:#333; text-decoration:none; background:#fff; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.page_navi a:active { box-shadow:none; bottom:-2px; position:relative; }
.page_navi span.dots { background:none; border:none; box-shadow:none; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.page_navi span.current {
  color:#333; background:#ddd;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
  box-shadow:none; border:1px solid #bbb; text-shadow:none; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;
}
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; }


/* back home link */
.page_navi p.back { text-align:center; }
.page_navi p.back a { display:inline-block; padding:10px 15px 10px 30px; margin:0 auto; position:relative; background:none; box-shadow:none; border:none; color:#777; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.page_navi p.back a:after { font-family:'icomoon-mono-lab'; content:"\e60a"; color:#aaa; font-size:14px; display:inline-block; top:10px; left:8px; position:absolute; }
.page_navi p.back a:hover, .page_navi p.back a:hover:after { }



/* ----------------------------------------------------------------------
 article
---------------------------------------------------------------------- */
#article { position:relative; margin:0; }


/* post title */
#article #post_title { margin:0 0 15px; padding:0 0 10px 0; line-height:170%; font-size:21px; border-bottom:1px dotted #aaa; }
#article #page_title { margin:0 0 25px; padding:0; line-height:170%; font-size:21px; }
.error404 #article #page_title { margin-bottom:40px; text-align:center; }


/* post content */
#article .post_content { margin:0; }


/* post pager */
.post_pagination { margin:0 0 20px 0; }
.post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
.post_pagination a, .post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
.post_pagination p { background:#999; color:#fff; }
.post_pagination a:hover { color:#fff; }


/* share button */
#post_share_button { margin:0 0 20px 0px; }
#post_share_button h3 { margin:0 0 15px 0; font-size:14px; border-left:4px solid #ccc; padding:0 0 0 8px; line-height:160%; }
#post_share_button ul { margin:0; padding:0; list-style:none; line-height:1; font-size:0; }
#post_share_button li { display:inline-block; vertical-align:top; font-size:12px; padding:0; margin:0 10px 0 0; list-style-type:none; }


/* author profile */
#author_profile { clear:both; border:1px solid #ccc; margin:0 0 40px 0; padding:20px 20px 14px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#author_avatar { float:left; margin:0 20px 0 0; }
#author_avatar img { -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#author_info { float:left; width:605px; font-size:12px; }
#author_info p { margin:0; }
#author_name { margin:0 0 10px 0; font-size:16px; }


/* free space */
.single_free_space { clear:both; }


/* related post*/
#related_post { margin:0 0 15px 0; clear:both; }
#related_post .headline { border-bottom:1px solid #ccc; margin:0 0 15px 0; padding:0 0 8px; line-height:100%; font-weight:normal; font-size:16px; }
#related_post ol { margin:0; font-size:0; }
#related_post li {
  padding:5px 0 10px 0; margin:0 30px 0 0; display:inline-block; vertical-align:top;
  width:-webkit-calc(50% - 15px); width:-moz-calc(50% - 15px); width:calc(50% - 15px);
}
#related_post li:nth-child(even) { margin:0; }
#related_post .info .date { margin:2px 0 5px 0; line-height:100%; font-size:11px; }
#related_post .info .title { font-size:12px; margin:0; padding:0 0 5px 0; display:block; line-height:180%; }
#related_post .image { float:left; display:block; position:relative; overflow:hidden; width:70px; height:70px; margin:0 15px 10px 0; text-decoration:none; color:#666; }
#related_post .image img { width:70px; height:70px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#related_post .image { position:relative; }
#related_post .image:after {
  font-family:'icomoon-mono-lab'; content:"\e612"; background:rgba(0,0,0,0); color:rgba(255,255,255,0); font-size:20px; width:70px; height:70px; display:inline-block; text-align:center; line-height:70px; top:0px; right:0px; position:absolute;
  -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:background color; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.4s; -o-transition-timing-function:ease; transition-property:background color; transition-duration:0.4s; transition-timing-function:ease;
}
#related_post .image:hover:after { background:rgba(0,0,0,0.6); color:#fff; }


/* next prev post link */
#next_prev_post { margin:0 0 20px; padding:0; clear:both; display:flex; display: -webkit-flex; }
#next_prev_post a {
  display:table-cell; line-height:160%; font-size:11px; border:1px solid #ccc; text-decoration:none; width:50%; padding:12px 20px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  background:#eee; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: -moz-linear-gradient(top, #ffffff, #f8f8f8); background: -ms-linear-gradient(top, #ffffff, #f8f8f8); background: -o-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f8f8f8');
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1),-1px -1px rgba(255,255,255,1.0) inset; 
}
#next_prev_post a:after { font-family:'icomoon-mono-lab'; color:#aaa; font-size:12px; display:inline-block; top:12px; position:absolute; }
#next_prev_post a.prev_post { margin:0 -2px 0 0; position:relative; float:left; -moz-border-radius:4px 0 0 4px; -khtml-border-radius:4px 0 0 4px; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; padding-left:35px; }
#next_prev_post a.next_post { float:right; text-align:right; -moz-border-radius:0 4px 4px 0; -khtml-border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; padding-right:35px; }
#next_prev_post a.prev_post:after { content:"\e613"; left:11px; right:0; top:38%; top:-webkit-calc(50% - 7px); top:-moz-calc(50% - 7px); top:calc(50% - 7px); }
#next_prev_post a.next_post:after { content:"\e612"; right:11px; top:38%; top:-webkit-calc(50% - 7px); top:-moz-calc(50% - 7px); top:calc(50% - 7px); }
#next_prev_post a:hover { color:#fff; background:#ccc; box-shadow:none; }
#next_prev_post a:hover:after { color:#fff; }



/* ----------------------------------------------------------------------
 page
---------------------------------------------------------------------- */
/* user profile page*/
#profile_page_top { margin:0 20px; }
#profile_page_top .user_avatar img { max-width:100%; height:auto; display:block; margin:0 auto 25px; border-radius:5px; }
#profile_page_top .user_name { text-align:center; margin:0 0 20px 0; font-size:14px;}
#profile_page_top .user_sns { text-align:center; margin:0 0 30px 0; }
#profile_page_top li { display:inline; margin:0 2px !important; padding:0; line-height:180%; }
#profile_page_top li a { position:relative; text-decoration:none; display:inline-block; width:35px; height:35px; line-height:35px; border:1px solid #ccc; border-radius:100%; }
#profile_page_top li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#profile_page_top li a:after { font-family:'icomoon-mono-lab'; color:#999; font-size:17px; margin:0; display:inline-block; position:absolute; top:1px; left:0px; width:35px; text-align:center; }
#profile_page_top li.twitter_button a:after { content:"\e604"; }
#profile_page_top li.facebook_button a:after { content:"\e601"; }
#profile_page_top li.insta_button a:after { content:"\e902"; }
#profile_page_top li.google_plus_button a:after { content:"\e602"; }
#profile_page_top li.tumblr_button a:after { content:"\e61c"; }
#profile_page_top li.flickr_button a:after { content:"\e61f"; }
#profile_page_top li.picassa_button a:after { content:"\e61d"; }
#profile_page_top li.pinterest_button a:after { content:"\e60f"; }
#profile_page_top li.mail_button a:after { content:"\e60d"; }
#profile_page_top li a:hover:after { color:#fff; }
#profile_page_top li.twitter_button a:hover { background-color:#16b9dc; border-color:#16b9dc; }
#profile_page_top li.facebook_button a:hover { background-color:#2088f3; border-color:#2088f3; }
#profile_page_top li.insta_button a:hover { background-color:#5b3ab9; border-color:#5b3ab9; }
#profile_page_top li.google_plus_button a:hover { background-color:#d33e3e; border-color:#d33e3e; }
#profile_page_top li.tumblr_button a:hover { background-color:#4c6f92; border-color:#4c6f92; }
#profile_page_top li.flickr_button a:hover { background-color:#0279d3; border-color:#0279d3; }
#profile_page_top li.picassa_button a:hover { background-color:#ff7900; border-color:#ff7900; }
#profile_page_top li.pinterest_button a:hover { background-color:#ff3a3a; border-color:#ff3a3a; }
#profile_page_top li.mail_button a:hover { background-color:#3b464a; border-color:#3b464a; }



/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:0 0 35px 0; padding:0 0 35px 0; font-size:11px; color:#888; border-bottom:1px dotted #aaa; }
.side_widget:last-child { border:none; margin:0; padding:0; }
.side_widget li ul { margin:10px 0 0 1em; }
.side_widget li { line-height:170%; margin:0 0 10px 0; padding:0; }
.side_widget a { color:#888; }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_headline { color:#666; margin:0 0 20px; padding:0; line-height:160%; font-size:14px; font-weight:normal; }
.side_widget p { line-height:2; margin:0; }


/* introduction */
.introduction_widget { position:relative; }
.introduction_widget .side_headline { padding-top:2px; }


/* social link */
.iw_social_link { position:absolute; top:0px; right:0px; line-height:0; margin:0; padding:0; }
.iw_social_link li { float:left; margin:0; padding:0; line-height:100%; }
.iw_social_link li a { text-decoration:none; display:block; width:25px; height:30px; }
.iw_social_link li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.iw_social_link li a:after { font-family:'icomoon-mono-lab'; color:#aaa; font-size:15px; margin:0; display:inline-block; }
.iw_social_link li.rss_button a:after { content:"\e603"; }
.iw_social_link li.twitter_button a:after { content:"\e604"; }
.iw_social_link li.facebook_button a:after { content:"\e601"; }
.iw_social_link li.google_plus_button a:after { content:"\e602"; margin-top:1px; font-size:19px;}
.iw_social_link li.tumblr_button a:after { content:"\e61c"; }
.iw_social_link li.flickr_button a:after { content:"\e61f"; }
.iw_social_link li.picassa_button a:after { content:"\e61d"; }
.iw_social_link li.pinterest_button a:after { content:"\e60f"; margin-top:1px; font-size:18px; }
.iw_social_link li.mail_button a:after { content:"\e60d"; font-size:19px; margin-top:1px; }
.iw_social_link li.rss_button a:hover:after { color:#ffcc00; }
.iw_social_link li.twitter_button a:hover:after { color:#16b9dc; }
.iw_social_link li.facebook_button a:hover:after { color:#3B5998; }
.iw_social_link li.google_plus_button a:hover:after { color:#d33e3e; }
.iw_social_link li.tumblr_button a:hover:after { color:#4c6f92; }
.iw_social_link li.flickr_button a:hover:after { color:#0279d3; }
.iw_social_link li.picassa_button a:hover:after { color:#ff7900; }
.iw_social_link li.pinterest_button a:hover:after { color:#ff3a3a; }
.iw_social_link li a:hover:after { }
#footer_widget .iw_social_link { top:-7px; }


/* search form */
.iw_search_area { margin-top:20px; }
.iw_search_area, .widget_search div
  { background:#eee; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; width:100%; height:33px; position:relative; }
.iw_search_area .search_input input, .widget_search #search-box, .widget_search #s
  { font-size:12px; color:#6d7478; width:225px; height:33px; float:left; margin:0 0 0 5%; padding:0; border:none; background:none; }
.iw_search_area .search_input input:focus, .widget_search #search-box:focus, .widget_search #s:focus
  { color:#333; }
.iw_search_area .search_button input, .widget_search #search-btn input, .widget_search #searchsubmit
  { border:none; position:absolute; top:1px; right:1px; background:url(img/search.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; height:31px; line-height:31px; width:45px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; text-indent:250%; white-space:nowrap; overflow:hidden; display:block; }
.iw_search_area .search_button input:hover, .widget_search #search-btn input:hover, .widget_search #searchsubmit:hover
  { cursor:pointer; background:#fff url(img/search_on.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; }
.widget_search label { display:none; }
.widget_search div { min-height:60px; background:none; }
.widget_search #search-box, .widget_search #s { background:#eee; float:none; position:absolute; top:0px; left:0px; width:100%; margin:0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding:0 30% 0 5%; }


/* recent and recommend post widget */
.widget_post_list { list-style-type:none; margin:0; padding:0px; }
.widget_post_list li { background:none; padding:0 0 12px 0; border-bottom:1px dotted #aaa; 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%; }
.widget_post_list .info .title { font-size:12px; margin:0; padding:0 0 5px 0; display:block; }
.widget_post_list .image { float:left; display:block; position:relative; overflow:hidden; width:58px; height:58px; margin:0 15px 0 0; text-decoration:none; color:#aaa; }
.widget_post_list .image img { width:58px; height:58px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.widget_post_list .image:hover { color:#aaa; }
.widget_post_list .image:after {
  font-family:'icomoon-mono-lab'; content:"\e612"; background:rgba(0,0,0,0); color:rgba(255,255,255,0); font-size:20px; width:58px; height:58px; display:inline-block; text-align:center; line-height:58px; top:0px; right:0px; position:absolute;
  -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:background color; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.4s; -o-transition-timing-function:ease; transition-property:background color; transition-duration:0.4s; transition-timing-function:ease;
}
.widget_post_list .image:hover:after { color:#fff; }
#footer .widget_post_list li { background:none; padding:0 0 12px 0; border-bottom:1px dotted #aaa; margin:0 0 12px 0; }
#footer .widget_post_list li:last-child { border:none; margin:0; padding:0; }
#footer .widget_post_list .image { text-decoration:none; }


/* calendar widget */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:3px; line-height:320%; text-align:center; }
#wp-calendar td a { background:#f2f2f2; display:block; margin:0; padding:0; text-decoration:none; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#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:300%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; padding-top:12px; }
#wp-calendar #prev a, #wp-calendar #next a { border:none; text-decoration:none; background:none; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#aaa; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#wp-calendar td#today { color:#333; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }


/* archive category dropdown widget */
.widget_archive select, .widget_categories select {
  font-size:12px; color:#666; border:none ; background:#eee;
  padding:10px 10px; width:100%; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0 0 20px 0;
  -webkit-appearance: none; -moz-appearance: none; text-indent:0.01px; text-overflow:''; appearance: none;
}
.widget_archive select:hover, .widget_categories select:hover, .widget_archive select:focus, .widget_categories select:focus
  { cursor:pointer; background-color:#e5e5e5; }
.widget_archive label, .widget_categories label { display:none; }


/* AdSense */
.ml_ad_widget { text-align:center; }
.ml_ad_widget img { max-width:100%; height:auto; }


/* user profile */
.ml_user_profile_widget .user_avatar {
  overflow:hidden; max-width:200px; display:block; margin:0px auto 20px;
}
.ml_user_profile_widget .user_avatar img { max-width:100%; height:auto; display:block; border-radius:4px; margin:0 auto; }
.ml_user_profile_widget .user_name { text-align:center; margin:0 0 20px 0; font-size:14px; font-weight:normal }
.ml_user_profile_widget .user_sns { text-align:center; margin:0 0 15px 0; }
.ml_user_profile_widget li { display:inline; margin:0 3px !important; padding:0; line-height:180%; }
.ml_user_profile_widget li a { position:relative; text-decoration:none; display:inline-block; width:35px; height:35px; line-height:35px; border:1px solid #ccc; border-radius:100%; }
.ml_user_profile_widget li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.ml_user_profile_widget li a:after { font-family:'icomoon-mono-lab'; color:#898c8d; font-size:17px; margin:0; display:inline-block; position:absolute; top:1px; left:0px; width:35px; text-align:center; }
.ml_user_profile_widget li.twitter_button a:after { content:"\e604"; }
.ml_user_profile_widget li.facebook_button a:after { content:"\e601"; }
.ml_user_profile_widget li.insta_button a:after { content:"\e902"; }
.ml_user_profile_widget li.google_plus_button a:after { content:"\e602"; }
.ml_user_profile_widget li.tumblr_button a:after { content:"\e61c"; }
.ml_user_profile_widget li.flickr_button a:after { content:"\e61f"; }
.ml_user_profile_widget li.picassa_button a:after { content:"\e61d"; }
.ml_user_profile_widget li.pinterest_button a:after { content:"\e60f"; }
.ml_user_profile_widget li.mail_button a:after { content:"\e60d"; }
.ml_user_profile_widget li a:hover:after { color:#fff; }
.ml_user_profile_widget li.twitter_button a:hover { background-color:#16b9dc; border-color:#16b9dc; }
.ml_user_profile_widget li.facebook_button a:hover { background-color:#2088f3; border-color:#2088f3; }
.ml_user_profile_widget li.insta_button a:hover { background-color:#5b3ab9; border-color:#5b3ab9; }
.ml_user_profile_widget li.google_plus_button a:hover { background-color:#d33e3e; border-color:#d33e3e; }
.ml_user_profile_widget li.tumblr_button a:hover { background-color:#4c6f92; border-color:#4c6f92; }
.ml_user_profile_widget li.flickr_button a:hover { background-color:#0279d3; border-color:#0279d3; }
.ml_user_profile_widget li.picassa_button a:hover { background-color:#ff7900; border-color:#ff7900; }
.ml_user_profile_widget li.pinterest_button a:hover { background-color:#ff3a3a; border-color:#ff3a3a; }
.ml_user_profile_widget li.mail_button a:hover { background-color:#fff; border-color:#fff; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer { background:url(img/footer_background.gif) repeat-x left top; width:100%; min-width:1100px; }


/* footer widget */
#footer_widget_area { padding:40px 0 0 0; margin:0; position:relative; border-bottom:1px solid #ccc; font-size:10px; }
#footer_widget { width:1100px; margin:0 auto; position:relative; overflow:hidden; }
.footer_widget { float:left; margin:0 100px 30px 0; width:300px; }
.footer_widget:nth-child(3n) { margin-right:0; }
.footer_headline { font-size:14px; border-bottom:1px solid #ccc; margin:0 0 10px 0; padding:10px 0; font-weight:normal; }
.footer_widget li ul { margin:10px 0 0 1em; }
.footer_widget li { line-height:170%; margin:0 0 10px 0; padding:0; }
.footer_widget img { height:auto; max-width:100%; width:auto; }
.footer_widget p { line-height:2; margin:0; }
#footer a { color:#666; text-decoration:underline; }
#footer a:hover { color:#000; }


/* footer menu */
#footer_nav_area { width:1100px; margin:0 auto; padding:35px 0 0 0; }
#footer_menu { text-align:center; }
#footer_menu ul { margin:0 0 20px 0; font-size:11px; }
#footer_menu li { display:inline; }
#footer_menu li a { display:inline-block; border-right:1px solid #ccc; padding:0 15px 0 0; margin:0 15px 0 0; }
#footer_menu li:last-child a { border:none; padding:0; margin:0; }


/* copyright */
#copyright { text-align:center; padding:0 0 35px; font-size:11px; }
.theme_author a { margin:0 0 0 12px; padding:0 0 0 10px; border-left:1px solid #ccc; }


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





/* ----------------------------------------------------------------------
 comment
---------------------------------------------------------------------- */
#comments { padding:0; clear:both; }


/* comment switch button */
#comment_header { border-bottom:1px solid #ccc; margin:0 0px 30px; position:relative; height:50px; }
#comment_header .headline { position:absolute; font-size:16px; left:0px; bottom:8px; margin:0; padding:0; line-height:100%;}
#comment_header #comment_tab { margin:0; padding:0; line-height:0; position:absolute; right:0px; bottom:-2px; }
#comment_header #comment_tab li { float:left; font-size:11px; margin:0 0 2px 0; line-height:1; }
#comment_header #comment_tab li a { font-weight:bold; display:block; text-decoration:none; padding:10px 30px 12px; border-bottom:3px solid #eee; color:#ccc; }
#comment_header #comment_tab li a:hover { border-color:#999; color:#999; }
#comment_header #comment_tab li.active a { color:#666; }


/* comment area */
.tab_contents { margin:0; }
.commentlist, .pinglist { margin:0; padding:0; list-style-type:none;  }
.commentlist li, .pinglist li { margin:0 0 15px 0; padding:0 0 15px 0; clear:both; border-bottom:1px dotted #ccc; }
.commentlist li:last-child, .pinglist li:last-child { border:none; padding:0; }
.commentlist li li:last-child { border:none; margin:0; padding:0; }
.commentlist .children { display:none; clear:both; margin:15px 0 0 65px; padding:15px 0 0 0; border-top:1px dotted #ccc; }
.commentlist .children.open { display:block; border-top:none; }
.pinglist li:last-child { margin-bottom:40px; }


/* reply button */
.commentlist .child_menu_button {
  text-align:center; padding:0 15px; margin:15px 0 0 65px; cursor:pointer; height:40px; line-height:40px; display:block; position:relative; font-size:13px; font-weight:normal;
  -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
  background:#f2f2f2;
  -webkit-transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; -moz-transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; -o-transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.commentlist .child_menu_button:hover { color:#fff; }
.commentlist .child_menu_button.active { color:#fff; margin-bottom:10px; }
.commentlist .child_menu_button.active:after {
  content:''; position:absolute; bottom:-10px; left:0; right:0; margin:auto;
  width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #f2f2f2 transparent transparent transparent;
}
.pinglist li { padding-bottom:20px; }
.ping-link { font-weight:bold; margin:0 0 10px 0; line-height:180%; }
.ping-meta { font-size:12px; margin:0 0 5px 0; color:#aaa; }
.ping-content { line-height:180%; font-size:11px; }


/* avatar */
.commentlist .avatar { float:left; margin:0; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }


/* comment content */
.bypostauthor { }
.commentlist .main_comment { margin:0; position:relative; }
#has_avatar .main_comment { margin:0 0 0 65px; position:relative; }
.comment_name_date { font-weight:bold; margin:0 0 15px 0; font-size:13px;}
.comment_name_date span.comment-date { color:#aaa; font-size:11px; margin:0 0 0 10px; font-weight:normal; }
#article .comment-content { margin:0; padding:0; }
#article .comment-content p { padding:0; margin:0 0 15px 0; line-height:2; }
#article .comment-content li { margin:0; padding:0; border:none; }
#article .comment-content img, #article .comment-content iframe { height:auto; width:auto; max-width:100%; }


/* comment reply */
.comment_reply a {
  display:inline-block; text-decoration:none; font-size:12px; border:1px solid #ccc; height:25px; line-height:27px; padding:0 30px; color:#333;
  -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: -moz-linear-gradient(top, #ffffff, #f8f8f8); background: -ms-linear-gradient(top, #ffffff, #f8f8f8); background: -o-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f8f8f8');
}
.comment_reply a:hover {
  cursor:pointer; color:#fff; background:none;
}


/* comment edit */
.comment_edit a { position:absolute; right:0px; top:0px; text-decoration:none; font-size:12px; background:#eee; color:#333; padding:0 25px; height:23px; line-height:23px; display:block; }
.comment_edit a:hover { color:#fff; }


/* comment pager */
#comment_pager { border-top:1px dotted #ccc; padding:15px 0 0 0; margin-bottom:25px; font-size:12px; }
#comment_pager .page-numbers {
  text-decoration:none; color:#333; font-size:11px; padding:13px 15px; line-height:100%; margin:0 -5px 0 0; background:#f2f2f2; display:inline-block;
  border:1px solid #ccc;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: -moz-linear-gradient(top, #ffffff, #f8f8f8); background: -ms-linear-gradient(top, #ffffff, #f8f8f8); background: -o-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f8f8f8');
}
#comment_pager .page-numbers.current,#comment_pager .page-numbers.current:hover { background:#e2e2e2; box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) inset; border-color:#bbb; z-index:2; position:relative; color:#333 !important; }
#comment_pager a.page-numbers:hover { background:#fff; border-color:#aaa; z-index:3; position:relative; color:#fff; }
#comment_pager .page-numbers:first-child { border-radius:3px 0 0 3px; }
#comment_pager .page-numbers:last-child { border-radius:0 3px 3px 0; }


/* etc */
.comment_message { margin:0 0 30px 0; }
.waiting-moderation { display:block; margin:0 0 10px 0; background:#a4dbef; border:1px solid #12bbfa; padding:10px; }
#html_tag_not_allowed { padding:7px 0px 6px; margin:5px 0 0 0; text-align:center; font-size:11px; border-top:1px dotted #666; border-bottom:1px dotted #666; }



/* ---------- form area ------------------------------------------------------------------------------------------------------------------------- */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 25px; padding:15px; background:#fff; font-size:12px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; box-shadow:0 3px 0 0 #f2f2f2; }


/* reply cancel button */
#cancel_comment_reply { margin:0; padding:0; }
#cancel_comment_reply a { display:block; text-decoration:none; background:#eee; color:#333; padding:10px 0; text-align:center; margin:0 auto 15px auto; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#cancel_comment_reply a:hover { color:#fff; }


/* login user name and logout button */
#comment_user_login p { padding:0; margin:0; line-height:100%; }
#comment_user_login span { margin:0; float:right; }
#comment_user_login span a { text-decoration:none; position:relative; padding:0; }
#comment_user_login span a:hover:after { }


/* login form */
#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:100%; }
#comment_login a { margin:0 0 0 20px; padding:0; }
#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:10px; border:1px solid #ccc; width:100%; background:#fafafa; color:#333; box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { background:#fff; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }


/* comment input area */
#comment_textarea textarea { margin:15px 0 0; padding:10px; width:100%; height:150px; border:1px solid #ccc; background:#fafafa; color:#333; font-size:11px; overflow:auto; box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1) inset; }
#comment_textarea textarea:focus { background:#fff; }


/* submit button */
#submit_comment_wrapper { text-align:center; }
#submit_comment { background:#bbb; border:none; cursor:pointer; color:#fff; font-size:13px; width:200px; height:45px; margin:15px auto 0; display:block; -moz-border-radius:45px; -khtml-border-radius:45px; -webkit-border-radius:45px; border-radius:45px; }
#submit_comment:hover { color:#fff; }

#input_hidden_field { display:none; }




