img {
width:100%;
max-width: 100%;
height: auto;
}
.modalWrap{
	width:740px;
	padding-bottom: 1em;
	position:relative;
	background-color: #fff;
	margin:0 auto;
}
.modalWrap ul{
	overflow:hidden;
}
.modalWrap .name{
	float:left;
	letter-spacing:normal;
	padding-top: 0.5em;
}
.modalWrap .name .country{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	display:inline-block;
	vertical-align: middle;
	padding-left: 0.4em;
}
.modalWrap .name .country span{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 0.5em;
}
.modalWrap .name .product{
	border-left: #d8d8d8 solid 1px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display:inline-block;
	vertical-align: middle;
	margin-top: 0.5em;
	margin-left: 0.8em;
	padding-left: 0.8em;
}
.modalWrap .detail{
	float: right;
}
.modalWrap .detail a{
	display: inline-block;
	border: #0071be solid 1px;
	margin-top: 0.8em;
	margin-right: 0.4em;
	padding:0.6em 4.5em 0.6em 1em;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	position:relative;
	-webkit-transition: all 0.2s ease-out 0s;
		 -moz-transition: all 0.2s ease-out 0s;
					transition: all 0.2s ease-out 0s;
}
.modalWrap .detail a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 8px;
	width: 8px;
	margin-top: -4px;
	border-top: 2px solid #0071be;
	border-right: 2px solid #0071be;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
.modalWrap .detail a:link    { color: #3388cc;}
.modalWrap .detail a:visited { color: #787878;}
.modalWrap .detail a:hover, .modalWrap .detail a:active  { color: #67b0ea;}

.modalWrap .next{
	background: url(/common/img/com_ic_arr01.png) no-repeat 50% 50%;
	width: 80px;
	height: 160px;
	position: absolute;
	right: -80px;
	top: 40%;
	margin-top: -7.5px;
	text-indent: -9999px;
}
.modalWrap .prev{
	background: url(/common/img/com_ic_arr02.png) no-repeat 50% 50%;
	width: 80px;
	height: 160px;
	position: absolute;
	left: -80px;
	top: 40%;
	margin-top: -7.5px;
	text-indent: -9999px;
	margin-top: 0;
}
.modalWrap .next a,
.modalWrap .prev a{
	display:block;
	width: 80px;
	height: 160px;
}

/* SP Utility Style
------------------------------------------------------ */
@media screen and (max-width: 767px) {

.modalWrap{
	width: auto;
}
.modalWrap .name .country{
	font-size: 15px;
	font-size: 1.5rem;
}
.modalWrap .name .country span{
	font-size: 11px;
	font-size: 1.1rem;
}
.modalWrap .name .product{
	font-size: 11px;
	font-size: 1.1rem;
	display:block;
	border: none;
	margin-left: 0;
	padding-left: 0.4em;
}
.modalWrap .detail a{
	font-size: 12px;
	font-size: 1.2rem;
}

.modalWrap .next{
	background: url(/common/img/sp_com_ic_arr01.png) no-repeat 100% 50%;
	background-size: 20px auto;
	width: 50px;
	height: 110px;
	position: absolute;
	right: 0;
	top: 25%;
	margin-top: -7.5px;
	text-indent: -9999px;
}
.modalWrap .prev{
	background: url(/common/img/sp_com_ic_arr02.png) no-repeat 0 50%;
	background-size: 20px auto;
	width: 50px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 25%;
	margin-top: -7.5px;
	text-indent: -9999px;
	margin-top: 0;
}
.modalWrap .next a,
.modalWrap .prev a{
	display: block;
	width: 50px;
	height: 110px;
}



}