@charset "UTF-8";

/*  
Theme Name:suginoko
Theme URI:http://www.i-company1.com/
Description: based 10days
Author:i-company
*/


/*リセット*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0; text-align:left;}
caption{width:100%;}
a{outline:none;}
img{vertical-align:top;}

/*基本タグ*/
body{margin:0px;padding:0;-webkit-text-size-adjust:none;font-size: 0.875em;font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;color:#280a00;}
h1,h2,h3,h4,h5,h6,p{margin-bottom:20px;}
ul,ol{padding:0;margin:0 0 20px 20px; line-height:1.5;}
dl{text-align:left;margin-top:30px; line-height:1.5em;}
h1{font-size:20px;line-height:22px;}
h2{font-size:18px;line-height:20px;}
h3{font-size:16px;line-height:18px;}
h4{font-size:15px;line-height:1.5;text-align:left; margin-top:10px;}
h5{font-size:12px;line-height:14px;}
h6{font-size:11px;line-height:13px;}
img{border:none;max-width:100%;height:auto;}
a{text-decoration:none;color:#280a00; line-height:1em;}
a:hover{ text-decoration:underline;}
a img {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease; }
a img:hover {
	*zoom: 1;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
	filter: alpha(opacity = 60);}
hr{border:0;border-bottom:1px dotted #d6d0c4;clear:both;margin:2em auto;}
blockquote{margin:0px 0px 20px;padding:10px 20px 10px 20px;background-color:#f4f4f4;border:1px solid #ddd;border-radius:5px;-moz-border-radius:5px;}
blockquote blockquote{margin:20px 0;background-color:#fff;}
blockquote blockquote blockquote{margin:20px 0;background-color:#f4f4f4;}
blockquote p{padding:0px;margin:0px 0px 0px 0px}
table{margin-bottom:20px;}
object,embed{width:100%;display:block;margin:auto;}
.screen-reader-text{display:none;}
span.orange{color:#ff6600;}

/*スペース*/
#header,#wrap,.footerWrap,#footerBottom,#breadcrumb{width:940px;margin:auto;}
#header{overflow:hidden;min-height:80px;}
#wrap{text-align:left;clear:both;}
#content{float:left;text-align:left;overflow:hidden;padding:0;width:660px;margin:30px 0 50px;}
.page #content{width:940px;padding:0;margin:30px 0 70px;}
#side{width:234px;overflow:hidden;padding:0;margin:40px 0 0 0;float:right;}
#footer{clear:both;}
.bot5{margin-bottom:0.53191489%;}

/*ヘッダー*/
#siteTitle{margin:30px 0 0 0;padding:0;}
#siteTitle a{float:left;font-size:20px;margin:0 1px 30px;}
#siteDescription{font-size:86%;font-weight:normal;font-style:normal;line-height:43px;margin:14px 1px 0;padding:0;float:right;}

/*ヘッダーナビ*/
#header .menu{margin:0;padding:0;float:right;clear:right;}
#header .menu li{float:left;margin:1px 1px 1px 3px;}
#header .menu li a{background-color:#777;color:#fff;font-size:12px;line-height:15px;text-decoration:none;padding:4px 12px;border-radius:3px;float:left;}
#header .menu li a:hover{background-color:#999;}

/*グローバルナビ*/
#mainMenu ul{margin:auto;width:940px;}
#mainMenu li{float:left;position:relative;padding:0 1px 2px;background-color:#fff;}
#mainMenu a{background-color:#e3e0d9;color:#280a00;text-decoration:none;display:block;line-height:40px;padding:0;width:154.5px;text-align:center;}
#mainMenu a:hover{background:#e3e0d9 url(img/menu_hover.png) repeat-x left bottom;}
#mainMenu li:hover > a,
#mainMenu ul li:hover > ul{display:block;/display:none;}
#mainMenu .current-menu-item a,
#mainMenu .current-menu-ancestor a{background: #280a00;color:#fff;}
#mainMenu ul ul{box-shadow:0px 3px 3px rgba(0,0,0,0.2);display:none;position:absolute;top:42px;left:0;float:left;width:156px;z-index:99999;height:auto;background-image:none;}
#mainMenu ul ul li{min-width:156px;padding:0 1px;background-color:#fff;}
#mainMenu ul ul ul{left:100%;top:0;}
#mainMenu ul ul a,
#mainMenu .current-menu-item ul a,
#mainMenu .current-menu-ancestor ul a{background-color:#e3e0d9;color:#280a00;line-height:1em;padding:10px;width:134.5px;height:auto;text-indent:0;border-bottom:1px solid #fff;background-image:none;}
#mainMenu ul ul :hover > a,
#mainMenu .current-menu-item ul a:hover,
#mainMenu .current-menu-ancestor ul a:hover{background-color:#280a00;background-image:none;color:#fff;}
#mainMenu li:first-child a{border-radius:5px 0 0 5px; position:relative;behavior:url("PIE.htc");}
#mainMenu li:last-child a{border-radius:0 5px 5px 0; position:relative;behavior:url("PIE.htc");}
#mainMenu ul ul li:first-child a{border-radius:0;}
#mainMenu ul ul li:last-child a{border-radius:0;}

/*トップイメージ*/
#topImage{clear:both;background-color:#f6f6f6;margin-bottom:20px;}
#topImageWrap{margin:auto;width:938px;height:300px;}
.skylogo{margin:3.2% 0 5.3%;max-width:100%;height:auto;}
.skyimg{margin-bottom:15px;}
.bot50{margin-bottom:17.0648464%;}
.subP{ display:inline-block; text-align:center; margin:50px 0 0 0; line-height:2em; letter-spacing:0.1em;}
.topbnr{margin:2% 0 5%;}
.topTitle{margin:4em 0 20px 0; clear:both;}


/*パンくずリスト*/
#secondImage{height:30px;clear:both;background-color:#fff;text-align:left; border-top:dotted 1px #d6d0c4;}
#breadcrumb{color:#280a00;clear:both;font-size:12px;line-height:30px;}
#breadcrumb a{color:#280a00;text-decoration:none;}
#breadcrumb a:hover{color:#280a00;text-decoration:underline;}
#secondImage_none{display:none;}


/*コンテンツ部分*/
#content{text-align:center;}
#content h1{padding:0 5px 8px; margin:0 0 20px; text-align:left;}
#content h2{font-size:20px;color:#280a00;padding:15px 0 15px 10px;border-bottom:1px dotted #280a00;border-top:1px dotted #280a00;margin-top:20px; clear:both; text-align:left; line-height:1.5;}
#content h2.sekouterm{font-size:18px;color:#280a00;padding:6px 0 6px 0; text-align:left;margin-top:10px;border-bottom:none;border-top:none;}
#content h3{clear:both;font-size:19px;line-height:1.5em; text-align:left;}
#content h3.midashi{text-align:center!important; background-color:#e3e0d9!important; padding:5px;border-radius:5px; margin-bottom:2em;}
#content h4.plus{padding:10px; background-color:#e3e0d9;border-radius:5px;}
#content p{line-height:1.5em; text-align:left;}
.post { margin-bottom:50px; overflow:hidden;}
.hentry p{ padding:0 10px;}
.hentry ul{margin-left:25px;padding-left:0px;list-style-type:disc;}
.hentry ol{margin-left:30px;padding-left:0px;list-style-type:decimal;}
.hentry .postmetadata{text-align:left;font-size:12px;white-space:nowrap;margin:20px 0 50px 10px;}
.hentry .postmetadata a{color:#333;}
.hentry .tags{float:left;margin-top:20px;}
.hentry .tags a{color:#fff;background-color:#333;text-decoration:none;padding:0 10px;border-radius:999px;font-size:11px;margin-right:3px;}
.hentry .tags a:hover{background-color:#444;}
.sticky{background:#f8f8f8;margin:0 0 30px;padding:20px;border-bottom:3px solid #333;}
.sticky hr{display:none;}
.mainimg{margin-top:-40px;}
#content p.center{text-align:center;}
#content p.margin{margin:15px 0;}
img.title{margin-top:40px;}
img.hoshotitle{margin:11.24% 0 15px 0;text-align:left; display:inherit;}
img.hoshomark{ float:right; margin:-50px 0 0 15px;}
img.midashi{text-align:left; display:inherit;}
img.category{text-align:left; display:inherit; position: relative; z-index:10;}
img.category02{text-align:left; display:inherit; margin-bottom:3.19%; clear:both;}
img.top15{margin-top:15px;}
img.top30{margin-top:10.2389078%;}
img.top50{margin-top:11.24%;}
img.bottom20{margin-bottom:20px;}
.mtop{ margin-top:10em;}
.atention{font-size:12px;margin:3em auto 0;}
.topimg{margin-bottom:30px;}
.event{text-align:left}
.date{ margin-right:15px;}
.news {margin:0 0 0 0!important; text-align:left}
.news li{list-style-type:none; padding: 5px 0 5px 10px; width:100%; border-bottom:solid 1px #ccc; line-height:2.5em;}
#content .zeh a[href $='.pdf']	{
	background:url(http://www.suginoko-gr.jp/wp/wp-content/themes/suginoko/img/icon_pdf.gif) no-repeat center left;
	margin:0;
	padding:10px 10px 10px 32px;
	text-decoration: underline;
	background-color:#e3e0d9;
	background-position:10px 10px;
	border-radius:3px;
}
#content .zeh a:hover{background-color:#fff;}


/*table*/
.ondo{border-collapse:separate;border-spacing:0 10px; margin-top:10px;}
.ondo th, .ondo td{border:none; padding:0 15px; line-height:1.5em;}
.ondo th{white-space:nowrap;}
th.temp{background-color:#6c9bd2;color:#fff;}
th.humidity{background-color:#f29600;color:#fff;}
td.bb{border-right:1px dotted #280a00; text-align:right;width:23%;}
.hentry td{padding:10px 2.66%;line-height:auto;}
.gaiyo{margin-bottom:40px;}
.gaiyo tr th{padding:10px;background-color:#e3e0d9;border-top:solid 1px #280a00;border-bottom:solid 1px #280a00; font-weight:normal;}
.gaiyo tr td{padding:10px;border-top:solid 1px #280a00;border-bottom:solid 1px #280a00; line-height:1.5em;}

/*grid*/
.container {
  *zoom:1;
}
.container:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container02:after{
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.half,
.third,
.quarter,
.fifth,
.sixth,
.twothird,
.twofifth,
/*.threefifth
.fourfifth,*/
.fivesixth,
.threequarter {
  margin-left: 3.1914893617021276%;
  float: left;
  min-height: 1px;
}
.half02 {
  margin-left: 5.31914894%;
  float: left;
  min-height: 1px;
}
.half:first-child,
.half02:first-child,
.third:first-child,
.quarter:first-child,
.fifth:first-child,
.sixth:first-child,
.twothird:first-child,
.twofifth:first-child,
/*.threefifth:first-child,
.fourfifth:first-child,*/
.fivesixth:first-child,
.threequarter:first-child {
  margin-left: 0;
}
.sixth {width: 14.007092198581558%;}
.fifth {width: 17.4468085106383%;}
.quarter {width: 22.606382978723403%;}
.third {width: 31.205673758865245%;}
.half {width: 48.40425531914894%;}
.half02 {width: 47.3404255%;}
.threequarter {width: 74.20212765957446%;}
.twothird {width: 65.60283687943262%;}
.twofifth {width: 38.08510638297872%;}
.threefifth {width: 58.72340425531915%; margin:0 auto;}
.fourfifth {width: 79.36170212765958%; margin:0 auto;}
.fivesixth {width: 82.8014184397163%;}

.mbot1{margin-bottom:1em;}
.mbot2{margin-bottom:2em;}
.mbot3{margin-bottom:3em;}
.mbot4{margin-bottom:4em;}
.mbot5{margin-bottom:5em;}
.mtop1{margin-top:1em;}
.mtop2{margin-top:2em;}
.mtop3{margin-top:3em;}
.mtop4{margin-top:4em;}
.mtop5{margin-top:5em;}
.pad0{padding:0!important;}

.center {text-align:center!important;}
.left {text-align:left!important;}
span.small{font-size:80%;}


/*事例集*/
#contentWork{margin-right:-20px;}
#contentWork .type-work{float:left;margin:0 20px 20px 0;width:150px;}
#contentWork .title{margin:0;font-size:12px;line-height:16px;}
#contentWork .title a{padding:0 0 0 5px;display:block;color:#333;text-decoration:none;margin:7px 0 0;font-size:12px;font-weight:normal;font-style:normal;line-height:18px;}
.thumbcontainer{width:100%;margin-left:-6px;}
.thumbox{float:left;width:160px;margin-left:6px;}
.thumb{border:1px solid #ccc;padding:5px;}
.thTitle{text-align:center;margin:10px 0 30px 0;}

/*事例ページ*/
.single-work h4{padding:0 10px;color:#280a00;margin:-10px 0 15px -20px;width:30%;font-size:14px;line-height:25px;}
#postmeta_worktype{margin-bottom:20px;overflow:hidden;float:left;}
#postmeta_worktype ul{margin:0;}
#postmeta_worktype li{display:inline;float:left;margin-right:5px;}
#postmeta_worktype a{padding:0 13px;background-color:#280a00;float:left;text-decoration:none;font-size:11px;line-height:24px;color:#fff;border-radius:0 0 5px 5px;}
#postmeta_worktype a:hover{text-decoration:underline;}
#postmeta_worktype span{float:left;}
.cfs_box{padding:30px 20px 0;margin-bottom:1px;overflow:hidden;border-bottom:1px dotted #ccc;}
.cfs_box a{color:#333;font-weight:bold;}
#cfs_date{margin-top:20px;}
#cfs_url a{font-weight:normal;}
#cfs_images #images{overflow:hidden;margin:-5px -19px 4px -6px;}
#cfs_images .imageBox{float:left;margin:0 10px 10px 0;list-style-type:none;width:150px;height:150px;background-color:#ccc;font-size:11px;text-align:center;}
.alignnone{border:1px solid #ccc;padding:8px;}

/*ForestStyleページ*/
.phbox{ float:left; margin-top:50px;}
.phbox img{ float:left;width:25%;}
.hyojyun {text-align:left; font-size:18px; font-weight:bold; margin:0!important; line-height:1.5em;}
.hyojyun li{list-style:none;padding:10px 0;}

/*会社概要ページ*/
.map{margin:10px 0 40px;}

/*資料請求ページ*/
.siryoseikyu{margin-bottom:40px;border-radius:10px;}

/*ブログページ*/
.saisin{ display:block;font-size:20px;line-height:22px;margin:3em 0 20px 0;}
.blognew{text-align:center;}
.cat{ font-size:12px; margin-right:15px; width:100px; display:inline-block;}
.news a.event{width:100px; height:20px; color:#3399cc; display:inline-block; text-align:center;line-height:20px; border:1px solid #3399cc;}
.news a.event:hover{color:#fff; background-color:#3399cc; text-decoration:none;}
.news a.taka{width:100px; height:20px; color:#ff6633; display:inline-block; text-align:center;line-height:20px; border:1px solid #ff6633;}
.news a.taka:hover{color:#fff; background-color:#ff6633; text-decoration:none;}
.news a.staff{width:100px; height:20px; color:#669933; display:inline-block; text-align:center;line-height:20px; border:1px solid #669933;}
.news a.staff:hover{color:#fff; background-color:#669933; text-decoration:none;}
.fb-like{float:left; margin:50px 0 50px;}
.fb-like span iframe{margin:0!important;}

/*ページナビゲーション*/
.navigation{clear:both;padding:0;font-size:11px;line-height:27px;text-align:center;overflow:hidden;margin:20px 0;}
.navigation a{color:#fff;padding:5px 10px;background-color:#280a00;text-decoration:none;border-radius:3px;margin:0 2px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft{float:left;}
.navigation div.alignright{float:left; margin-left:10px;}
.navigation div.alignleft a,
.navigation div.alignright a{margin:0;}
.navigation span{color:#fff;padding:5px 10px;border-radius:3px;margin:2px;}
.navigation span.current{background-color:#333;}
.navigation span.pages{background-color:#ccc;padding:5px 20px;}

/*画像*/
.thumbnail-align img{float:left;padding:7px;margin:0 20px 20px 0;background-color:#eee;border-radius:3px}
img.alignleft{float:left;margin:0 20px 20px 0;}
img.alignright{float:right;margin:0 0 20px 20px;}
.aligncenter{clear:both;display:block;margin:auto;}
.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;text-align:center;padding:7px 2px;}
.wp-caption.alignleft{float:left;margin:0 15px 15px 0;}
.wp-caption.alignright{float:right;margin:0 0 15px 15px;}
.wp-caption img{margin:0;}
.wp-caption .wp-caption-text{color:#333;font-size:12px;margin:7px 0 0;}
#content .gallery{margin:0 auto 18px;padding:0 0 25px;}
#content .gallery-caption{color:#888;font-size:12px;margin:0;line-height:17px;padding:8px;}
#content .gallery img.attachment-thumbnail{border:1px solid #ccc;padding:5px;}
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 94%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/*コメント*/
#comments{clear:both;}
#comments .comments-title{clear:both;border-left:3px solid #333;padding:0 0 0 7px;font-size:14px;line-height:25px;}
.commentlist{margin:0 0 20px;}
#respond{clear:both;}
.commentlist p{margin:10px 0;clear:both;}
.commentlist li{clear:both;}
.commentlist .comment-body{border-bottom:1px solid #ccc;margin:0 0 10px;clear:both;font-size:12px;line-height:20px;padding:10px 10px 0;}
.commentlist .reply{text-align:right;}
.commentlist .avatar{float:left;margin:0 10px 0 0;}
.comment-author.vcard{}
#commentform p{margin:0 0 5px;}
#commentform p.form-allowed-tags{display:none;}
#commentform textarea#comment{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;width:98%;}
#commentform input#url,
#commentform input#email,
#commentform input#author{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;clear:both;width:98%;}
#commentform .required{color:#c00;}
#commentform label{}
.commentlist .bypostauthor{background-color:#fdfcda;}
#content p.nocomments{clear:both;}

/*ホームウィジェット*/
#homeWidgetLeft{float:left;}
#homeWidgetRight{float:right;}
.homeWidget{width:430px;padding:10px 15px 15px;margin:0 0 20px;background-color:#f6f6f6;overflow:hidden;border-radius:0 0 3px 3px;}
.homeWidget ul{margin:0;}
.homeWidget li{margin:0 0 10px;overflow:hidden;border-bottom:1px solid #999;font-size:12px;line-height:22px;}
.homeWidget li:last-child{border-style:none;padding:0;margin:0;}
.homeWidget th{padding:0;text-align:center;background-color:#333;color:#fff;font-size:11px;font-weight:normal;font-style:normal;line-height:19px;}
.rsswidget img{margin:7px 3px 0 0;}
.homeWidget td{padding:0;text-align:center;}
.homeWidget a{color:#333;text-decoration:none;font-size:13px;}
.homeWidget a:hover{color:#666;}
.homeWidget .widgetTitle{margin:-10px -15px 15px;font-weight:bold;font-size:13px;line-height:30px;padding:0 0 0 10px;border-left:5px solid #000;background-color:#ddd;}
.homeWidget .post-date{float:left;margin-right:10px;}

/*ホームウィジェット（人気の事例）*/
.homeWidget .wpp-thumbnail img{margin:0 10px 10px 0;float:left;border-radius:3px;}
.homeWidget .wpp-post-title{font-weight:bold;font-size:14px;line-height:20px;}
.homeWidget .wpp-excerpt{font-size:12px;line-height:19px;display:block;}
.homeWidget .thumb{display:block;margin:-5px -10px 0 0;}
.homeWidget .thumb li{overflow:visible;float:left;margin:0;border-style:none;padding:0;}
.homeWidget .thumb img{margin:5px 10px 5px 0;}

/*ホームウィジェット（画像付き新着情報）*/
.homeWidget .dpe-flexible-posts a{display:block;overflow:hidden;}
.homeWidget .dpe-flexible-posts .wp-post-image{float:left;margin:0 10px 10px 0;border-radius:3px;max-width:100%;height:auto;}
.homeWidget .dpe-flexible-posts .attachment-thumbnail{width:100px;}
.homeWidget .dpe-flexible-posts .title{margin:0 0 5px;font-size:14px;line-height:18px;font-weight:bold;}
.homeWidget .dpe-flexible-posts .excerpt{margin:0 0 10px;font-size:12px;line-height:19px;}
.homeWidget .dpe-flexible-posts p{margin:0;}

/*サイドウィジェット*/
.sideWidget{padding:15px;border-bottom:1px solid #fff;}
.sideWidget .widgetTitle{color:#280a00;font-weight:bold;padding:0 10px;width:214px;font-size:13px;line-height:25px;margin:-15px 0 15px -15px; border-bottom:1px solid #280a00;}
.sideWidget ul,
.sideWidget ol{margin:0; line-height:1.5em;list-style-type:disc;list-style-position:inside;}
.sideWidget li ul,
.sideWidget li ol{margin:0;padding:0 0 0 10px;}
.sideWidget p{margin:0;}
.sideWidget img{max-width:100%;height:auto;}
.sideWidget th,
.sideWidget td{padding:0;text-align:center;}
#wp-calendar{width:100%;margin:0;}
.sideWidget a{color:#333;text-decoration:none;}
.sideWidget a:hover{text-decoration:underline;}
#searchform{overflow:hidden;}
#searchform #s{padding:4px;font-size:13px;line-height:15px;width:159px;float:left;margin:0;border-radius:0;border:1px solid #999;box-shadow: inset 1px 2px 4px #ddd;}
#searchform #searchsubmit{float:left;text-indent:-9090px;border-style:none;width:35px;height:26px;padding:0;margin:0;background:#999 url(img/search_btn.png) no-repeat center center;border-width:0;border-radius:0;cursor:pointer;}
.sideWidget .dpe-flexible-posts{line-height:1.2em;}
.getPostDispArea ul li{list-style-type:none; border-bottom:1px dotted #280a00; line-height:1.4; padding:5px;}
.getPostDispArea ul li:first-child{padding-top:0px;}

/*フッター*/
#footer{background-image: url(img/Fback.png);}
#footerBottom{padding:10px 0 0;overflow:hidden; background-color:#280a00;width:100%;}
#copyright{float:right;padding-bottom:50px;font-size:11px;line-height:20px;color:#d9d3c4;}
#copyright a{color:#333;text-decoration:none;}
.freedial{ margin-bottom:5em; max-width:490px; width:100%;}

/*フッターウィジェット*/
.footerWrap{clear:both;margin:0 auto;overflow:hidden;}
#footerWidgetArea{float:left;width:100%;margin:0;}
.footerWidget{float:left;padding:3% 0;margin-right:33.3px;min-height:170px;width:210px;}
.footerWidget:last-child{margin-right:0px;}
.footerWidget .widgetTitle{font-weight:bold;bcolor:#fff;font-size:14px;line-height:25px;}
.footerWidget ul{margin:0;}
.footerWidget a{color:#333;text-decoration:none;}
.footerWidget a:hover{text-decoration:underline;}
.footerWidget hr{margin:10px 0;background-color:#fff;}
.footerWidget p{margin-bottom:10px;}
.footerWidget .textwidget{color:#280a00;padding:15px 15px 5px;margin:-15px;min-height:170px;line-height:1.5em;font-size:93%;}
.footerWidget .textwidget a{color:#666;}
.footerWidget .textwidget a:hover{color:#999;}
.Flogo{margin:5px 0 15px 0;}
.Fbnr{margin:0 0 10px;}
.Fworkdate{float:left; margin:0 0 5px 10px; font-size:12px; width:120px; line-height:1em;}
.Fworktitle{float:left; margin:0 0 5px 10px; font-size:12px; width:120px;}
.Fworklist{clear:both;display:block;height:60px;margin-bottom:15px;}
.Fworklist a:hover{text-decoration:none;}
.Fworklist a:hover .Fworkdate, .Fworklist a:hover .Fworktitle{text-decoration:underline;}
.Fworklist img{ width:60px; height:60px;}
.dpe-flexible-posts img{float:left;}
#menu-fwiget{font-size:13px;line-height:1.4em;list-style-type:decimal;list-style-position:inside;}
#dpe_fp_widget-4 ul li {margin-bottom:6px;}
#dpe_fp_widget-4 ul li .title {font-size:13px; line-height:1.5em!important; border-bottom:1px dotted #280a00; padding:0 5px 4px;}

/*フッターナビ*/
#footer-menu{clear:both;}
#footer-menu ul{float:left;margin:0;padding:0;}
#footer-menu li{float:left;margin-right:15px;}
#footer-menu a{float:left;font-size:12px;line-height:20px;color:#d9d3c4;text-decoration:none;}
#footer-menu a:hover{text-decoration:underline;}

/*送信フォーム*/
.wpcf7-form{margin:0 auto 10px;}
.wpcf7-form input{margin:0 5px 0 0;font-size:93%;padding:3px;line-height:20px;}
.wpcf7-form textarea{width:99%;margin:0 0 10px;padding:3px;font-size:93%;line-height:20px;}
.wpcf7-form p{margin:0 0 10px;}
.wpcf7-not-valid-tip{padding:2px;clear:both;color:#c00;font-size:12px;}
.wpcf7-display-none{display:none;}
.wpcf7-form img.ajax-loader{float:right;margin-top:-30px;}
.wpcf7-response-output{margin:0 0 20px;padding:10px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.wpcf7-mail-sent-ok{background-color:#ff6600;color:#fff;}
.wpcf7-mail-sent-ng{background-color:#fc4d51;color:#fff;}
.wpcf7-spam-blocked{background-color:#fead5f;color:#000;}
.wpcf7-validation-errors{background-color:#f8e48e;color:#000;}
input.wpcf7-submit{margin:10px auto;width:218px;height:52px;border-style:none;text-indent:-9999px;display:block;cursor:pointer;background:transparent url(img/submit_btn.png) center top;padding:0;}
input.wpcf7-submit:hover{background:transparent url(img/submit_btn.png) center bottom;}
.contactform{width:100%; clear:both;}

/*サイトマップ*/
#menu-sitemap{margin:0 20px;list-style-type:none;font-size:14px;line-height:30px;font-weight:bold;}
#menu-sitemap li{border-bottom:1px dotted #ccc;clear:both;overflow:hidden;}
#menu-sitemap li:hover{background-color:#eee;}
#menu-sitemap li ul{margin:0 0 10px 10px;font-size:12px;line-height:25px;float:left;font-weight:normal;font-style:normal;}
#menu-sitemap li li{border-style:none;display:inline;float:left;clear:none;padding:0;margin-right:5px;border-radius:3px;}
#menu-sitemap li li li{margin:0;border-radius:0;}
#menu-sitemap li li ul{margin:0;font-size:11px;}
#menu-sitemap li a{color:#333;text-decoration:none;display:block;padding:5px 10px 0;}
#menu-sitemap li a:hover{color:#000;text-decoration:underline;}
#menu-sitemap li li a{background-color:#333;padding:0 10px;float:left;color:#fff;text-decoration:none;}
#menu-sitemap li li a:hover{background-color:#666;text-decoration:none;color:#fff;}
#menu-sitemap li li li a{background-color:#666;border-left:1px solid #999;padding:0 7px;}
#menu-sitemap li li li a:hover{background-color:#999;}

/*SNSボタン*/
.fb-like{ clear:both;}
.addtoany_content {
    margin: 50px 0 16px!important;
    text-align: left;
}

/*スライダー*/
.wideslider img{max-width:none;}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-bottom:30px;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin:0;
}
.wideslider ul li img {
    width: 100%;
    display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
	padding-bottom:30px;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	padding-bottom:30px;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(img/next.jpg) no-repeat left center;}
.pagination {
	background-color:#280a00;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 3px;
	width: 50px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 {background: transparent url(img/pn1.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url(img/pn2.jpg) no-repeat left top;}
.pagination a.pn3 {background: transparent url(img/pn3.jpg) no-repeat left top;}
.pagination a.pn4 {background: transparent url(img/pn4.jpg) no-repeat left top;}
.pagination a.pn5 {background: transparent url(img/pn5.jpg) no-repeat left top;}
.pagination a.pn6 {background: transparent url(img/pn6.jpg) no-repeat left top;}
.pagination a.pn7 {background: transparent url(img/pn7.jpg) no-repeat left top;}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* =Responsive Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 939px) {

#container {width: auto;}
#header{width:auto;margin:2% 0 0;padding: 0 3%;}
#wrap,.footerWrap,#footerBottom,#breadcrumb{width:auto;padding: 0 3%;}
.page #content{width:100%;padding:0;margin:3.2% 0 5.3%;}
.archive #content{width:100%;padding:0;margin:3.2% 0 5.3%;}

#side{width:234px;overflow:hidden;padding:0;margin:0;float:left;}

#siteTitle{margin:10px 0 0 0;padding:0;}
#siteTitle a{margin:0 1px;}
#siteDescription{line-height:43px;margin:0;}

#mainMenu{padding: 0 3%;}
#mainMenu ul{margin:auto;width:100%;height:auto;}
#mainMenu li{float:none;height: auto;padding:0;}
#mainMenu a{width:20%;text-align:center; font-size:86%;float:left;height: auto;position:relative;}
#mainMenu ul ul{width:20%;}
#mainMenu ul ul li{min-width:19.148936%;}

.mainimg{margin-top:10px;}

.footerWrap{padding:0 2.12765957%;}

img.hoshomark{ float:right; margin:-50px 0 0 15px;}
#content img{max-width: 100%;height: auto;width /***/:auto;}

}




/* =Responsive Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 499px) {

#header{text-align:center;}
#siteTitle a{float:none;}
#siteDescription{float:none;line-height:1.5em; margin:15px 0;}

#mainMenu{text-align:center;}
#mainMenu a{width:32%;text-align:center; font-size:86%;float:left;height:auto;border: 1px #fff solid;position:relative;}
#mainMenu ul ul{width:20%;}
#mainMenu ul ul li{min-width:19.148936%;}
#mainMenu ul ul a,
#mainMenu .current-menu-item ul a,
#mainMenu .current-menu-ancestor ul a{width:170%;margin-left:150%;}
#mainMenu li:first-child a{border-radius:0px 0px 0px 0px; position:relative;behavior:url("PIE.htc");}
#mainMenu li:last-child a{border-radius:0px 0px 0px 0px; position:relative;behavior:url("PIE.htc");}

.page #content{margin:3.2% 0 7%;}
.archive #content{margin:3.2% 0 7%;}
.single #content{width:100%;}
.archive #contentWork{width:100%;}

img.category{margin:3% 0 0 0;}
img.category02{margin:3% 0 5% 0;float:left;}
img.hoshomark{margin:0 0 0 15px;}

.news li{line-height:1.8em;}
.Ptitle:before{content: "\A"; white-space: pre;}

.footerWrap{padding:0 3%;}
.footerWidget{width:100%;}
.Fworkdate{width:220px;}
#copyright{clear:both;float:none;text-align:center;line-height:20px; padding-top:10px;}
#footer-menu ul{text-align:center;float:none;}
#footer-menu li{display:inline;float:none;}
#footer-menu a{float:none;}

.wpcf7-form-control{width:90%;}
td.bb{text-align:left;width:auto;}

.quarter {width:100%;margin-left:0;}
.third {width:100%;margin-left:0;margin:0 auto;}
.half {width:100%;margin-left:0;}
.half02 {width:100%;margin-left:0;}
.twothird {width:100%;margin-left:0;}
.threequarter {width:100%;margin-left:0;}
.threefifth {width:100%;margin-left:0;}
.fourfifth {width:100%;margin-left:0;}

/*スライダー*/
.pagination {
	background-color:#280a00;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 3px;
	width: 40px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}

}