/*---------------------------------------------------------------------------------

	Theme Name: Harunikki
	Description: ブロックレイアウトのブログテーマです。
	Author: R.kotsuka
	Author URI: http://www.marketingdesignlab.jp/
	Version: 1.0

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Layout
	3.	Header
	4.	Navigation
	5.	Top page
	6.  Single page
	7.	Search page
	8.	Comments
	9.	Side menu
	10.	Pagination & Breadcrumb
	11.	Page & Page Templates
	12. Responsive

----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
html, body { margin:0; padding:0;font-weight: 200;}

html,body { /*font-family: 'Noto Sans Japanese', sans-serif;*/
font-family:PT Sans Caption,Josefin Sans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;margin:0; padding:0;}
body { margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary { display: block;}
audio,canvas,progress,video { display: inline-block;}
audio:not([controls]) { display: none;height: 0;}
progress { vertical-align: baseline;}
template,[hidden] { display: none;}
a { background-color: transparent;}
a:active,a:hover { outline-width: 0;}
abbr[title] { border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong { font-weight: inherit;}
b,strong { font-weight: bolder;}
dfn { font-style: italic;}
h1 { font-size: 2em;/*margin: 0.67em 0;*/}
mark { background-color: #ff0;color: #000;}
small { font-size: 80%;}
sub,sup { font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub { bottom: -0.25em;}
sup { top: -0.5em;}
img { border-style: none;}
svg:not(:root) { overflow: hidden;}
code,kbd,pre,samp { font-family: monospace,monospace;font-size: 1em;}
figure { margin: 1em 40px;}
hr { box-sizing: content-box;height: 0;overflow: visible;}
button,input,select,textarea { font: inherit;}
optgroup { font-weight: bold;}
button,input,select { overflow: visible;}
button,input,select,textarea { margin: 0;}
button,select { text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] { cursor: pointer;}
[disabled] { cursor: default;}
button,html [type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}
button::-moz-focus-inner,input::-moz-focus-inner { border: 0;padding: 0;}
button:-moz-focusring,input:-moz-focusring { outline: 1px dotted ButtonText;}
fieldset { border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend { box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
textarea { overflow: auto;}
[type="checkbox"],[type="radio"] { box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height: auto;}
[type="search"] { -webkit-appearance: textfield;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
.m_hidden{display: none;}
/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */
body{
    /*background: #F2F2F2;*/
    background: #FFF;
    color: #383838;
    /*background-image: url('images/img20161212.jpg');
    background-attachment: fixed;
    background-size: contain;*/
    position: relative;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
header{
	background-color: #DDD;
}
/*#wrap{
	border:5px solid red;
}
.content_wrap{
	border:5px solid green;
}
#side{
	border:5px solid orange;	
}*/
a:hover{
	opacity: 0.6;
}
p {
	line-height: 23px;
	font-size: 14px;
    font-weight: normal;
}
.blog-main p{
	font-size: 16px;
}
.content h2{
    font-weight: 100;
    /*font-size: 2em;*/
    margin-bottom: 0;
}
.content h2.content_title{
    padding-top: 10px;
}
/*.content h2 + span{
	float: right;
}
.content h2 + span:after{
	clear: both;
	content: '';
}*/
.overflow{
    overflow: hidden;
}
.text_center{
    text-align: center;
}
/* -------------------------------------------------------------------------------- */
/*	2.	Layout
/* -------------------------------------------------------------------------------- */
#wrap{
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 5px;
}
.content_wrap{
	/*margin-right: 280px;*/
/*	width: 1020px;*/
	/*float: left;*/
	box-sizing: border-box;
}
#side{
	/*float: right;*/
	box-sizing: border-box;
	/*width: 300px;
	margin-left: -280px;*/
    border: 1px solid #e1e1e1;
    margin-bottom: 3em;
    background-color: rgba(255,255,255,0.95);/* X'mas */
}

/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
header{
	width: 100%;
}
header #logo a{
	text-decoration: none;
}
.header_h1{
    position: relative;
    width: 100%;
    /*background-image: url(./images/top_img_xmas.jpg?xmas);*/
    background-image: url(./images/top_img.jpg?2016);
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-header.row.header_h1.single_page {
    background-image: none;
}
.blog-header.row.header_h1.single_page::before {
    padding-top: 0;
}

.header_h1:before {
    content:"";
    display: block;
    padding-top: 41%; /* 高さを幅の75%に固定 */
}
h1.blog_title {
    position: absolute;
    top: 41%;
    left: 7%;
    bottom: 0;
    right: 0;
    font-size: 3vw;
}
.blog-header.row.header_h1.single_page h1.blog_title {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    /*font-size: 3vw;*/
    font-size: 16px;
    background-color: #f2f2f2;
    padding: 15px;
    border-bottom: 1px solid #DDD;
}
.blog-header.row.header_h1.single_page img{
    width: 100%;
    height: auto;
}
h1.blog_title a{
    color: #333;
    /*background-color: rgba(255,255,255,0.95);*//* X'mas */
    background-color: none;
}
/* Navigation --------------------------------------- */
.navbar-default {
    /*background-color: #BD620F;
    border-color: #693301;*/
    /*background-color: rgba(51,51,51,0.6);*//* X'mas */
    /*border-color: rgba(51,51,51,0.3);*/
}
.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a {
    color: #5F2727;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFE4CB;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #653000;
    background-color: #C77223;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: #D26F17;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    /*background-color: #E07513;*/
    background-color: #FFF;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
    margin-right: 0;
}
body.single .navbar-static-top{
    margin-bottom: 0;
    /*background-image: url('images/sky01.jpg');
    background-size: cover;*/
}
/* -------------------------------------------------------------------------------- */
/*	4. Widgets
/* -------------------------------------------------------------------------------- */


/*  Widget content  ----------------------------------------- */


/* Widget text --------------------------------------- */


/* Widget icons --------------------------------------- */


.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #999; }

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a { color: #333; }

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pagaes li a:hover { 
	color: #019EBD; 
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
	font: 16px/1 'Genericons';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget_archive li:before { content: '\f307'; }
.widget_categories li:before { content: '\f301'; }
.widget_meta li:before { content: '\f445'; }
.widget_nav_menu li:before { content: '\f429'; }



/* Widget search --------------------------------------- */


.widget_search .search-field {
	padding: 15px 49px 15px 15px;
	font-size: 14px;
}

.widget_search .search-button { 
	width: 24px;
	height: 24px;
	margin-top: -12px;
	right: 13px; 
}

.widget_search .search-button .genericon {
	font-size: 24px;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #888;
	text-align: center;
    padding: 0 1.5em;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}
#wp-calendar td a{
	font-weight: bold;
	color: #008DD6;
}
#wp-calendar caption,
#wp-calendar thead {
	color: #666;
	border-bottom: 1px solid #eee;
}

#wp-calendar caption {
	font-style: italic;
	text-transform: capitalize;
	color: #999;
	padding-bottom: 4%;
}

#wp-calendar thead {
	color: #019EBD;
}

#wp-calendar thead th {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #EEE; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	margin-top: 10px;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #666;
}

li.widget-container {
    margin-bottom: 2em;
}

/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.mobile-navigation,
.nav-toggle { 
	display: none; 
}


/* -------------------------------------------------------------------------------- */
/*	5. Top page
/* -------------------------------------------------------------------------------- */
.content{
	/*width: 280px;*/
	/*min-width: 290px;*/
	/*border:1px solid #DDD;*/
	margin-bottom:1em;
	/*float: left;*/
}

.alm-btn-wrap{
	clear: both;
}
img.top_post_img_thumbnail{
	width: 100%;
	/*border-radius: 10em 10em 0 0;*/
}
/*a.img_thumbnail_wrap{
	height: 140px;
	overflow: hidden;
	display: block;
}*/

.content_wrap .content {
    /*display: inline-block;*/
    /*background: #FEFEFE;          X'mas    */
    background-color: rgba(255,255,255,0.95);/*  X'mas */
    /*border: 1px solid #C7C7C7;*/
    /*box-shadow: 0 0px 1px rgba(34, 25, 25, 0.4);*/
    /*margin: 0 10px 22px;*/
    /*padding: 15px;*/
    padding-bottom: 22px;
    /*background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);*/
    position: relative;
    border-radius: 3px;

}
 
.content_wrap .content p {
    color: #333;
    margin: 0;
}

.post_title{
	text-decoration: none;
	color: #636363;
	font-size: 20px;
    color: #009DDC;
}

.content h2,.content p{
    padding: 0 15px 8px;
}

a.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
}
a.read-more {
    text-decoration: none;
    background-color: #70D6FF;
    padding: 0 8px;
    color: #FFF;
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 1em;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 60px;
    height: auto;
    /*float: left;
    margin: 0 15px 5px;
    border-radius: 30px;*/
}
img.attachment-thumbnail.size-thumbnail.wp-post-image + .title{
    display: inline;
}
.format-standard {
    overflow: hidden;
}
.dpe-flexible-posts h4{
	font-size: 18px;
	font-weight: normal;
}
.content img {
    max-width: 100%;
    height: auto;
}
aside.row{
    padding: 0 20px 0 30px;
    clear: both;
    background-color: rgba(255,255,255,0.95);
}
aside dl{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}
aside dt {
    float: left;
    margin-right: 1em;
}
aside dt img{
    border-radius: 50px;
    border: 2px solid #DDD;
    padding: 1px;
}
aside dd  {
    font-size: 14px;
    color: #333;
}
aside dd a {
    display: block;
    
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
aside span.date{
    margin-bottom: 8px;
}
span.date{
    display: block;
    margin-left: 1em;
}
span.date:before{
    position: relative;
    top: 1px;
}
#top_page nav{
    overflow: hidden;
}
.top_img{
    width: 100%;
}

iframe{ width:100%; }

.content p img {
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    border: 8px solid #FFF;
}
.content p.pb2em{
    padding-bottom: 2em;
}
.content p.pb5em{
    padding-bottom: 5em;
}

.pager .page-numbers {
border: 1px solid #DDD;
padding: 2px 5px;
text-align: center;
vertical-align: middle;
font-size: 14px;
}
.pager .page-numbers.current {
    background: #EEE;
    color: #FFF;
}
.perma_link_discription{
    color: #666;
    font-size: 14px;
}
.pager {
    text-align: center;
}
.blog-main p.category_name{
    font-size: 14px;
}
.perma_link_discription {
    padding-left: 14px;
    display: block;
    overflow: hidden;
}
.new-entry {
    color: #ff5858;
    padding-left: 14px;
    float: right;
}
/* -------------------------------------------------------------------------------- */
/*	6. Single page
/* -------------------------------------------------------------------------------- */
#single .content img{
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
span.nav-previous,span.nav-next {
    background-color: #DDD;
    padding: 10px;
    width: 45%;
    display: inline-block;
    text-align: center;
    margin: 5px;
}
span.nav-previous a,span.nav-next a{
	color: #757575;
	text-decoration: none;
	display: block;
}
.related_post_title{
height: 50px;
line-height: 50px;
color: #000;
font-size: 16px;
position: relative;
font-weight: bold;
background: #f3f3f3 14px 17px no-repeat;
margin: 20px 0 5px 0;
background-image: url(./images/born_icon.png);
background-repeat: no-repeat;
background-position: 0 10px;
padding-left: 50px;
background-position: 10px 14px;
}
/* -------------------------------------------------------------------------------- */
/*	7. Search page
/* -------------------------------------------------------------------------------- */
#search_page img.top_post_img_thumbnail{
	width: 200px;
	padding-right: 1em;
	border-radius: 0;
}
#search_page a.img_thumbnail_wrap{
	float: left;
}
#search_page .content{
	position: relative;
	overflow: hidden;
	/*width: 90%;*/
    margin-bottom: 1em;
    border-top: 1px dotted #CCC;
    padding: 10px;
    padding-top: 1.5em;
}
#search_page .content h2{
	font-size: 18px;
    color: #333;
    margin-top: 0;
    display: inline-block;
}
#search_page .content h2 a{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
#search_page .content p{
	overflow: auto;
    /*line-height: 1.2em;*/
}
#search_page .glyphicon{
    font-size: 14px;
    position: static;
    padding-left: 1em;
    padding-bottom: 1px;
    overflow: hidden;
}

a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.box{
    float: left;
}
/*#search_page .content a.link:hover + .box + h2.post_title{
    color: #0294D0;
}*/
#search_page .content a.link:hover{
    border: 5px solid #CCC;

}
/* X'mas */
#search_page .content{
    background-color: rgba(255,255,255,0.95);
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */
#commentform > p:first-child + p,#commentform > p:first-child + p + p{
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*	9. Side menu
/* -------------------------------------------------------------------------------- */
#single.content_wrap{
	/*margin-right: 300px;*/
	padding: 0 15px;
}
.widget-area ul{
	list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget-container h3{
    height: 50px;
    line-height: 50px;
    /*padding-left: 15px;*/
    color: #000;
    font-size: 16px;
    /*font-size: 14px;*/
    position: relative;
    font-weight: bold;
    /*background: #f3f3f3 14px 17px no-repeat;*/
    margin: 20px 0 5px 0;
    background-image: url(./images/born_icon.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 40px;
}

.widget-container ul li {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    font-size: 13px;
    /*font-size: 1.3rem;*/
    padding-top: 8px;
    line-height: 1.5;
    /*font-weight: bold;*/
}
.widget-container ul li a{
    color: #666;
    }
/*.widget-area {
    border: 1px solid #e1e1e1;
}*/
#side #searchform label.screen-reader-text{
	display: none;
}
.dpe-flexible-posts li a{
	/*font-size: 16px;*/
	text-decoration: none;
	/*font-weight: bold;*/
	color: #008DD6;
}
img.attachment-thumbnail.wp-post-image {
    border-radius: 30px;
    padding: 1px;
    border: 2px solid #DDD;
    margin-bottom: 5px;
}
/* Search form --------------------------------------- */
#searchform {
    width: 242px;
    /*padding: 10px;*/
    border-radius: 5px;
}
#s {
    width: 55%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    color: #999;
    background: #eee;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff,
        0 0 3px #ddd inset;
}
#s:focus {
    color: #333;
}
#searchsubmit {
    width: 60px;
    height: 32px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    color: #666;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
    cursor: pointer;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff;
}
#searchsubmit:hover {
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: linear-gradient(top, #eee, #fff);
}
#searchsubmit:active {
    border: 1px solid #aaa;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 #ddd,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #ddd;
}
/* Profile --------------------------------------- */
.profile {
    text-align: center;
}
.profile img{
    border-radius: 100px;
    margin-top: 1em;
}
.profile p {
    margin: 0 0 0.5em;
    line-height: 1em;
}

.blogmura{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2em;
    font-size: 14px;
}
img.twitter_img{
    width: 30px;
    vertical-align: middle;
    margin-top: 0;
}
#side .blogmura img,
#side .blogmura_fixed img{
    max-width: 100%;
}
.blogmura_fixed {
    margin: 15px 0;
    text-align: center;
}
#blogmura_fixed.follow{
    position: fixed;
    top: 0;
}

.share_buttons {
    text-align: center;
}
.share_buttons a{
    margin: 5px;
}
.share_buttons img{
    width: 50px;
}
@keyframes move_img {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(3deg); }
        50% { transform: rotate(0deg); }
        75% { transform: rotate(-3deg); }
        100% { transform: rotate(0deg); }
    }
 
    #post_blogmura img {
        animation: move_img 1s linear infinite;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
/* -------------------------------------------------------------------------------- */
/*	10. Pagination & Breadcrumb
/* -------------------------------------------------------------------------------- */
#breadcrumb ul{
    padding: 0;
    background-color: rgba(255,255,255,0.95);
}
#breadcrumb li{
    list-style-type:none;
    display: inline-block;
    padding: 0 3px; 
}
.glyphicon-home:before{
    padding-right: 3px;
}
p.page-list {
    margin-top: 2em;
}
p.page-list span.namber {
    border: 1px solid #DDD;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 50%;
}
span.mark {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 12px;
    display: inline-block;
}
span.mark:hover {
    background-color: #FEFFC3;
}
/* -------------------------------------------------------------------------------- */
/*	12. Page & Page Templates
/* -------------------------------------------------------------------------------- */
.imagebox {
    float: left;
    margin: 5px;
    /*height: 150px;*/
    border-radius: 5px;
}
.recaptcha {
    margin-left: 15px;
    margin-bottom: 0.5em;
}
p.archive_title {
    font-size: 1.4em;
}
footer a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
}

p.content404 {
    font-size: 1.2em;
    padding: 1em;
    line-height: 1.5em;
}
.search404 #searchform {
    width: initial;
}
.search404 {
    margin-bottom: 3em;
    padding-left:1em; 
}
.search404 label.screen-reader-text{
    display: none;
}
p.content404.title {
    font-size: 2em;
    padding: 0.5em 0.5em 0 0.5em;
    margin-bottom: 0;
    color: #4A7088;
    font-weight: bold;
}

.adsense{
    text-align: center;
    margin-bottom: 2em;
}
.adsense .adsbygoogle{
margin: 10px;
}

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


/*------------*
/  haru_button
/-------------*/
#haru_button{
position: fixed;
bottom: -100px;
left: 5px;
cursor: pointer;
}
#haru_button.active{
    bottom: 50px;
}
#haru_button p {
    text-align: center;
    background: #00A1FE;
    border-radius: 5px;
    color: #FFF;
    padding: 5px;
}

/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */
/* navbar collapse for iPad (bootstrap) */
@media (min-width: 1200px) {
    h1.blog_title{
        font-size: 37px;
    }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 1200px) {


			
}


@media ( max-width: 992px ) {
	#side .blogmura_fixed{
        position: initial!important;
        text-align: center;
    }

	
}


@media (max-width: 800px) {
#single.content_wrap{
	margin-right: 0;
	float: none;
	padding: 0 15px;
}
	
}


@media (max-width: 600px) {
.content h2.content_title{
    font-size: 20px;
}
p{
    font-size: 17px;
    line-height: 26px;
}
.box{
    float: none;
    text-align: center;
}
#search_page img.top_post_img_thumbnail{
    padding-right: initial;
}
#search_page .glyphicon{
    padding-left: 0;
}
p.archive_title {
    font-size: 0.9em;
}

#wp_rp_first .wp_rp_content{
    width: 100%;
}
#wp_rp_first ul.related_post{
    width: 100% !important;
    margin-right: 0!important;

}
#wp_rp_first ul.related_post > li{
    width: 46%!important;
    margin-right:0!important;
    padding: 0 2px 0 2px !important;
}
#wp_rp_first ul.related_post li ul li{
    margin-right: 0!important;
    box-sizing: border-box!important;
    width: 100%!important;
    padding: 5px !important;
}
#wp_rp_first ul.related_post li a.wp_rp_thumbnail img {
    width: 100% !important;
}


}

@media (max-width: 500px) {
    .col-md-9,.col-sm-12,.container{
    padding-right:0;
    padding-left:0;
}
.widget-area {
    padding-right: 15px;
    padding-left: 15px;
}
.m_hidden{
    display: block;
}
}