﻿@charset "utf-8";
/* 2024_10_01 enjoy_photo_css_thema28.css */

#contents h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#contents ul.txtlink.inner li.link {
	padding: 0 0 0 10px;
    background: url(/support/share/images/arrow_black.gif) no-repeat left 0.4em!important;
}

#contents .flex_txt {
	display: flex;
	margin-bottom: 2em;
}

#contents .flex_txt .txtArea {
    margin-right: 2em;
}

#contents .prepareList{
	margin-left: 1.5em;
}

#contents .prepareList > dl dt {
    display: list-item;
    font-weight: bold;
	width: 9em;
    float: left;
}

#contents .tblArea {
	margin-bottom: 2em;
}

#contents .tblArea caption {
	text-align: left;
	margin-bottom: 0.5em;
}

#contents .tblArea table th,
#contents .tblArea table td {
	border: 1px solid #333;
	padding: 10px;
}

#contents .tblArea table th {
	background-color: #ededed;
}

#contents .flex.three_image {
	align-items: flex-start;
}

#contents .flex.three_image > figure {
	width: 284px;
	margin-bottom: 1.5em;
}

#contents .flex.three_image > figure img {
	width: 100%;
}

#contents .flex.three_image > figure figcaption {
	margin-top: 10px;
}

#contents dl.dt_disc {
	margin: 1.5em 0;
}

#contents dl.dt_disc dt::before {
	content: '•';
	margin-right: 5px;
	color: black;
}

#contents .annotation {
	margin-left: 0;
}


@media (max-width: 640px){
	#contents .flex_txt {
		flex-direction: column;
	}
	
	#contents .flex_txt .txtArea {
		margin-right: 0;
		margin-bottom: 1em;
	}
	
	#contents .flex.three_image{
		align-items: center;
	}
	
	#contents .prepareList > dl dt{
		float: none;
	}
}

/* 2024/10/10 */
#contents .encircle {
	margin: 1.5em 0 0 0.5em;
}

@media (max-width: 640px) {
	#contents .encircle {
		margin: 1.5em 0 0 0;
	}
}