@import url(ress.css);

body {
	position: relative;
}

#toppage header {
	position: relative;
	width: 100%;
	min-height: 960px;
}

#toppage .main_visual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/bg_plus.png) no-repeat center center;
	-webkit-animation: bgscroll 20s linear infinite;
	animation: bgscroll 10s linear infinite;
}

#toppage .main_visual .inner {
	position: relative;
}

#toppage .inner,
#case_select .inner,
body.lower .inner {
	width: 1000px;
	margin: 0 auto;
}

#toppage h1 {
	width: 350px;
	padding: 20px;
	margin: 50px auto 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .7);
}

#toppage h1 img:first-child {
	width: 75%;
}

#toppage h1 img:nth-child(2) {
	width: 70%;
	margin-top: 14px;
}

#toppage h1 img:nth-child(3) {
	width: 100%;
	margin-top: 14px;
}

#toppage .order_button {
	position: relative;
	width: 380px;
	padding: 25px;
	margin: 0 auto;
}

#toppage .bottom_order_wrapper .order_button {
	width: 520px;
}

#toppage .order_button .badge_quick {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #f7fe3e;
	border-radius: 50%;
}

#toppage .bottom_order_wrapper .order_button .badge_quick {
	top: 10px;
}

#toppage .order_button .badge_quick img {
	height: 100px;
	padding: 20px 0;
}

#toppage .order_button h2 {
	padding: 14px 0;
	margin-left: 60px;
	font-size: 1rem;
	text-align: center;
	color: #333;
	background-color: #fff;
	border: 3px solid #444;
	border-radius: 6px;
	-webkit-transition: .4s all;
	transition: .4s all;
}

#toppage .order_button h2:hover {
	color: #fff;
	background: #444;
	cursor: pointer;
}

#toppage .bottom_order_wrapper .order_button h2 {
	padding: 0;
	line-height: 64px;
}

#toppage .badge_orderprice {
	position: relative;
	width: 180px;
	height: 180px;
	margin-top: -80px;
}

#toppage .badge_orderprice div {
	position: absolute;
	width: 100%;
	height: 100%;
}

#toppage .badge_orderprice div #badge_bg {
	width: 100%;
	height: 100%;
}

#toppage .badge_orderprice p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 50px;
	margin: auto;
	text-align: center;
}

#toppage .badge_orderprice p img {
	width: 78%;
	margin-left: 8px;
}

#toppage .case_visual {
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

#toppage #left_hand,
#toppage #right_hand {
	position: relative;
	width: 400px;
	height: 520px;
	margin: 0 auto;
	overflow: hidden;
}

#toppage #left_hand {
	float: left;
	margin-left: -60px;
	background-image: url(../img/bg_hand_left.png);
}
#toppage #right_hand {
	float: right;
	margin-right: -60px;
	background-image: url(../img/bg_hand_right.png);
	background-position: 8px;
}

#toppage #left_hand ul li,
#toppage #right_hand ul li {
	position: relative;
	width: 400px;
	height: 520px;
	overflow: hidden;
}

#toppage #left_hand img,
#toppage #right_hand img {
	position: absolute;
	left: 0;
	top: 0;
}

#toppage .howto_wrapper {
	position: relative;
	top: 530px;
	overflow: hidden;
	z-index: 0;
}

#toppage .howto_wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 0 -10%;
	background: #23b6eb;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}

#toppage .howto_wrapper h2 {
	width: 330px;
	margin: 20px auto 0;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

#toppage .howto_wrapper h2 img {
	width: 100%;
	margin-bottom: 10px;
}

#toppage .howto_wrapper ol {
	width: 100%;
	margin-top: 30px;
}

#toppage .howto_wrapper ol li {
	float: left;
	display: inline;
	width: 220px;
	height: 220px;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	background-size: 100%;
}

#toppage .howto_wrapper ol li:not(:last-child) {
	margin-right: 40px;
}

#toppage .howto_wrapper ol li:nth-child(1) { background-image: url(../img/img_casetype.jpg); }
#toppage .howto_wrapper ol li:nth-child(2) { background-image: url(../img/img_design_choice.jpg); }
#toppage .howto_wrapper ol li:nth-child(3) { background-image: url(../img/img_design_order.jpg); }
#toppage .howto_wrapper ol li:nth-child(4) { background-image: url(../img/img_order_shipping.jpg); }

#toppage .howto_wrapper ol li h3 {
	font-size: 1.7em;
	line-height: 1.1;
}

#toppage .howto_wrapper ol li h3 span {
	color: #23b6eb;
	font-weight: bold;
}

#toppage .howto_wrapper ol li p {
	margin-top: 4px;
	color: #23b6eb;
	font-weight: bold;
}

#toppage .howto_wrapper ol li:first-child p {
	font-size: .8rem;
}

#toppage .howto_wrapper ol li:nth-child(2) p {
	font-size: 1.2rem;
}

#toppage .howto_wrapper .inner > p {
	margin: 30px auto 50px;
	text-align: center;
}

#toppage .howto_wrapper .inner > p a {
	display: inline-block;
	padding: 14px 50px;
	color: #333;
	background: #fff;
	border: 3px solid #444;
	border-radius: 6px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

#toppage .howto_wrapper .inner > p a:hover {
	/*background: #444;
	color: #fff;*/
	padding: 14px 70px;
	border-color: #fff;
	background: #23b6eb;
	color: #fff;
}

#toppage main {
	margin-top: 50px;
}

#toppage main .inner > h2 {
	width: 430px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
}

#toppage main .inner > h2 img {
	width: 100%;
	margin-bottom: 10px;
}

.iphone {
	width: 100%;
	margin-top: 40px;
}

.android {
	width: 100%;
}

.iphone li,
.android li {
	float: left;
	display: inline;
	width: 320px;
	background-color: #eee;
  margin-top: 20px;
}

.android li {
	width: 150px;
	text-align: center;
}

.iphone li:not(:nth-child(3n)),
.android li:not(:nth-child(6n)) { margin-right: 20px; }

.iphone li figure,
.android li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 40px;
}

.android li figure { padding: 20px 10px 10px; }
.iphone li:nth-child(5) figure { padding: 60px 70px 40px; }

.iphone li figure > p { margin-top: 16px; }
.android li figure > p { margin-top: 10px; }

.iphone li figure > p span {
	display: block;
	width: 40%;
	text-align: center;
}

.android li figure > p span {
	display: block;
	width: 100%;
	text-align: center;
}

.iphone li figure > p span:nth-child(1) { float: left; }
.iphone li figure > p span:nth-child(2) { float: right; }

.iphone li:nth-child(5) figure > p span { width: 100%; }

.iphone li figure img { width: 100%; }

.android li figure div { display: block; }
.android li figure img { width: 40%; }

.iphone li figure figcaption,
.android li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.iphone li figure:hover figcaption,
.android li figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.iphone li figure figcaption h3,
.android li figure figcaption h3 {
	text-align: center;
}

.iphone li figure figcaption h3:first-child {
	padding-top: 50%;
	margin-bottom: 14px;
}

.android li figure figcaption h3:first-child {
	height: 100%;
}

.android li figure figcaption h3 a {
	display: block;
	height: 100%;
	padding-top: 50%;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

#toppage .abundant_wrapper {
	margin-top: 70px;
}

#toppage .abundant_wrapper > h2 {
	width: 390px;
	margin: 0 auto;
}

#toppage .abundant_wrapper > h2 img {
	width: 100%;
}

#toppage .abundant_wrapper > p {
	width: 860px;
	margin: 30px auto 0;
	font-size: 1.1rem;
	line-height: 2;
	text-align: center;
}

#toppage .abundant_wrapper section {
	margin-top: 80px;
	background: url(../img/bg_collection_cute.png) no-repeat center center;
	-webkit-animation: bgscroll 20s linear infinite;
	animation: bgscroll 10s linear infinite;
}

@-webkit-keyframes bgscroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50% 0;
	}
}

@keyframes bgscroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50% 0;
	}
}

#toppage .abundant_wrapper section ul {
	width: 860px;
	padding: 80px 0;
	margin: 0 auto;
}

#toppage .abundant_wrapper section ul li,
#toppage main > .choice_wrapper > .inner > section {
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	text-align: center;
	overflow: hidden;
}

#toppage main > .choice_wrapper > .inner > section {
	float: none;
	display: block;
	margin: 80px auto 0;
}

.abundant_wrapper section ul li:not(:first-child) {
	margin-left: 100px;
}

.abundant_wrapper section ul li:nth-child(4) {
	margin-left: 160px;
}

.abundant_wrapper section ul li:nth-child(n+4) {
	margin-top: 40px;
}

.abundant_wrapper section ul li a,
main > .choice_wrapper > .inner > section a {
	display: block;
	height: 220px;
	padding-top: 66px;
	background: #fff;
	border: 5px solid #333;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}

.abundant_wrapper section ul li:hover a {
	padding-top: 60px;
	border-color: #23b6eb;
}

main > .choice_wrapper > .inner > section:hover a {
	padding-top: 44px;
	border-color: #23b6eb;
}

main > .choice_wrapper > .inner > section a {
	padding-top: 50px;
}

main > .choice_wrapper > .inner > section a {
	color: #333;
}

.abundant_wrapper section ul li a:after,
main > .choice_wrapper > .inner > section i {
	display: inline-block;
	margin-top: 14px;
	font-size: 1.6rem;
  font-family: FontAwesome;
	content: "\f067";
	color: #23b6eb;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

main > .choice_wrapper > .inner > section i {
	display: block;
	margin: 10px 0;
}

.abundant_wrapper section ul li:hover a:after,
main > .choice_wrapper > .inner > section:hover i {
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.abundant_wrapper section ul li a h3 {
	height: 60px;
}

main > .choice_wrapper > .inner > section h3 {
	height: 50px;
}

.abundant_wrapper section ul li a img,
main > .choice_wrapper > .inner > section h3 img {
	height: 100%;
}

main > .choice_wrapper {
	background: url(../img/bg_plus.png) no-repeat center center;
	-webkit-animation: bgscroll 20s linear infinite;
	animation: bgscroll 10s linear infinite;
}

main > .choice_wrapper > .inner {
	padding: 80px 0;
	background: url(../img/bg_casetype.png) no-repeat center top 280px;
}

main > .choice_wrapper > .inner > h2 {
	width: 380px;
	margin: 0 auto;
}

main > .choice_wrapper > .inner > h2 img {
	width: 100%;
}

main > .choice_wrapper > .inner > p {
	width: 860px;
	margin: 10px auto 0;
	font-size: 1.1rem;
	line-height: 2;
	text-align: center;
}

.bottom_order_wrapper {
	padding: 50px 0;
	background: #23b6eb;
}

footer nav {
	padding: 40px 0;
}

footer ul {
	float: left;
	display: inline;
	width: 310px;
}

footer ul:nth-child(n+2) {
	font-size: .8rem;
}

footer ul:not(:first-child) {
	margin-left: 20px;
}

footer ul li {
	margin-bottom: 14px;
}

footer ul li h4 {
	font-weight: bold;
	color: #333;
	font-size: 1.2rem;
}

footer ul li > a,
.iphone li figure figcaption h3 a {
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.iphone li figure figcaption h3 a {
	display: inline-block;
	color: #fff;
	margin-left: 0;
}

footer ul li > a::after,
.iphone li figure figcaption h3 a::after {
  content: "";
  display: block;
  width: 0;
	padding-top: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-bottom: 2px solid #333;
}

.iphone li figure figcaption h3 a::after {
	border-color: #fff;
}

footer ul li > a:hover::after,
.iphone li figure figcaption h3 a:hover::after {
  width: 100%;
}

#case_select {
	color: #333;
	overflow: hidden;
}

#case_select header {
	width: 100%;
	background: #f4f4f4;
}

#case_select header .header_inner {
	width: 1280px;
	padding: 30px 30px;
	margin: 0 auto;
}

#case_select header h1 {
	float: left;
	display: inline;
	width: 240px;
}

#case_select header h1 a {
	display: block;
}

#case_select header h1 a img {
	width: 100%;
}

#case_select header nav {
	float: right;
	display: inline;
	width: 930px;
}

#case_select header nav ul {
	float: left;
}

#case_select header nav ul li {
	float: left;
	display: inline;
}

#case_select header nav ul li:not(:last-child) {
	margin-right: 20px;
}

#case_select header nav ul li:nth-child(3):hover {
	background-color: #03a9d9;
	cursor: pointer;
}

#case_select header nav ul li:nth-child(3):before {
	display: inline-block;
	padding-right: 10px;
  font-family: FontAwesome;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
	content: "\f01e";
}

#case_select header nav ul li:nth-child(3),
#case_select header nav a,
#case_select main .inner.case_detail .shipping_baloon + a {
	display: block;
	padding: .8em 1em;
	color: #fff;
	font-weight: bold;
	background: #4f4f4f;
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#case_select header nav ul li:nth-child(3) {
	background: #22bee7;
}

#case_select header nav > a,
#case_select main .inner.case_detail .shipping_baloon + a {
	float: right;
	width: 20%;
	height: 2.8em;
	text-align: center;
	line-height: 2.8em;
	/* background: #f7fe3c; */
	/* color: #1b1b1b; */
	background-color: #999;
}

#case_select header nav > a {
	padding: 0;
}

#case_select main .inner.case_detail .shipping_baloon + a {
	float: none;
	width: 100%;
	padding: 0;
	margin-top: 1em;
	text-align: center;
	font-size: 1.2em;
}

/* #case_select header nav > a:before,
#case_select main .inner.case_detail .shipping_baloon + a:before {
	display: inline-block;
	padding-right: 10px;
	font-family: FontAwesome;
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	content: "\f07a";
} */

#case_select header nav > a form input,
#case_select main .inner.case_detail .shipping_baloon + a form input {
	width: 100%;
	background: #f7fe3c;
	color: #1b1b1b;
	/* padding: .8em 1em; */
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* #case_select header nav > a:hover,
#case_select main .inner.case_detail .shipping_baloon + a:hover {
	color: #f7fe3c;
	background-color: #1a1a1a;
} */

#case_select header nav > a form input:hover,
#case_select main .inner.case_detail .shipping_baloon + a form input:hover {
	color: #f7fe3c;
	background-color: #1a1a1a;
}

#case_select main {
	width: 1280px;
	margin: 0 auto;
}

#case_select main .case_option {
	float: right;
	display: inline;
	width: 430px;
}

#case_select main .case_option .inner {
	width: 380px;
	padding: 20px;
	margin-left: 50px;
	background: #ddd;
}

#case_select main .case_option .case_option_title,
.product_img_title {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.product_img_title {
	margin-bottom: 20px;
}

#case_select main .case_option .case_option_title:not(:first-child) {
	margin-top: 30px;
}

#case_select main .case_option .CaseSelect {
	margin-top: 14px;
	border-radius: 10px;
}

#case_select main .case_option .CaseSelect li {
	float: left;
	display: inline;
	width: 33.33%;
	color: #2ec0e9;
	font-weight: bold;
	text-align: center;
}

#case_select main .case_option .CaseSelect li label {
	background-color: #fff;
}

#case_select main .case_option .CaseSelect li label input {
	display: none;
}

#case_select main .case_option .CaseSelect li label span {
	display: block;
	padding: 10px 0 60px;
	border: 1px solid #28bfea;
	background-color: #fff;
	background-position: center bottom;
	-webkit-transition: .3s all;
	transition: .3s all;
}

#case_select main .case_option .CaseSelect li:nth-child(1) label span { background-image: url(../img/case_select_clear.png); }
#case_select main .case_option .CaseSelect li:nth-child(2) label span { background-image: url(../img/case_select_white.png); }
#case_select main .case_option .CaseSelect li:nth-child(3) label span { background-image: url(../img/case_select_flap.png); }

#case_select main .case_option .CaseSelect li label span:hover {
	cursor: pointer;
	opacity: .7;
}

#case_select main .case_option .CaseSelect li:first-child label span {
	border-radius: 10px 0 0 10px;
}

#case_select main .case_option .CaseSelect li:last-child label span {
	border-radius: 0 10px 10px 0;
}

#case_select main .case_option .CaseSelect li input[type="radio"]:checked + span {
	color: #fff;
	background-color: #57c8e8;
}

#case_select main .case_option .case_model {
	margin-top: 4px;
	font-size: 2.4rem;
	font-weight: bold;
}

#case_select main .case_option nav {
	background-color: #ffd0ce;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

#case_select main .case_option nav .cat_tab_menu {
	float: left;
	display: inline;
	width: 50px;
	min-height: 520px;
	background-color: #fff;
}

#case_select main .case_option nav .cat_tab_menu li {
	max-height: 110px;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	border-radius: 6px 0 0 6px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#case_select main .case_option nav .cat_tab_menu li:hover {
	cursor: pointer;
}

#case_select main .case_option nav .cat_tab_menu li:not(:first-child) {
	margin-top: 10px;
}

#cat_tab_cute { background-color: #ffd0ce; }
#cat_tab_illust { background-color: #ffb7d2; }
#cat_tab_pattern { background-color: #b4d9f4; }
#cat_tab_natural { background-color: #f6f2cd; }
#cat_tab_season { background-color: #fccfb8; }

#case_select main .case_option nav #pattern_wrapper {
	float: right;
	display: inline;
	width: 380px;
	height: 520px;
	padding: 20px;
}

#case_select main #pattern_wrapper  ul {
	display: none;
}

#case_select main #pattern_wrapper  ul.active {
	display: block;
}

#case_select main #pattern_wrapper  ul li {
	float: left;
	display: inline;
	width: 60px;
}

#case_select main #pattern_wrapper  ul li:not(:nth-child(5n+1)) {
	margin-left: 10px;
}

#case_select main #pattern_wrapper  ul li:nth-child(n+6) {
	margin-top: 10px;
}

#case_select main #pattern_wrapper  ul li a {
	display: block;
	height: 60px;
}

#case_select main #pattern_wrapper  ul li a:target {
	width: 20px;
}

#case_select main #pattern_wrapper > p {
	margin: 30px 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#case_select main .inner.case_detail {
	padding-bottom: 50px;
}

#case_select main .inner.case_detail p {
	font-weight: bold;
	line-height: 1.8;
}

#case_select main .inner.case_detail div {
	margin-top: 10px;
}

#case_select main .inner.case_detail div #case_price {
	float: left;
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
}

#case_select main .inner.case_detail div #case_price small {
	padding-left: .2em;
	font-size: .4em;
}

#case_select main .inner.case_detail div #case_freeshipping {
	float: right;
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	background: #1a1a1a;
	border-radius: 25px;
}

#case_select main .inner.case_detail div #case_freeshipping:before {
	padding-right: 10px;
	font-family: FontAwesome;
	content: "\f0d1";
}

#case_select main .inner.case_detail .shipping_baloon {
  position: relative;
	width: 260px;
	padding: 6px 0;
	margin: 20px auto 0;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #ccc;
	border-radius: 30px;
}

#case_select main .inner.case_detail .shipping_baloon:after {
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

#case_select main > div:nth-child(2) {
	float: left;
	display: inline;
	width: 800px;
}

#case_select main aside {
	width: 770px;
	margin: 20px auto 0;
}

#case_select main aside p {
 padding-left: 1em;
 text-indent: -1em;
}

#case_select main aside p:nth-child(n+2) {
	margin-top: 10px;
}

#case_select footer {
	width: 1260px;
	padding-right: 500px;
	margin: -40px auto 0;
}

#case_select footer address {
	padding: 10px 0;
}

#Caseimagearea {
  position: relative;
  width: 100%;
  height: 800px;
  padding: 0;
}

#Caseimagearea .Casetype {
  position: absolute;
  width: 800px;
  height: 800px;
  z-index: 999;
  top: 0;
  left: 0;
}

#product_img_list {
	width: 770px;
	margin: 0 auto;
}

#product_img_list ul li {
	height: 162px;
}

#product_img_list ul li img {
	width: 160px;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-sizing: border-box;
}

.pswp__caption__center {
	text-align: center;
}

#product_img_list .lSPrev i,
#product_img_list .lSNext i {
	font-size: 26px;
}

.clearactive,
.notselectradio {
  background: url(../img/base_tanmatsu.png) no-repeat 0 0;
}

.clearactive #MainPhoto {
  opacity: .5;
}

#modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: 6000px!important;
	background-color: rgba(0, 0, 0, .7);
	z-index: 2000;
	overflow: auto;
}

#guide #modal {
	max-height: 8000px!important;
}

#modal .inner {
	position: absolute;
	left: 0;
	right: 0;
}

#modal_close {
	width: 150px;
	padding: 10px 0;
	margin: 40px auto 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#modal_close:hover {
	color: #222;
	background-color: rgba(255, 255, 255, .7);
	cursor: pointer;
}

	  /* ツールチップ本体 */
.tooltip {
  position:absolute;
  z-index:9999;
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.2;
}

/* ツールチップの内容 */
.tooltip__body {
  position:relative;
  top:-15px;
  padding:10px;
  background:#222;
  border-radius:3px;
  -ms-box-shadow:0 2px 4px rgba(0, 0, 0, .4);
      box-shadow:0 2px 4px rgba(0, 0, 0, .4);
}

/* ツールチップらしく矢印をつける */
.tooltip__body:after {
  content:"";
  position:absolute;
  bottom:-5px;
  left:50%;
  display:block;
  width:0;
  height:0;
  margin-left:-5px;
  border-width:5px 5px 0 5px;
  border-style:solid;
  border-color:#222 transparent transparent transparent;
}


.cautionbooktype{
	display: block;
	padding: 10px 0 0 0;
	font-size: 85%;
}