﻿@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif);
@import url(//fonts.googleapis.com/css?family=Lora);

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border : 0px none;
font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size : 14px;
font-style: inherit;
font-weight: inherit;
margin : 0px;
outline: 0;
padding: 0;
vertical-align: baseline;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, p {
  line-height:1.5;
  } /* IE11 */
}

:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
}
table{
	border-collapse: separate;border-spacing: 0;
}
caption, th, td{
	font-weight: normal;text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a img{
	border: 0;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
       background-color:#fff;
}

article, details, footer, header, hgroup, menu, nav, section{
	display : block;
	clear:both;
}
figcaption, figure{
	display : block;
}

body{
	font : normal normal normal 80% /1.5 メイリオ, "Meiryo UI", "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color : #555;
	-webkit-text-size-adjust: none;
	background : url(../img/body_backimage.png) 0px 178px / auto auto repeat scroll padding-box border-box transparent;

	min-width:1020px; 

}

.space{
	height:15px;
}



/* リンク設定
------------------------------------------------------------*/
a{
	margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#44d000;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after{
	content:""; display: table;clear: both;
}
nav .panel,nav#mainNav,.newsTitle,.bg{
	zoom: 1;
}

.clearfix{
	zoom: 1;
}

.clearfix:after{
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
	vertical-align:middle;
width:300px
max-width:100%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #00491b;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
	height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	padding:3px 10px;
background: #009938;
background: -moz-linear-gradient(top, #009938 0%, #00491B 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009938), color-stop(100%,#00491B));
background: -webkit-linear-gradient(top, #009938 0%,#00491B 100%);
background: -o-linear-gradient(top, #009938 0%,#00491B 100%);
background: -ms-linear-gradient(top, #009938 0%,#00491B 100%);
background: linear-gradient(to bottom, #009938 0%,#00491B 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009938', endColorstr='#00491B',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:140%;
color:#fff;
margin-left:200px;
}

input:hover[type="submit"],input:hover[type="reset"],input:hover[type="button"]{
	background: #00491B;
background: -moz-linear-gradient(top, #00491B 0%, #009938 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00491B), color-stop(100%,#009938));
background: -webkit-linear-gradient(top, #00491B 0%,#009938 100%);
background: -o-linear-gradient(top, #00491B 0%,#009938 100%);
background: -ms-linear-gradient(top, #00491B 0%,#009938 100%);
background: linear-gradient(to bottom, #00491B 0%,#009938 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00491B', endColorstr='#009938',GradientType=0 );
}

*:first-child +html input[type="submit"]{
	padding:3px;
}

.w400{
	width:400px;
}


/* レイアウト
------------------------------------------------------------*/
#wrapper,{
	width:980px;
	margin:0 auto;
}

.inner{
	width:980px;
	margin:0 auto;
}

#header{
/*	overflow:hidden; */
	background:#fff;
	height:140px;
}

#content{
	padding : 0px 0px 0px;
}

.sidebar-page{
	float:left;
	width:750px;
}

#sidebar{
	float:left;
	width:200px;
        margin:40px 0 0 20px;
}

#footer{
	clear:both;
padding-top:20px;
background : none 0% 0% / auto auto repeat scroll #1d966b;
/*  -webkit-background-clip : border-box; */
    -webkit-background-clip: border;　/* Safari,Google Chrome用 */  
    -moz-background-clip: border;　/* Firefox用 */  
/*  -webkit-background-origin : padding; */
    -webkit-background-clip: padding;　/* Safari,Google Chrome用 */  
    -moz-background-clip: padding;　/* Firefox用 */  


  padding-bottom : 15px;
} 


/* ヘッダー
*****************************************************/
#header .bg{
	background:#00491b;
}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
	float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
	float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
	display:block;
	clear:both;
	float:left;
	padding-top: 25px;
	folor: #515151;
	font-size:160%;
	font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
	padding-top : 10px;
	float:right;
}

#header ul li{
	display:inline;
	margin-left:10px;
	font-size:90%;
}

/* ライン
----------------------------------*/

div#line-nav{
   height: 10px;
   background-color:#fff;
}


/* トップページ　メイン画像
----------------------------------*/
#main-body{
	background-color:#fff;
	height:auto;
	width:980px;
	margin:0 auto;
	padding:0 20px 0 20px;
}

#mainImg_box{
	clear:both;
margin-top : 0px;
width:980px;
height : 420px;margin-right : auto;margin-bottom : 0px;margin-left : auto;
line-height:0;
z-index:0;
}
.mainImg1{
	margin-top : 15px;
line-height:0;
z-index:0;
float:left;
/*
	clear:both;
 text-align:center; */
}


#mainImg2{
	clear:both;
margin-top:25px;
line-height:0;
text-align:center;
z-index:0;
}

/* トップページ
----------------------------------*/
div.topics{
	width:460px;
}
div.topics h2{
	display:block;
	width:440px;
	margin-top:20px;
	padding:10px 5px 10px 15px;
	background-color:#00491b;
	font-family: 'Noto Sans Japanese', serif;	
	font-size:16px;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
}
div.rssBody{
	margin-top:5px;
}

li.rssRow,div.topics p{
	width:450px;
	font-size:16px;
	padding:15px 0px 2px 5px;
	border-bottom:1px dashed #666;
}



/* 本文
*****************************************************/
#main-body h2.title{
     padding:10px 10px 0 10px;
     border-bottom:1px solid #666;     
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
     font-weight: 700;
     font-size: 40px;
     line-height:1.5;
     color:#40210e;
}

#main-body h2.letterspace01{ letter-spacing: 0.1em; }
#main-body h2.letterspace05{ letter-spacing: 0.5em; }


#main-body h3.title{
     clear:both;
     display: block;
     margin-top:50px;
     margin-bottom:20px;
     padding-bottom: 0px;

/*     border-bottom:1px solid #666;     */
     font-family: 'Lora', serif;
     font-weight: 400;
     font-size: 30px;
     line-height:1;
     color:#40210e;
}

#main-body h3.title span.jp{
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
     font-size: 25px;
     font-weight: 400;
 }

#main-body h3.title{
     position: relative;
     font-family: 'Noto Sans Japanese', serif;
     font-size: 25px;
     line-height:1.5;
     font-weight: 400;
     border-left:20px solid #44d000;
     padding:0px 0 0px 10px;
     margin:25px 0 20px 0;
 }

#main-body h3.title:after{
     position: absolute;
     width:100%;
     height:100px;
     left: 0;
     bottom:0;
     content: "";
     border-bottom:1px solid #ccc;
}



/*
#main-body h4.title{
     clear:both;
     display: block;
     height: 25px;
     padding: 20px 50px 15px 5px;
     margin:25px 0 20px 0;
     font-family: 'Noto Sans Japanese', serif;
     font-weight: 700;
     font-size: 25px;
     color:#40210e;
     letter-spacing: 0.1em;
     border-bottom:3px dotted #40210e;
}


#main-body h4.title:before{
     content: "■";
}
*/

#main-body h4.title{
     position: relative;
     font-family: 'Noto Sans Japanese', serif;
     font-size: 25px;
     line-height:1.8;
     font-weight: 400;
     border-left:45px solid #44d000;
     padding:0px 0 0px 10px;
     margin:25px 0 20px 0;
 }

#main-body h4.title:after{
     position: absolute;
     width:100%;
     height:100px;
     left: 0;
     content: "";
     border-top:1px solid #ccc;
}



/* 大工のこだわり
----------------------------------*/
.pride-page h3.sub{
	display:block;
	width:440px;
	margin-top:20px;
	margin-left:20px;
	padding:10px 5px 10px 15px;
	background-color:#00491b;
	font-family: 'Noto Sans Japanese', serif;	
	font-size:16px;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
}

.pride-page h3{
     clear:both;
     display: block;
     height: 25px;
     padding-top: 20px;
     padding-right: 50px;
     padding-bottom: 15px;
     font-family: 'Noto Sans Japanese', serif;
     font-weight: 700;
     font-size: 25px;
     color:#40210e;
     letter-spacing: 0.1em;
     border-bottom:3px dotted #40210e;
	margin:0 40px 0 50px;

}
.pride-page p{
	font-size:16px;
	line-height:1.5;
	letter-spacing:1px;
	margin:20px 50px;
}


/* ギャラリー
----------------------------------*/
div.my-gallery{
	clear:both;
	width:990px;
	margin-left:-0px;
}

div.my-gallery figure{
	width:320px;
	height:350px;
	margin:0;
	padding:0;
	float:left;
	margin-left:7px;
}
div.my-gallery figure img{
	width:320px;
	height:213px;
}
div.my-gallery figcaption{
	padding: 2px 15px 10px 15px;
/*	
	display:none;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
*/
}

/* ギャラリー
***********************/

#main-body .pink figure{
	height:400px;
}

#main-body p.pink{
        color:#ff00ff;
}

#main-body .pink figcaption p{
        color:#ff00ff;
}

.pswp__caption__center p{
        color:#FFCCFF;
}
.pswp__caption__center p:before{
        content:"奥様コメント：";
}



#main-body .reform figcaption{
	text-indent:-0.5em;
}

#main-body figure .marker,#main-body .marker{
  background-color:#BDFF66;
  font-size: inherit;
}

/* お客様の声
***********************/
#main-body #voice div.photo{
	float:left;
	width:500px;
	height:334px;
}
#main-body #voice div.photo p{
	text-align:right;
	font-size:18px;
}

#main-body #voice div.letter{
	float:left;
	width:400px;
	margin-left:30px;
	padding:10px 20px 30px 20px;
	background-color:#fff;
	border:1px solid #ccc;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
}
#main-body #voice div.letter p{
/*	width:320px;*/
	background-image: url("../img/greendot.gif");
	line-height: 25px;
	margin: 0px;
	padding:0 20px 0 1em;
	font-size:14px;
}
#main-body #voice div.letter p.green{
	color:green;
	padding-left:-1em;
}
#main-body #voice div.letter p.pink{color:#ff00ff;}
#main-body #voice div.letter p.blue{color:#0000ff;}



#main-body ul.title{
	float:right;
	margin-left:max;
	margin-right:0;
}	
#main-body ul.title li{
	font-size: 17px;
	margin:10px;
	padding-left:25px;
       background-image:url("../img/list-gr.jpg");
	background-repeat:no-repeat;
	background-position:2px 3px;
}

	

#main-body img.shot1,#main-body img.shot3{
	padding:0;
	width:320px;
	margin-left:10px;
	margin-top:10px;
	height:240px;
}

#main-body img.shot1{
	margin:10px 0 0px 0px;
}
#main-body img.shot3{
	margin:10px 0 0px 10px;
}

#main-body img.hd_h{
	width:280px;
	height:498px;
	margin:0;
	padding:0;
}
#main-body img.hd_w{
	width:498px;
	height:280px;
	margin:0;
	padding:0;
}
#main-body img.hd_w_15{
	width:498px;
	height:332px;
	margin:0;
	padding:0;
}
#main-body img.ga_h{
	width:210px;
	height:280px;
	margin:0 35px;
	padding:0;
}
#main-body img.ga_w{
	width:280px;
	height:210px;
	margin:0;
	padding:0;
}

#main-body h2.buibetsu{
	margin:50px 0 10px 40px;
}


/* 見出し付きBOX
*****************************************************/
#main-body .box{
      
float:left;
width: 280px; /* ボックスの横幅 */ 
border: 1px #80523a solid; /* 枠線（太さ・色・スタイル） */ 
margin:30px 0 0 33px;

} 
#main-body .box2{
      
float:left;
width: 498px; /* ボックスの横幅 */ 
border: 1px #80523a solid; /* 枠線（太さ・色・スタイル） */ 
margin:30px 0 0 33px;

} 

#main-body .box H3,#main-body .box2 H3{
      
     background-color: #80523a; /* 見出しの背景色 */ 
     font-family: 'Noto Sans Japanese', serif;
     font-weight: 500;
     font-size: 20px; /* 見出しの文字サイズ */
     line-height:1.5em; 
     color: #FFFFFF; /* 見出しの文字色 */ 
     margin: 0; /* スペースを削除 */ 
     padding: 10px 0 0 0; /* 見出しの余白 */
     text-align:center;
} 

#main-body .box p,#main-body .box2 p{
      
     font-size:13px;
margin: 13px; /* 内容の余白 */ 
} 

/* 新築
*****************************************************/

.topimg1{
	clear:both;
	float:left;
	width:652px;
	height:435px;
}
.topimg2,.topimg3{
	float:left;
	width:320px;
	height:213px;
	border:1px #ccc solid;
	margin-left:2px;
	margin-bottom:7px;
	position:static;
	z-index:999;
}
.topimg2 a:hover img,.topimg3 a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.topimg2 .topside,.topimg3 .topside{
	position:relative;
	top:-40px;
	width:320px;
	height:30px;
	background-color:rgba(255,255,255,0.85);
	font-size:16px;
/*	text-shadow:1px 1px 1px  #003317;*/
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	z-index:0;
}
.topimg2 a,.topimg3 a{
	color:#009944;
}
.topimg2 a:hover,.topimg3 a:hover{
	color:#009944;
}


/* リフォーム
*****************************************************/
.purpose{
	font-size:16px;
	clear:both;
	text-indent:0em;
	margin:1em 2em 0 2em;
	padding:1em 2em;
        border:4px dashed #7fc31c;
	border-radius:10px;
}	


/* リフォーム(旧？？？）
*****************************************************/

#reform{
     margin-left: 50px;
     margin-right: 40px;
}

#reform h3{
     clear:both;
     display: block;
     height: 25px;
     padding-top: 20px;
     padding-right: 50px;
     padding-bottom: 15px;
     font-family: 'Noto Sans Japanese', serif;
     font-weight: 700;
     font-size: 25px;
     color:#40210e;
     letter-spacing: 0.1em;
     border-bottom:3px dotted #40210e;
}

#reform p{
     font-size : 14px;
     margin-bottom : 20px;
}

#reform .photleft p,#reform .photright p{
     font-size : 16px;
     margin-top : 10px;
     margin-bottom : 5px;
     color : gray;
}

#reform div.photleft{
     clear:both;
     float:left;
}
#reform div.photleft img{
     margin-bottom:10px;
}
#reform div.photleft,#reform div.photleft img{
     width: 290px;
}

#reform div.photright{
     float:right;
}
#reform div.photright img{
     margin-bottom:20px;
}
#reform div.photright,#reform div.photright img{
     width: 550px;
}


/* 会社概要
*****************************************************/

/* 表
*********************/

#main-body table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0 10px 20px;
}

#main-body table th{
	width:150px;
	padding:20px 10px 7px 5px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	font-size:120%
	font-weight:bold;
	color:#333;
	vertical-align:top;
	background:#FFFDE6;
}

#main-body table td{
	width:500px;
	padding:20px 5px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	font-size:120%
	background:#fff;
}


/* 地図
*********************/
#main-body iframe{
	margin:20px 0 10px 20px;
}

/* スタッフ紹介
*********************/

.company-page #staff .furukawa{
	float:left;
	width:520px;
}
.company-page #staff .furukawaphoto{
	float:left;
	width:230px;
}

.company-page #staff .furukawaphoto img{
	margin-bottom:10px;
}

.company-page #staff .furukawa dt{
        float:left;
        font-size:14px;
	width:90px;
	padding:15px 0 10px 20px;
        line-height:1.5;
}

.company-page #staff .furukawa dd{
        font-size:14px;
	padding:15px 0 10px 110px;
        border-bottom:2px dotted #1d966b;
	width:380px;
        line-height:1.5;
}
.reform-page h4 {
	font-size:150%;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:30px;
	border:1px solid rgb(236,236,236);
	border-radius:20px;
	background-color:rgb(255,254,240);

}
.reform-page h4:before {
	content: "●";
	color: lime;
	margin-left:10px;
	padding-right:5px;
	font-size:140% !important;
}

.block3,.block3-end{
	float:left;
	width:230px;
	margin:0 10px 0 13px;
	height:400px;
}

.block3-end{
	margin:0 0 0 13px;
}


.company-page #staff p.name{
        display:block;
        text-align:center;
	padding:5px 0 0px 0;
	border:1px solid #1d966b;
        margin-bottom:3px;
}


/* サイドバー
***********************************************************************************************************/

#sidebar div.index{
	border:1px solid #ccc;
	border-top:4px solid #00491b;
        background-color:#1d966b;
}

#sidebar div.index p{
	margin:0;
	margin-top:10px;
	font-size:16px;
	font-family: Noto Sans Japanese,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight : 400;
	text-align: center;
        color:#fff;
}
#sidebar div.index span{
	margin:0;
	font-size:10px;
	font-weight : 200;
	text-align: center;
}
#sidebar ul.index li{
	height:22px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	padding:20px 0;
	
}
#sidebar ul.index li:hover{
	background-color:#d4fff0;
	
}
#sidebar ul.index li{
	height:22px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px;	
}

#sidebar ul.index li a:hover{
	color:#555;
}

/*
#sidebar ul.index li a{
	display: block;
	padding-left:20px;
	line-height:20px;
}
*/






/* お問い合わせ
*****************************************************/

#main-body #contact div.inner{
	padding:0 40px 40px 40px;
}

#main-body #contact table th,#main-body #contact table td{
	padding:5px;
}
#main-body #contact table td{
	width:400px;
}


/* DL DT DD
*********************/
#main-body #contact dt{
	float: left;
	padding:0 0 10px 60px;
	width:150px;
        font-size:16px;
}
#main-body #contact dd{
	padding:0 0 10px 210px;
	width:450px;
        font-size:16px;
}

#contact p{
	padding:0 0 0 30px;
}



/* トップに戻るボタン
*****************************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/* サイドバー　ウィジェット
*****************************************************/

#banners img{
	max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
	clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px dotted #ccc;
}

section.widget a{
	display:block;
padding : 1px 3px 1px 10px;
background : url(../img/arrow.png) 0px 5px / auto auto no-repeat scroll padding-box border-box transparent;
  margin-bottom : 20px;
  margin-left : 5px;
}

section.widget a:hover{
/*	text-decoration:underline;  */
background-position: 0px 5px ;
}


section.widget li.maker{
	display:block;
	color:#777;
padding : 1px 3px 1px 10px;
background : url(../img/arrow.png) 0px 5px / auto auto no-repeat scroll padding-box border-box transparent;
  margin-bottom : 20px;
  margin-left : 5px;
}

section.widget li.maker span{
	font-size:95%;

}






#searchform input[type="text"]{
	line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle{
	clear:both;
padding:5px 0;
font-size:100%;
color: #333;
/* 
margin:0 0 20px; 
border-bottom:1px dotted #ccc;
*/
}

.newsTitle h3{
	float:left;
font-weight:normal;
}

.newsTitle p{
	float:right;
padding:0 0 0 10px;
font-size:.8em;
background : url(../img/arrow.png) 0px 50% / auto auto no-repeat scroll padding-box border-box transparent;
}

.news p{
	clear:both;
padding-bottom:2px;
border-bottom: 1px dotted #ccc;
}

/*
.news p:last-child{
	border:0;
}
*/

.news p a{
	padding:5px 0;
color:#252525;
}

.news span{
	padding-left:10px;
  line-height : 3;
}

.news a:hover span{
	color:#841AAB;
}



/* フッター
*****************************************************/
#footer .inner{
	padding-bottom:20px;
}

#footer .inner .left{
	display: inline-block;/display: inline;/* IE用ハック *//zoom: 1;/* IE用ハック */
	width : 600px;
	margin-bottom: 3px;
	vertical-align: top;
}

#footer .inner .left p{
	font-size:18px;
	color:#fff;
	font-family: 'Noto Sans Japanese', serif;
        font-weight:500;
}

#footer .inner .right{
      display: inline-block;
      /display: inline;  /* IE用ハック */
      /zoom: 1;  /* IE用ハック */
	width : 265px;
       height: 90px;
       margin-bottom: 3px;
	vertical-align: top;
}

#copyright{
	clear:both;
	padding:10px;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#fff;
	background:#00491b;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
	clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{
	float:left;
}

.next{
	float:right;
}

#pageLinks{
	clear:both;
color:#006dae;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
	width:735px;
margin : 10px -25px 20px 0px;
}

.thumbWrap li{
	float:left;
width : 330px;
margin:0 12px 0 13px;
padding:2px 0 30px;
background:none;
}

/* 最新記事リンク */
ul.thumb{
	height:33px;
	padding:0 4px;
}


ul.thumb h3{
	margin-top:10px;
	padding:1px;
	background:#fff;
	border:1px solid #dadada;
}

ul.thumb h3 span{
	display:block;
	height : 35px;
	padding:5px 3px 0px 3px;
	background : url(../img/box_bg.png) 0px 0px / auto auto repeat-x scroll padding-box border-box transparent;
font-weight:normal;
font-size:100%;
	text-align:center;
}
ul.thumb h3 span.row1{
	padding:15px 3px 0px 3px;
	height : 28px;
}

ul.thumb h3 span a{
	color : #252525;
}

ul.thumb h3 span a:hover{
	color : #00F;
}


/* 
ul.thumb h3 span{
	display:block;
padding:2px 3px;
background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
  height : 35px;
}
ul.thumb h3:hover span{
	background:#f3f3f3;
}
*/

.font80{
 font-size:80%;
}
.font120{
 font-size:120%;
}
.font140{
 font-size:140%;
 margin-top:10px;
}



nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:#1d966b;
}

nav#mainNav ul li{
     float: left;
     position: relative;
     min-width: 150px;
     background-position: left center;
     background-repeat: no-repeat;
     background-image : url(../img/navi_line.png); 
}
nav#mainNav ul li:last-child{
     min-width: 1px;
     width: 1px;
}
nav#mainNav ul li.home{
	min-width:140px;
}
nav#mainNav ul li.pride{
	min-width:195px;
}
nav#mainNav ul li.new{
	min-width:184px;
}

nav#mainNav ul li a{
     display: block;
     text-align: center;
     color: #ffffff;
     font-family: 'Noto Sans Japanese', serif;
     height: 30px;
     padding-top:20px;
     padding-right: 15px;
     padding-bottom: 10px;
     padding-left: 15px;
     font-weight: 700;
     font-size: 20px;
     line-height:1;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background:#00491b;
}

nav#mainNav ul ul{
	width : 100%;
}

nav#mainNav ul li ul{
	display: none;
}

nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top:60px;
	left:0px;
	z-index:500;
}

nav#mainNav ul li li{
	padding:0 0 0 0;
	margin:0;
	float: none;
	background:#006dae;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #fff;
	border-reft:0px;
}


nav#mainNav ul li li:first-child{
	border-left:0;
	border-top:1px solid #fff;
}

nav#mainNav ul li li a{
	padding : 13px 0px 5px 15px;
	width:175px;
	height : 20px;
	font-size:95%;
	text-align:left;
}

nav#mainNav ul li li a span{
	padding:0 10px;
}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{
	color:#fff;
}

nav#mainNav ul li:hover ul li:last-child{
	border:0;
}

nav div.panel{
	display:block !important;
	float:left;
  }

nav div.panel a.kai{
	margin-top:-5px;
	font-size:120% !important;
  }
  
a#menu{
	display:none;
}
/* 印刷
------------------------------------------------------------*/
@media print {
body{
	margin:0 auto;
	width : 980px;
}
	
nav#mainNav{
	clear:both;
	osition:relative;
	z-index:200;
	background:#1d966b;
}

nav#mainNav ul li{
	float: left;
	position: relative;
	min-width:175px;
	background-image: url("../img/navi_line.png");
	background-position: left 10px;
	background-repeat: no-repeat;
}

nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	font-family: 'Noto Sans Japanese', serif;
	height : 35px;
	padding : 18px 40px 1px;
  	font-weight : 700;
	font-size : 150%;
}



nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
	font-size:70%;
color : #dce5f2;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background:#004166;
}

nav#mainNav #menu{
	display:none;
}

nav div.panel{
	display:block !important;
	float:left;
  }

nav#mainNav ul ul{
	display:none;
}

pre code{
	page-break-after: always;
}
/*
@page {
	margin-top:0.4cm;
	margin: 0.5cm;
}
*/
p a, code, pre{
	word-wrap: break-word;
}

pre a:after[href]{
    content: "";
}
 
 
pre abbr:after[title]{
    content: "";
}
 
pre .ir a:after,
  pre a:after[href^="javascript:"],
  pre a:after[href^="#"]{
    content: "";
}
 
}

}


