@charset "shift-jis";

@import "main.css";

.exLink {
	padding-left:18px;
	background:url(../img/i_popup_s.gif) no-repeat 0 5px;
}

/*-----------------------------------------------*/
/*                    pageTopics                 */
/*-----------------------------------------------*/

dl {
	width:705px;
	padding:3px 5px 5px 5px;
	background:url(../img/line_dot.gif) no-repeat left bottom;
	margin:0 10px 5px 10px;
}
dl.last {
	background:none;
	margin-bottom:0;
	padding-bottom:0;
}
dt {
	background:url(../img/arrow_s.gif) no-repeat 0 5px;
	padding-left:10px;
}
dd {
	margin: -18px 0 0 100px;
	padding-left:70px;
}
dd img {
	vertical-align:middle;
}
dl.list {
	width:725px;
	background:none;
	margin:0 0 5px 0;
}
.media dd {
	background:url(../../img/i_media.gif) no-repeat 0 0;
}
.event dd {
	background:url(../../img/i_event.gif) no-repeat 0 0;
}
.press dd {
	background:url(../../img/i_press.gif) no-repeat 0 0;
}
.other dd {
	background:url(../../img/i_other.gif) no-repeat 0 0;
}

/*-----------------------------------------------*/
/*                    boxPhoto                   */
/*-----------------------------------------------*/

.boxPhoto {
	width:715px;
	margin:0 10px;
}
.boxPhoto img {
	float:left;
	margin-right:20px;
}
.boxPhoto .box {
	float:right;
	width:435px;
	padding-top:15px;
}
.boxPhoto .box p {
	width:435px;
}
#mainContents .boxPhoto .box p.arrow {
	width:auto;
	margin-top:25px;
}

/*-----------------------------------------------*/
/*                  boxPhotoTwo                  */
/*-----------------------------------------------*/

.boxPhotoTwo {
  display:flex;
  justify-content:center;
  margin-right:auto;
	margin-left:auto;
}
.boxPhotoTwo li {
	float:left;
	margin-right:15px;
}
.boxPhotoTwo li.last {
	margin-right:0;
}

/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.boxPhoto, .boxPhotoTwo {
	zoom: 1; /* for IE5.5 - IE7 */
}
.boxPhoto:after, .boxPhotoTwo:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
