/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body {
  margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  color:#333; background:#f6f6f6;
}


/* headline */
.headline1 { margin:0 0 15px 0; line-height:160%; font-size:14px; padding:11px 20px 10px; background:#01272a; color:#fff; -moz-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }



/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */

#contents { width:1000px; margin:0 auto; position:relative; padding:0 0 20px 0; }
#main_content { width:680px; float:left; margin:0; position:relative; padding:25px 0 120px; }
#side_col { width:300px; float:right; margin:0; position:relative; padding:25px 0 120px; }
.page-template-page-noside-php #main_content { width:1000px; float:none; }



/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */

/* post list */
.post_item { margin:0 0 23px 0; }

/* post date */
.post_item .post_date { width:59px; height:80px; text-align:center; margin:0; line-height:100%; padding:0; position:relative; float:left; background:#27494b; -moz-border-radius:5px 0 0 5px; -khtml-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px; }
.post_item .post_date .date { width:59px; positiion:absolute; top:18px; left:0px; color:#fff; display:block; text-align:center; font-size:23px; position:absolute; }
.post_item .post_date .month { width:59px; position:absolute; text-align:center; font-size:11px; top:40px; left:0px; color:#aaa; display:block; }
.post_item .post_date .year { width:59px; position:absolute; text-align:center; font-size:11px; bottom:11px; left:0px; color:#aaa; display:block; }

/* post right content */
.post_item .info { width:559px; float:right; border:1px solid #ccc; background:#fff; padding:25px 30px 20px; }

/* post image */
.post_item .image { background:#000201; display:inline-block; padding:4px; float:left; margin:0 15px 10px 0; }
.post_item .image img {
  width:204px; height:auto; display:block; 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;
}
.post_item .image:hover img { opacity:0.7 !important; }

/* 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:18px; 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:14px; margin:0; padding:0; }

/* layout2 */
.post_item.post_item2 { width:329px; }
.post_item.post_item2 .info { width:208px; padding:20px 30px; }
.post_item.post_item2 .info_inner { height:295px; overflow:hidden; }
.post_item.post_item2.odd { float:right; }
.post_item.post_item2.even { clear:both; float:left; }
.post_item.post_item2 .image { float:none; padding:3px; }
.post_item.post_item2 .image img { width:54px; height:54px; }
.post_item.post_item2 .title { font-size:16px; } 

/* 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; }

/* loading */
#load_post { text-align:center; padding:0 0 30px 0; height:60px; position:relative; }
#load_post a {
  font-size:12px; color:#fff; display:inline-block; background:#bbb; text-decoration:none; height:40px; line-height:40px; padding:0 30px;
  -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
#load_post a:hover { color:#fff; background:#333; }

#infscr-loading { text-align:center; z-index:100; width:200px; height:80px; position:absolute; bottom:100px; left:36%; font-size:12px; }
#infscr-loading img { display:block; margin:0 auto; }



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.contents_wrap { margin:0 0 25px 0; background:#fff; border:1px solid #ccc; padding:25px; }

#single_title_area { margin:0 0 20px 0; }

/* post date */
#single_title_area  .post_date { width:60px; height:80px; text-align:center; margin:0; line-height:100%; padding:0; position:relative; float:left; background:#27494b; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#single_title_area  .post_date .date { width:60px; positiion:absolute; top:18px; left:0px; color:#fff; display:block; text-align:center; font-size:23px; position:absolute; }
#single_title_area  .post_date .month { width:60px; position:absolute; text-align:center; font-size:11px; top:40px; left:0px; color:#aaa; display:block; }
#single_title_area  .post_date .year { width:60px; position:absolute; text-align:center; font-size:11px; bottom:11px; left:0px; color:#aaa; display:block; }

/* post meta */
#single_title_area .meta { width:550px; float:right; margin:0; }
#single_title_area .meta ul { margin:2px 0 5px 0; }
#single_title_area .meta li { float:left; margin:0 15px 5px 0; font-size:10px; 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:2px 0 1px 17px; }
#single_title_area .meta li.post_tag { background:url(img/common/icon_tag.gif) no-repeat left 1px; padding:2px 0 1px 15px; }
#single_title_area .meta li.post_author { background:url(img/common/icon_author.gif) no-repeat left 1px; padding:2px 0 1px 20px; }
#single_title_area .meta li.post_comment { background:url(img/common/icon_comment.gif) no-repeat left; padding:2px 0 1px 20px; }
#post_title { font-size:20px; margin:0 0 15px 0; }


/* layout */
#post_contents { }

/* thumbnail */
.post_image { text-align:center; margin:0 0 25px 0; }
.post_image img { display:block; margin:0 auto; }

/* banner */
#single_banner1 { text-align:center; margin:0 0 25px 0; }
#single_banner2 { text-align:center; margin:0 0 25px 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 { margin:0 0 30px 0; overflow:hidden; }
#related_post ul { margin:0 -100px 0 0; position:relative; overflow:hidden; }
#related_post li { float:left; margin:0 14px 15px 0; width:185px; height:200px; padding:15px; background:#fff; border:1px solid #ccc; }
#related_post .related_inner { height:195px; overflow:hidden; }
#related_post .meta { margin:0 0 15px 0; }
#related_post .image { float:left; margin:0 15px 0 0; display:inline-block; padding:3px; background:#000; }
#related_post .image img {
  width:54px; height:54px; display:block; 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 .post_date { margin:0; line-height:100%; font-size:11px; font-weight:bold; }
#related_post .title { font-size:14px; margin:0 0 15px 0; line-height:160%; }
#related_post .title a { display:block; text-decoration:none; }
#related_post .title a:hover { text-decoration:underline; }
#related_post .desc { font-size:11px; margin:0; line-height:160%; color:#777; }

/* next prev post link */
#previous_next_post { margin:0 0 30px 0; }
#previous_next_post p { margin:0 0 10px 0; padding:0; font-size:14px; font-weight:bold; line-height:160%; }
#previous_next_post a { text-decoration:none; display:block; }
#previous_next_post a:hover { text-decoration:underline; }
#previous_post a { background:url(img/common/arrow_left.gif) no-repeat left 2px; padding:0 0 0 28px; }
#next_post a { background:url(img/common/arrow_right.gif) no-repeat left 2px; padding:0 0 0 28px; }

/* bookmark */
.bookmark { margin:0; }
.bookmark li { float:left; margin:0 10px 0 0; }

/* author profile */
#author_profile { border-top:1px dotted #aaa; margin:20px 0 0 0; padding:25px 0 0 0; }
#author_profile .avatar { float:left; margin:0 20px 0 0; }
#author_profile #author_info { float:left; width:530px; }
#author_profile #author_name { margin:0 0 15px 0; padding:0; line-height:100%; font-size:14px; }
#author_profile #author_name span { margin:0 0 0 15px; font-size:11px; }
#author_profile #author_desc { font-size:12px; margin:0 0 15px 0; }
#author_profile #author_desc p { margin:0; line-height:160%; }
#author_profile ul.link { margin:0; padding:0; line-height:100%; }
#author_profile ul.link li { background:none; margin:0 6px 0 0; padding:0; float:left; }
#author_profile ul.link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:30px; height:30px; background-color:#618082; background-position:center; background-repeat:no-repeat;
  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#author_profile ul.link li a:hover { opacity:0.7; }
#author_profile ul.link li.web_button a { background:#b2b300 url(img/common/home.png) no-repeat center; }
#author_profile ul.link li.twitter_button a { background:#16b9dc url(img/common/twitter.png) no-repeat center; }
#author_profile ul.link li.facebook_button a { background:#3b5999 url(img/common/facebook.png) no-repeat center; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { }
#header { background:#fff; min-width:1000px; }


/* logo */
#logo_area { width:1000px; min-width:1000px; height:116px; position:relative; margin:0 auto; }
#logo_text { position:absolute; top:45px; margin:0; line-height:100%; font-size:28px; }
#logo_text a { text-decoration:none; }
#logo_text a:hover { text-decoration:underline; }
#logo_image { position:absolute; margin:0; }
#logo_image img { display:block; }

/* header banner */
#header_banner { position:absolute; right:0px; top:28px; }

/* site description */
#site_description { height:46px; background:#eaeaea; }
#site_description h2 { height:46px; line-height:47px; font-size:12px; font-weight:normal; width:1000px; min-width:1000px; margin:0 auto; }

/* global menu */
#global_menu_wrap { min-width:1000px; height:43px; padding:7px 0 0 0; background:#01272a; }
#global_menu { margin:0 auto; padding:0; position:relative; z-index:999; width:1000px; min-width:1000px; }
#global_menu ul { position:relative; margin:0 -10px 0 0; }
#global_menu ul ul { display:none; position:absolute; top:36px; left:0px; margin:0; padding:0; z-index:0; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; border-left:1px solid #666; }
#global_menu li { float:left; font-size:13px; font-size:1%; position:relative; margin:0 6px 0 0; padding:0; }
#global_menu.num1 li { width:1000px; }
#global_menu.num2 li { width:497px; }
#global_menu.num3 li { width:329.333333333px; }
#global_menu.num4 li { width:245.5px; }
#global_menu.num5 li { width:195.2px; }
#global_menu.num6 li { width:161.666666667px; }
#global_menu.num7 li { width:137.714285714px; }
#global_menu.num8 li { width:119.75px; }
#global_menu.num9 li { width:105.777777778px; }
#global_menu.num10 li { width:94.6px; }
#global_menu li a {
 background:#27494b; color:#fff; font-size:12px; text-align:center; text-decoration:none; margin:0; display:block; height:36px; line-height:36px; overflow:hidden;
 -webkit-transition: background-color 350ms ease-in-out;
 -moz-transition: background-color 350ms ease-in-out;
 -o-transition: background-color 350ms ease-in-out;
 -ms-transition: background-color 350ms ease-in-out;
 transition: background-color 350ms ease-in-out;
 }
#global_menu li a:hover, #global_menu li.active_menu { background:#3a676c; }
#global_menu ul ul li { float:none; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a {
  color:#fff; font-size:12px; position:relative; padding:12px 20px 10px 25px; width:100%; height:auto; line-height:160%; margin:0 0 -1px 0; text-align:left; background:#01272a; border-top:1px solid #666;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#global_menu ul ul li:first-child a { border-top:none; }
#global_menu ul ul a:hover { }

/* etc */
.menu_button { display:none; }

/* topics */
#topics { height:49px; background:url(img/common/topics_background.gif) repeat-x left top; min-width:1000px; }
#topics p { width:1000px; margin:0 auto; height:49px; line-height:47px; font-size:12px; }
#topics p span { font-weight:bold; margin:0 20px 0 0; padding:0 20px 0 0; }
#topics p a { font-weight:normal; padding:0 0 0 0; text-decoration:none; }
#topics p a:hover { text-decoration:underline; }

/* breadcrumb */
#bread_crumb { height:49px; background:url(img/common/topics_background.gif) repeat-x left top; min-width:1000px; overflow:hidden; }
#bread_crumb ul { width:1000px; margin:0 auto; height:49px; line-height:47px; }
#bread_crumb ul li { float:left; height:49px; line-height:47px; margin:0 13px 0 0; padding:0 20px 0 0; font-size:12px; background:url(img/common/arrow4.png) no-repeat right 20px; }
#bread_crumb ul li.last { background:none; margin:0; padding:0; }




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top */
#footer_top_wrap { width:100%; min-width:1000px; border-top:1px solid #ccc; background:#fff; }
#footer_top { width:1000px; margin:0 auto; position:relative; }

/* widget */
.footer_widget { width:300px; float:left; margin:36px 50px 36px 0; padding:0; border:none; }
.side_widget.footer_widget.last { margin:36px 50px 36px 0; }
.side_widget.footer_widget.right_widget { margin:36px 0 36px 0; }
.footer_headline { color:#fff; background:#01272a; margin:-82px 0 35px 0; font-size:14px; padding:0 15px; height:46px; line-height:46px; -moz-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
.footer_widget .widget_post_list .meta { width:225px; }


/* footer bottom */
#footer_bottom_wrap { background:#01272a; height:46px; color:#fff; min-width:1000px; }
#footer_bottom { width:1000px; margin:0 auto; }

#copyright { margin:0; padding:0; font-size:11px; line-height:46px; color:#fff; }
#copyright a { color:#fff; }

/* 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:#aaa url(img/footer/return_top.png) no-repeat center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
  -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 { }

/* SNS button */
.social_link { list-style-type:none; margin:8px 0 0 0; padding:0; float:right; }
.social_link li { background:none; margin:0 0 0 6px; padding:0; float:left; }
.social_link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:30px; height:30px; background-color:#618082; background-position:center; background-repeat:no-repeat;
  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
.social_link li a:hover { opacity:0.7; }
.social_link li.rss_button a { background-image:url(img/common/rss.png); }
.social_link li.twitter_button a { background-image:url(img/common/twitter.png); }
.social_link li.facebook_button a { background-image:url(img/common/facebook.png); }



/* ----------------------------------------------------------------------
 Index slider
---------------------------------------------------------------------- */
#index_slider { width:986px; height:376px; padding:7px; position:relative; background:#000; margin:20px 0 5px 0; }
.slides { }
.slides li { position:relative; height:376px; width:986px; margin:0; padding:0; line-height:100%; }
.flex-control-paging { position:absolute; left:465px; bottom:-17px; z-index:9999; }
.flex-control-paging li { float:left; margin:0 5px; }
.flex-control-paging li a { display:block; background:#ccc; height:8px; width:8px; text-indent:200%; overflow:hidden; cursor:pointer; -moz-border-radius:1px; -khtml-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:#777; }
.flex-prev { display:block; position:absolute; left:-35px; top:120px; text-indent:-9999px; width:35px; height:135px; background:url(img/common/slider_arrow1.gif) no-repeat; }
.flex-next { display:block; position:absolute; right:-35px; top:120px; text-indent:-9999px; width:35px; height:135px; background:url(img/common/slider_arrow2.gif) no-repeat; }
.flex-prev:hover, .flex-next:hover { background-position:left bottom; }
/*.flex-disabled { display:none; }*/
@media screen and (max-width:1000px) {
  .flex-prev, .flex-next { display:none; }
}

/* post style */
#index_slider .post1 { position:absolute; left:0px; top:0px; width:440px; height:376px; }
#index_slider .post2 { position:absolute; left:446px; top:0px; width:200px; height:376px; }
#index_slider .post3 { position:absolute; right:0px; top:0px; width:333px; height:185px; }
#index_slider .post4 { position:absolute; right:0px; bottom:0px; width:333px; height:185px; }

#index_slider .post5 { position:absolute; left:0px; top:0px; width:333px; height:185px; }
#index_slider .post6 { position:absolute; left:0px; bottom:0px; width:333px; height:185px; }
#index_slider .post7 { position:absolute; left:340px; top:0px; width:440px; height:376px; }
#index_slider .post8 { position:absolute; right:0px; top:0px; width:200px; height:376px; }

#index_slider .post9 { position:absolute; left:0px; top:0px; width:200px; height:376px; }
#index_slider .post10 { position:absolute; left:206px; top:0px; width:333px; height:185px; }
#index_slider .post11 { position:absolute; left:206px; bottom:0px; width:333px; height:185px; }
#index_slider .post12 { position:absolute; right:0px; top:0px; width:440px; height:376px; }

/* link */
#index_slider .link { }
#index_slider .link .title { background:rgba(0,0,0,0.4); color:#fff; padding:15px; display:inline-block; z-index:2; position:absolute; }
#index_slider .link .image img {
  display:block; opacity:1.0; -webkit-transform: translateZ(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;
}
#index_slider .link .image:hover img, #index_slider .link:hover img { opacity:0.7 !important; }

#index_slider .post1 .link .image img, #index_slider .post7 .link .image img, #index_slider .post12 .link .image img
  { width:440px; height:376px; }
#index_slider .post2 .link .image img, #index_slider .post8 .link .image img, #index_slider .post9 .link .image img
  { width:200px; height:376px; }
#index_slider .post3 .link .image img, #index_slider .post4 .link .image img, #index_slider .post5 .link .image img, #index_slider .post6 .link .image img, #index_slider .post10 .link .image img, #index_slider .post11 .link .image img
  { width:333px; height:185px; }

#index_slider .post1 .link .title, #index_slider .post7 .link .title, #index_slider .post12 .link .title
  { width:410px; left:0px; bottom:0px; }
#index_slider .post2 .link .title, #index_slider .post8 .link .title, #index_slider .post9 .link .title
  { width:170px; left:0px; top:0px; }
#index_slider .post3 .link .title, #index_slider .post4 .link .title, #index_slider .post5 .link .title, #index_slider .post6 .link .title, #index_slider .post10 .link .title, #index_slider .post11 .link .title
  { width:303px; left:0px; bottom:0px; }



