@import url("/css_new/common.css");
/* =========================================

title : 東建ホームメイトカップ
		写真集
scope : /history/index.shtml

last modify :2016/3/16 163_yamamoto

2015/1/22 183_aoyama

============================================ */

/* -------------------------------------------
    defat
------------------------------------------- */
* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

body {
	background:#000;
	color:#000000;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1060px;
	border-top:15px solid #0055ab;
}

a {
	color:#0000ff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#ff0000;
}

h2[id^="day0"] {
  margin: 32px 0 10px;
}

h2[id^="day0"]:before{
  content: none;
}

ol {
	list-style:none;
}

/* -------------------------------------------
    container
------------------------------------------- */

div#container {
}

/* -------------------------------------------
siteroute
------------------------------------------- */

div#siteroute {
	color:#fff;
}

/* -------------------------------------------
   header
------------------------------------------- */
#header_box {
	margin:0px 0px 10px;
	background:url(../image/header_bg.gif) repeat-x 0 bottom !important;
	border-bottom:#fff solid 1px;
}
#header_gallery {
	overflow:hidden;
	margin:0px auto;
	width:1025px;
	position:relative;
	background:url(../image/ttl_image_bg.jpg)  0 0;
}

#header_gallery h1 {
	float:left;
	width:370px;
	color:#fff;
	font-size:32px;
	text-align:left;
	line-height:100%;
	margin:10px 0 0 0;
	height:auto;
}

#header_gallery h1 span {
	display:block;
	margin:4px 0px 5px;
	font-weight:bold;
}

#header_gallery .ttl_image {
	position:absolute;
	top:0;
	left:360px;
}

.navi {
	clear:both;
	overflow:hidden;
	margin:0px 0px 10px;
	font-size:16px;
	font-weight:bold;
}

.navi li {
	float:left;
	height:36px;
	margin:0px 5px 0px 0px;
	background:url(../image/btn_r.gif) no-repeat right 0px;
	line-height:36px;
}

.navi li a {
	display:block;
	margin-right:5px;
	padding:0px 5px 0px 30px;
	background:url(../image/btn_l.gif) no-repeat 0px 0px;
	color:#ff6666;
	font-weight:bold;
	text-align:center;
}

.navi li a:hover {
	color:#ff8282;
}

.navi li span {
	display:block;
	margin-right:5px;
	padding:0px 5px 0px 30px;
	font-weight:bold;
}

.navi li.ac {
	background:url(../image/btn_ac_r.gif) no-repeat right 0px;
}

.navi li.ac span {
	background:url(../image/btn_ac_l.gif) no-repeat 0px 0px;
	color:#fff;
}

.navi li.no {
	background:url(../image/btn_r_gr.gif) no-repeat right 0px;
}

.navi li.no span {
	background:url(../image/btn_l_gr.gif) no-repeat 0px 0px;
	color:#999;
}


/* -------------------------------------------
   main
------------------------------------------- */
#main_gallery {
	width:1010px;
	margin:0px auto;
}

/* -------------------------------------------
   gallery_box
------------------------------------------- */
#gallery_box {
	clear:both;
	width:938px;
	margin: 0 auto;
}

#gallery_box .photo_box {
	clear:both;
	max-width:918px;
	margin: 0 auto;
	overflow:hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.separate_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#gallery_box div {
	margin:10px 0 0 0;
}

#gallery_box .mt0 {margin-top: 0;}

.w100 {
	width: 100%;
}


.img01 img {
	width: 454px;
	height: 560px;
}

.img02 img {
	width: 454px;
	height: 258px;
}

.img03 img {
	width: 222px;
	height: 292px;
}

.img04 img {
	width: 454px;
	height: 292px;
}

.img05 img {
	width: 299px;
	height: 205px;
}

.img06 img {
	width: 299px;
	height: 206px;
}

.img07 img {
	width: 222px;
	height: 258px;
}

.img08 img {
	width: 454px;
	height: 258px;
}

/* -------------------------------------------
   footer_box
------------------------------------------- */
#footer_box {
	margin:30px 0px;
	padding:10px 0px;
	border-top:#666 solid 1px;
	color:#fff;
	text-align:center;
}

/* 1024pxまでのモニタに対応 */
@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px)
 and (-webkit-min-device-pixel-ratio: 2)
	{
	#overlay{
		min-width:1030px!important;
}
	}


/* -------------------------------------------
  180226 add
------------------------------------------- */
#header_box .header_2018 {
  background: url(../2018/image/ttl-image-bg.jpg) 0 0 no-repeat;
}
