/* ----------------------------------------------------------------------

 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; }
/*.archive_headline { margin:0 0 35px 0; line-height:160%; font-size:16px; border-bottom:1px solid #ccc; padding:0 35px 45px 0; }*/
.archive_headline { margin:-50px 0 35px 0; line-height:51px; font-size:16px; border-bottom:1px solid #ccc; padding:0 35px 0 0; height: 51px; }
#page_headline { margin:0 35px 35px 0; line-height:160%; font-size:20px; padding:0; }



/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */

#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; }



/* ----------------------------------------------------------------------
 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 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; position: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_item ul li.post_author { background:url(img/common/icon_author.gif) no-repeat left 1px; padding:1px 0 1px 20px; }
.post_item ul li.post_tag { background:url(img/common/icon_tag.gif) no-repeat left 1px; padding:1px 0 1px 15px; }

/* 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; }

/* 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 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; position: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:11px; 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:90px; }


/* 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; }

/* 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; }



/* ----------------------------------------------------------------------
 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:1000px; background:url(img/common/side_line.gif) repeat-y 665px top; }
.width_1000 #main_content { width:665px; }
.width_1000 #header_wrap { min-width:1000px; }
.width_1000 #header { width:1000px; }
.width_1000 #site_description { min-width:1000px; }
.width_1000 #site_description h2 { width:1000px; }
.width_1000 #footer_wrap { min-width:1000px; }
.width_1000 #footer { width:1000px; }

/* post list */
.width_1000 .post_item .info { width:540px; }

/* single post */
.width_1000 #single_title_area .meta { width:545px; }
.width_1000 #related_post li { width:196px; 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, .width_1000.no_column #contents { background:none; }
.no_column #main_content, .three_column.no_column #main_content, .three_column2.no_column #main_content,
 .width_1000.three_column.no_column #main_content, .width_1000.three_column2.no_column #main_content
  { width:100%; float:none; margin:0; }

/* 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 and wp-page */
.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; }
.three_column.no_column #page_headline, .three_column2.no_column #page_headline { margin-left:0; margin-right:0; }
.three_column.no_column #post_contents, .three_column2.no_column #post_contents { margin-left:0; margin-right:0; }

/* comment */
.no_column .commentlist { margin:0; }
.no_column .comment_closed { margin-right:0; }
.no_column .comment_form_wrapper { margin-right:0; }




