﻿@charset "utf-8";

/*  

Theme Name: ONSEI-Ren Theme
Theme URI: https://www.onseiren.com/index.html
Description: 「日本音声製作者連盟」WEBサイトにて使用。
Version: 20180420
Author: tomocre

*/ 

/* 外部CSS */
@import "css/common.css";
@import "css/page.css";
@import "css/sp.css";

/* 写真の配置調整 */

img {
	margin: 0;
	border:none;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	text-align:center;
}
.wp-caption-text {
	text-align:center;
	font-size: 12px;
}
.alignright, img.alignright {
	display: inline;
	clear: right;
	float: right;
	margin: 0px 0px 15px 15px;
	text-align:center;
}
.alignleft, img.alignleft {
	display: inline;
	clear: left;
	float: left;
	margin: 0px 15px 15px 0px;
	text-align:center;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.aligntc, img.aligntc {
	clear: both;
	display: block;
	margin: 0px auto 15px auto;
	text-align:center;
}
@media screen and ( max-width:479px )
{
.alignleft, img.alignleft,
.alignright, img.alignright {
	float: none;
	clear: both;
	display: block;
	margin: 0px auto 15px auto !important;
	text-align: center;
}
}