@charset "utf-8";

/*
Theme Name: 京都電子（英語サイト）
Theme URI: 
Author: TAIYODO Co., Ltd.
Author URI: http://www.love.co.jp/
Description: 京都電子工業株式会社のテーマです。
Version: 1.0
*/

/* default style
----------------------------------------------------------- */
@import url("css/default.css");

/* base and top page style
----------------------------------------------------------- */
@import url("css/base.css");

/* page style
----------------------------------------------------------- */
@import url("css/content.css");
@import url("css/learn.css");
@import url("css/products.css");
@import url("css/application.css");
@import url("css/catalog.css");
@import url("css/profile.css");

/* page style for KEM customer
----------------------------------------------------------- */
@import url("../../../../../en/css/kem.css");

/*************************************/
/********** img **********/
/*************************************/

.alignleft,
.alignright {
	margin-bottom: 20px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0px auto 20px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
