@charset "utf-8";

/**
 *
 *  フレンズ
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
 #Main  
---------------------------------------------------------------------------*/
#Main{
	background:url(/shared/images/bg_content.jpg) no-repeat top right;
	border-bottom:1px solid #CCC;
}


/* .cont
-----------------------------------------------------------------*/
.cont-wrap{
	font-size:13px;
	padding:60px 0;
	background:#f7f7fb;
}
.cont{
	width:950px;
	margin:0 auto;
}
.lead{
	width:660px;
	text-align: center;
	margin:0 auto;
}


/* .box
-----------------------------------------------------------------*/
.box-outline{
	position:relative;
	width:960px;
	margin-top:54px;
	letter-spacing:-0.3em;
}
.box{
	width:236px;
	display:inline-block;
	/display:inherit;
	/zoom:1;
	background:#FFF;
	letter-spacing:0;
	margin:0 2px 2px 0;
	vertical-align:top;
}
.box a{
	text-decoration:none;
	color:#464646;
}
.box a p.img{
	width:236px;
	height:223px;
	overflow:hidden;
	background:#000;
}
.box a p.img img{
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.box a:hover p.img img{
	-webkit-transform: scale(1.28);
	   -moz-transform: scale(1.28);
	    -ms-transform: scale(1.28);
	     -o-transform: scale(1.28);
          transform: scale(1.28);
	opacity:0.6;
	filter:alpha(opacity=80);
}

.box h2, .box p{
	text-align:center;
}
.box h2{
	margin:20px 0 14px;
	font-size:16px;
}
.box p.country{
	padding:6px 0 22px;
	background:url(../images/bg_txt_top.png) no-repeat top center;
}

/* .pager
-----------------------------------------------------------------*/
.pager{
	margin:60px 0 0 0;
}
.pager ul{
	letter-spacing:-0.4em;
	text-align:center;
}
.pager ul li{
	margin:0 5px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	vertical-align:middle;
}
.pager ul li a{
	width:25px;
	min-height:25px;
	color:#303030;
	display:block;
	text-decoration:none;
}
.pager ul li a:hover{
	background:url(../images/pager_on.png) no-repeat center 50%;
}
.pager ul li.active{
	width:25px;
	min-height:25px;
	color:#FFF;
	background:url(../images/pager_on.png) no-repeat center 50%;
}
.pager ul li img{
	vertical-align:middle;
}
.pager ul li.prev{
	margin:0 10px 0 3px;
}
.pager ul li.prev{
	margin-right:16px;
}
.pager ul li.prev a:hover,
.pager ul li.next a:hover{
	background:none;
	opacity:0.6;
	filter:alpha(opacity=60);
}


/* .modal-wrap
-----------------------------------------------------------------*/
.modal{
	padding:5px;
}
.modal .txt-box{
	padding:15px 20px;
}
.modal .txt-box p.country{
	color:#828282;
}
.modal .txt-box p.name{
	font-size:16px;
	color:464646;
}



/* //////////////////////////////////////////////////C
smartPhone
////////////////////////////////////////////////// */
@media screen and (max-width: 767px){

/*--------------------------------------------------------------------------
  #Main 
---------------------------------------------------------------------------*/
#Main{
	background:none;
	border-bottom:none;
}

/* .cont
-----------------------------------------------------------------*/
.cont-wrap{
	padding:30px 0;
	box-shadow:0 2px 5px rgba(0,0,0,0.05) inset;
}
.cont{
	width:300px;
}
.lead{
	width:280px;
	font-size:11px;
}

/* .box
-----------------------------------------------------------------*/
.box-outline{
	width:300px;
	margin-top:30px;
	padding:0 0 0px 0;
}
.box{
	width:148px;
}
.box:nth-child(2n){
	margin-right:0;
}
.box a p.img,
.box a p.img img{
	width:148px;
	height:auto;
}
.box a p.img{
	background:none;
}
.box a p.img img,
.box a:hover p.img img{
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	     -o-transform:none;
          transform:none;
  -webkit-transition:none;
     -moz-transition:none;
      -ms-transition:none;
       -o-transition:none;
          transition:none;
	opacity:1;
}
.box h2{
	margin:15px 0;
	font-size:11px;
}
.box p{
	font-size:10px;
}
.box p.country{
	padding-bottom:15px;
	color:#828282;
}


/* .pager
-----------------------------------------------------------------*/
.pager{
	margin:30px 0 0 0;
}
.pager ul li,
.pager ul li.prev,
.pager ul li.next{
	margin:0 10px;
}
.pager ul li:last-child{
	margin-right:0;
}
.pager ul li:first-child{
	margin-left:0;
}
.pager ul li.prev a:hover,
.pager ul li.next a:hover{
	opacity:1;
}
.pager ul li a:hover{
	background:none;
}


/* .modal-wrap
-----------------------------------------------------------------*/
.modal{
}
.modal p img{
	width:300px;
	height:auto;
}
.modal .txt-box{
	padding:10px 10px 5px;
}
.modal .txt-box p.name{
	font-size:12px;
}
.modal .txt-box p.country{
	font-size:11px;
}



}