@charset "shift_jis";

/*
	================================================================================================
		support cyber-shot guide css hanabi.css
	================================================================================================
*/

#contents h5 {
	font-size: 1.125em;
}

#contents h6 {
	font-size: 1em;
}

/*===========================================
	button
=============================================*/

#contents ul.anchorBtnA li {
	margin-left: 5px;
	width: 163px;
	height: 50px;
}

@media only screen and (max-width: 640px) {
	#contents ul.anchorBtnA li {
		height: auto;
		width: auto;
	}
}

/*===========================================
	table.indication
=============================================*/

#contents .indication {
	margin-bottom: 30px;
}

#contents .indication,
#contents .indication * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents .indication th {
	padding: 1em;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {

#contents .indication th,
#contents .indication td {
	display: block;
	padding: 0.5em;
	text-align: left;
	width: 100%;
}

#contents .indication th {
	font-weight: bold;
}

#contents .indication td {
	border: none;
}

}

/*===========================================
	div.example
=============================================*/

#contents .notice_gray.example {
	margin: 1em 1em 2em 1em;
}

#contents .notice_gray.example * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents .notice_gray.example:before,
#contents .notice_gray.example:after {
	content: " ";
	display: table;
}

#contents .notice_gray.example:after {
	clear: both;
}

#contents .notice_gray.example .fltLeft,
#contents .notice_gray.example .fltRight {
	width: 50%;
	padding-bottom: 1.25em;
}

#contents .notice_gray.example .fltLeft {
	padding-right: 0.75em;
}

#contents .notice_gray.example .fltRight {
	padding-left: 0.75em;
}

#contents .example img {
	height: auto;
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}

#contents .example table {
	border-top: solid 1px #ccc;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contents .example tr {
	border-bottom: solid 1px #ccc;
}

#contents .example th,
#contents .example td {
	background-color: transparent;
	border: none;
	padding: 0.5em 1em;
	text-align: left;
	width: 50%;
}

#contents .example th {
	border-right: solid 1px #ccc;
}

@media only screen and (max-width: 640px) {

#contents .notice_gray.example .fltLeft,
#contents .notice_gray.example .fltRight {
	float: none;
	width: 100%;
}

#contents .notice_gray.example .fltLeft {
	padding-right: 0;
}

#contents .notice_gray.example .fltRight {
	padding-left: 0;
}

#contents .example table,
#contents .example tr,
#contents .example th {
	border: none;
}

#contents .example th,
#contents .example td {
	display: block;	
	width: 100%;
}

#contents .example th {
	font-weight: bold;
	padding: 1em 0 0 0;
}

#contents .example th:after {
	content: "F";
}

#contents .example td {
	padding: 0 0 0 1em;
}

}
