@charset "utf-8";
/*  
Theme Name: REALTOKYO
Theme URI: http://www.realtokyo.co.jp/
Description: REALTOKYO WordPress Theme.
Version: 1.0
Author: Yukihiro MATSUDA
Author URI: http://www.enzinlab.com/
*/

@import 'styles/column.css';

/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/

#imagecaptioneasy_right,
#imagecaptioneasy_left,
#imagecaptioneasy_top_right,
#imagecaptioneasy_top_left
{
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  color: #333;
}

#imagecaptioneasy_right {
  padding: 5px;
  margin: 0px 0px 11px 11px;
  text-align: right; 
  float: right;
}
#imagecaptioneasy_right img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_right span { text-align: center; }

#imagecaptioneasy_left {
  padding: 5px;
  margin: 0px 11px 11px 0px;
  text-align: left; 
  float: left;
}
#imagecaptioneasy_left img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_left span { text-align: center; }

#imagecaptioneasy_top_right {
  padding: 5px;
  margin: 0px 0px 11px 11px;
  text-align: right; 
  float: right;
}
#imagecaptioneasy_top_right img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_top_right span { text-align: center; }

#imagecaptioneasy_top_left {
  padding: 5px;
  margin: 0px 11px 11px 0px;
  text-align: left; 
  float: left;
}
#imagecaptioneasy_top_left img { border: 0px solid #fff; margin-bottom:5px; }
#imagecaptioneasy_top_left span { text-align: center; }



