/*
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=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	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; }
.SpNo { 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: 15px;
	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;
}


/*------------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: 98%;
	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: 90%;
	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: url(/img/parts/shadow.png) repeat-x center bottom;
}
div.GNav ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	background-color: #001f96;
}
div.GNav h2 {
	display: none;
	transition: opacity .3s;
}
div.GNav ul li {
	width: 50%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.GNav ul li#GMBtn03 {
	width: 100%;
	float: none;
}
div.GNav ul li a {
	display: block;
	padding: 0.25em 0;
	border-bottom: 1px solid #fff;
	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.GNav ul li#GMBtn02,
div.GNav ul li#GMBtn05,
div.GNav ul li#GMBtn07 a { border-left: 1px solid #fff; }
div.GNav ul li#GMBtn06 a,
div.GNav ul li#GMBtn07 a { border-bottom: 0 none; }
div.GNav ul li a:hover {
	text-decoration: none;
	color: #ff0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div.IsFixed div.GlNav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div.IsFixed h2 {
	display: block;
	width: 100%;
	transition: opacity .3s;
	background-color: #001f96;
}
div.IsFixed h2 span {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
}
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 { border-top: 1px solid #fff; }


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

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

/*------------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 {
	width: 94%;
	margin: 0 auto 70px;
}
div#TopNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #6a6a6a;
	transition: opacity .3s;
}
div#TopNav ul li:nth-child(2n),
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;
	font-size: 0.93em;
	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-child(2n) 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: 94%;
	margin: -220px auto 50px;
	padding: 220px 0 50px;
	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 {
	display: block;
	width: auto;
	padding: 5px 10px;
	background: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	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.75em;
}
div#Footer address {
	padding: 0.45em 0 50px;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 70%;
	margin: 0 auto 20px;
	overflow: hidden;
}
div#FooterAdd h2 {
	width: 100%;
	margin: 0 auto;
}
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: 80%;
	margin: 0.5em 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: 80%;
	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;
	overflow: hidden;
}
div#Footer table tr td {
	display: block;
	width: auto;
	padding: 0 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	float: left;
}
div#Footer table .FTopSp,
div#Footer table .FTopSp2 { padding-top: .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: 15px;
	padding: 1.45em 0 0;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt dl * { 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%;
}
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}

/*------------SubNav------------------------*/
div#SubNav {
	width: 94%;
	margin: 0 auto 60px;
}
div#SubNav ul {
	width: 90%;
	margin: 0 auto -1%;
	list-style: none;
	overflow: hidden;
}
div#SubNav ul li {
	width: 100%;
	margin-bottom: 1%;
	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 { margin-bottom: 20px; }
div#news div.newsTxt {}

ul.PdfBtn li {
	display: inline-block;
	margin-top: 0.8em;
	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#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 {}
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#case div.Inner ul {
	width: 100%;
	margin: 0 auto -30px;
	list-style: none;
	overflow: hidden;
}
div#case div.Inner ul li {
	width: 100%;
	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: 96%;
	margin: 0 auto;
	overflow: hidden;
}
div#case div.detaList div.BigPho {}
div#case div.detaList div.NoPho {
	width: 94%;
	margin: 0 auto;
}
div#case div.detaList div.SmallPho {
	width: 96%;
	margin: 10px auto 0;
}
div#case div.detaList div.SmallPho ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#case div.detaList div.SmallPho ul li {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	float: left;
}
div#case div.detaList div.SmallPho ul li:nth-child(3n) { 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: 80%;
	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; }