/*
Theme Name: Aquas_New2015
Description: AQUAS Renewal Design
Theme URI: http://www.e-aquas.com
Author: Kaneto
*/
@charset "UTF-8";

/****************************************
          General Setting
*****************************************/

body {
	color: #333;
	font-size: 14px;
	font-family:
		Verdana, Arial,
		'メイリオ',
		Meiryo,
		Osaka,
		'ＭＳ Ｐゴシック',
		sans-serif;
	line-height: 160%;
}

h1 {
	font-size: 240%;
}
h2 {
	font-size: 200%;
	color: #3966AD;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}



/****************************************
          Link
*****************************************/

a {
	color: #3966AF;
}
a:hover {
	color: #89a4d0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #4d81af;
}
#breadcrumb li a {
    color: #666;
}
#breadcrumb li a:hover {
    color: #AAA;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	position: relative;
	margin-bottom: 12px;
	padding: 40px 0 0;
	border-bottom: 0px solid #ddd;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 30px;
		width: auto;
	}
	#header .alignright{
		width: 280px;
/*		width: 125px;*/
	}

#main {
	float: left;
	width: 660px;
	margin-left: 10px;
}

#sidebar {
	float: right;
	width: 300px;
	margin-right: 10px;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#worksMain {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#pageMain {
    width: 980px;
    margin: 0 auto;
}

#footer {
	clear: both;
	background: #125895;
	color: #fff;
	padding-top: 2px;
	border-top: 3px double #4d81af;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo{
	margin-top: 15px;
	margin-bottom: 15px;
}

#logo a{
	border: none;
}

#description {
	margin-top: 0;
	color: #777;
}

#searchform{
	position: relative;
	margin-top: 15px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}
/* no use */
#headContactBtn {
    background-color: #3966AD;
    border-radius: 0 0 5px 5px;
    padding: 4px 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
	right: 0;
    width: 125px;
    text-align: center;
	font-size: 0.92em;
}
#headContactBtn a {
    color: white;
    display: block;
}
/* new head Link Btns */
#head3Btns {
	position: absolute;
	top: 20px;
	display: flex;
	justify-content: flex-end;
}
#head3Btns li {
	margin: 0 8px;
	font-size: 12px;
	line-height: 160%;
}
#head3Btns li::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	vertical-align: text-bottom;
	margin-right: 4px;
}
#head3Btns li:first-child::before { background-image: url(images/head_r_btn_com.png);}
#head3Btns li:nth-child(2)::before {background-image: url(images/head_r_btn_biz.png);}
#head3Btns li:last-child::before {background-image: url(images/head_r_btn_mail.png);}

/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	z-index: 1000;
}
	#header div.menu > ul,
	#header ul.menu{
		border-left: 0px solid #ddd;
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		border-top: 0px solid #ddd;
		border-right: 0px solid #ddd;
		border-bottom: 0px solid #ddd;
	}
		#header .menu li a{
			display: block;
			padding: 0;
			border-bottom: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 0px solid #fff;
		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left: 0px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 240px;
			border: 0px solid #ddd;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}
			#header .sub-menu li a,
			#header .children li a{
				padding: .5em 1em;
				border-bottom: 1px solid #FAFAFA;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:0px;
				left:240px;
			}
				#header .menu li:hover > ul{
					display: block;
				}
				#header .menu li > ul li a:hover {
					background-color: #3966AF;
					color: #FFF;
				}


/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
    margin-top: 0px;
	margin-bottom: 20px;
    padding: 2px 10px;
    background-color: #DFEAF3;
    border-radius: 8px;
}
#breadcrumb ul {
    margin-bottom: 0;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
    font-size: 82%;
    color: #888;
}

/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}
#main .mainTopics,
#main .whatsNew {
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
	margin-right: 30px;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          pageナビ

*****************************************/
.pagenavi{
    color: #2583ad;
    margin: 20px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #89a4d0;
}
.pagenavi .current{
    color: white;
    background: #3966AF;
    border-color: #3966AF;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border: 0 none;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}


/****************************************

          gridder

*****************************************/

.gridder {
    padding-left: 24px;
}
.gridder-list img {
	box-shadow: 0 0 0 1px #EDEDED;
	cursor: pointer;
}
.barandinfthumb .gridder-list img {
	cursor: default;
}
.gridder-list img:hover {
	opacity: 0.8;
}
.barandinfthumb .gridder-list img:hover {
	opacity: inherit;
}
.gridder-list:nth-child(n) {
    margin: 14px;
}
.gridder-show {
    margin-bottom: 8px;
    margin-left: -14px;
}
.gridder-padding {
    padding: 30px;
    background-color: #EDEDED;
}
.gridder-navigation {
    margin: 0 0 12px;
    width: 31.2%;
    float: right;
}
.gridder-navigation:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}
.gridder-navigation a {
    margin: 0 4px;
    padding: 3px 8px;
    border: 1px solid #4d81af;
    border-radius: 5px;
    font-size: 0.8em;
    letter-spacing: 1px;
    background-color: #FFF;
}
.gridder-navigation a:hover {
    background-color: #D9E5ED;
}
.gridder-close {
    float: right;
}
a.gridder-close {
    color: white;
    background-color: #4d81af;
}
/*.gridder-close:after {
    content: "x";
}*/
.gridder-nav {

}
.griditemCaption {
    color: #444;
}
.griditemCaption h3 {
    font-size: 1em;
    font-weight: bold;
}
.griditemCaption p {
    font-size: 0.88em;
    margin: 8px 0;
}
.griditemNote {
    font-size: 0.88em;
	margin-bottom: 20px;
}

.carousel-control {
	width: 10%;
}


/****************************************

          Footer

*****************************************/

#footerSitemap, #copyright {
	width: 960px;
	margin: 0 auto;
}
#footerSitemap {
	padding-top: 20px;
/*	border-top: 1px solid #4d81af;*/
}
#footerSitemap > div {
	width: 190px;
	float: left;
	padding: 0 10px 0 0;
	line-height: 130%;
}
#footerSitemap > div h2, #footerSitemap > div ul {
	border-left: 1px solid #4d81af;
}
#footerSitemap > div h2 {
	padding: 3px 0 3px 10px;	
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.92em;
}
#footerSitemap > div h2 a {
	font-weight: bold;
}
#footerSitemap > div ul {
	font-size: 0.88em;
	padding: 2px 0 0px 16px;	
}
#footerSitemap > div ul li {
	padding: 5px 0;	
}
#copyright {
	clear: both;
	padding: 40px 0 10px;
	text-align: right;
}
#copyright p {
	font-size: 72%;
	line-height: 120%;
}

/****************************************

          Contact

*****************************************/

.contactform {}
.contactform th, .contactform td {
	padding: 20px 12px;
	vertical-align: middle;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.contactform th {
	font-weight: bold;
	letter-spacing: 1px;
}
.contactform td {
}
.required {
	color: #FF0000;
}
td#inquiry_buttons {
	text-align: center;
}
div.wpcf7-response-output { padding: 1em 1.2em !important;}
div.wpcf7-validation-errors { border: 2px solid #FF0000 !important;}
div.wpcf7-mail-sent-ok { border: 2px solid #3966AF !important;}
.sent #contactform {
	display: none;
}
.wpcf7-recaptcha > div {
	margin: 0 auto;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	margin: 0;
/*	margin-bottom: 20px;*/
	padding: 6px 4px;
	max-width: 100%;
	width: 320px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}
textarea.wpcf7c-conf {
	border: 1px solid #ddd;
	background: #eee;	
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
	width: 560px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #125895;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(18,88,149,1);
 	-moz-box-shadow: 0 0 3px rgba(18,88,149,1);
	box-shadow:  0 0 3px rgba(18,88,149,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin: 8px;
/*	padding: 4px 12px;*/
	padding: 12px 16px;
	border: 1px solid #28559F;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3966AF;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
	letter-spacing: 3px;
	/* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  	border: 1px solid #28559F;
	background: #5B88CF;
	color: #fff;
  	text-shadow: 0 -1px rgba(0, 0, 0, .4);
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	position: relative;
	top:1px;
}
input.wpcf7c-btn-back, input.wpcf7-submit {
	width: 100px;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
#postPackageThumb:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
#postPackageThumb,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
#postPackageThumb,
.clearfix {
	display: block;
}