@charset "utf-8";
/*
Theme Name:mono-lab
Theme URI:https://www.mono-lab.net/
Description:
Author:mono-lab
Author URI:http://www.mono-lab.net/
Version:2.0.8
*/



/* ----------------------------------------------------------------------
 web fonts
---------------------------------------------------------------------- */
@font-face {
    font-family: 'icomoon-ml';
    src: url('font/icomoon-ml.eot');
    src: url('font/icomoon-ml.eot?#iefix') format('embedded-opentype'),
         url('font/icomoon-ml.woff') format('woff'),
         url('font/icomoon-ml.ttf') format('truetype'),
         url('font/icomoon-ml.svg#icomoon-ml') 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; }
input, textarea, select { font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

/* 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-size:13px; color:#333; line-height:1; min-width:1050px; background:#f8f8f8; font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
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; }
a:hover { color:#009DC4; }
.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; }
.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 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 10px 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
 { height:auto; width: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:disc 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 #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/pre.gif) repeat left top; padding:0 17px; overflow:auto; white-space:pre-wrap; word-wrap:break-word; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }
.post_content img.image-email { width:248px; height:auto; max-width:100%; }
.post_content img.retina { width:400px; height:auto; max-width:100%; }
.post_content img.retina2 { width:200px; height:auto; max-width:100%; }


/* link */
.post_content .link { background:#f8f8f8; border-left:5px solid #009DC4; padding:10px 20px; margin:0 0 30px 0; }
.post_content .link a { display:block; font-weight:bold; font-size:14px; }
.post_content .link p { margin:0; font-size:12px; }




/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
#container {  }
#contents { width:1050px; margin:-46px auto; background:#fff; border:1px solid #ccc; position:relative; z-index:9; box-shadow:0 0 5px 1px rgba(0,0,0,0.2); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#main_col { width:780px; margin-right:-1px; position:relative; float:left; border-right:1px solid #ccc; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#side_col { width:269px; float:right; margin-left:0px; border-left:1px solid #ccc; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
body.page #contents { margin-top:20px; }
.page-template-page-noside-php #contents { }
.page-template-page-noside-php #main_col { width:auto; float:none; border:none; padding-bottom:20px; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */

/* テーマ詳細ページ */
.theme_title { position:relative; margin:0 -25px 30px; padding:0; line-height:92px; height:92px; border-bottom:1px dotted #aaa; }
.theme_title.monochrome img { width:267px; height:auto; max-width:100%; position:absolute; left:25px; top:24px; }
.theme_title.piano-black img { width:300px; height:auto; max-width:100%; position:absolute; left:25px; top:27px; }
.theme_title.neutral img { width:210px; height:auto; max-width:100%; position:absolute; left:25px; top:27px; }
.theme_title.flat img { width:145px; height:auto; max-width:100%; position:absolute; left:25px; top:27px; }
.theme_title.flat-black img { width:304px; height:auto; max-width:100%; position:absolute; left:25px; top:27px;}
.theme_title.cubic img { width:191px; height:auto; max-width:100%; position:absolute; left:25px; top:27px; }
.theme_title.n1 img { width:210px; height:auto; max-width:100%; position:absolute; left:25px; top:32px; }
#theme_data { margin:0 0 30px 0; }
#theme_data .image img { float:left; margin:0; display:block; border:1px solid #ddd; width:250px; height:auto; max-width:100%; }
#theme_data .desc { float:right; width:445px; }
#theme_data .desc p { line-height:2; margin:0 0 20px 0; }
#theme_data .link li { float:left; margin:0 15px 0 0; border-right:1px solid #ccc; padding:0 15px 0 0; }
#theme_data .link li.download { border:none; margin:0; padding:0; }
#theme_spec { padding-top:10px; }
#theme_spec h2 { font-size:19px; color:#999; line-height:25px; height:25px; padding:0 0 0 0px; margin:0 0 12px 0; font-weight:normal; }
#theme_spec dl { margin:0 0 20px 0; }
#theme_spec dt { font-size:11px; width:150px; border-top:1px solid #ccc; clear:left; float:left; padding-top:8px; padding-bottom:0px; margin:0; line-height:2; }
#theme_spec dd { float:left; border-top:1px solid #ccc; width:575px; font-size:11px; padding-top:8px; padding-bottom:0px; margin:0 0 7px 0; line-height:2; }
#theme_data2 { margin:0 0 30px 0; }


/* テーマ一覧ページ */
#theme_list { border-top:1px dotted #aaa; padding:40px 0 0; margin:35px -25px 0; }
.theme_list { padding:0 0 30px 0; margin:0 0 30px 0; background:url(img/theme_line.gif) no-repeat left bottom; }
#theme_list .theme_list:last-child { background:none; margin:0; }
.theme_list .image img { float:left; margin:0 0 0 25px; display:block; border:1px solid #ddd; width:250px; height:auto; }
.theme_list .data { width:445px; float:right; margin:0 25px 0 0; font-size:12px; }
.theme_list.monochrome h3 img { display:block; margin:-8px 0 20px 0; width:267px; height:auto; max-width:100%; }
.theme_list.piano-black h3 img { display:block; margin:-8px 0 20px 0; width:300px; height:auto; max-width:100%; }
.theme_list.neutral h3 img { display:block; margin:-10px 0 20px 0; width:210px; height:auto; max-width:100%; }
.theme_list.flat h3 img { display:block; margin:-8px 0 20px 0; width:145px; height:auto; max-width:100%; }
.theme_list.flat-black h3 img { display:block; margin:-8px 0 20px 0; width:304px; height:auto; max-width:100%; }
.theme_list.cubic h3 img { display:block; margin:-8px 0 20px 0; width:191px; height:auto; max-width:100%; }
.theme_list.n1 h3 img { width:250px; height:auto; margin:-8px 0 7px 0; max-width:100%; }
.theme_list a.theme_link {
  margin:0; padding:0 20px; display:inline-block; line-height:30px; height:30px; position:relative; color:#666; font-size:12px; text-decoration:none; background:#eee;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease; -ms-transition-property:background; -ms-transition-duration:0.4s; -ms-transition-timing-function:ease;
}
.theme_list a.theme_link:after {
  content:''; position:absolute; right:-25px; top:0px; width:0; height:0; border-top:30px solid #eee; border-right:25px solid transparent; border-bottom:30px solid transparent; border-left:25px solid transparent;
  -webkit-transition-property:border; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:border; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:border; -o-transition-duration:0.4s; -o-transition-timing-function:ease; -ms-transition-property:border; -ms-transition-duration:0.4s; -ms-transition-timing-function:ease;
}
.theme_list a.theme_link:hover { background:#27b0ce; color:#fff; }
.theme_list a.theme_link:hover:after { border-top:30px solid #27b0ce; }



/* お問い合わせ */
#contact_desc { border-bottom:1px dotted #aaa; margin:0 -25px 45px; padding:0 25px 10px; }
#contact_form { }
#contact_form dt { font-size:13px; border-left:4px solid #bcc800; padding:0 0 0 10px; margin:0 0 10px 0; line-height:140%; }
.mw_wp_form_confirm #contact_form dd { border:1px solid #ccc; padding:5px 10px; background:#fefefe; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#contact_form dd { margin:0 0 25px 0; }
#contact_form dd span { display:block; font-size:12px; padding:5px 0; }
#contact_form { margin:0 auto 60px; }
#contact_form input, #contact_form textarea { border:1px solid #ccc; width:100%; padding:10px; box-shadow:2px 2px 1px rgba(0,0,0,0.05) inset; border-left:1px solid #ccc; background:#fefefe; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#contact_form dd input:focus, #contact_form dd textarea:focus { border-color:#27b0ce; }
#contact_form textarea { height:300px; }
.mw_wp_form_confirm #contact_form .confirm_mail, #contact_form .confirm_headline { display:none; }
.mw_wp_form_confirm #contact_form .confirm_headline { display:block; text-align:center; margin:0 0 30px 0; font-size:20px; }
#contact_submit input, #contact_back input {
  border:1px solid #ccc; margin:0 10px; padding:15px 0; width:200px; cursor:pointer;
  -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
  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; 
}
#contact_back input { }
#contact_submit input:hover, #contact_back input:hover { background:#bcc800; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); color:#fff; }
#contact_button_area { text-align:center; }
#contact_submit, #contact_back { display:inline; }
#contact_form dd .error { background:#43c2dd; color:#fff; display:inline-block; margin:10px 0 0; padding:3px 20px 2px; position:relative; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#contact_form dd .error:after { content:''; height:0px; width:0px; border:10px solid #43c2dd; border-color:transparent; border-bottom-color:#43c2dd; display:block; position:absolute; top:-15px; left:45px; }



/* その他のページ */
.contact_link { text-align:center; padding:10px 0 0 0; }
.contact_link a {
  display:inline-block; text-decoration:none; border:1px solid #ccc; margin:0 auto; padding:10px 25px;
  -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
  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; 
}
.contact_link a:hover { background:#bcc800; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); color:#fff; }



/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  background:#fff; width:100%; min-width:1050px; height:166px; border-bottom:1px solid #ccc; position:relative; z-index:10;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}
#header_top { width:100%; min-width:1050px; border-bottom:1px solid #ddd; }
#header_top_inner { width:1050px; height:120px; margin:0 auto; position:relative; }

#header_bottom_inner { height:46px; width:1050px; margin:0 auto; position:relative; }
.header_main_image { border-bottom:1px solid #ccc; width:100%; min-width:1050px; height:266px; background:#fff;  position:relative; }
.header_main_image_inner { width:1050px; height:266px; margin:0 auto; position:relative; }

/* logo */
#logo { margin:0; padding:0; line-height:100%; font-weight:normal; position:absolute; top:36px; left:-10px; }
#logo img { width:145px; height:auto; display:block; margin:0 auto; }
#tagline { position:absolute; top:56px; left:140px; margin:0; padding:0; font-weight:normal; line-height:100%; color:#bbb; font-size:9px; display:; }


/* adsense */
.header_adsense { position:absolute; right:0px; top:0px; width:413px; height:120px;}
.header_adsense a { position:relative; display:block; height:120px; }
.header_adsense img {
  width:413px; height:auto; display:block; position:absolute;
  top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}


/* header menu */
#header #header_menu { position:absolute; left:0px; top:0px; height:45px;  }
#header #header_menu .home_menu { float:left; font-size:10px; width:45px; text-align:center; height:45px; line-height:45px; padding:0; border-right:1px solid #ddd; border-left:1px solid #ddd; position:relative; }
#header #header_menu .home_menu span { display:none; }
#header #header_menu .home_menu:after { font-family:'icomoon-ml'; content:"\e62f"; color:#9a9d9e; font-size:16px; margin:0; display:inline-block; top:0px; left:0; right:0; position:absolute; }
#header #header_menu .home_menu:hover { background:#009DC4; }
#header #header_menu .home_menu:hover:after { color:#fff; }
#header #header_menu li { float:left; display:inline; margin:0; font-size:10px; }
#header #header_menu ul li a { display:block; padding:0 15px; text-decoration:none; height:45px; line-height:45px; text-align:center; color:#666; }
#header #header_menu ul li a:hover { background-color:#009DC4; color:#fff; }
#header #header_menu .active_menu > a { background:#f2f2f2; }
#header #header_menu ul { margin:0; padding:0; float:left; }
#header #header_menu ul ul { display:none; float:none; position:absolute; top:45px; left:0px; margin:0; padding:0; width:191px; box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); }
#header #header_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#header #header_menu ul li { position:relative; display:block; }
#header #header_menu ul ul li { float:none; padding:0; margin:0; }
#header #header_menu ul ul li a { display:block; padding:14px 20px; line-height:140%; height:auto; background:#fff; text-align:left; position:relative; margin:0 0 -1px 0; border:1px solid #ccc; background-image:none; }
#header #header_menu ul ul li a:hover { background-color:#009DC4; text-decoration:none; color:#fff; text-shadow:none; }
#header #header_menu ul ul .parent_menu > a { background:#fafafa url(img/arrow1.gif) no-repeat 175px 19px; }
#header #header_menu ul ul .parent_menu > a:hover { background:#fff url(img/arrow1.gif) no-repeat 175px 19px; }


/* social link button */
#header  #search_link_area { float:right; }
#search_link_area ul { display:block; line-height:0; margin:0 0 0 10px; padding:0; float:right; }
#search_link_area li { float:left; margin:0; padding:0; line-height:100%; }
#search_link_area li a { text-decoration:none; display:block; width:45px; height:45px; line-height:45px; text-align:center; position:relative; }
#search_link_area li a:hover { background:#009DC4; }
#search_link_area li a span { display:none; }
#search_link_area li a:after { font-family:'icomoon-ml'; color:#9a9d9e; font-size:12px; margin:0; display:inline-block; top:0px; left:0; right:0; 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.facebook_button a:after { content:"\e601"; }
#search_link_area li.search_button a:after { content:"\e63c"; font-size:15px; top:1px; }
#search_link_area li.rss_button a:hover:after { background:#ffcc00; color:#fff; }
#search_link_area li.twitter_button a:hover:after { background:#16b9dc; color:#fff; }
#search_link_area li.facebook_button a:hover:after { background:#3B5998; color:#fff; }
#search_link_area li.search_button a:hover:after { background:#009DC4; color:#fff; }
#search_link_area li.search_button a { border-right:1px solid #ddd; border-left:1px solid #ddd; }

/* search form */
#header_search { position:absolute; top:45px; right:0px; clear:both; display:none; background:#fff; border:1px solid #ccc; padding:10px; box-shadow:0 2px 3px 0 rgba(0,0,0,0.1); z-index:-9; }
#header_search .search_input { float:left; }
#header_search .search_input input { box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.2); border:1px solid #ccc; border-right:none; background:#f5f5f5; padding:10px; width:250px; height:40px; }
#header_search .search_input input:focus { border-color:#009DC4; background:#fff; }
#header_search .search_button { float:left; }
#header_search .search_button input { border:none; background:#009DC4; color:#fff; width:100px; height:40px; line-height:40px; cursor:pointer; }
#header_search .search_button input:hover { background:#5c4e8c; }


/* hide menu button and search form for mobile device */
#menu_button { display:none; }


/* メイン画像 ----------------------------------------  */
/* monochrome */
#header_monochrome .header_main_image_inner { background:url(img/main/monochrome_retina_new.jpg) no-repeat left top; background-size:1050px auto; }
#header_monochrome img { display:block; margin:0; width:267px; height:auto; position:absolute; top:36px; left:0px; }

/* neutral */
#header_neutral .header_main_image_inner { background:url(img/main/neutral_retina_new.jpg) no-repeat left top; background-size:1050px auto; }
#header_neutral img { display:block; margin:0; width:210px; height:auto; position:absolute; top:36px; left:0px; }

/* flat */
#header_flat .header_main_image_inner { background:url(img/main/flat_retina_new.jpg) no-repeat left top; background-size:1050px auto; }
#header_flat img { display:block; margin:0; width:145px; height:auto; position:absolute; top:36px; left:0px; }

/* common */
.header_main_image_inner p { margin:0; position:absolute; top:92px; left:0px; line-height:2; font-size:11px; }
.header_main_image_inner a {
  margin:0; padding:0 20px; display:inline-block; line-height:30px; height:30px; position:relative; top:150px; left:0px; color:#fff; font-size:12px; text-decoration:none; background:#27b0ce;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease; -ms-transition-property:background; -ms-transition-duration:0.4s; -ms-transition-timing-function:ease;
}
.header_main_image_inner a:after {
  content:''; position:absolute; right:-25px; top:0px; width:0; height:0; border-top:30px solid #27b0ce; border-right:25px solid transparent; border-bottom:30px solid transparent; border-left:25px solid transparent;
  -webkit-transition-property:border; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:border; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:border; -o-transition-duration:0.4s; -o-transition-timing-function:ease; -ms-transition-property:border; -ms-transition-duration:0.4s; -ms-transition-timing-function:ease;
}
.header_main_image_inner a:hover { background:#5c4e8c; color:#fff; }
.header_main_image_inner a:hover:after { border-top:30px solid #5c4e8c; }




/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
#post_list1 { }
#post_list1 .article { padding:0 0 20px 0; margin:25px 0 0; border-bottom:1px solid #ccc; }



/* thumbnail */
#post_list1 .post_thumbnail { margin:0 0 5px 25px; float:left; line-height:0; }
#post_list1 .post_thumbnail img, #post_list1 .post_thumbnail span { display:block; width:220px; height:136px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#post_list1 .post_thumbnail a { position:relative; display:inline-block; text-decoration:none; }
#post_list1 .post_thumbnail .image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(0,157,196,0); color:rgba(255,255,255,0); font-size:30px; width:220px; height:136px; display:inline-block; text-align:center; line-height:140px; 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;
}
#post_list1 .post_thumbnail .image:hover:after { color:#fff; background:rgba(0,157,196,0.8);}
#post_list1 .image span { background:#eee; color:#666; display:block; text-align:center; line-height:140px; font-size:12px; }
#post_list1 img.wordpress_image { border:1px solid #ddd; display:block; }
#post_list1 .post_thumbnail a:hover img.wordpress_image { border-color:#fff; }


/* post data */
#post_list1 .post_data { float:left; width:490px; margin:0 0 0 25px; }
#post_list1 .no_thumbnail .post_data { float:none; width:auto; margin:0 20px 0; }


/* post tilte */
#post_list1 .post_title { margin:0 0 8px; padding:0; line-height:150%; font-size:18px; }
#post_list1 .post_title a { text-decoration:none; display:block; }
#post_list1 .post_title a:hover { text-decoration:underline; }
#post_list1 .no_post .post_title { margin:0 25px 14px; padding:10px 0 0 0; }
#post_list1 .post_title span { font-size:11px; background:#bcc800; color:#fff; padding:0 15px; height:15px; line-height:15px; display:inline-block; font-weight:normal; }

/* excerpt */
#post_list1 .post_excerpt p { margin:0; line-height:180%; font-size:11px; }


/* post meta top */
.post_meta_top { font-size:11px; margin:0 0 10px 0; padding:0; }
.post_meta_top li { float:left; margin:0 20px 5px 0; padding:1px 0 1px 15px; color:#888; position:relative; line-height:1.5; }
.post_meta_top li.post_date { padding-left:0; }
.post_meta_top li a { color:#888; text-decoration:none; }
.post_meta_top li a:hover { text-decoration:underline; color:#009DC4; }
.post_meta_top li a:after { content:','; margin:0 5px 0 0; color:#aaa; }
.post_meta_top li a:last-child:after { display:none; }
.post_meta_top li:before { font-family:'icomoon-ml'; color:#bbb; font-size:11px; width:11px; margin:0; display:inline-block; top:1px; left:0px; position:absolute; }
.post_meta_top li.post_author:before { content:"\e609"; }
.post_meta_top li.post_category:before { content:"\e608"; }
.post_meta_top li.post_tag:before { content:"\e607"; top:2px; }
.post_meta_top li.post_edit:before { content:"\e605"; }
.post_meta_top li.post_comment:before { content:"\e606"; }
.post_meta_top li.post_format_gallery:before { content:"\e623"; }
.post_meta_top li.post_format_aside:before { content:"\e61e"; }
.post_meta_top li.post_format_chat:before { content:"\e622"; }
.post_meta_top li.post_format_link:before { content:"\e600"; }
.post_meta_top li.post_format_image:before { content:"\e614"; }
.post_meta_top li.post_format_quote:before { content:"\e60e"; }
.post_meta_top li.post_format_status:before { content:"\e624"; }
.post_meta_top li.post_format_video:before { content:"\e615"; }
.post_meta_top li.post_format_audio:before { content:"\e61b"; }


/* featured image */
.post_image { text-align:center; margin:0 0 24px 0; max-width:100%; height:auto; }


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


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


/* 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; background-color:#009DC4; }



/* archive page headline */
#archive_headline {
  font-size:14px; color:#666; height:45px; padding:0 25px; margin:0; line-height:47px; font-weight:normal; position:relative; border-bottom:1px solid #ccc; overflow:hidden;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #fff, #f8f8f8); background: -moz-linear-gradient(top, #fff, #f8f8f8); background: -ms-linear-gradient(top, #fff, #f8f8f8); background: -o-linear-gradient(top, #fff, #f8f8f8); background: linear-gradient(to bottom, #fff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#f8f8f8');
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#archive_headline h3 { font-weight:normal; }



/* page navi */
.page_navi { margin:20px 25px 35px; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span, #comment_pager a, #comment_pager span {
  color:#333; font-size:11px; padding:0px 15px 0px; height:37px; line-height:38px; margin:0 4px 4px 0; 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, #comment_pager a:hover
 { color:#333; text-decoration:none; background:#fff; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.page_navi a:active, #comment_pager 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, #comment_pager span
 { 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-ml'; 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 { color:#009DC4; }




/* ----------------------------------------------------------------------
 article
---------------------------------------------------------------------- */
/* bread crumb */
#bread_crumb {
  font-size:10px; color:#999; height:45px; padding:0 25px 0 0; margin:0; line-height:47px; font-weight:normal; position:relative; border-bottom:1px solid #ccc; overflow:hidden;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #fff, #f8f8f8); background: -moz-linear-gradient(top, #fff, #f8f8f8); background: -ms-linear-gradient(top, #fff, #f8f8f8); background: -o-linear-gradient(top, #fff, #f8f8f8); background: linear-gradient(to bottom, #fff, #f8f8f8); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#f8f8f8');
}
#bread_crumb li { float:left; margin:0; padding:0; }
#bread_crumb a { text-decoration:none; color:#999; }
#bread_crumb a:hover { text-decoration:underline; color:#009DC4; }
#bread_crumb .home { position:relative; margin:0 12px 0 5px; }
#bread_crumb .home a { display:block; padding:0; width:65px; height:45px;  background:url(img/arrow3.gif) no-repeat 54px; }
#bread_crumb .home a span { display:none; }
#bread_crumb .home i { width:25px; height:23px; line-height:23px; padding:0; margin:0; display:block; font-style:normal; position:relative; }
#bread_crumb .home i:before { font-family:'icomoon-ml'; color:#bbb; font-size:14px; position:absolute; top:12px; left:20px; content:"\e60a"; }
#bread_crumb .home a:hover i:before { color:#009DC4; }
#bread_crumb .parent { margin:0 5px 0 0; display:block; }
#bread_crumb .last { display:block; padding-left:25px; margin-left:10px; height:45px; background:url(img/arrow3.gif) no-repeat 7px; }


/* article */
#article { position:relative; margin:0 25px; }
.page #article { margin-bottom:20px; }
.page-id-12 #article { margin-bottom:0; }

#article #post_title {  margin:30px 0px 10px; padding:0; line-height:170%; font-size:23px; }
#article #page_title {  margin:28px -25px 35px; padding:0 25px 25px; line-height:170%; font-size:23px; border-bottom:1px dotted #aaa; font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",'ヒラギノ角ゴ Std W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';　}
.error404 #article #page_title { margin-bottom:40px; text-align:center; }

#article .post_meta_top { margin:0 -25px 35px; border-bottom:1px dotted #aaa; padding:0 25px 27px; }

#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 */
#share_button { margin:0; float:right; text-indent:0; list-style:none; line-height:1; }
#share_button li { padding:0; float:left; margin:0 0 0 10px; min-height:75px; max-width:80px; }


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


/* related post*/
#related_post { margin:0 0 15px 0; clear:both; }
#related_post .headline { font-size:16px; border-bottom:1px solid #ccc; margin:0 -25px 15px; padding:0 25px 8px; line-height:100%; font-weight:normal; }
#related_post ol { margin:0; }
#related_post li { background:none; padding:5px 0 10px 0; margin:0; width:47%; display:inline-block; vertical-align:top; }
*:first-child+html #related_post li { display:inline; zoom: 1; }
#related_post li.odd { margin-right:30px; }
#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%; }
.ie #related_post .info .title { word-wrap:break-word; }
#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; border:1px solid #ddd; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#related_post .image img, #related_post .image span { width:70px; height:70px; -webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#related_post .image span { background:#eee; color:#666; display:block; text-align:center; line-height:70px; font-size:10px; }
#related_post .image { position:relative; }
.modern #related_post .image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(0,157,196,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;
}
.modern #related_post .image:hover:after { background:rgba(0,157,196,0.8); color:#fff; }
#related_post span { font-size:10px; background:#bcc800; color:#fff; padding:0 15px; height:15px; line-height:15px; display:inline-block; font-weight:normal; }


/* next prev post link */
#next_prev_post { display:flex; display: -webkit-flex; margin:0 0 20px; padding:10px 0 0 0; clear:both; }
#next_prev_post a {
  line-height:160%; font-size:11px; border:1px solid #ccc; text-decoration:none; width:50%; padding:12px 20px; position:relative;
  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; 
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post a:after { font-family:'icomoon-ml'; color:#aaa; font-size:12px; display:inline-block; top:12px; position:absolute; }
#next_prev_post a.prev_post { margin:0 -1px 0 0; position:relative; float:left; border-radius:4px 0 0 4px; padding-left:35px; }
#next_prev_post a.next_post { float:right; text-align:right; border-radius:0 4px 4px 0; padding-right:35px; }
#next_prev_post a.prev_post:after { content:"\e613"; left:11px; }
#next_prev_post a.next_post:after { content:"\e612"; right:11px; }
#next_prev_post a:hover { color:#fff; background:#009DC4; box-shadow:none; }
#next_prev_post a:hover:after { color:#fff; }




/* ----------------------------------------------------------------------
 右サイド
---------------------------------------------------------------------- */
.side_widget { margin:0; padding:0 20px; font-size:11px; color:#888; }
.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:#666; }
.side_widget a:hover { color:#412c88; }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_widget:first-child .side_headline { background:#08a8c5; color:#fff; }
.side_headline { color:#333; background:#eee; margin:0 -20px; position:relative; height:45px; padding:0 20px; font-size:14px; line-height:47px; font-weight:normal; }
.side_widget p { line-height:2; margin:0 0 2em; }
.side_widget p:last-child { margin:0; }


/* facebook */
#facebook_like_box .fb-like-box { margin:10px -10px 0; min-height:300px; }
#2facebook_like_box .side_headline { background:#3B5998; color:#fff; }


/* recommend post */
#side_recommend { border-bottom:1px solid #ccc; }
#side_recommend .side_headline { background:#08a8c5; color:#fff; }


/* menu */
.side_menu ul { margin:0 -20px; padding:0; }
.side_menu li { margin:0; font-size:12px; }
.side_menu li a { display:block; text-decoration:none; padding:15px 20px 12px; margin:0; border-bottom:1px dotted #aaa; }
.side_menu li:last-child a { border:none; }
.side_menu li a:hover { background:#746b94; color:#fff; }
.side_menu li .title { float:left; }
.side_menu li .count { float:right; color:#666; background:#f2f2f2; padding:0 10px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.side_menu li a:hover .count { }
#side_themes li:last-child a, #side_pages li:last-child a { border-bottom:1px solid #ccc; }
#side_themes li.current-menu-item a { background:#746b94; color:#fff; }


/* recent and recommend post widget */
.widget_post_list { list-style-type:none; margin:15px 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;  -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.widget_post_list .image img, .widget_post_list .image span { width:58px; height:58px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.widget_post_list .image span { background:#eee; color:#666; display:block; text-align:center; line-height:58px; font-size:10px; }
.widget_post_list .image:hover { color:#aaa; }
.modern .widget_post_list .image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(92,80,131,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;
}
.modern .widget_post_list .image:hover:after { color:#fff; background:rgba(92,80,131,0.9);}
.widget_post_list span { font-size:10px; background:#bcc800; color:#fff; padding:0 10px; height:15px; line-height:15px; display:inline-block; font-weight:normal; }


/* calendar widget */
#wp-calendar { margin:15px auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:3px; line-height:250%; text-align:center; }
#wp-calendar td a { background:#f2f2f2; display:block; margin:0; padding:0; text-decoration:none; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#08a8c5; }
#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; }


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




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* recommend post */
#recommend_wrap { width:100%; min-width:1050px; border-top:1px solid #ccc; background:#fff; margin:-45px 0 0 0; position:relative; padding:90px 0 40px; }
#recommend { width:1050px; margin:0 auto; }
#recommend_slider { width:1075px; }
#recommend_slider .post { width:190px; text-align:center; }
#recommend_slider a.image { display:block; margin:0 0 10px 0; position:relative; overflow:hidden; width:190px; height:117px; }
#recommend_slider a.image img { display:block; width:190px; height:117px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#recommend_slider a.image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(0,157,196,0); color:rgba(255,255,255,0); font-size:30px; width:190px; height:117px; display:inline-block; text-align:center; line-height:120px; 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;
}
#recommend_slider a.image:hover:after { color:#fff; background:rgba(0,157,196,0.8);}
#recommend_slider a.title { font-size:12px; display:block; text-decoration:none; margin:0; width:190px; line-height:160%; }
#recommend_slider a.title:hover { text-decoration:underline; }
#recommend_slider .owl-wrapper-outer { width:1050px; overflow:hidden; }
.owl-next { background:url(img/slider_arrow1.png) no-repeat left top; display:block; text-indent:100%; white-space:nowrap; overflow:hidden; width:26px; height:43px; position:absolute; left:-50px; top:40px; }
.owl-prev { background:url(img/slider_arrow2.png) no-repeat left top; display:block; text-indent:100%; white-space:nowrap; overflow:hidden; width:26px; height:43px; position:absolute; right:-23px; top:40px; }
.owl-next:hover, .owl-prev:hover { background-position:left bottom; }
.owl-theme .owl-controls .owl-page { display:none; }
@media screen and (max-width:1150px) {
  #recommend { overflow:hidden; }
}


/* footer */
#footer { border-top:1px solid #ccc; margin:0; width:100%; min-width:1050px; background:#fff; }
#footer_inner { position:relative; width:1050px; margin:0 auto; font-size:11px; height:267px; }
.pc .page #footer { padding-top:40px; }

/* footer menu */
#footer_menu1 { width:200px; position:absolute; left:380px; top:47px; }
#footer_menu2 { width:200px; position:absolute; left:615px; top:47px; }
#footer_menu3 { width:200px; position:absolute; right:0px; top:47px; }
.footer_headline { font-size:13px; font-weight:normal; border-left:4px solid #bcc800; height:22px; line-height:24px; padding:0 0 0 10px; margin:0 0 13px 0; }
.footer_menu { border-top:1px solid #ddd; padding:8px 0 0 0; }
.footer_menu li { }
.footer_menu li a { display:block; padding:6px 0; }
.footer_menu li a:hover {  }

/* footer info */
#footer_info { width:330px; overflow:hidden; position:absolute; left:0px; top:40px; }
#footer_logo img { width:133px; height:auto; display:block; margin:0 0 10px -10px; }
#footer_info .desc { margin:0 0 14px 0; }
#footer_info p { line-height:2; }

/* social link button */
#footer_share li { float:left; margin:0 5px 0 0; padding:0; line-height:100%; }
#footer_share li a { text-decoration:none; display:block; width:35px; height:35px; line-height:35px; background:#ddd; position:relative; border-radius:100%; }
#footer_share li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#footer_share li a:after { font-family:'icomoon-ml'; color:#fff; font-size:12px; margin:0; display:inline-block; top:0px; left:12px; position:absolute; }
#footer_share li.rss a:after { content:"\e603"; }
#footer_share li.twitter a:after { content:"\e604"; }
#footer_share li.facebook a:after { content:"\e601"; }
#footer_share li.rss a:hover { background-color:#ffcc00; }
#footer_share li.twitter a:hover { background-color:#16b9dc; }
#footer_share li.facebook a:hover { background-color:#3B5998; }

/* search form */
#search_area_bottom { width:330px; height:37px; padding:9px 0 0 0px; }
#search_area_bottom .search_form { position:relative; background:#eee; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; width:326px; height:28px; }
#search_area_bottom .search_input input { font-size:11px; color:#aaa; width:255px; height:28px; float:left; margin:0 0 0 10px; padding:0; border:none; background:none; }
#search_area_bottom .search_input input:focus, .widget_search #search-box:focus, .widget_search #s:focus { color:#333; }
#search_area_bottom .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_bottom .search_button input:hover { cursor:pointer; background:#009DC4 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; }

/* copyright */
#copyright_area { color:#aaa; font-size:11px; text-align:center; background:#fff; min-width:1050px; width:100%; border-top:1px solid #ccc; }
#copyright { height:66px; line-height:66px; }
#copyright a { color:#aaa; text-decoration:none; }

/* 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/return_top2_new.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; background-color:#27b0ce; }




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


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


/* comment area */
.tab_contents { margin:0 0 20px 0; }
.commentlist, .pinglist { margin:0; padding:0; list-style-type:none;  }
.commentlist li, .pinglist li { margin:0 0 25px 0; padding:0; clear:both; border-bottom:1px dotted #888; }
.commentlist li:last-child, .pinglist li:last-child { margin:0; border:none; }
.commentlist li li { border:none; margin:0; }
.commentlist .children { clear:both; margin:0 0 0 50px; }
.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:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }


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


/* comment reply and edit area */
.comment_meta { font-size:10px; position:absolute; right:0px; top:0px; }
.comment_meta a { display:inline-block; text-decoration:none; background:#bbb; color:#fff; padding:3px 30px; }
.comment_meta a:hover { color:#fff; }
.comment_reply { float:left; margin:0 2px 0 0; }
.comment_edit { float:left; }


/* comment pager */
#comment_pager { padding:20px 0; border-top:1px dotted #888; font-size:12px; }
#comment_pager .page-numbers { padding:0 10px 0 0; }
#comment_pager .page-numbers.current { }


/* etc */
.comment_message { margin:0 0 30px 0; }
.waiting-moderation { display:block; margin:0 0 10px 0; background:#113b4b; border:1px solid #08659a; 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; }


/* reply cancel button */
#cancel_comment_reply { margin:0; padding:0; }
#cancel_comment_reply a { display:block; text-decoration:none; background:#bbb; color:#fff; 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 { position:relative; }


/* 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:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#333; }
#guest_info input:focus { border-color:#009DC4; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 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; width:100%; height:150px; border:1px solid #ccc; background:#fff; color:#333; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus { border-color:#009DC4; }


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

#input_hidden_field { display:none; }



