/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	color: #004a99;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 2%;
	right: 3%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------TopAnima---------------------------------------------------------------*/
div#TopAnima { display: none; }


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(/img/parts/header_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#Header h1 {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
	color: #fff;
}

/*------------Logo------------------------------------------------------------*/
div#InHeader {
	width: 100%;
	margin: 0 auto;
	padding: 0.3em 0 45px 0;
	background-color: rgba(0, 31, 150, 0.6);
	overflow: hidden;
}
div#InHeader h2 {
	width: 360px;
	margin: 30px auto 0;
}
div#InHeader h2 a {
	display: block;
	height: 0;
	padding-top: 37.80864197530864%;
	background-image: url(/img/parts/header_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InHeader h2 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*------------Global------------------------------------------------------------*/
.IsFixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
div#Global {
	width: 100%;
	padding-bottom: 16px;
	background-image: url(/img/pc/gm_bg.png) , url(/img/parts/shadow.png);
	background-position: center top , center bottom;
	background-repeat: repeat-x;
}
div.GNav ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div.GNav h2 {
	display: none;
	transition: opacity .3s;
}
div.GNav ul li {
	width: 16.66666666666667%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.GNav ul li#GMBtn00 { display: none; }
div.GNav ul li#GMBtn01 { background-image: url(/img/pc/gmbtn01.png); }
div.GNav ul li#GMBtn02 { background-image: url(/img/pc/gmbtn02.png); }
div.GNav ul li#GMBtn03 { background-image: url(/img/pc/gmbtn03.png); }
div.GNav ul li#GMBtn04 { background-image: url(/img/pc/gmbtn04.png); }
div.GNav ul li#GMBtn05 { background-image: url(/img/pc/gmbtn05.png); }
div.GNav ul li#GMBtn06 { background-image: url(/img/pc/gmbtn06.png); }
div.GNav ul li#GMBtn07 { display: none; }
div.GNav ul li a {
	display: block;
	position: relative;
	height: 60px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div.GNav ul li#GMBtn01 a { background-image: url(/img/pc/gmbtn01.png); }
div.GNav ul li#GMBtn02 a { background-image: url(/img/pc/gmbtn02.png); }
div.GNav ul li#GMBtn03 a { background-image: url(/img/pc/gmbtn03.png); }
div.GNav ul li#GMBtn04 a { background-image: url(/img/pc/gmbtn04.png); }
div.GNav ul li#GMBtn05 a { background-image: url(/img/pc/gmbtn05.png); }
div.GNav ul li#GMBtn06 a { background-image: url(/img/pc/gmbtn06.png); }
div.GNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 14%;
	border-right: 1px solid #fff;
	content: "";
	top: 46%;
	right: 0;
}
div.GNav ul li:nth-last-of-type(1) a:after { border-right: 0 none; }
div.GNav ul li a:hover {
	background-position: center bottom;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div.IsFixed div.GlNav {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
div.IsFixed h2 {
	display: block;
	width: 200px;
	padding-top: 0.45em;
	transition: opacity .3s;
	float: left;
}
div.IsFixed h2 a {
	display: block;
	height: 0;
	padding-top: 21.42857142857143%;
	background-image: url(/img/pc/gm_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.IsFixed h2 a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div.IsFixed ul {
	width: 780px;
	float: right;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
	padding-top: 55px;
}

/*------------Title------------------------------------*/
div#Title { margin-bottom: 45px; }
div#Title h2 {
	padding-bottom: 0.45em;
	background: url(/img/parts/title_line01.png) no-repeat center bottom;
	line-height: 1.15;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.37em;
	font-weight: bolder;
}

/*------------TopNav------------------------------------*/
div#TopNav { margin: 0 auto 60px; }
div#TopNav ul {
	width: 100%;
	margin-bottom: -10px;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 220px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #6a6a6a;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-child(4n),
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	position: relative;
	padding: 0.55em 1.5em 0.4em;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 100%;
	background: url(/img/parts/btn_arrow.png) no-repeat right center;
	content: "";
	top: 0;
	right: 10px;
}
div#TopNav ul li:nth-last-of-type(1) a:after { border-right: 0 none; }
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 980px;
	margin: -100px auto 90px;
	padding: 100px 0 90px;
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	width: auto;
	padding: 10px 20px;
	background: #eaeaea;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	margin-bottom: 40px;
	padding-bottom: 0.45em;
	background: url(/img/parts/title_line02.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.12em;
	font-weight: bolder;
	color: #001f96;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding: 0 0.45em 0.35em;
	background: url(/img/parts/title_line03.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 1.68em;
}
div.Inner {
	width: 100%;
	margin: 30px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 80px;
	font-size: 0.8em;
}
div#Footer address {
	padding: 0.45em 0 50px;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 340px;
	margin: 0 auto 20px;
	overflow: hidden;
}
div#FooterAdd h2 { width: 100%; }
div#FooterAdd h2 a {
	display: block;
	height: 0;
	padding-top: 11.17647058823529%;
	background-image: url(/img/parts/footer_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd dl {
	width: 250px;
	margin: 5px auto 0;
}
div#FooterAdd dl dt { display: none; }
div#FooterAdd dl dd span,
div#FooterAdd dl dd a {
	display: block;
	height: 0;
	padding-top: 12%;
	background: url(/img/parts/footer_tel.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd ul {
	width: 250px;
	margin: 15px auto 0;
	list-style: none;
	overflow: hidden;
}
div#FooterAdd ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}
/*------------InFooter------------------------*/
div#Footer table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#Footer table tr td {
	width: auto;
	padding: 0 20px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
div#Footer table .FTopSp,
div#Footer table .FTopSp2 { padding-top: 1.5em; }
div#Footer table tr td ul { list-style: none; }
div#Footer table tr td ul li a {
	font-weight: bolder;
	color: #001f96;
}
div#Footer table .FTopSp a,
div#Footer table tr td ul li ul li a {
	font-weight: normal;
	color: #2a2b2b;
}
div#Footer table tr td ul li ul li:before {
	padding: 0 0.2em 0 0.5em;
	content: "\00ff5c";
}
div#Footer table tr td ul ul ul ul li {
	padding: 0 0 0 1em;
}
div#Footer table tr td ul li ul li ul li:before {
	padding: 0 0.2em 0 1.5em;
	content: "\0030fb";
}
div#Footer table .FTopSp ul li:before {
	padding: 0 0.2em 0 0;
	content: "\00ff5c";
}
div#Footer table .FTopSp ul li ul li:before {
	padding: 0 0.2em 0 1em;
	content: "\0030fb";
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin-top: 20px;
	padding: 1.45em 0 0;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt * { display: inline; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
	float: left;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
	text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}

/*------------SubNav------------------------*/
div#SubNav { margin: 0 auto 60px; }
div#SubNav ul {
	width: 100%;
	margin-bottom: -10px;
	list-style: none;
	overflow: hidden;
}
div#SubNav ul li {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #4d80b8;
	float: left;
	transition: opacity .3s;
}
div#SubNav ul li:nth-child(3n),
div#SubNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#SubNav ul li a {
	display: block;
	position: relative;
	padding: 0.55em 1.5em 0.4em;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 0.87em;
	color: #fff;
	transition: opacity .3s;
}
div#SubNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 100%;
	background: url(/img/parts/btn_arrow.png) no-repeat right center;
	content: "";
	top: 0;
	right: 10px;
}
div#SubNav ul li:nth-last-of-type(1) a:after { border-right: 0 none; }
div#SubNav ul li:hover,
div#SubNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}


/*------------新着情報---------------------------------------------------------------*/
div#news div.DayTxt {
	margin-bottom: 1.5em;
	text-align: right;
	font-weight: bolder;
	color: #001f96;
}
div#news p + p,
div#news p + .gallery { margin-top: 1em; }
div#news div.newsPho {
	width: 400px;
	float: right;
}
div#news div.newsTxt {
	width: 560px;
	float: left;
}

ul.PdfBtn li {
	display: inline-block;
	margin-top: 0.8em;
	margin-right: 1em;
	background: #6a6a6a;
	transition: opacity .3s;
}
ul.PdfBtn li a {
	display: block;
	position: relative;
	padding: 0.35em 2.5em 0.3em;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #fff;
	transition: opacity .3s;
}
ul.PdfBtn li a:before {
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	content: "";
	background: url(/img/parts/btn_arrow.png) no-repeat left center;
	transition: opacity .3s;
	top: 0;
	right: 10px;
}
ul.PdfBtn li:hover,
ul.PdfBtn li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}


/*------------採用情報---------------------------------------------------------------*/
div.recTopNav { width: 700px; }
div#method div#SubNav { width: 940px; }
div#method h5 {
	margin-bottom: 15px;
	padding: 0 0.45em 0.35em;
	border-bottom: 1px solid #4f8fff;
	line-height: 1.2;
	font-size: 1.37em;
	color: #4f8fff;
}
div#method table tr th {
	width: 12.5%;
	white-space: nowrap;
}
div#method div.entryTxt p { text-align: center; }
div#method div#conBtn {
	width: 300px;
	margin: 40px auto 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 );
	border: 1px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
div#method div#conBtn a {
	display: block;
	position: relative;
	padding: 0.6em 2.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.87em;
	transition: opacity .3s;
}
div#method div#conBtn a:after {
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	content: "";
	background: url(/img/pc/works/btn_arrow.png) no-repeat left center;
	transition: opacity .3s;
	top: 0;
	right: 10px;
}
div#method div#conBtn:hover,
div#method div#conBtn a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}


/*------------施工事例---------------------------------------------------------------*/
div.caseTopNav { width: 700px; }
div#case div#SubNav { width: 940px; }
/*一覧*/
div#case div.Inner ul {
	width: 100%;
	margin: 0 auto -30px;
	list-style: none;
	overflow: hidden;
}
div#case div.Inner ul li {
	width: 310px;
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
}
div#case div.Inner ul li:nth-child(3n) { margin-right: 0; }
div#case div.Inner ul li p {
	margin-top: 0.35em;
	line-height: 1.2;
	text-align: center;
}
div#case div.Inner ul li div.Detail {
	width: 60%;
	margin: 0.55em auto 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 );
	border: 1px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
div#case div.Inner ul li div.Detail a {
	display: block;
	position: relative;
	padding: 0.35em 2.5em 0.3em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.87em;
	transition: opacity .3s;
}
div#case div.Inner ul li div.Detail a:before {
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	content: "";
	background: url(/img/pc/works/btn_arrow.png) no-repeat left center;
	transition: opacity .3s;
	top: 0;
	right: 10px;
}
div#case div.Inner ul li div.Detail:hover,
div#case div.Inner ul li div.Detail a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
}
/*詳細*/
div#case div.detaList h5 {
	margin-bottom: 15px;
	padding: 0 0.45em 0.35em;
	border-bottom: 1px solid #4f8fff;
	line-height: 1.2;
	font-size: 1.37em;
	color: #4f8fff;
}
div#case div.detaList div.PhoList {
	width: 100%;
	overflow: hidden;
}
div#case div.detaList div.BigPho {
	width: 600px;
	float: left;
}
div#case div.detaList div.NoPho {
	width: 800px;
	margin: 0 auto;
}
div#case div.detaList div.SmallPho {
	width: 360px;
	float: right;
}
div#case div.detaList div.SmallPho ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#case div.detaList div.SmallPho ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
div#case div.detaList div.SmallPho ul li:nth-child(2n) { margin-right: 0; }
div#case div.detaList div.caseTxt { margin-top: 20px; }
div#case div.detaList div.caseTxt p + p,
div#case div.detaList div.caseTxt table { margin-top: 0.8em; }
div#case div.detaList div.caseTxt table tr th {
	width: 18.5%;
	white-space: nowrap;
}
div#case div#PerList {
	width: 40%;
	margin: 0.55em auto 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 );
	border: 1px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
div#case div#PerList a {
	display: block;
	position: relative;
	padding: 0.6em 2.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.87em;
	transition: opacity .3s;
}
div#case div#PerList a:before {
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	content: "";
	background: url(/img/pc/works/btn_arrow.png) no-repeat left center;
	transition: opacity .3s;
	top: 0;
	right: 10px;
}
div#case div#PerList:hover,
div#case div#PerList a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
}

/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2em;
	color: #ff1d25;
}


/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #001f96;
	line-height: 1.2;
	color: #001f96;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #001f96;
	background: #001f96;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 70px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a,
div.PageSend01 p a { color: #001f96; }
div.PageSend01 p { text-align: center; }


/*------------404---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }