/*
Theme Name: Creative Blog Responsive WordPress Theme
Theme URI: http://www.dessign.net/creativeblogtheme
Description: Creative Blog Responsive WordPress Theme for is stylish, customizable, simple, and readable. Perfect for any creative, illustrator or graphic designer. 
Version: 2.0
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 3 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; color: #666; line-height: 20px;}
a { color: #666; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #6699CC; position:relative; }
a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
::selection {
	background: #ccc; 
	}
::-moz-selection {
	background: #ccc; 
}
.container { width: 980px; margin: 0 auto; }
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
#header { position: fixed; top: 0; left: 0; padding: 20px 0 15px; -moz-box-shadow: 0 0 2px 1px #ccc; -webkit-box-shadow: 0 0 2px 1px #ccc; box-shadow: 0 0 2px 1px #ccc; width: 100%; background-color: #fff; z-index: 100; height: 25px; }
.menu_container { float: left; }
.menu_container ul { list-style-type: none; margin: 0; padding: 0; }
.menu_container ul li { display: inline-block; margin-left: 35px; font-size: 14px; letter-spacing: 1px; position: relative; padding-bottom: 10px; text-transform: uppercase; }
.menu_container ul li:first-child { margin-left: 0; }
.menu_container ul li a { text-decoration: none; }
.menu_container ul li.current_page_item a,
.menu_container ul li.current-menu-item a { color: #444; }
.menu_container ul li.current_page_item ul li a,
.menu_container ul li.current-menu-item ul li a { text-decoration: none; }
.menu_container ul li ul { position: absolute; top: 25px; left: 0; border: 1px solid #efefef; background-color: #fff; padding: 5px 10px; display: none; line-height: 13px; z-index: 100;}
.menu_container ul li ul li { font-size: 12px; margin: 0; padding: 10px 5px; border-top: 1px solid #efefef; display: block; width: 130px; }
.menu_container ul li ul li:first-child { border-top: none; }
.menu_container ul li ul li a { color: #999; display: block; }
.menu_container ul li ul li a:hover { color: #444; }
.header_right { float: right; }
.header_search_cont { float: right; position: relative; margin-left: 8px; }
.header_search_cont input[type=text] { width: 155px; height: 24px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; padding: 3px 25px 3px 5px; color: #666; font-weight: normal; border: 1px solid #ccc;; background-color: #fff; font-size: 14px; }
.header_search_cont input[type=image] { position: absolute; top: 6px; right: 6px; }
.header_right img { float: left; margin-left: 8px; }
/*.header_right img:first-child { margin-left: 0; }*/
/* Content */
#main_cont { padding-top: 100px; }
.logo_cont { text-align: center; padding-bottom: 35px; }
.logo_cont img { max-width: 100%; height: inherit; }
#slideshow_cont {  width: 980px; height: 410px; position: relative; margin-bottom: 30px; }
.slide_box { display: none; position: absolute; top: 0; left: 0; }
.slide_box_first { display: block; }
.slide_box img, .slide_box iframe { width: 980px; height: 410px;  }
.slide_prev, .slide_next { position: absolute; top: 50%; margin-top: -20px; z-index: 50; cursor: pointer; }
.slide_prev { left: 0; }
.slide_next { right: 0; }
.home_box { float: left; width: 309px; margin-right: 26px; margin-bottom: 30px; }
.home_box h3 { font-size: 20px; text-align: center; margin: 15px 0; font-weight: normal; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; line-height: 20px;}
.home_box p { margin-top: 0; }
.home_box_last { margin-right: 0; }
.home_box img,
.home_box iframe { width: 309px; height: 180px; }
.home_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.post_meta { font-size: 12px; margin-bottom: 35px; }
.home_wide_box { margin-bottom: 30px; border-style: dotted ; border-width: 1px; border-radius: 10px; padding: 10px; }

.home_wide_box_tag { float: left; margin-right: 30px; }
.home_wide_box_tag img,
.home_wide_box_tag iframe { width: 400px; height: 130px; }
.home_wide_box_tag img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_wide_box_tag .left { width: 365px; }
.home_wide_box_tag .left p { line-height: 20px; }
.home_wide_box_tag .left h3 { margin-top: 0; font-size: 16px; font-weight: 300; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; color: #444; line-height: 20px;}
.home_wide_box_tag .left a{
 background:#fff;
 border:1px solid #bbb;
 color:#666;
 padding:6px;
 margin:3px;
 border-radius:1px;
 text-decoration:none;
 float: left;
}
.home_wide_box_tag .left a:hover{
 background:#ccc; 
 color:#fff; 
 border:1px solid #bbb;
}

.home_wide_box_tag_center { float: left; margin-right: 20px; }
.home_wide_box_tag_center img,
.home_wide_box_tag_center iframe { width: 400px; height: 130px; }
.home_wide_box_tag_center img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_wide_box_tag_center { width: 100%; }
.home_wide_box_tag_center p { line-height: 10px; }
.home_wide_box_tag_center h3 { margin-top: 0; font-size: 16px; font-weight: 300; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; color: #444; line-height: 20px;}
.home_wide_box_tag_center a{
 background:#fff;
 border:1px solid #bbb;
 color:#666;
 padding:6px;
 margin:3px;
 border-radius:1px;
 text-decoration:none;
 float: left;
}
.home_wide_box_tag_center a:hover{
 background:#ccc; 
 color:#fff; 
 border:1px solid #bbb;
}

.home_wide_box_img { float: left; margin-right: 30px; }
.home_wide_box_img img,
.home_wide_box_img iframe { width: 465px; height: 130px; }
.home_wide_box_img img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_wide_box_right { float: right; width: 480px; }
.home_wide_box_right .left { width: 395px; }
.home_wide_box_right .left p { line-height: 20px; }
.home_wide_box_right .left h3 { margin-top: 0; font-size: 24px; font-weight: 300; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; color: #444; line-height: 20px;}
.home_wide_box_right a.right { width: 35px; height: 130px; background-color: #eeeeee; display: block; float: right; color: #a3a2a2; border-radius: 3px;}
.home_wide_box_right a.right:hover { text-decoration: none; background-color: #222222; }
.home_wide_box .link_cont { display: table; width: 100%; height: 100%; }
.home_wide_box .link_inside_cont { vertical-align: middle; text-align: center; margin: 0; display: table-cell; font-size: 25px; font-weight: 200; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; line-height: 20px;}  
.load_more_cont { margin-bottom: 30px; }
.load_more_cont a { display: inline-block; padding: 8px 30px; background-color: #e6e6e6; font-size: 13px; color: #000; }
.single_left { float: left; width: 656px; margin-bottom: 30px; }
.single_inside_content img { max-width: 100%; height: inherit; }
.single_inside_content iframe { max-width: 100%; }
h1.single_title { margin-top: 0; margin-bottom: 15px; font-weight: normal; font-size: 22px; border-left: 8px solid gray; padding-left: 5px;}
.single_inside_content { font-size: 15px; font-family: Hiragino Kaku Gothic Pro, Meiryo, Verdana,Chicago,osaka,sans-serif,'Source Sans Pro', sans-serif; line-height: 20px;}
.single_inside_content p { line-height: 22px; margin-bottom: 15px; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.archive_title { padding: 8px 3px; border-top: 1px solid #e6e6e6; border-bottom: 3px solid #e6e6e6;  font-size: 15px; color: #666; margin-bottom: 15px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
/* Sidebar */
#sidebar { float: right; width: 300px; margin-bottom: 30px; }
.side_box { margin-bottom: 25px; padding-top: 8px; border-top: 1px solid #ccc; }
.side_box h3.side_title { margin-top: 0; font-weight: normal; font-size: 16px; margin-bottom: 10px; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
/* Footer */
#footer { padding: 25px 0 15px; background-color: #222222; }
.footer_box { float: left; width: 200px; margin-left: 50px; color: #999; }
#footer .footer_box:first-child { margin-left: 0; }
.footer_box ul { list-style-type: none; margin: 10px 0; padding: 0; line-height: 18px; }
.footer_box ul li { margin-bottom: 8px; }
.footer_box p { line-height: 18px; }
.footer_box h3 { margin-top: 0; font-weight: normal; font-size: 17px; color: #ccc; margin-bottom: 15px; }
.footer_box a { color: #999999; }
.footer_box a:hover { color: #fff; }
.copyright_text { padding: 10px 0 0; font-size: 14px; color: #FFF; text-align: right; border-top: 1px solid #999; margin-top: 15px;} 

.freeword_search_cont { float: left; position: relative; }
.freeword_search_cont input[type=text] { width: 280px; height: 24px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; padding: 1px 25px 1px 5px; color: #666; font-weight: normal; border: 1px solid #ccc;; background-color: #fff; font-size: 14px; }
.freeword_search_cont input[type=image] { position: absolute; top: 6px; right: 6px; }

/*Back to top*/
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}

hr.style-one {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-one:after {
    content: "♪";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.button {
	font-size: 120%;	
	display: inline-block;
	width: 100%;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 20px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #59b1eb;
}

#bgm-box {
          float: center;
}

#se-box {
          float: center;
}

#tag-box {
          float: center;
}

#jingle-box {
          float: center;
}

/*タグのデザイン*/
.tags a{
 background:#fff;
 border: solid 2px #bbb;
 padding: 5px;
 color:#666;
 margin:3px;
 border-radius:1px;
 text-decoration:none;
}
/*タグのマウスオーバー時*/
.tags a:hover{
 background:#0f87ff; 
 color:#fff; 
}

/*タグクラウドのデザイン*/
.tagcloud a {
    font-size: 12px !important;
    border: solid 1px #bbb;
    display: inline-block;
    padding: 5px;
    margin-bottom: 8px;
}
