﻿/******************************
 *	ブラウザ毎の表示の差異を吸収する為のデフォルトスタイル
 ******************************/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, th, td {
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* blockquoteを排除*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img.floor {
	border: 0;
	overflow: hidden;
	display: block;
	padding: 0px;
}

img {
	border: 0;
}

address, caption, cite, code,
dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/*em strongを排除*/
caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li {
	list-style-type: none;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

ol.ordered {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}

	ol.ordered li {
		list-style-type: decimal;
	}

ul.unordered {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}

	ul.unordered li {
		list-style-type: disc;
	}

/******************************
 *	汎用
 ******************************/
div.clear {
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}


/** siteColorInit()用 **/
a.selOn {
	/*background-color:#777;
	color:#EEE;*/
}

/*WYSIWYG-TEMPLATE (2分／3分画像)*/

table.templateForTwoImages, table.templateForThreeImages, table.templateForOneImages {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 5px;
	width: 99%;
}

	table.templateForOneImages td {
		width: 99%;
	}

		table.templateForOneImages td img {
			margin: auto;
			vertical-align: middle;
			max-width: 100% !important;
			height: auto;
		}

	table.templateForTwoImages td {
		width: 49%;
	}

		table.templateForTwoImages td img {
			margin: auto;
			vertical-align: middle;
			max-width: 100% !important;
			height: auto;
		}

	table.templateForThreeImages td {
		width: 33%;
	}

		table.templateForThreeImages td img {
			margin: auto;
			vertical-align: middle;
			max-width: 100% !important;
			height: auto;
		}

td.borderWith {
	border: 1px solid #DFDFDF;
	padding: 2px;
	overflow: hidden;
}
/*
	table.templateForTwoImages td.borderWith
	{
		height:350px;
		max-height:350px;
	}
	table.templateForThreeImages td.borderWith
	{
		height:200px;
		max-height:200px;
	}
    */

/*WYSIWYG-TEMPLATE (2分／3分画像) End*/

/* ----- wysiwyg文字装飾用 start ----- */

/* wysiwygフォントサイズ指定 */
.wys_fs_s {
	font-size: 0.8em;
}

.wys_fs_l {
	font-size: 1.5em;
}

.wys_fs_ll {
	font-size: 2.0em;
}

/* wysiwygフォントカラー指定 */
/* ※uiB.css, uiK.css にも同class定義があるので合わせる必要あり */
/* ※色コードを変更・追加する場合はwysiwyg_tool内の色コード指定部分も要変更 */
.wys_fc_red {
	color: #cc0000;
}

.wys_fc_blue {
	color: #0033ff;
}

.wys_fc_green {
	color: #007D00;
}

/* wysiwyg太字指定 */
.wys_bold {
	font-weight: bold;
}
/* --- wysiwyg文字装飾用 end --- */

/* ライトボックスの背景がフロートヘッダーより上になるように調整 */
.lightboxOverlay {
	z-index: 10001 !important;
}

.lightbox {
	z-index: 10002 !important;
}

/*WYSIWYGインデント*/
.wys_indent {
	margin-left: 40px;
}

/* テンプレート */
div.wys_imageR p.wys_image {
	float: right;
	padding: 5px;
	margin-left: 10px;
}

div.wys_imageL p.wys_image {
	float: left;
	padding: 5px;
	margin-right: 10px;
}

div.wys_imgList li {
	/*text-align: center;*/
	display: inline-block;
	/*letter-spacing:-0.4em;*/
	vertical-align: top;
	padding-top: 10px;
}

	div.wys_imgList li p {
		letter-spacing: normal;
	}

div.wys_template img {
	margin: auto;
	vertical-align: middle;
	max-width: 100% !important;
	height: auto;
}

div.wys_img1 li {
	width: 100%;
}

div.wys_img2 li {
	width: 50%;
	text-align: center;
}

div.wys_img3 li {
	width: 33%;
	text-align: center;
}

div.wys_img4 li {
	width: 25%;
	text-align: center;
}

div.wys_img5 li {
	width: 20%;
	text-align: center;
}

#mainShosai p {
	margin-bottom: 14px;
}

.migration img {
	max-width: 80%;
	height: auto;
}

/*レスポンシブ対応*/
@media screen and (max-width:767px) {
	div.wys_template {
		display: inherit !important;
	}

		div.wys_template li {
			width: auto;
		}

	.wys_imgList li {
		width: 100% !important;
	}
}
