@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : section.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */

/* メインイメージ要素
----------------------------------------------------------- */













/* ページ分割ナビ
------------------------------------------------------------ */
#main .wp-pagenavi {
	clear:both;
	padding: 40px 0 50px;
	text-align:center;
	overflow:hidden;
}

#main .wp-pagenavi a,#main .wp-pagenavi span{
	padding:7px 15px;
	background:#fff;
	color:#1976D2;
	margin-right:5px;
	text-decoration:none;
	border:1px solid #1976D2;
}

#main .wp-pagenavi span{
	background:#1976D2;
 	color:#fff;
}

#main .wp-pagenavi .pages{
	background:#1976D2;
	color:#fff;
	margin-right:20px;
}

#page #main .wp-pagenavi a:hover{
	background:#fff;
	color:#1976D2;
  text-decoration:none;
  border:1px solid #1976D2;
}

#main .wp-pagenavi .alignleft{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
}

#main .wp-pagenavi .alignleft a{
  border:1px solid #1976D2;
	background:#1976D2;
  color:#fff;
}

#main .wp-pagenavi .alignleft a:hover{
	background:0 0;
	color:#1976D2;
}

#main .wp-pagenavi .center{
	margin-top:0;
	margin-bottom:0;
	float:none;
  display:inline-block;
}

#main .wp-pagenavi .center a{
  border:1px solid #1976D2;
	background:#1976D2;
	color:#fff;
}

#main .wp-pagenavi .center a:hover{
	background:0 0;
	color:#1976D2;
	opacity:.8;
	filter:alpha(opacity=80);
}

#main .wp-pagenavi .alignright{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
}

#main .wp-pagenavi .alignright a{
	border:none;
	background:#1976D2;
  color:#fff;
  border:1px solid #1976D2;
}

#main .wp-pagenavi .alignright a:hover{
	background:0 0;
	color:#1976D2;
  border:1px solid #1976D2;
	opacity:.8;
	filter:alpha(opacity=80);
}
/*-------------------------------------------------------------------
　　新着情報
--------------------------------------------------------------------*/	
article.single h2, article.archive h2 {
	margin:0 auto 30px;
	padding:10px 20px;
	background: #F0F0F0;
	border-left:10px solid #666;
}
.post .body {
	padding:20px;
	clear:both;
	overflow:hidden;
}
.post .body img {
	max-width: 100%;
	width: inherit;
	height: auto;
}
.post .body h1, .post .body h2, .post .body h3, .post .body h4, .post .body h5, .post .body h6 {
	margin:20px auto 10px;
	padding:5px 10px;
	border-bottom:1px dotted #666;
}
.post .date {
	text-align:right;
}
.dropdown {
	text-align:right;
	margin:30px auto;
}
/*-------------------------------------------------------------------
　プライバシーポリシー
--------------------------------------------------------------------*/	
#policy {
}
#indexPrivacy th, #indexPrivacy td {
    padding: 10px;
    border: 1px solid #CCC;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
#indexPrivacy th {
    background-color: #EDEDEF;
}

/*-------------------------------------------------------------------
　よくあるご質問
--------------------------------------------------------------------*/	
#faq {
}
/*-------------------------------------------------------------------
　　404 notfound
--------------------------------------------------------------------*/	
#notfound h2 {
	margin:0 auto 30px;
	padding:10px 20px;
	background: #F0F0F0;
	border-left:10px solid #666;
}
#notfound .body {
	padding:0 30px 30px;
}
/* お問い合わせフォーム
----------------------------------------------------------- */	
.contactForm th, .contactForm td {
    padding: 10px;
    border: 1px solid #CCC;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.contactForm th {
    background: #eee;
}
.contactTel {
    border: 1px solid #1976D2;
    margin: 30px 20px;
    padding: 20px;
    line-height:1.8;
    text-align: center;
}
.contactInput,.mw_wp_form ,.contactNotice{
  margin: 30px 20px;
}
.contactTel .number {
    font-size: 26px;
    color: #1976D2;
	text-decoration:none;
	margin-bottom:0px;
}
.contactNotice a {
  color:#1976D2;
}
em.require {
    background-color: #1976D2;
    padding: 3px 4px;
    color: #FAFAFA;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 10px;
    line-height: 9px;
    border-radius: 3px;
    font-family: "ＭＳ ゴシック","MS Gothic","Osaka－等幅",Osaka-mono,monospace;
}
.btnArea {
    text-align: center;
    margin: 20px auto;
}
.btnArea input[name="submitConfirm"] {
    color: #FFF;
    background: #1976D2;
	border:1px solid #1976D2;
}
/*----------------------------------------------------------
    form
----------------------------------------------------------- */
/*-- ボタン共通指定 --*/
.btnArea input[type="submit"] {
	border-style: none;
	padding: 10px 30px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btnArea input[type="submit"]:hover {
	opacity: .75;
}
/*-- 送信確認ボタン --*/
.btnArea input[name="submitConfirm"] {
	color: #FFF;
	background: #1976D2
}
/*-- 戻るボタン --*/
.btnArea input[name="submitBack"] {
	margin-right: 10px;
	color: #fff;
	background: #666;
	padding: 9px 29px;
	border: 1px solid #ddd;
}
/*-- 送信するボタン --*/
.btnArea input[name="submitSubmit"] {
	color: #FFF;
	background: #1976D2;
}
.iqfm-table th, .iqfm-table td {
}
.iqfm-table th {
}
.iqfm-table td p {
	margin:0;
	padding:0;
}
/*-------------------------------------
    送信確認ボタン
--------------------------------------*/
#main .check_btn {
	background:url(../img/buttons/btn_confirm.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
	display:block;
	margin:20px auto;
}
/*-------------------------------------
    送信ボタン
--------------------------------------*/	
#main .btnarea {
	padding:20px 0;
	text-align:center;
}
#main .submit_btn {
	backgrou	nd:url(../img/buttons/btn_submit.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-------------------------------------
    戻るボタン
--------------------------------------*/	
#main .return {
	background:url(../img/buttons/btn_return.jpg);
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-------------------------------------
    完了画面のトップへ戻るボタン
--------------------------------------*/
#main .return_top,#main .returnTop{
	border-style: none;
	padding: 10px 30px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
  background:#333;
  color:#fff;
  text-decoration:none;
}
/*-------------------------------------
    ボタンホバー
--------------------------------------*/
#main .return:hover, #main .submit_btn:hover, #main .check_btn:hover, #main .return_top:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	cursor:pointer;
}
/*-------------------------------------
    必須
--------------------------------------*/
#main th span.kome {
	margin-left:10px;
	background-color:#C33;
	padding:3px 4px;
	color:#fafafa;
	font-size:9px;
	letter-spacing:1px;
	margin: 0px 0px 0px 10px;
	line-height:9px;
	border-radius:3px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	zoom:normal;
}
#indexIdea h2{
  background:url(../img/bg/bg_indexIdea.png) no-repeat;
  background-position:center center;
  font-size:22px;
  text-align:center;
  margin:30px;
  padding:20px 0px;
}
#indexIdea ul {
  width:1080px;
}
#indexIdea ul li {
  float:left;
  border:1px solid #ccc;
  border-radius:8px;
  margin: 0px 41px 28px 0px;
}
#indexIdea ul li .ideaImg{
  border-radius:8px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 204px;
  height: 204px;
  overflow: hidden;
  margin:3px;
  text-align:center;
}
#indexIdea ul li.boxgrid {
  position:relative;
  width: 204px;
  height: 204px;
  padding:3px;
  background:#fff;
}
#indexIdea ul li a {
  display:block;
}
#indexIdea {
  background:url(../img/bg/bg_indexIdea02.png) no-repeat scroll center bottom;
  padding-bottom:50px;
}
#indexIdea ul li .boxcaption {
  display: block;
  background: #fb7102 none repeat scroll 0px 0px;
  float: left;
  position: absolute;
  width: 204px;
  height: 174px;
  color: #FFF !important;
  text-decoration: none !important;
  top:150px;
  padding:15px 0px;
}
#indexWorks {
  background:url(../img/bg/bg_indexWorks.png) repeat-x;
  height:418px;
  padding:50px 0px;
}
#indexWorks .inner {
  position:relative;
}
#indexWorks h2 {
  display:inline-block;
  font-size:34px;
  color:#fff;
  padding:35px 0px;
  height:30px;	
  background:url(../img/ico/h2_indexWorks.png) no-repeat;
  padding-left:80px;
}

.worksArchive {
  position:absolute;
  top:50px;
  right:0px;
}
#indexWorks h3 {
  margin-left:20px;	
  display:inline-block;
  font-size:16px;
  font-weight:normal;
  color:#fff;
  background:url(../img/ico/h3_indexWorks.png) no-repeat;
  padding: 35px 0px 35px 80px;
  	height: 30px;
}
#indexWorks ul {
  width:1080px;
}
#indexWorks ul li {
  float:left;
  margin-right:42px;
}
#indexWorks ul li .imgArea img{
  width:160px;
  max-height:160px;
}
#indexWorks ul li:hover {
  opacity:0.7;
}
#indexWorks a {
  text-decoration:none;	
  color:#fff;
}
#indexWorks a:hover {
  opacity:0.7;
}
#indexWorks a h4{
  color:#0744b4;
  max-height: 27px;
  overflow: hidden;
}
#indexWorks .txtArea {
  width:160px;
}
#indexWorks .txtArea a p{
 height:52px;
 overflow:hidden;
}
#indexRecommend {
  width:532px;
  height:355px;
  position:relative;
}
#indexRecommend h2 {
  background:url(../img/bg/h2_indexRecommend.png) no-repeat;
  text-align:center;
  width:186px;
  padding:5px 0px;
  font-size:18px;
  display:inline-block;
}
#indexRecommend a:hover {
  opacity:0.7;
}
#main #indexRecommend .recommendInfo {
  position:absolute;
  top:35px;
  width:472px;
  height:175px;
  padding:55px 30px;
  background:url(../img/bg/indexRecommend.png) no-repeat;
  font-size:14px;
}
a.goArchive {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  float:right;
  margin-right:18px;
  border-radius:8px;
  background:url(../img/bg/bg_pattern01.png) repeat;
  color:#fff;
  text-decoration:none;
  padding:8px 18px;
  height:50px;
  display:inline-block;
}
a.goArchive:hover {
  margin-top:-10px;
}
.recommendInfo .imgArea{
  float:left;
}
.recommendInfo .txtArea{
  float:right;
  width:250px;
}
.recommendInfo h3 {
  font-size:18px;
  color:#fb7102;
  font-weight:normal;
  height:52px;
  overflow:hidden;
}
.recommendInfo p {
  margin:15px 0px;
}
.recommendInfo .btn01 {
  background:#fb7102;
  display:inline-block;
  float:right;
  padding:0px 50px;
}
#indexArchive {
  padding:100px 0px 0px 0px;
}
#indexArchive article {
  display:inline-block;
  position:relative;
}
a.newsArchive{
  position:absolute;
  top:0px;
  right:0px;
  text-decoration:none;
  padding: 8px 25px 20px 0px;
  color:#1976d2;
  padding-right:25px;
}
a.newsArchive span {
  color:#333;
  font-size:12px;
  padding-left:5px;
}
#indexNews {
  float:right;
  text-align:left;
  width:370px;
}
#indexNews h2 {
  color:#1976d2;
  border-bottom:1px solid #d6d4d4;
  display:block;
  padding-bottom:10px;
}
#indexNews h2 span {
  font-size:18px;
  vertical-align:3px;
  font-weight:bold;
  color:#333;
}
#indexNews a:hover{
  opacity:0.7;
}
#indexNews ul li {
  border-bottom:1px dotted #d6d4d4;
}
#indexNews ul li dl{
  padding:15px 5px;
  margin-bottom:0px;
}
#indexNews ul li a{
  text-decoration:none;
}
#indexNews ul li a dt{
  color:#333;
  font-size:12px;
  font-weight:normal;
}
#indexNews ul li a dd{
  font-size:15px;
  color:#1976d2;
  max-height:27px;
  overflow:hidden;
}
.box02 {
  margin-bottom:50px;
}
article section {
  margin-bottom:0px;
}
#indexTank .rt02{
  border:1px solid #eee;
  padding:30px;
}
#indexTank .arrow {
  width:32px;
  margin: 15px auto;
  clear: both;
  display:block;
}
.archive #main #indexWorks02 .dtl,
.single #main #indexWorks02 .dtl,
.page #footer #indexWorks02 .dtl
 {
  background:#e4f6ff
}
.single #main #indexWorks02 .dtl{
  padding:15px 15px;
}
.single #indexWorks02 .categoryArea ul {
    margin: 15px 0px 30px 0px;
}
#indexWorks02 h3 {
    font-weight: normal;
    padding: 0px 20px;
    color: #FFF;
    background: #fb7102;
    display:inline-block;
}
#indexWorks02 table {
  margin:30px 0px;
}
#indexWorks02 table th {
  width:130px;
  text-align:center;
  font-weight:normal;
  vertical-align:middle;
  background:#b9e7ff;
}
#indexWorks02 table td {
  vertical-align:middle;
  background:#fff;
  width:340px;
}
#indexWorks02 section.child p{
  margin:15px 0px;
  color:#1976d2;
}
#indexWorks02 section.child h2{
    font-size: 15px;
    margin: 5px 0px;
    padding: 5px 0px 5px 20px;
    background: transparent url("../img/ico/ico_circle.png") no-repeat scroll 0px 12px;
    font-weight:normal;
    border-bottom:1px solid #333;
}
.archive #main #indexWorks02 .dtl {
  overflow:hidden;
  border:none;
}
#indexWorks02 ul.list {
  width:1080px;
  margin:30px 15px;
}
#indexWorks02 ul.list li {
  float:left;
  margin-right:35px;
  margin-bottom:30px;
}
#indexWorks02 ul li:hover {
  opacity:0.7;
}
#indexWorks02 ul.list li a {
  text-decoration:none;
}
#indexWorks02 ul.list li a p{
  color:#333;
}
#indexWorks02 ul.list li a h4{
  color:#0744b4;
  font-weight:normal;
}
#indexWorks02 ul.list li .imgArea img{
  width:160px;
  max-height:160px;
}
#indexWorks02 ul.list li .txtArea {
  width:160px;
}
#indexWorks02 ul.list li .txtArea a p{
 height:52px;
}
#indexTank .rt02 .txtArea{
  width:650px;
}
#indexInfo section a {
  color:#333;
  text-decoration:none;
}
#index .dtl {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 35px 15px;
    background: #fff;
	position:relative;
}
#index .dropdown {
  position:absolute;
  top: 11px;
  right: 30px;
}
#index span.btn01 {
    margin: 0px 0px;
    display: inline-block;
    text-align: center;
    background: #0744b4;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 200%;
    padding: 2px 60px;
    float: right;
}
#index span.category {
    display: inline-block;
    background: #fb7102;
    color: #fff;
    padding: 2px 20px;
}
.single-case .sldArea{
  width:640px;
  float:left;
}
.single-case .idxArea {
  width:270px;
  float:right;
}
.single-case #bx-pager1 ul {
  -moz-padding-start: 0px !important;
  margin-bottom:0px;
  margin-bottom:0px;
}
.single-case #bx-pager1 li {
  float:left;
  margin-right:30px;
  margin-bottom: 15px;
}
.single-case h3 {
  margin:30px 0px;
}
.single-case section.child {
  padding:15px 0px;
}
.single-case section.child img {
}
.single-case section.child .imgArea{
  width:965px;
  margin-top:15px;
  margin-bottom:0px;
}
.single-case section.child .imgMargin img{
  display:inline-block;
}
.single-case section.child .imgMargin{
  display:table-cell;
  width:310px;
  height:240px;
  vertical-align:middle;
  text-align: center;
}
.single-case section.child .imgMarginOuter{
  float:left;
  margin-right:10px;
}
.single-case .dtl02 .subTtl02{
  margin:0px 15px;
}
.single-case .dtl02 {
  padding:15px 0px;
  font-size:15px;
  overflow:hidden;
  background:#E4F6FF;
}