@charset "UTF-8";
/* # common style override
----------------------------------- */
.ly-u-ff-m {
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-u-ff-r {
	font-family: "Rounded Mplus 1c";
	font-weight: normal;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

.ly-u-ff-l {
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	text-shadow:0px 0px 0.1px rgba(51,51,51,0.5);
}

/* URL 強制折り返し対応 */
.ly-contents-main-area {
	word-break: break-all;
}

.ly-ta-j {
	text-align: justify;
}

/* # 画像サイズ
----------------------------------- */

.ly-image-s img {
	width: 35%;
}

.ly-image-m img {
	width: 49%;;
}

.ly-image-l img {
	width: 100%;;
}

.ly-image-auto img {
	max-width: 100%;
}



/* # 枠線
----------------------------------- */
.ly-box-solid {
	border: 1px solid #dcdcdc;
	margin: 10px;
	padding: 10px;
}

.ly-box-dashed {
	border: 1px dashed #dcdcdc;
	margin: 10px;
	padding: 10px;
}



/* #スプリットレイアウトエレメント拡張
----------------------------------- */
.ly-mod-layout-2clm .no-break {
	float: left;
	width: 48.75%;
	margin-left: 2.5%;
}

.ly-mod-layout-2clm .no-break:nth-child(2n-1) {
	clear: both;
	margin-left: 0;
}

.ly-mod-layout-2clm .no-break:nth-child(n+3) {
	margin-top: 20px;
}

.ly-mod-layout-3clm .no-break {
	float: left;
	width: 31.66667%;
	margin-left: 2.5%;
}

.ly-mod-layout-3clm .no-break:nth-child(3n-2) {
	clear: both;
	margin-left: 0;
}

.ly-mod-layout-3clm .no-break:nth-child(n+4) {
	margin-top: 20px;
}

.ly-mod-layout-4clm .no-break {
	float: left;
	width: 23.08333%;
	margin-left: 2.58333%;
}

.ly-mod-layout-4clm .no-break:first-child {
	margin-left: 0;
}

.ly-mod-layout-4clm .no-break:nth-child(4n-3) {
	clear: both;
	margin-left: 0;
}

.ly-mod-layout-4clm .no-break:nth-child(4n) {
	margin-left: 2.5%;
}

.ly-mod-layout-4clm .no-break:nth-child(n + 5) {
	margin-top: 20px;
}

.ly-mod-layout-5clm .no-break {
	float: left;
	width: 18%;
	margin-left: 2.5%;
}

.ly-mod-layout-5clm .no-break:nth-child(5n-4) {
	margin-left: 0;
	clear: both;
}

.ly-mod-layout-5clm .no-break:nth-child(n+6) {
	margin-top: 45px;
}



/* # タイトルエレメント拡張
----------------------------------- */
h3.ly-mod-ttl-lt {
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin: 10px 0 30px;
	padding: 0;
	position: relative;
}

h2.ly-mod-ttl-lt.ly-no-bd {
	border-bottom: medium none;
	margin: initial;
}

h3.ly-mod-ttl-lt.ly-no-bd {
	border-bottom: medium none;
	margin: initial;
}

h4.ly-mod-ttl-lt.ly-no-bd {
	border-bottom: medium none;
	margin: initial;
}



/* # タイトルエリア
----------------------------------- */
.ly-ttl-icn-area {
	margin-bottom: 10px;
}

.ly-ttl-icn-area .ly-txt-date {
	display: inline;
	margin-right: 13px;
	color: #747474;
	line-height: 1;
}

.ly-ttl-icn-area .ly-icn-cate {
	display: inline;
	margin-right: 13px;
	border: 1px solid #959595;
	border-radius: 3px;
	padding: 1px 25px;
	background-color: #959595;
	color: #fff;
	font-size: 0.84615rem;
	line-height: 1;
}



/* # 署名欄
----------------------------------- */
.ly-subscription-area {
	margin-left: 50%;
	width: 50%;
}

.ly-subscription-area .ly-subscription {
	margin-top:30px;
	display: block;
}

.ly-subscription .ly-sign-title {
	float: left;
	width: 25%;
}

.ly-subscription .ly-sign-title:after {
	content: "";
	display: block;
	clear: both;
}

.ly-subscription .ly-sign-name {
	padding-left: 25%;
	width: 74%;
}

.ly-subscription .ly-sign-name:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 736px) {
	.ly-subscription-area {
		margin-left: 0;
		width: 100%;
	}
}



/* # 前文
----------------------------------- */
h2.ly-preamble-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

h3.ly-preamble-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

h4.ly-preamble-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

.ly-preamble-content {
	margin-top:35px;
}



/* # 主文
----------------------------------- */
h2.ly-main-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

h3.ly-main-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

h4.ly-main-title {
	margin-top: 55px !important;
	text-align: center;
	text-decoration: underline;
}

.ly-main-content {
	margin-top:35px;
}



/* # 詳細文
----------------------------------- */
h2.ly-precise-title {
	margin-top: 40px !important;
	text-align: center;
}

h3.ly-precise-title {
	margin-top: 40px !important;
	text-align: center;
}

h4.ly-precise-title {
	margin-top: 40px !important;
	text-align: center;
}

h5.ly-precise-title {
	margin-top: 40px !important;
	text-align: center;
}
.ly-precise-content {
	margin-top:15px;
}



/* # 商品リスト
----------------------------------- */
.ly-image-text-list {
	display: block;
	border: 1px solid #dcdcdc;
	margin: 0 10px 0;
}

.ly-image-text-list .text_image_module {
	display: inline-block;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}

.ly-image-text-list .text_image_module:last-child {
	border-bottom: none;
}

.ly-image-text-list .image_element {
	margin: 10px;
}

.ly-image-text-list .image_element img {
	max-width: 100%;
}

/* # テーブルリスト
----------------------------------- */
.ly-table-gallery {
	margin: 0 5px 30px;
}

.ly-table-gallery .color_text_element {
	margin-left: 15px;
}

.ly-table-gallery .image_element {
	margin-left: 15px;
}

.ly-table-gallery .table_element {
	margin: 15px 15px 0;
}

.ly-table-gallery .table_element:first-child {
	margin: 0 15px 0;
}


./* # テーブルコンポーネント
----------------------------------- */
.ly-table-l .color_text_element {
	margin: 0 -10px 0;
}

.ly-table-l table {
	width: 100%;
}

.ly-table-l th {
	background-color: #eeeeee;
}

.ly-table-l table,
.ly-table-l th,
.ly-table-l td {
	border: 1px solid #e5e5e5;
	padding: 1.5%;
}


/* # 画像リスト
----------------------------------- */
.ly-image-gallery {
	margin: 0 10px 0;
}

.ly-image-gallery .color_text_element {
	margin-top: 15px;
}

.ly-image-gallery .color_text_element:first-child {
	margin-top: 0;
}

.ly-image-gallery .ly-image-list {
	text-align: center;
	margin: 0 30px 0;
}

.ly-image-gallery .ly-image-list img {
	max-width: 100%;
}


