@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Changa+One);

/*

	Primary Styles
	
*/

#textsizer-classnames {
  float: right;
  padding-top: 13px;
}

ul.textresizer
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
	ul.textresizer li
	{
		display: inline;
		margin: 0px;
		margin-right: 5px;
		padding: 0px;
	}

	ul.textresizer a
	{
		border: solid 1px #999;
		background: #FFFFFF;
		padding: 2px 3px;
		font-weight: bold;
		text-decoration: none;
	}

	ul.textresizer a:hover
	{
		background: #4074B4;
		border: solid 1px #cccccc;
		color: #FFFFFF;
	}

	ul.textresizer .small-text
	{
		font-size: 100%;
	}

	ul.textresizer .medium-text
	{
		font-size: 120%;
	}

	ul.textresizer .large-text
	{
		font-size: 140%;
	}

	ul.textresizer a.textresizer-active
	{
		border: solid 1px #2B562B;
		background: #4074B4;
		color: #FFFFFF;
	}

ul.phonemenu .hover {
background:#F00!important;
}

ul.phonemenu2 {
    margin: 0 0 0 10px;
}

ul.phonemenu2 li {
    margin: 0 0 15px 0;
    list-style-type: none;
    font-size: 100%;
}

ul.phonemenu2 li ul {
    padding: 15px 0 0 10px;
    background-image: url(lineV.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

ul.phonemenu2 li ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    font-size: 100%;
    background-image: url(lineH.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

ul.phonemenu2 li ul li.last {
    background-image: none;
}

.nopc .headcolor a.collapsed:after {
content: "▼";
}

.nopc .headcolor a:after {
content: "▲";
}

.nopc {
margin-bottom: 0;
}

.headcolor {
background-image: -moz-linear-gradient(top, #00469B, #4074B4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00469B), to(#4074B4));
background-image: -webkit-linear-gradient(top, #00469B, #4074B4);
background-image: -o-linear-gradient(top, #00469B, #4074B4);
background-image: linear-gradient(to bottom, #00469B, #4074B4);
background-repeat: repeat-x;
}

.headcolor a {
color: #FFFFFF;
font-weight: bold;
padding: 15px!important;
}

ul.phonemenu, ul.phonemenu li ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
} 
 
ul.phonemenu a{ 
  display: block; 
  color: #feffff;
  padding: 10px 10px;
  border-bottom: 1px dashed #999999;
} 
 
ul.phonemenu { 

} 
 
ul.phonemenu li ul {
} 

ul.phonemenu li a {
  padding-left: 10px;
  background-color: #CCCCCC;
  color: #555555;
} 

ul.phonemenu li li a {
  padding-left: 25px;
  background-color: #EEEEEE;
  color: #555555;
} 

ul.phonemenu li li li a {
  padding-left: 35px;
  background-color: #FFFFFF;
  color: #555555;
} 

ul.phonemenu li a:hover,
ul.phonemenu li li a:hover,
ul.phonemenu li li li a:hover {
  background-color: #4074B4;
  color: #FFFFFF;
}

.hover{
  background-color:#4074B4;
  color: #FFFFFF;
}

html,body {
	min-height: 1000px;
	margin:0;
	padding:0;
}

body {
	width:100%;

	background: #FFFFFF;
	background: url(assets/images/common/back-image.png) repeat-x;

	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#333;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/*

	Layout
	
*/

#container {

	width: 980px;

	text-align:left;
	position:relative;
	margin:0 auto;

	padding: 0;

}

header {

}

header h1 {
	font-size:86%;
	font-weight: bold;
	line-height: 1.4;
	height: 16px;
	color:#FFFFFF;
	background:#00469B;
	margin: 0;
	padding: 5px;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
}

header img.logo {
float: left;
}

header img.logo2 {
float: right;
}

header .headinfo {
	position:absolute;
	top:50px;
	right:0px;
	line-height:1.0;
	text-align:center;
}

header .headinfo .tel {
	font-size:160%;
	font-family: 'Changa One', cursive;
	color:#00469B;
}

#full {
	position:relative;
	margin:0 0 0 0;
}

#glo {
	width: 100%;
	height: 5px;
	background: -moz-linear-gradient(top, #236A23, #236A23);
	background: -webkit-gradient(linear, left top, left bottom, from(#236A23), to(#236A23));
	background: -o-linear-gradient(top, #236A23, #236A23);
	background: linear-gradient(top, #236A23, #236A23);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#236A23, endcolorstr=#236A23));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#236A23, endcolorstr=#236A23))";
	zoom: 1;
}

#content {
	padding:10px 0 0;
	clear:both;
}

#pan {
	text-align:right;
	margin-bottom: 15px;
}

#column1 #primary {
	float: none;
}

#column1 aside {
	display: none;
}

#column2 #primary,
#column3 aside {
	float: right;
}

#column3 #primary,
#column4 #primary,
#column2 aside,
#column4 aside  {
	float: left;
}

#column4 #primary  {
	margin-left: 15px;
}

#primary {

	width:770px;

	display:inline;
}

	#primary.small-text
	{
		font-size: 100%;
	}

	#primary.medium-text
	{
		font-size: 120%;
	}

	#primary.large-text
	{
		font-size: 140%;
	}

#primary .date {
	font-size: 120%;
	font-weight: bold;
}

#primary p {
	padding: 0 10px;
}

#primary p.topword {
	color:#CC9900;
	font-weight:bold;
	text-align:center;
	font-size:250%;
	/*font-family:serif;*/
	text-shadow:2px 2px 2px #CCCCCC;
	margin-bottom:15px;
	line-height:1.4;
}



#primary #img_banner img {
	max-width:100%;
}

#primary .wp-caption img {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

#primary #map img,
img.noborder {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

img.req {
	vertical-align:-0.2em;
	margin-left:10px;
}

v-middle {
	vertical-align: middle!important;
}

#img_banner {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
}

#img_banner .inner-color {
  width: 100%;
  height: 30px;
  background: #00469B;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#img_banner .inner {
  width: 100%;
  height: 110px;
background: url(assets/images/common/banner_frame5.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#img_banner span {
  font-size: 16px;
  position: absolute;
  bottom: 3px;
  left: 10px;
  line-height: 1.6em;
  font-weight: bold;
  color: #00469B;
  z-index: 3;
}

#img_banner img {
border: 0;
padding: 0;
}

.nopc {
	display: none;
}

address {
        padding: 10px;
}

aside {
	width:195px;
	display:inline;
}

.rightbar {
	float: right;
	width:195px;
}

aside img {
	max-width:195px;
	margin: 0 auto 7px;
}

.page_back {
	text-align: right;
}

footer {
	clear: both;
	margin-top: 20px;
	padding: 10px 10px;

	border-top:5px solid #4074B4;
	background:#00469B;

}

footer .inner {
	width: 900px;
	position:relative;
	margin:0 auto;
	color:#FFFFFF;
}

footer .footinfo {
	float:left;
	margin-left:10px;
}

footer .footcomm {
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 10px;
}

footer .footmenu {
	text-align: center;
	margin: 0 auto 10px;
}

footer .foottitle {
	font-size:120%;
	font-weight:bold;
}

footer .footmenu ul {
	margin:0;
	padding:0;
}

footer .footmenu ul li {
	display:inline;
	margin:0;
	padding:0 10px 0 8px;
	border-right:1px solid #FFFFFF;
}

footer .footmenu ul li:last-child {
	border-right:0;
}

footer .footmenu ul li a {
	color: #FFFFFF;
}

footer .footmenu ul li a:hover {
	color: #59A1FA;
}

#copy {
	clear:both;
	text-align:center;
	padding:5px 0 10px;
	background: #FFFFFF;
	color: #00469B;
}

ul.sitemap li a {
	padding: 5px;
	border:1px solid #999999;
	background: #FFFFCC;
}

ul.sitemap ul li a {
	padding:5px;
	border:1px solid #999999;
	background: #FFFFEE;
}

dl.news {
	padding: 0 15px;
}

dl.news p {
	margin: 0;
}

dl.news dt {
  	clear: left;
  	float: left;
	color: #00469B;
  	/*width: 2em;*/
	font-size: 100%;
	padding: 7px 0 5px 0.8em;
	margin: 0;
	background: transparent url(/thumb/phpThumb.php?new=00469B&w=7&h=7&fltr[]=mask|/wp-content/themes/fff/images/rightarrow.png&f=png) no-repeat left 1.0em;
}

dl.news dd {
	margin-left: 0;
	padding: 7px 0.8em 5px 7em;
	border-bottom: 1px dashed #00469B;
}

.button_top,
.button_o {
	margin-top: 10px;
	padding: 5px 13px !important;
	background-color: #00469B;
	border: 3px double #FFFFFF;
}

.button_o a {
	color: #FFFFFF;
}

.button_o a:hover {
	color: #FFFF00;
}

a:hover img.hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/*
	
	Helper Classes
	
*/

.first {
	margin-left:0!important;
}

.last {
	margin-right:0!important;
}

.left {
	float:left;
	margin-right:1em;
}

.right {
	float:right;
	margin-left:1em;
}

.center {
	text-align:center;
}





/*
	
	Demo-Specific CSS
	
*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 0px 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0!important;
  padding: 0!important;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.85);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;

  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 5px 15px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/*---------------------------------
	MENU LAYOUT
	DO NOT EDIT This Section (unless you know what you are doing)
-----------------------------------*/
.menu{
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	line-height: 100%;
	font-size: 0;
	position: relative;
	z-index: 1000;
}

	.menu:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
	.menu li{margin:0;padding:0;list-style-type:none;float:left;display:inline-block;*display:inline;position:relative;zoom:1;line-height:inherit;
	top:0;left:0;font-size:16px; /* fixed font-size to replace font-size:0 in parent .menu 1em/16px default */}
		.menu li a{margin:0;padding:0;display:block;display:inline;display:inline-block;position:relative;zoom:1;line-height:100%;top:0;left:0;}
	
/*--------------Sub Menus-------------------*/
	/*.menu li:hover > ul{display:block;}*/
	.menu ul{margin:0;padding:0;position: absolute;top:100%;left:0;display:none;min-width:150px;max-width:150%;*width:150px;}
	.menu ul li{display:block;width:100%;}
	.menu ul li a{display:block;}
		.menu ul ul{top:0;left:100%;}
		
/*--------------Dividers-------------------*/		
	.menu ul li.divider{border-top:1px solid #ccc;}
	.menu ul li.divider a{border-top:1px solid #fff;}
	
/*--------------Arrows-------------------*/
	.menu li.has-menu a{padding-right:25px;}
	.menu li.has-menu span.arrow{border-style:solid;border-width:5px;
	display:block;position:absolute;top:50%;right:5px;font-size:0;line-height:0;height:0;width:0;}
	.menu li li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Menu Layout-------------------*/
.menu.vertical{background:#FFFFFF; border:0 solid #FFF;width:100%;}
	.menu.vertical li{display:block;}
	.menu.vertical li{margin-bottom:10px;background:#FFF000;}
	.menu.vertical li a{display:block;padding:0;height:52px;text-indent:20px;line-height:52px;}
	.menu.vertical ul{top:5px;left:101%;}
	.menu.vertical ul ul{top:0;left:100%;}
	.menu.vertical li.has-menu span.arrow{margin-top:-4px; margin-bottom:0;}
	.menu.vertical li li {margin-bottom:0;background-color:#EEE;background-image:none;border:0px solid #ccc;}
	.menu.vertical li.has-menu li a {height:auto;background-image:none;padding:15px 20px;text-indent:0;line-height:1;}
	.menu.vertical li.has-menu li a:hover {background: #f5f5f5;}

<p>記事はありません。</p>

<p>記事はありません。</p>

/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right{text-align:right;}
	.menu.vertical.right ul{top:5px;right:101%;left:auto;}
	.menu.vertical.right li a{padding-left:25px;padding-right:20px;}
	.menu.vertical.right li.has-menu span.arrow{right:auto;left:5px;margin-top:-4px;}
	
	.menu.vertical.right li li {margin-bottom:0;background-color:#EEE;background-image:none;border:0px solid #ccc;}
	.menu.vertical.right li.has-menu li a {height:auto;background-image:none;padding:15px 20px;text-indent:0;line-height:1;}
	.menu.vertical.right li.has-menu li a:hover {background: #f5f5f5;}
	
/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{

border-width: 1px 0px;
border-style: solid;
border-color: #ccc;

text-shadow:0px 1px 1px #fff;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
z-index:600;
}

	.menu li{}
	
		.menu li a{
		padding:15px 20px;
		text-decoration:none;
		font-size:0.9em;
		color: #000000;
		}

		.menu.vertical li a{
		color: #3B3B3B;
		}
		
		.menu li.current>a,
		.menu li.current>a:hover,
		.menu li.current.hover>a{
		background: rgb(64, 116, 180); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(64, 116, 180,1) 0%, rgba(70, 127, 196,1) 44%, rgba(77, 138, 214,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64, 116, 180,1)), color-stop(44%,rgba(70, 127, 196,1)), color-stop(100%,rgba(77, 138, 214,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(64, 116, 180,1) 0%,rgba(70, 127, 196,1) 44%,rgba(77, 138, 214,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(64, 116, 180,1) 0%,rgba(70, 127, 196,1) 44%,rgba(77, 138, 214,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(64, 116, 180,1) 0%,rgba(70, 127, 196,1) 44%,rgba(77, 138, 214,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(64, 116, 180,1) 0%,rgba(70, 127, 196,1) 44%,rgba(77, 138, 214,1) 100%); /* W3C */
		color:#fff;
		text-shadow:0px -1px 0px rgba(0,0,0,0.2);
		cursor: default;
		}
		
		.menu li a:hover,
		.menu li.hover>a{
		background:#f5f5f5;
		}
		
	/* sub menus */
	.menu ul{
	background: #efefef;
	border:1px solid #ccc;
	}
	
	.menu ul li{}
	.menu ul li a,
	.menu.vertical ul li a{color:#777777;}
	
		/* sub-sub menus */
		.menu ul ul{}
		.menu ul ul li{}
		.menu ul ul li a{}
		
	/* arrows */
	/* arrow down */  .menu li.has-menu span.arrow{border-color-top:#00469B;border-color:#00469B transparent transparent transparent;}
	/* arrow left */  .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
					   {border-color-left:#00469B;border-color:transparent transparent transparent #00469B;}
	/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#00469B;border-color:transparent #00469B transparent transparent;}
	
	/* dividers */ 	  .menu ul li.divider{border-top:1px solid #ccc;}
					  .menu ul li.divider a{border-top:1px solid #fff;}
					  
	/* icons */
	.menu .icon{margin:-10px 7px -10px -5px;vertical-align: middle;}
	.menu ul .icon{margin-left:-10px;}

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/*
	
	Media Queries for Mobile Support
	
*/

/*タブレット用*/
@media only screen
and (max-width : 940px) {

	body {
		background:#FFF;
	}

	#container {
		width:95%;
		border: 0px;
		padding: 0;
		-moz-box-shadow: 0px 0px 0px #999;
		-webkit-box-shadow: 0px 0px 0px #999;
	}
	
	.tagline p {
		font-size: 20px;
	}
	
	#full {
		width:100%;
	}

	.space {
		margin-bottom:15px;
	}

	#column1 #primary,
	#column2 #primary,
	#column3 #primary,
	#column1 aside,
	#column2 aside,
	#column3 aside {
		float: none;
		clear: both;
	}

	.forpc {
 		display: none;
	}

	.nopc {
		display: block;
	}

	aside h2 {
		margin-left:0;
	}

	aside #cominfo {
 		display: none;
	}

	aside img {
		display: block;
		max-width: 100%;
		margin: 0 auto 5px;
	}

	.banner h2 span {
		font-size:50%;
		padding:20px;
	}

	footer .inner {
		width: auto;
	}

}

/*スマホ用*/
@media only screen
and (max-width : 480px) {

	header {
		height:auto;
	}

	header img.logo,
	header img.logo2 {
		display: block;
		float: none;
		margin: 0 auto;
	}

	header .headinfo {
		position:static;
		padding:10px 0;
		margin:5px 0;
		border-top:1px dashed #999999;
		border-bottom:1px dashed #999999;
	}

	#container {
		width:95%;
		font-size: 80%;
		padding: 0;
	}

	#primary img {
		max-width:98%;
	}
	.rslides img {
		max-width:100%!important;
	}
	#full {
		width:100%;
	}

	footer .footinfo,
	footer .footmenu {
		float:none;
	}

	aside h2 {
		margin-left:0;
	}
}

span.t1:before {
    content: "Sample ";
    }

.page_back {
  text-align: right;
  margin: 20px 10px 10px 10px;
  }

.list_box {
  border: 1px solid #00469B;
  margin: 15px auto 0px auto;
  padding: 5px;
  width: 590px;
  }

.list_box .title {
  padding: 5px;
  border-left: 8px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  background: #EEEEEE;
  }

.list_box .com {
  padding-left: 5px;
  }

.list_box .pic {
  width: 120px;
  float: right;
  margin-left: 7px;
  }

.detail_box {
  margin: 15px auto 15px auto;
  padding: 5px;
  width: 530px;
  }

.detail_box .com {
  padding-left: 5px;
  }

.detail_box .pic {
  width: 150px;
  float: left;
  margin-right: 10px;
  }

#page_index {
  margin: 25px 80px 0px 80px;
  padding: 5px 0;
  float: none;
  }

#page_index div.before {
  float: left;
  width: 60px;
  font-size: 12px;
  }

#page_index div.before a {
  display: inline-block;
  padding: 3px 5px 3px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://www.izumi-kensetsu.net/assets/images/common/prev.gif) no-repeat 5px 50%;
  }

#page_index div.next {
  float: right;
  width: 60px;
  text-align: right;
  font-size: 12px;
  }

#page_index div.next a {
  display: inline-block;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://www.izumi-kensetsu.net/assets/images/common/next.gif) no-repeat 3.0em 50%;
  }

#page_index div.pager {
  padding: 2px 70px 0 70px;
  text-align: center;
  font-size: 12px;
  }

#page_index div.pager a {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  }

#page_index div.pager a:hover {
  border: 1px solid #98b4e6;
  background: #adc3e1;
  }

#page_index div.pager span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #cadfeb;
  font-weight: bold;
  background: #dae9f4;
  }


#gallery_list_wrapper {
  width: 636px;
  overflow: hedden;
  margin: 15px 0 10px 0;
  padding: 0;
}
.gallery_box {
  display: inline;
  background-color: #EFEFEF;
  float: left;
  margin: 0 4px 4px 0;
  padding: 6px;
  width: 190px;
  }
.gallery_link a img {
  display: block;
  margin: 0 auto;
}
.gallery_title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 0;
}
.gallery_more {
  text-align: right;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px;
}
.gallery_more a {
  display: inline-block;
  padding: 3px 5px 3px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://www.izumi-kensetsu.net/assets/images/common/next.gif) no-repeat 0.3em 50%;
}
#gallery_main_left {
  float: left;
  width: 280px;
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
}
#gallery_main_right {
  float: right;
  width: 325px;
  margin: 15px 0 0 0;
  padding: 0;
}
#main_pic {
  margin: 0 0 10px 0;
  padding: 0;
}
#main_pic a img {
  display: block;
  margin: 0 auto;
}
#gallery_desc_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  margin: 0 0 15px 0;
}
.gallery_desc01 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.gallery_desc02 {
  font-size: 14px;
  margin: 0 0 15px 0;
}
#gallery_img {
  width: 636px;
  overflow: hedden;
  margin: 10px 0 0 0;
  padding: 0;
}
.gallery_pic {
  display: inline;
  float: left;
  overflow: hidden;
  width: 192px;
  height: 170px;
  margin: 0 16px 0 0;
  padding: 0;
  line-height: 1.8;
  text-align: center;
}
.gallery_pic a img {
  display: block;
  margin: 0 auto;
}



.izumi_flex_main {
  display: flex;
  justify-content: center;
flex-wrap:wrap;
justify-content:space-between;
  align-content: stretch;
}
.izumi_flex_main section {
  margin: 10px;
  background: #efefef;
  padding: 15px;
  text-align: center;
max-width:440px;
}
.izumi_flex_main p {
  margin-top: 10px;
  text-align: left;
}