﻿@charset "utf-8";

/* 2022_08_29 enjoy_photo_css_thema_common_style.css */

/*-------------------------
	common
--------------------------*/

#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}

#contents > p{
	word-break: break-all;
	margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents a:focus-visible{
	outline: thin dotted;
}


/* list */

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
	margin-bottom: 1em;
}

#contents li{
	margin:0;
	float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:1.25em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 0;
}

#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */

#contents a.textLink{
	background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 10px;
}

#contents a.textLink.inline{
	margin: 0 5px;
	background-position: 0 8px;
}

#contents section > p + a.textLink{
	margin-left: 1.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
	text-indent: -1em;
}

#contents ul.annotation li{
	margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em 1.5em;
	margin-bottom: 2em;
}

#contents .notice_gray_b{
	background-color: #EBEBEB;
	padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}


@media (max-width: 640px){
	#contents section > section {
		margin-left: 0;
	}
	#contents p{
		margin-left: 0;
	}
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}
	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
	#contents section h3{
		margin-left: 0;
	}
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
	#contents .pct{
		max-width: 400px;
	}

	#contents .pct > img{
		height: auto;
	}
	
	#contents .pct.mq300{
		max-width: 300px;
	}
}

/* Link button */

#contents .singleBtn{
	display: inline-block;
	margin: 1em 0 2em 0;
	width: 300px;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg);
	background-size: contain;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}


/*　btnlist　*/

#contents ul{
	margin-top: 2em;
}

#contents ul.btnlist li {
	list-style: none;
	margin-bottom: 10px;
	width: 300px;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg);
	background-size: contain;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents ul.btnlist li a span.textLink {
	background-position: 0 5px;
	margin-left: 0;
	padding: 0 0 0 10px;
}

#contents ul.btnlist.inner li a span.textLink {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents .pct{
	margin: 1em 0;
	line-height: 0;
}

#contents img.icon{
	padding: 0 3px;
	vertical-align: middle;
}

#contents .s_img{
	line-height: 0;
}

#contents .ml_0{
	margin-left: 0 !important;
}

#contents .ilb{
	display: inline-block;
}
@media (max-width: 640px) {
	#contents ul.btnlist li {
		width: 100%;
	}
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#contents .pct{
		width: 100%;
		line-height: 0;
	}
	#contents .pct > img:not(.s_img){
		width: 100%;
	}
}

/* ------------------------
	thema style 
---------------------------*/
#contentsArea{
	width: 92.6%;
	margin: 30px auto 0;
	font-size: 14px;
}

#contentsArea > *:not(a){
	color: #333;
}

#contents h1{
	background-color: #333;
}

#contents h1 a{
	overflow: hidden;
}

#contents h1 img{
	vertical-align: middle;
}

#contents .topArea{
	align-items: flex-start;
	margin-bottom: 3em;
}

#contents .topArea h2{
	border-bottom: #E95405 1px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#contents .topArea .text_wrapper{
	padding-left: 0;
	padding-right: 1em;
}
#contents section .s-title{
	margin: 0 0 15px 0;
	border-bottom: #999 1px solid;
	font-size: 1.714em;
	border-left: #999 7px solid;
	padding: 3px 10px 0 15px;
	font-weight: normal;
}

#contents h4{
	margin-top: 40px;
	font-size: 1.154rem;
}

#contents h4 + p{
	margin-top: 10px;
}

#contents dl.disc dt{
	display: list-item;
	font-weight: bold;
}

#contents section .s-title ~ ul.disc{
	margin-left: 2em;
}

#contents ul.disc > li{
	margin-bottom: 1em;
}

#contents .anchorArea.notice_gray{
	border-color: #999999;
	padding-left: 1.5em;
	margin-left: 0;
}

#contents .anchorArea.notice_gray > ul.flex{
	padding: 0;
	margin: 0;
	justify-content: flex-start;
}

#contents .anchorArea.notice_gray > ul.flex > li:not(:last-child){
	margin-right: 15px;
}
#contents .grayArea{
	padding: 2em 1em 1em 2em;
	margin-top: 15px;
}

#contents .grayArea.lens_info{
	padding: 20px 40px 25px;
}

#contents .grayArea > dl dt,
#contents .notice_gray > dl dt{
	font-weight: bold;
	margin-bottom: 5px;
}

#contents .lens_info .flex{
	justify-content: space-between;
}


#contents .lens_info .flex .info_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contents .lens_info .flex .info_wrapper .s_img{
	margin-bottom: 10px;
}

#contents .lens_info .flex .info_wrapper > a.textLink{
	display: block;
	background-position: 0;
	width: 100%;
}


#contents .lens_info .flex .info_wrapper > a.textLink > span{
	padding-left: 8px;
}

#contents .lens_info .flex .info_wrapper > a.textLink > .name{
	font-weight: bold;
	font-size: 1.231rem;
	display: inline-block;
	text-align: left;
}

#contents .lens_info .flex .info_wrapper > a.mod-storeLink{
	background: url(/share2/images/mod-topProduct/bg_01.png) repeat scroll 0 48% transparent;
	border-bottom: 2px solid #DF6F2D;
	display: inline-block;
	line-height: 1;
	padding: 8px 24px 4px;
	color: #fff;
	margin-bottom: 15px;
}

#contents .lens_info .flex .info_wrapper > a.mod-storeLink:hover{
	text-decoration: none;
	opacity: 0.7;
}

#contents .lens_info .flex .info_wrapper > a.mod-storeLink:focus,
#contents .lens_info .flex .info_wrapper > a.mod-storeLink:focus-visible{
	outline-color: #43677e;
}

#contents .lens_info .flex .info_wrapper .cafeLink a.textLink{
	font-size: calc(14px * 0.8);
	margin-top: 0;
	margin-left: 0;
}

#contents .bnr_single a{
	display: inline-block;
	line-height: 0;
}


#contents .foot_nav.grayArea{
	display: table;
	margin: 3em auto;
	padding:1em 2em 1.5em 1.5em;
}

#contents .foot_nav.grayArea ul {
	margin-top: 0.5em;
}

#contents .foot_nav.grayArea ul li + li{
	margin-top: 5px;
}

#contentsArea .mod-pageTop{
	font-size: calc(13px * 0.76923);
}

#contents .gray_title{
	display: block;
	background-color: #333;
	color: #fff;
	font-size: 1.231rem;
	font-weight: bold;
	padding: 5px 0 3px 1em;
	margin-bottom: 1em;
}
#contents .tblArea{
	margin-bottom: 2em;
}

#contents .tblArea table th,
#contents .tblArea table td{
	border: 1px solid #333;
	padding: 10px;
}

#contents .tblArea table th{
	background-color: #ededed;
}
#contents a.gray{
	color: #333;
	margin: 1em 0;
}

#contents a.gray > span.textLink{
	background-color: #ededed;
	padding: 14px 14px 14px 24px;
	background-position: 12px 20px;
}

#contents a.gray:hover,
#contents a.gray:active{
	color: #333;
}

#contents a.gray:hover{
	opacity:0.7;
}

#contents a.gray:focus,
#contents a.gray:focus-visible{
	outline: none;
}

#contents a.gray:focus > span.textLink,
#contents a.gray:focus-visible > span.textLink{
	outline: thin dotted;
}


#contents .photo_sample figure .pct{
	margin-bottom: 0;
}
#contents .photo_sample figure figcaption{
	margin: 10px 0;
}

#contents .photo_sample dl dd > .flex{
	align-items: flex-start;
	margin-top: 10px;
}

#contents .singleBtn.icon_btn a span.textLink,
#contents ul.btnlist.icon_btn li a span.textLink{
	background-position: 0 12px;
}

#contents .singleBtn a span.textLink img.icon.photo{
	padding: 0 8px 0 0;
}

#contents .bnr_single {
	padding: 0;
}


@media (min-width: 641px){
	#contents .photo_sample.flex > .text_wrapper{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0 1em;
		height: 286px;
	}
	#contents .photo_sample dl dd{
		margin-left: 1em;
	}
	#contents .text_wrapper{
		padding-left: 1em;
	}
	
	#contents .tblArea{
		margin-left: 2em;
	}
	#contents .flex.left{
		justify-content: left;
	}
	#contents .flex.start{
		align-items: flex-start;
	}
	#contents .flex.between{
		justify-content: space-between;
	}
	#contents .flex.left > *{
		margin-right: 1em;
	}
	#contents .flex.wrap{
		flex-wrap: wrap;
	}
	#contents .flex.center{
		justify-content: center;
	}
	/*#contents .bnr_single:not(:first-child) {
		margin-left:1em;
	}*/

}



@media (max-width: 640px){
	#maintitle img {
		display: none;
	}
	#contents .topArea{
		align-items: center;
	}
	
	#contents h1 a{
		color: #fff;
	}
	
	#contents .topArea h2 img{
		width: 100%;
		height: auto;
	}
	#contentsArea{
		width: 100%;
	}
	
	#contents section h3.titile{
		font-size: 1.286em;
	}
	
	#contents .anchorArea.notice_gray > ul.flex{
		flex-wrap: wrap;
		flex-direction: row;
	}
	#contents .grayArea{
		padding: 10px;
	}
	#contents .lens_info.flex{
		margin-top: 0;
	}
	
	#contents .grayArea.lens_info .flex figure + .info_wrapper{
		margin-top: 2em;
	}
	
	
	#contents .lens_info.flex .pct{
		margin-top: 0;
	}
	#contents .lens_info.flex .info_wrapper{
		margin-top: 2em;
	}
	
	#contents .flex.wrap{
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#contents a.gray{
		display: block;
		width: 100%;
		margin: 2em 0;
	}
	
	#contents .grayArea.lens_info{
		padding: 1.5em;
	}
	
	#contents .grayArea.lens_info > .flex,
	#contents .grayArea.lens_info > .flex .pct{
		margin-top: 0;
	}
	
	#contents a.gray > span.textLink{
		display: block;
	}
	
	#contents .flex figure + figure{
		margin-top: 1em;
	}
	
	#contentsArea ul.flex.photo_sample.between > li{
		margin-top: 0;
	}

	#contents .photo_sample figure figcaption{
		margin-bottom: 10px;
	}
	
	#contents .foot_nav.grayArea{
		display: block;
	}
	
	#themaSelectArea .mq_link{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#themaSelectArea .mq_link a {
		width: calc(50% - 5px);
		display: inline-flex;
		text-decoration: none;
	}
	
	#themaSelectArea .mq_link a span.mod-linkButton1{
		font-size: 12px;
		background: url(/share2/images/mod-linkButton1/bg_01.png) no-repeat 0 52%;
		width: 100%;
		margin-right: 0;
	}
}

/* 20221005 */

#contents ul.bnrlist{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#contents ul.bnrlist li{
	margin-bottom: 1em;
	line-height: 0;
}

#contents ul.bnrlist.center{
	margin-left: 0;
	justify-content: center;
}

#contents .bnr_single{
	margin-left: 0;
}

@media (max-width: 640px){
	#contents ul.bnrlist {
		margin: 2em auto;
		flex-direction: column;
		align-content: center;
	}
}

@media (max-width: 359px){
	#contents ul.bnrlist img{
		max-width: 100%;
	}
}
@media (min-width: 641px){
	#contents .bnr_single:nth-child(even) {
		margin-left:1em;
	}
}
