/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body { margin:0; padding:0;
       font-family:"Century Gothic",Arial,sans-serif;
       color:#333; }


/* headline */
.headline1 { margin:0 35px 35px 0; line-height:160%; font-size:16px; padding:0; }
.headline2 { margin:0 35px /*35px*/15px 0; line-height:160%; font-size:16px; padding:0;color:#FF3F00; }
.archive_headline { margin:0 0 35px 0; line-height:160%; font-size:16px; border-bottom:1px solid #ccc; padding:0 35px /*45px*/25px 0; }
#page_headline { margin:0 35px 35px 0; line-height:160%; font-size:20px; padding:0; }
.headline_rss { margin:0 0 0 5px; line-height:160%; font-size:16px; padding:0px;color:#FF3F00;font-weight:bold; }
.headline_pickup { color:#FF3F00; font-weight:bold; font-size:16px; padding:0 0 0 5px; }


/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
#contents { width:920px; margin:0px auto; position:relative; padding:0 0 20px 0; background:url(img/common/side_line.gif) repeat-y 585px top; }
#main_content { width:585px; float:left; margin:0 0 14px 0; position:relative; padding:/*50px*/0 0 0 0; }
#side_col { width:335px; float:right; margin:0 0 14px 0; position:relative; padding:50px 0 0 0; }

/*
#contents { width:890px; margin:0px auto; position:relative; padding:0 0 20px 0; background:url(img/common/side_line.gif) repeat-y 555px top; }
#main_content { width:555px; float:left; margin:0 0 14px 0; position:relative; padding:50px 0 0 0; }
#side_col { width:335px; float:right; margin:0 0 14px 0; position:relative; padding:50px 0 0 0; }
*/

.gray { color:gray; }

.breadcrumbs { font-size:13px;margin:0 0 30px 0; }
.breadcrumbs a { text-decoration:none;color:#FF3F00; }

/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */

/* post list */
.post_item { margin:0 0 30px 0; padding:0 35px 30px 0; line-height:100%; font-size:12px; border-bottom:1px solid #ccc; }
.post_item2 { margin:-20px 0 30px 0; padding:0 35px 0 0; line-height:100%; font-size:12px; border-bottom:1px solid #ccc; }
.post_item2 a { font-size:14px; line-height:1.5em; }
.post_item2 li { padding:0 0 10px 0; border-bottom:3px dotted #ccc; padding:7px 5px 7px 0; }

/* post date */
.post_item .post_date { width:70px; height:70px; text-align:center; margin:0; line-height:100%; padding:0; position:relative; float:left; background:#000; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.post_item .post_date .date { width:70px; positiion:absolute; top:14px; left:0px; color:#fff; display:block; text-align:center; font-size:23px; position:absolute; }
.post_item .post_date .month { width:70px; position:absolute; text-align:center; font-size:11px; top:31px; left:0px; color:#fff; display:block; }
.post_item .post_date .year { width:70px; position:absolute; text-align:center; font-size:11px; bottom:11px; left:0px; color:#fff; display:block; }

/* post right content */
.post_item .info { width:430px; float:right; }

/* post image */
.post_item .image img {
  width:250px; height:auto; display:block; margin:0 0 20px 0; opacity:1.0;
  -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; 
  -webkit-transition: opacity 400ms ease-in-out; -moz-transition: opacity 400ms ease-in-out; -o-transition: opacity 400ms ease-in-out; -ms-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out;
}
.post_item .image:hover img { opacity:0.7 !important; }
.post_item .image.square img { width:100%; height:auto; -moz-border-radius:0; -khtml-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.thumbnail_type2 .image { float:left; }
.thumbnail_type2 .image1 { margin-right:20px; }
.thumbnail_type3 .image1 { float:left; margin-right:20px; }
.thumbnail_type3 .small_image { width:270px; float:left; }
.thumbnail_type3 .small_image img { width:120px; height:120px; float:left; margin-bottom:15px; }
.thumbnail_type3 .image2 img, .thumbnail_type3 .image4 img { margin-right:20px; }

/* post meta */
.post_item .meta { }
.post_item ul { margin:4px 0 10px 0; }
.post_item ul li { float:left; background:none; margin:0 15px 5px 0; padding:0; font-size:11px; line-height:150%; color:#aaa; }
.post_item ul li a { text-decoration:none; color:#aaa; }
.post_item ul li a:hover { text-decoration:underline; }
.post_item ul li.post_category { background:url(img/common/icon_category.gif) no-repeat left 2px; padding:1px 0 0 18px; }
.post_item ul li.post_comment { background:url(img/common/icon_comment.gif) no-repeat left 2px; padding:1px 0 0 20px; }

/* post title */
.post_item .title { line-height:160%; font-size:20px; margin:0 0 10px 0; padding:0; }
.post_item .title a { display:block; text-decoration:none; }
.post_item .title a:hover { text-decoration:underline; }

/* excerpt */
.post_item .desc { line-height:190%; font-size:12px; margin:0; padding:0; }
.rate { text-align:right; margin:0; padding:0; }

/* banner */
#index_banner1 { text-align:center; margin:-15px 0 30px 0; border-bottom:1px solid #ccc; padding:0 0 30px 0; }
#index_banner2 { text-align:center; margin:0 0 15px 0; border-bottom:1px solid #ccc; padding:0 0 30px 0; }



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

#single_title_area { margin:0 0 20px 0; }

.post_protection {user-select:none;-moz-user-select:none;-webkit-user-select:none;-khtml-user-select:none;}
.t_h {margin-top:30px;}

/* post date */
#single_title_area  .post_date { width:70px; height:70px; text-align:center; margin:0; line-height:100%; padding:0; position:relative; float:left; background:#000; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
#single_title_area  .post_date .date { width:70px; positiion:absolute; top:14px; left:0px; color:#fff; display:block; text-align:center; font-size:23px; position:absolute; }
#single_title_area  .post_date .month { width:70px; position:absolute; text-align:center; font-size:11px; top:31px; left:0px; color:#fff; display:block; }
#single_title_area  .post_date .year { width:70px; position:absolute; text-align:center; font-size:11px; bottom:11px; left:0px; color:#fff; display:block; }

/* post meta */
#single_title_area .meta { width:435px; float:right; margin:0 35px 0 0; }
#single_title_area .meta ul { margin:5px 0 10px 0; }
#single_title_area .meta li { float:left; margin:0 15px 5px 0; font-size:12px; color:#aaa; }
#single_title_area .meta li a { color:#aaa; text-decoration:none; }
#single_title_area .meta li a:hover { text-decoration:underline; }
#single_title_area .meta li.post_category { background:url(img/common/icon_category.gif) no-repeat left; padding:1px 0 1px 17px; }
#single_title_area .meta li.post_tag { background:url(img/common/icon_tag.gif) no-repeat left 1px; padding:1px 0 1px 15px; }
#single_title_area .meta li.post_author { background:url(img/common/icon_author.gif) no-repeat left 1px; padding:1px 0 1px 20px; }
#single_title_area .meta li.post_comment { background:url(img/common/icon_comment.gif) no-repeat left; padding:1px 0 1px 20px; }
#post_title { font-size:20px; margin:0 0 15px 0; }
#single_title_area .meta .bookmark li { margin:0 5px 0 0; }
#single_title_area .meta .bookmark li.twitter { width:70px; }


/* layout */
#post_contents { margin-right:35px; }


/* thumbnail */
.post_image { text-align:center; margin:0 0 25px 0; }
.post_image img { display:block; margin:0 auto; border:12px solid #eee; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

/* banner */
#single_banner1 { text-align:center; margin:0 0 25px 0; }
#single_banner2 { text-align:center; margin:0 0 15px 0; }

/* next page */
#post_pagination { margin:0 0 30px 0; clear:both; }
#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; }

/* related post*/
#related_post { border-top:1px solid #ccc; margin:0 0 30px 0; padding:30px 35px 0 0; overflow:hidden; }
#related_post ul { margin:0 -100px 0 0; position:relative; }
#related_post li { display:inline-block; margin:0 35px 10px 0; width:235px; vertical-align:top; }
#related_post li.even { margin-right:0; }
#related_post .image { float:left; margin:0 15px 0 0; }
#related_post .image img {
  width:70px; height:70px; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; opacity:1.0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#related_post .image:hover img { opacity:0.7; }
#related_post .title { font-size:14px; margin:10px 0 0 0; font-weight:normal; line-height:180%; }
#related_post .title a { display:block; text-decoration:none; }
#related_post .title a:hover { text-decoration:underline; }

/* pickup post*/
#pickup_post { border-top:1px solid #ccc; margin:0 0 /*30px*/-38px 0; padding:30px 0 0 0;/*padding:30px 35px 0 0;*/ }
#pickup_post a{
    text-decoration: none;
    font-size:14px;
    margin:0 15px 0 15px;
}

#pickup_post li{
    border-top:3px dotted #ccc;
    padding:7px 5px 7px 0;
}

/* rss post*/
#rss_post { border-top:1px solid #ccc; margin:0 0 /*30px*/-38px 0; padding:30px 0 0 0;/*padding:30px 35px 0 0;*/ }
#rss_post a{
    text-decoration: none;
    font-size:14px;
    margin:0 15px 0 15px;
}

#rss_post li{
    border-top:3px dotted #ccc;
    padding:7px 5px 7px 0;
}

/* next prev post link */
#previous_next_post { margin:0 auto 30px auto; padding:0 0 7px 0; width:360px; font-size:14px; font-weight:bold; }
#previous_next_post a { text-decoration:none; display:block; }
#previous_next_post a:hover { text-decoration:underline; }
#previous_post a { width:127px; height:48px; float:left; line-height:48px; font-size:11px; background:url(img/common/arrow_left.gif) no-repeat left top; padding:0 0 0 45px; }
#next_post a { width:127px; height:48px; float:right; line-height:48px; font-size:11px; background:url(img/common/arrow_right.gif) no-repeat right top; padding:0 45px 0 0; text-align:right; }


/* SNS btn */
.snsshare_btn {
    width: 100%;
    height: 60px;
/*
    margin-top: 30px;
    margin-bottom: 10px;
*/
}
.snsshare_btn a {
    width: 50%;
    height: 25px;
/*    margin-bottom: 10px;*/
    padding: 14px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: none;
}
.snsshare_btn a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.snsshare_btn a#share_fb {
    background-color: #3B5998;
    border-bottom: 1px solid #3C5A98;
}
.snsshare_btn a#share_tw {
    background-color: #00ACEE;
    border-bottom: 1px solid #0193CB;
}

/* SNS btn2 */
.snsshare_btn2 {
    width: 100%;
    height: 60px;
    margin-top: -10px;
/*    margin-bottom: 10px;*/
}
.snsshare_btn2 a {
    width: 50%;
    height: 25px;
/*    margin-bottom: 10px;*/
    padding: 14px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: none;
}
.snsshare_btn2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.snsshare_btn2 a#share_hb {
    background-color: #5d8ac1;
    border-bottom: 1px solid #43638b;
}
.snsshare_btn2 a#share_gp {
    background-color: #dd4b39;
    border-bottom: 1px solid #ad3a2d;
}

/* SNS btn3 */
.snsshare_btn3 {
    width: 100%;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.snsshare_btn3 a {
    width: 50%;
    height: 25px;
    margin-bottom: 10px;
    padding: 14px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: none;
}
.snsshare_btn3 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.snsshare_btn3 a#share_pt {
    background-color: #f03e51;
    border-bottom: 1px solid #c0392b;
}
.snsshare_btn3 a#share_fl {
    background-color: #87c040;
    border-bottom: 1px solid #74a436;
}


/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { border-bottom:1px solid #ccc; width:100%; min-width:890px; }
#header { width:890px; height:140px; position:relative; margin:0 auto; }

/* logo */
#logo_text { position:absolute; top:46px; margin:0; font-size:32px; }
#logo_text a { text-decoration:none; }
#logo_text a:hover { text-decoration:underline; }
#logo_image { position:absolute; margin:0; }
#logo_image img { display:block; }

/* site description */
#site_description { border-bottom:1px solid #ccc; width:100%; min-width:890px; }
#site_description h2 { width:890px; margin:0 auto; position:relative; font-size:16px; height:50px; line-height:50px; }

/* global menu */
#global_menu { height:45px; margin:0; position:absolute; top:50px; right:0px; padding:0; z-index:999; }
#global_menu ul ul { display:none; position:absolute; top:45px; left:0px; margin:0; padding:0; z-index:0; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu li { float:left; font-size:13px; font-size:1%; position:relative; margin:0 0 0 20px; padding:0; }
#global_menu li a { font-size:12px; text-align:center; text-decoration:none; margin:0; display:block; height:45px; line-height:45px; overflow:hidden; color:#aaa; }
#global_menu li a:hover, #global_menu li.active_menu { }
#global_menu ul ul li { float:none; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a { color:#666; font-size:12px; position:relative; padding:12px 20px 10px 25px; width:150px; height:auto; line-height:160%; margin:0 0 -1px 0; text-align:left; background:#fff; border:1px solid #ddd; }
#global_menu ul ul a:hover { }

/* etc */
.menu_button { display:none; }

/* header banner */
#header_banner { position:absolute; right:0px; top:40px; }




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* return top */
#return_top {
  z-index:10; position:fixed; right:20px; bottom:20px; margin:0; display:block; width:44px; height:44px; text-indent:-9999px; background:#ccc url(img/footer/return_top.png) no-repeat center; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
  -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;
}
#return_top:hover { }

/* footer bottom */
#footer_wrap { width:100%; min-width:890px; border-top:1px solid #ccc; }
#footer { width:890px; height:150px; margin:0 auto; position:relative; }
#footer_menu { position:absolute; top:30px; left:0px; margin:0; }
#footer_menu li { float:left; font-size:11px; margin:0 20px 0 0; }
#footer_menu li a { text-decoration:none; }
#footer_menu li a:hover { text-decoration:underline; }
#copyright { margin:0; padding:0; font-size:11px; line-height:100%; position:absolute; right:0px; top:30px; }




/* ----------------------------------------------------------------------
 1000 width
---------------------------------------------------------------------- */
/* layout */
.width_1000 #contents { width:1050px; background:url(img/common/side_line.gif) repeat-y 715px top; }
.width_1000 #main_content { width:715px; }
.width_1000 #header_wrap { min-width:1050px; }
.width_1000 #header { width:1050px; }
.width_1000 #site_description { min-width:1050px; }
.width_1000 #site_description h2 { width:1050px; }
.width_1000 #footer_wrap { min-width:1050px; }
.width_1000 #footer { width:1050px; }

/* post list */
.width_1000 .post_item .info { width:590px; }

/* single post */
.width_1000 #single_title_area .meta { width:595px; }
.width_1000 #related_post li { width:246px; margin-right:20px; }
.width_1000 #related_post li.even { margin-right:20px; }




/* ----------------------------------------------------------------------
 left colum
---------------------------------------------------------------------- */
/* layout */
.left_column #contents { background:url(img/common/side_line.gif) repeat-y 335px top; }
.left_column #main_content { float:right; }
.left_column #side_col { float:left; }
.left_column .side_widget { padding:0 35px 20px 0; }
.left_column .page_navi { margin:20px 0 15px 35px; }

/* headline */
.left_column .archive_headline { padding:0 0 45px 35px; }
.left_column #page_headline { margin:0 0 35px 35px; }

/* post list */
.left_column .post_item { padding:0 0 30px 35px; }

/* single post */
.left_column #single_title_area  .post_date { margin:0 0 0 35px; }
.left_column #single_title_area .meta { margin:0; }
.left_column #post_contents { margin:0; margin-left:35px; }
.left_column #related_post { padding:30px 0 0 35px; }

/* comment fix */
.left_column #comment_headline { left:35px; }
.left_column #comment_header ul { right:0px; }
.left_column .commentlist { margin:0 0 0 35px; }
.left_column .comment_form_wrapper { margin:0 0 15px 35px; }
.left_column #trackback_url_area { margin:0 0 0 35px; }
.left_column .comment_closed { margin:0 0 15px 35px; }
.left_column #comment_pager { margin-left:35px; }




/* ----------------------------------------------------------------------
 three column type1
---------------------------------------------------------------------- */
/* layout */
.three_column #contents { background:url(img/common/side_line2.gif) repeat-y left top; }
.three_column #main_content { width:465px; }
.three_column #side_col { float:left; width:225px; }
.three_column #side_col2 { float:left; width:200px; margin:0 0 14px 0; position:relative; padding:50px 0 0 0; }
.three_column #side_col .side_widget { padding:0 25px 20px 25px; }
.three_column #side_col2 .side_widget { padding:0 0 20px 25px; }
.three_column #contents { background:url(img/common/side_line2.gif) repeat-y left top; }
.width_1000.three_column #contents { background:url(img/common/side_line2.gif) repeat-y right top; }
.width_1000.three_column #main_content { width:575px; }

/* side widget */
.three_column #wp-calendar th, .three_column #wp-calendar td { line-height:220%; }
.three_column .widget_post_list .image { float:none; text-align:center; }
.three_column .widget_post_list .meta { float:none; width:100%; }
.three_column .widget_search #search-box, .three_column .widget_search #s { width:110px; }

/* post list */
.three_column .post_item { padding:0 25px 30px 0; }
.three_column .post_item .info { width:340px; }
.width_1000.three_column .post_item .info { width:450px; }
.three_column .thumbnail_type2 .image img { width:215px; height:215px; }
.three_column .thumbnail_type3 .image1 { margin-right:15px; }
.three_column .thumbnail_type3 .image1 img { width:215px; height:215px; }
.three_column .thumbnail_type3 .small_image { width:215px; float:left; }
.three_column .thumbnail_type3 .small_image img { width:100px; height:100px; }
.three_column .thumbnail_type3 .image2 img, .three_column .thumbnail_type3 .image4 img { margin-right:15px; }

/* single post */
.three_column #single_title_area .meta { width:355px; margin:0 25px 0 0; }
.three_column #post_contents { margin-right:25px; }
.three_column #related_post { padding:30px 25px 0 0; }
.three_column #related_post li { margin:0 25px 10px 0; width:205px; }
.width_1000.three_column #single_title_area .meta { width:465px; }
.width_1000.three_column #related_post li { width:260px; }

/* comment */
.three_column #comment_header ul { right:25px; top:25px;}
.three_column .commentlist { margin:0 25px 0 0; }
.three_column .comment_form_wrapper { margin:0 25px 15px 0; }
.three_column .comment_closed { margin:0 25px 15px 0; }



/* ----------------------------------------------------------------------
 three column type2
---------------------------------------------------------------------- */
/* layout */
.three_column2 #contents { background:url(img/common/side_line3.gif) repeat-y left top; }
.three_column2 #main_content { width:490px; float:left; margin:0 0 0 200px; }
.three_column2 #side_col { float:left; width:200px; margin:0 0 0 -690px; }
.three_column2 #side_col2 { float:right; width:200px; margin:0 0 14px 0; position:relative; padding:50px 0 0 0; }
.three_column2 #side_col .side_widget { padding:0 25px 20px 0; }
.three_column2 #side_col2 .side_widget { padding:0 0 20px 25px; }
.three_column2 #page_headline { margin:0 25px 35px; }
.width_1000.three_column2 #contents { background:url(img/common/side_line4.gif) repeat-y left top; }
.width_1000.three_column2 #main_content { width:600px; }
.width_1000.three_column2 #side_col { margin:0 0 0 -800px; }

/* side widget */
.three_column2 #wp-calendar th, .three_column2 #wp-calendar td { line-height:220%; }
.three_column2 .widget_post_list .image { float:none; text-align:center; }
.three_column2 .widget_post_list .meta { float:none; width:100%; }
.three_column2 .widget_search #search-box, .three_column2 .widget_search #s { width:110px; }

/* post list */
.three_column2 .post_item { padding:0 25px 30px 25px; }
.three_column2 .post_item .info { width:340px; }
.three_column2 .page_navi { margin:20px 25px 15px 25px; }
.three_column2 .archive_headline { padding:0 25px 45px 25px; }
.width_1000.three_column2 .post_item .info { width:450px; }
.three_column2 .thumbnail_type2 .image img { width:215px; height:215px; }
.three_column2 .thumbnail_type3 .image1 { margin-right:15px; }
.three_column2 .thumbnail_type3 .image1 img { width:215px; height:215px; }
.three_column2 .thumbnail_type3 .small_image { width:215px; float:left; }
.three_column2 .thumbnail_type3 .small_image img { width:100px; height:100px; }
.three_column2 .thumbnail_type3 .image2 img, .three_column2 .thumbnail_type3 .image4 img { margin-right:15px; }

/* single post */
.three_column2 #single_title_area  .post_date { margin:0 0 0 25px; }
.three_column2 #single_title_area .meta { width:355px; margin:0 25px 0 0; }
.three_column2 #post_contents { margin-right:25px; margin-left:25px; }
.three_column2 #related_post { padding:30px 25px 0 25px; }
.three_column2 #related_post li { margin:0 25px 10px 0; width:205px; }
.width_1000.three_column2 #single_title_area .meta { width:465px; }
.width_1000.three_column2 #related_post li { width:260px; }

/* comment */
.three_column2 #comment_headline { left:25px; }
.three_column2 #comment_header ul { right:25px; top:25px;}
.three_column2 .commentlist { margin:0 25px; }
.three_column2 .comment_form_wrapper { margin:0 25px 15px; }
.three_column2 .comment_closed { margin:0 25px 15px; }



/* ----------------------------------------------------------------------
 no column
---------------------------------------------------------------------- */
/* layout */
.no_column #contents { background:none; }
.no_column #main_content { width:100%; float:none; }

/* post list */
.no_column .post_item { padding-right:0; }
.no_column .post_item .info { width:805px; }
.no_column .post_item .image img { }
.no_column .post_item .image_area { float:left; margin:0 30px 0 0; }
.no_column .post_item .image.square img { width:250px; }
.no_column .post_item .meta { float:left; width:525px; }
.width_1000.no_column .post_item .info { width:915px; }
.width_1000.no_column .post_item .meta { width:630px; float:left; }
.width_1000.no_column .post_item .image.square { position:relative; margin:0; margin-right:-15px; float:left; width:410px; }
.width_1000.no_column .post_item .image.square img { width:auto; float:none; }
.width_1000.no_column .thumbnail_type2 { width:430px; float:left; position:relative; margin-right:-15px; }
.width_1000.no_column .thumbnail_type2 img { width:200px; height:200px; }
.width_1000.no_column .thumbnail_type2 .image { width:200px; height:200px; }
.width_1000.no_column .thumbnail_type2 .image1 { margin-right:15px; }
.width_1000.no_column .post_item .meta_type2 { width:470px; float:right; margin:0; }
.width_1000.no_column .thumbnail_type3 { width:430px; float:left; position:relative; margin-right:-15px; }
.width_1000.no_column .thumbnail_type3 img { width:200px; height:200px; }
.width_1000.no_column .thumbnail_type3 .image { width:200px; height:200px; }
.width_1000.no_column .thumbnail_type3 .image1 { margin-right:15px; }
.width_1000.no_column .thumbnail_type3 .small_image { width:200px; margin-right:-20px; position:relative; }
.width_1000.no_column .thumbnail_type3 .small_image .image { width:95px; height:95px; float:left; }
.width_1000.no_column .thumbnail_type3 .small_image img { width:95px; height:95px; }
.width_1000.no_column .thumbnail_type3 .image2 , .width_1000.no_column .thumbnail_type3 .image3 { margin-bottom:10px; }
.width_1000.no_column .thumbnail_type3 .image2 , .width_1000.no_column .thumbnail_type3 .image4 { margin-right:5px; }
.width_1000.no_column .post_item .image.square img { width:405px; margin-right:40px; }

/* single post */
.no_column #single_title_area .meta { width:790px; margin-right:0; }
.no_column #post_contents { margin-right:0; }
.no_column #related_post li { width:270px; }
.no_column #related_post li.even { margin:0 35px 10px 0; }
.width_1000.no_column #single_title_area .meta { width:900px; }
.width_1000.no_column #related_post li { width:307px; }

/* comment */
.no_column .commentlist { margin:0; }
.no_column .comment_closed { margin-right:0; }
.no_column .comment_form_wrapper { margin-right:0; }


.keyword_search_meter {
	margin-bottom: 10px;
	text-align: left;
	margin-left: 3px;
}


.keyword_search_meter ul {
	list-style-type: none;
	/*margin-bottom: 8px;*/
}

.keyword_search_meter li {
	float:left;
	padding: 6px 8px;
	margin: 0 5px 10px 0;
	font-size: 12px;
	background: #FFFFFD;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}

.keyword_search_meter a {
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 12px;
}

#guest_info #guest_email{ display:none; }
#guest_info #guest_url{ display:none; }

#recentcomments{ font-size: 14px; }

.hogehoge { margin:25px 0 -40px 0;}

/****  ライクボタン  ****/
.iine {display: table;width: 100%;color: #ffffff;margin: 30px 0 0 0;/*margin: 0 0 40px 0;*/background: #333;height: 200px;}
.iine_img {display: table-cell;height: 200px;width: 386px;background-position: center;background-size: cover;}
.iine_like {display: table-cell;padding: 0px 0px 0px 0px;text-align: center;line-height: 1.0;vertical-align: middle;}
.iine_like p {text-align: center;font-size: 14px;margin: 5px 0px 15px 0px;}
.iine_like_btn {margin-top: 0px;display: inline-block;height: 40px;-moz-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
.iine_text {margin-top: 10px;font-size: 12px;color: #c0c0c0;}

/*--rss--*/
#roll { height: 359px; overflow: auto; z-index: 300; background-color: #fff;border-top: 1px solid #CCC; /*color: #696969;*/ width:100%; float:left; margin:30px 0 -34px 0;}
#roll1 { height: 359px; overflow: auto; z-index: 300; background-color: #fff;/*border: 1px solid #CCC;*/ /*color: #696969;*/ width:50%; float:left; /*margin-right:14px;*/ margin-bottom:30px;}
#roll2 { height: 359px; overflow: auto; z-index: 300; background-color: #fff;/*border: 1px solid #CCC;*/ /*color: #696969;*/ width:50%; float:left; margin-bottom:30px; }
#roll3 { height: 251px; overflow: hidden; z-index: 300; background-color: #fff;border: 1px solid #CCC; /*color: #696969;*//*margin: 10px;*/ box-shadow: 0 2px 5px #999; margin-bottom: 30px;}
#roll_foot { height: 736px; overflow: auto; z-index: 300; background-color: #fff;border-top: 1px solid #CCC; /*color: #696969;*/ width:100%; float:left; margin:30px 0 -34px 0;}
#roll_head { margin:0 0 10px 0;/*padding-top:5px;border-bottom: 1px solid #CCC;*/}


#roll4 { height: 200px; overflow: auto; z-index: 300; background-color: #fff; border-top: 3px solid #CCC;/*border: 1px solid #CCC;*/ /*color: #696969;*/ width:50%; float:left;margin:30px 0 -34px 0;}
#roll5 { height: 200px; overflow: auto; z-index: 300; background-color: #fff; border-top: 3px solid #CCC;/*border: 1px solid #CCC;*/ /*color: #696969;*/ width:50%; float:left;margin:30px 0 -34px 0;}

/*#roll2:first-child { margin-right:9px !important;}*/
ul.blogroll-list-wrap { margin: 2px 0; padding: 0px;}
li.blogroll-list a:before{ content: "\f0a9"; font-family: FontAwesome; display: block; text-align: center; float: left; margin-right: /*6px*/4px; width:1em;}
li.blogroll-list { display: block; margin-bottom: 3px !important; padding: 0 8px 0 !important; border-bottom: 1px dotted #ccc;}
li.blogroll-list a { display: block; color: #333; text-decoration: none; font-size: 14px; transition-timing-function: ease; transition-duration: 400ms; text-decoration: none; transition-property: all; width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 5px 0;}
li.blogroll-list a:hover{ color:#FF3F00; padding-left:5px;}
/*li.blogroll-category-name{ color:green; font-size:15px; margin-bottom:5px; }*/
li.blogroll-category-name{ background-color: #efefef; color:green; font-weight:bold; font-size:18px; padding:3px 0 0 5px; }

.p-entry__pushThumb { position: absolute; display: table-cell; width: 390px !important; height: 190px; background-position: center; }
.p-entry__pushThumb img { width:100%; height:auto; }
.p-entry__push { position: relative; z-index: 2; margin-bottom: 20px; display: table; table-layout: fix; width: 100%; background-color: #2b2b2b; color: #FFF; overflow:hidden !important; height: 190px !important; }
.p-entry__pushLike { display: table-cell; padding: 20px; text-align: center; vertical-align: middle; line-height: 1.4; font-size: 20px; float: right; margin-top: 15px; margin-right: 10px;}
.p-entry__note { margin-top: 15px; font-size: 12px; color: #999; }
.p-entry__pushButton { margin-top:5px; }
.t_b ul.blogroll-list-wrap { margin: 8px 0px  !important; padding: 0px; }
.t_b li.blogroll-list a:before{ content: "\f061" !important; font-family: FontAwesome; display: block; text-align: center; float: left; margin-right: 6px; /*margin-left: -7px;*/margin-left: -13px; width:1em; }
.t_b li.blogroll-list { display: block; margin-bottom: 4px !important; padding: 0 !important; border-bottom: 1px dotted #ccc;}
.t_b li.blogroll-list a { display: block; color: #333; text-decoration: none; font-size: 14px; transition-timing-function: ease; transition-duration: 400ms; text-decoration: none; transition-property: all; width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 6px 0;}
.t_b li.blogroll-list a:hover{ color:#FF3F00; /*padding-left:5px;*/}
.t_b li.blogroll-category-name{ color:green; font-size:11px; margin-bottom:5px; }
.t_b .p-entry__pushThumb { position: absolute; display: table-cell; width: 390px !important; height: 190px; background-position: center; }
.t_b .p-entry__pushThumb img { width:100%; height:auto; }
.t_b .p-entry__push { position: relative; z-index: 2; margin-bottom: 20px; display: table; table-layout: fix; width: 100%; background-color: #2b2b2b; color: #FFF; overflow:hidden !important; height: 190px !important; }
.t_b .p-entry__pushLike { display: table-cell; padding: 20px; text-align: center; vertical-align: middle; line-height: 1.4; font-size: 20px; float: right; margin-top: 15px; margin-right: 10px;}
.t_b .p-entry__note { margin-top: 15px; font-size: 12px; color: #999; }
.t_b .p-entry__pushButton { margin-top:5px; }
.blogroll-channel .blogroll-link-time { margin: 0 !important; }
.blogroll-channel { margin-bottom: 15px; padding: 0px !important;}
.blogroll-ad-img { padding:10px !important;}
.blogroll-ad-default a { padding:10px !important;}

.t_b404 ul.blogroll-list-wrap { margin: 8px 0px  !important; padding: 0px; }
.t_b404 li.blogroll-list a:before{ display: block; text-align: center; float: left; margin-right: 6px; margin-left: -13px; width:1em; }
.t_b404 li.blogroll-list { display: block; margin-bottom: 4px !important; padding: 0 !important; border-bottom: 1px dotted #ccc;}
.t_b404 li.blogroll-list a { display: block; color: #333; text-decoration: none; font-size: 14px; transition-timing-function: ease; transition-duration: 400ms; text-decoration: none; transition-property: all; width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 6px 0;}
.t_b404 li.blogroll-list a:hover{ color:#FF3F00; /*padding-left:5px;*/}
.t_b404 li.blogroll-category-name{ color:green; font-size:11px; margin-bottom:5px; }
.t_b404 .p-entry__pushThumb { position: absolute; display: table-cell; width: 390px !important; height: 190px; background-position: center; }
.t_b404 .p-entry__pushThumb img { width:100%; height:auto; }
.t_b404 .p-entry__push { position: relative; z-index: 2; margin-bottom: 20px; display: table; table-layout: fix; width: 100%; background-color: #2b2b2b; color: #FFF; overflow:hidden !important; height: 190px !important; }
.t_b404 .p-entry__pushLike { display: table-cell; padding: 20px; text-align: center; vertical-align: middle; line-height: 1.4; font-size: 20px; float: right; margin-top: 15px; margin-right: 10px;}
.t_b404 .p-entry__note { margin-top: 15px; font-size: 12px; color: #999; }
.t_b404 .p-entry__pushButton { margin-top:5px; }
