@charset "UTF-8";
/*color：NAVY #192754  GOLD #fc6*/
/* WEB FONT*/
@import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates:700);

/* RESET CSS
---------------------------------------------------------------------------- */
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;}
caption{width:100%;}
a{outline:none;}
img{vertical-align:top;}

/*BASIC
---------------------------------------------------------------------------- */
body, code{ margin:0px;padding:0;-webkit-text-size-adjust:none;font:14px/1.5 "メイリオ","Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#333;}
body { background: #fff; }
ul,ol{padding:0;margin:0 0 20px 20px;}
h1, h2, h3, h4, h5 { line-height: 1.5; }
h1, h2 { clear: both; }
img{border:none;max-width:100%;height:auto;}
a{text-decoration:underline;color:#036;}
a:hover{text-decoration:none;}
a:hover img{opacity:0.8;}
a:visited {color:#477bb0;}
hr{background-color:#ddd;border:0;height:1px;clear:both;margin:30px auto;}
table{margin-bottom:2em;}
object,embed{width:100%;display:block;margin:auto;}
.screen-reader-text{display:none;}
small { font-size: smaller; }
big {
 font-size: larger;
 line-height: 1.6;
 }
blockquote {
 background-color: #f4f4f4;
 background-image: url(./img/ico_bq1.png), url(./img/ico_bq2.png);
 background-repeat: no-repeat;
 background-position: top left,  bottom right;
 margin: 0 2em 2em;
 padding: 3.5em 3em;
 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}


/**********************************************/
@media(max-width:1080px) {
/**/

/**/}
/**********************************************/


/*WRAPPER & SPACE
---------------------------------------------------------------------------- */
#header, #wrap, #footerWrap, #footerBottom, #breadcrumb {
 width: 940px;
 margin: auto;
 }
#header {
 overflow: hidden;
 min-height: 100px;
 }
#wrap {
 text-align: left;
 clear: both;
 }
#content {
 float: left;
 text-align: left; 
 overflow: hidden;
 padding: 0;
 width: 660px;
 }
.page #content {
 width: 940px;
 padding: 0;
 margin: 0 0 60px;
 }
#side{width:234px;overflow:hidden;padding:0;margin:0px;float:right;}
#footer{clear:both;}

/**********************************************/
@media(max-width:1080px) {
/**/
#header, #wrap, #footerWrap, #footerBottom, #breadcrumb { width: 98%; }
#content, .page #content { width: 99%; }
/**/}
/**********************************************/


/*HEADER
---------------------------------------------------------------------------- */
header .obi {
 background: #f6f6f6;
 text-align: center;
 padding: 2px;
 border-top: 4px solid #192754;
 }
header .obi h1 {
 font-size: 80%;
 color: #808080;
 text-align: left;
 font-weight: normal;
 width: 940px;
 margin: 0 auto;
 }

header .header {
 width: 940px;
 margin: 0 auto;
 padding: 10px 0 0;
 }
header .header h2 {
 float: left;
 font-size: 28px;
 font-weight: normal;
 margin: 20px 0;
 }
header .header h2 a {
 color: #333;
 text-decoration: none;
 }
header .header h2 a:active, header .header h2 a:hover { border-bottom: 1px solid #666; }
header .header h2 img { margin: 0.2em; }
header .header .info {
 float: right;
 margin-bottom: 10px;
 }
header .header .info p:first-child {
 font-size: 89%;
 text-align: center;
 line-height: 1em;
 margin: 0.5em 0 -0.5em;
 }
header .header .info big {
 font-family: 'Montserrat Alternates', sans-serif;
 font-size: 347%;
 color: #192754;
 line-height: 1em;
 }
header .header .info small { margin-left: 6em; }

#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;}

/**********************************************/
@media(max-width:1080px) {
/**/
header .obi h1, header .header { width: 99%; }
header .header h2 {
 float: none;
 text-align: center;
 }
header .header .info { display: none; }
/**/}
/**********************************************/


/*MAIN MANU
---------------------------------------------------------------------------- */
nav#mainMenu {
 background: #eee;
 height: 40px;
 }
nav div.navItem { display: block !important; }

nav#mainMenu a.itemMenu { display: none; }
nav#mainMenu ul {
 margin: auto;
 width: 940px;
 }
nav#mainMenu ul li {
 float: left;
 position: relative; 
 padding: 0 1px 2px;
 background: #fff;
 text-align: center;
 }
nav#mainMenu a {
 background: #eee;
 color: #333;
 text-decoration: none;
 display: block;
 line-height: 1.2;
 width: 233px; /*四等分-2px*/
 padding: 0.8em 0 0.6em ;
 border-bottom: 4px solid #999;
 }
nav#mainMenu a:hover {
 background:#eee;
 border-bottom: 4px solid #192754;
 }
nav#mainMenu ul li:hover > a,
nav#mainMenu ul li:hover > ul { display: block;/display:none; }
nav#mainMenu .current-menu-item a,
nav#mainMenu .current-menu-ancestor a {
 background: #192754;
 color: #fff;
 border-bottom: 4px solid #fc6;
 }
 
nav#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:188px;z-index:99999;height:auto;background-image:none;}
nav#mainMenu ul ul li{min-width:180px;padding:0 1px;background-color:#fff;}
nav#mainMenu ul ul ul{left:100%;top:0;}
nav#mainMenu ul ul a,
nav#mainMenu .current-menu-item ul a,
nav#mainMenu .current-menu-ancestor ul a{background-color:#eee;color:#333;line-height:1em;padding:10px;width:166px;height:auto;text-indent:0;border-bottom:1px solid #fff;background-image:none;}
nav#mainMenu ul ul :hover > a,
nav#mainMenu .current-menu-item ul a:hover,
nav#mainMenu .current-menu-ancestor ul a:hover{background-color:#ddd;background-image:none;}

/**********************************************/
@media(max-width:1080px) {
/**/
/*nav#mainMenu a.itemMenu {
 display: block;
 color: #036;
 font-weight: bold;
 border: none;
}*/
nav#mainMenu {
 clear: both;
 width: auto;
 height: auto;
 margin: 0 auto;
 padding: 0;
 border-top: 1px solid #e4e4e4;
 border-bottom: 1px solid #e4e4e4;
}

nav#mainMenu a {
 width: auto;
 text-align: left;
 padding-left: 0.8em;
 border: none;
 }
nav#mainMenu .current-menu-item a { border: none; }
nav#mainMenu .current-menu-item a:hover { color: #fff; }
nav#mainMenu a:hover {
 border: none;
 color: #036;
 }
nav#mainMenu > a span:before { content: "↓ " }
nav#mainMenu a.menuOpen span:before { content: "↑ " }
nav#mainMenu a#itemMenu:hover { cursor: pointer }
nav .naviItem {
 display: none;
 width: 100%;
 position: relative;
 right: 0;
 top: 0;
 z-index: 1;
}

nav#mainMenu ul { width: 100%; }
nav#mainMenu ul li {
 float: none;
 clear: both;
 width: 100%;
 height: auto;
}
nav#mainMenu ul li strong { font-weight: normal !important }
nav#mainMenu ul li a span { padding-left: 10px }

nav#mainMenu ul li:first-child a { border-top: 1px solid #e4e4e4 }
nav div.naviItem { float: none; }
/**/}
/**********************************************/


/*MAIN IMAGE*/
#topImage {
 clear: both;
 background: #333;
 margin-bottom: 6px;
 }
#topImageWrap {
 margin: auto;
 width: 938px;
 height: 300px;
 }
#secondImage {
 height: 70px;
 clear: both;
 background: #333;
 margin-bottom: 20px;
 }

/**********************************************/
@media(max-width:1080px) {
/**/
#topImage, #secondImage { display: none; }
/**/}
/**********************************************/

/*BREAD CRUMBLE
----------------------------------------------------------------------*/
#breadcrumb{color:#fff;clear:both;padding-top:20px;font-size:12px;line-height:30px;}
#breadcrumb a{color:#fff;text-decoration:none;}


/*WP SOCIAL BOOKMARKING LIGHT
----------------------------------------------------------------------*/
.wp_social_bookmarking_light {
 height: 15px;
 border: 0 !important;
 padding: 0 !important;
 margin: 0 !important;
}
.wp_social_bookmarking_light div {
 float:right !important;
 border: 0 !important;
 padding: 0 !important;
 margin: 0 5px 0px 0 !important;
 height: 23px !important;
 text-indent: 0 !important;
}
.wp_social_bookmarking_light img {
 border: 0 !important;
 padding: 0;
 margin: 0;
 vertical-align: top !important;
}
.wp_social_bookmarking_light_clear { clear: both !important; }
.wsbl_twitter { width: 100px; }

/**********************************************/
@media(max-width:1080px) {
/**/
.wp_social_bookmarking_light { margin-top: 10px !important; }
/**/}
/**********************************************/


/*MAIN AREA (ARTICLE)
---------------------------------------------------------------------------- */
article p { margin: 0 1em 0.8em; }


/*HEAD*/
article h1 {
 font-size: 150%;
 font-spacing: 1.2;
 margin-bottom: 2em;
 padding: 0.2em 0.5em;
 border-left: 8px solid #192754;
 border-bottom: 1px solid #192754;
 }
article h2 {
 background: #ededed;
 font-size: 120%;
 margin: 4em 0 2em;
 padding: 0.5em 0.5em 0.3em;
 border-bottom: 3px solid #f6f6f6;
 }
article h3 {
 clear: both;
 font-size: 110%;
 color: #666;
 margin: 3em 1em 2em;
 padding: 0 0 0 0.5em;
 border-left: 4px solid #666;
 }


/*LIST (OL, UL)*/
article ol, article ul { margin: 0.5em 1em 2em 2em; }
article li { margin: 0.5em 1em; }
article ul li { list-style-type: square; }


/*TABLE*/
article table { margin: 1em 1em 2em; }
article table th { background: #f6f6f6; }

/**********************************************/
@media(max-width:1080px) {
/**/
article h1 { margin-top: 20px; }
.home article h1 { margin-top: 0; }
/**/}
/**********************************************/

/*WIDGET
----------------------------------------------------------------------*/
.homeWidget .widgetTitle {
 background:#ddd;
 margin: -10px -15px 15px;
 font-weight: bold;
 font-size: 13px;
 line-height: 30px;
 padding: 0 0 0 10px;
 border-left: 5px solid #666;
 }
.homeWidget ul.menu { padding-bottom: 1em; }
.homeWidget ul.menu li { border-bottom: 1px dotted #666; }
.homeWidget ul.menu li a {
 position: relative;
 display: block;
 text-decoration: none;
 margin: 0;
 padding-left: 1.1em;
}
.homeWidget ul.menu li a:hover { color: #477bb0; }
.homeWidget ul.menu li a:before{
 display: block;
 content: "";
 position: absolute;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 50%;
 left: 0;
 width: 0.7em;
 height: 0.7em;
 margin-top: -5px;
 background: #477bb0;
 }
.homeWidget ul.menu li a:after{
 display: block;
 content: "";
 position: absolute;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 50%;
 left: -4px;
 width: 0.7em;
 height: 0.7em;
 margin-top: -5px;
 background: #f6f6f6;
 }

/*ホームウィジェット*/
#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 0 -10px;}
.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 .post-date{float:left;margin-right:10px;}


/**********************************************/
@media(max-width:1080px) {
/**/
#homeWidgetLeft, #homeWidgetRight { float: none; }
.homeWidget {
 width: auto;
 margin: 20px auto;
 }
/**/}
/**********************************************/


/*ホームウィジェット（人気の事例）*/
.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 -5px 0;overflow:hidden;}
.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;}






.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:right;font-size:12px;white-space:nowrap;float:right;margin:20px 0;}
.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;}
.hentry table{border:1px solid #ccc;}
.hentry th,
.hentry td{padding:5px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;font-size:13px;line-height:20px;}

/*事例集*/
#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;border-left:2px solid #333;margin:7px 0 0;font-size:12px;font-weight:normal;font-style:normal;line-height:18px;background-color:#eee;}

/*事例ページ*/
.single-work h4{padding:0 10px;background-color:#333;color:#fff;margin:-20px 0 20px -20px;width:30%;font-size:12px;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:#333;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{background-color:#eeeeee;padding:20px 20px 0;margin-bottom:1px;overflow:hidden;border-bottom:1px solid #ccc;}
.cfs_box a{color:#333;font-weight:bold;}
#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;}

/*ページナビゲーション*/
.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:#999;text-decoration:none;border-radius:3px;margin:0 2px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft{float:left;}
.navigation div.alignright{float:right;}
.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;}

/* IMAGES
------------------------------------------------------------------------*/
.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;
 margin: 2em auto;
 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;}


/**********************************************/
@media(max-width:1080px) {
/**/
.wp-caption.aligncenter { max-width: 95% !important; }
/**/}
/**********************************************/





/*コメント*/
#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;}


/*サイドウィジェット*/
.sideWidget{background-color:#ccc;padding:15px;border-bottom:1px solid #fff;}
.sideWidget .widgetTitle{background-color:#333;color:#fff;font-weight:bold;padding:0 10px;width:130px;font-size:12px;line-height:25px;margin:-15px 0 15px -15px;}
.sideWidget ul,
.sideWidget ol{margin:0;}
.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;}

/*フッター*/
#footerBottom{padding:10px 0 0;overflow:hidden;}
#copyright{float:right;padding-bottom:50px;font-size:11px;line-height:20px;}
#copyright a{color:#333;text-decoration:none;}

/*FOOTER WIDGET
------------------------------------------------------*/
#footerWrap{clear:both;margin:0 auto;overflow:hidden;}
#footerWidgetArea {
 background: #ccc;
 float: left;
 width: 100%;
 margin: 0;
 padding-bottom: 1px;
 border-bottom: 4px solid #192754;
 }

.footerWidget {
 float: left;
 background: #ccc;
 padding: 15px;
 margin: 0;
 width: 204px;
 border-left: 1px solid #ccc;
 }

.footerWidget .textwidget {
 background: #ddd;
 color: #000;
 padding: 15px 15px 5px;
 margin:-15px;
 min-height:200px;
 }
.footerWidget .textwidget a { color:#036; }
.footerWidget .textwidget a: hover { color:#c00; }

#footerWidgetArea #text-7 .textwidget { background: #333; }
#footerWidgetArea #text-7 .textwidget h2 {
 font-size: larger;
 color: #fff;
 font-weight: normal;
 text-align: center;
 }

#footerWidgetArea #text-8 .textwidget ul {
 list-style-type: square;
 margin-left: 15px;
 }

#footerWidgetArea #text-9 .textwidget { background: #f6f6f6; }
#footerWidgetArea #text-9 .textwidget h3 { margin: 1em 0 0.5em; }
#footerWidgetArea #text-9 .textwidget h3:first-child { margin: 0 0 0.5em; }
#footerWidgetArea #text-9 .textwidget h3 i { margin-left: 0.2em; }
#footerWidgetArea #text-9 .textwidget big { font-size: 200%; }
#footerWidgetArea #text-9 .textwidget small { font-size: 70%; }

#footerWidgetArea #text-10 .textwidget h2 {
 font-size: larger;
 margin-top: 3.5em;
 }


.footerWidget .widgetTitle{font-weight:bold;background-color:#333;color:#fff;padding:0 10px;width:130px;font-size:12px;line-height:25px;margin:-15px 0 15px -15px;}
.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;}


/**********************************************/
@media(max-width:1080px) {
/**/
.footerWidget {
 float: none;
 width: 100%;
 }
.footerWidget .textwidget {
 min-height: 40px;
 }
#footerWidgetArea #text-8 .textwidget h2 { margin-top: 0; }
/**/}
/**********************************************/


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

/*送信フォーム*/
.wpcf7-form{border:1px solid #ddd;margin:0 auto 20px;padding:20px 30px;background-color:#f4f4f4;}
.wpcf7-form input{margin:0 5px 0 0;font-size:13px;padding:3px;line-height:20px;}
.wpcf7-form textarea{width:99%;margin:0 0 10px;padding:3px;font-size:13px;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:5px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.wpcf7-mail-sent-ok{background-color:#4d8e36;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;}

/*サイトマップ*/
#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;}



/*===FOR EDITOR 2014/03/09===========================*/
/*EDIT AREA CSS
---------------------------------------------------------------------------- */
/*TEXT*/
article .red { color: #c00; }
article .ymarker {
 background: #fff8be;
 padding: 0 0.2em;
 }
article .ymarker {
 background: #fff8be;
 padding: 0 0.2em;
 margin: 0 0.2em;
 }
article .uline { border-bottom: 1px solid #333; }

.kome {
 text-indent: -1em;
 padding-left: 1em;
}

article .hentry ul.kome { margin-left: 1em; }

/*LINK*/
[target="_blank"] {
 background: url(./img/ico_newin.png) no-repeat right;
 background-size: 1.2em;
 padding-right: 1.5em;
 }

.pdf[target] {
 background: url(./img/ico_pdf.png) no-repeat right;
 background-size: 1.5em;
 padding-right: 1.7em;
 }

article ul.ctrAnchor {
 list-style: none;
 text-align: center;
 }
article ul.ctrAnchor li {
 float: left;
 list-style: none;
 margin-right: 1em;
 }
article ul.ctrAnchor li a {
 position: relative;
 text-decoration: none;
 margin: 0;
 padding-right: 1.1em;
}
article ul.ctrAnchor a:visited { color: #036; }
article ul.ctrAnchor a:before {
 display: block;
 content: "";
 position: absolute;
 background: #477bb0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 0.25em;
 left: 97%;
 width: 0.7em;
 height: 0.7em;
 margin-top: 0;
 }
article ul.ctrAnchor a:hover:before {
 background: #fc6;
}
article ul.ctrAnchor a:after{
 display: block;
 content: "";
 position: absolute;
 background: #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 0.25em;
 left: 97%;
 width: 0.7em;
 height: 0.7em;
 margin-top: -5px;
 }

article ul.kome {
 list-style-type: none;
 margin-left: 0.5em;
 margin-bottom: 2em !important;
 }
 article ul.kome li {
 list-style-type: none;
 text-indent: -1em;
 padding-left: 1em;
 margin: 0;
}

article .kanren {
 background: #f5f5f5;
 border: 1px solid #ddd;
 padding: 1em 1em 0;
 margin: 0 0.2em 20px;
 }
article .kanren li { margin-left: 1.5em; }
article .kanren h2 {
 font-size: 95%;
 margin: 0 0 20px;
 border-bottom: 1px dotted #ddd;
 }

/*BLOCK*/
article .matome {
 background: #fff6f6;
 border-radius: 8px;
 margin: 2em;
 padding: 0.8em 1em;
 }

article .attention {
 background-color: #f4f4f4;
 background-image: url(./img/ico_attention1.png), url(./img/ico_attention2.png);
 background-repeat: no-repeat;
 background-position: top left,  bottom right;
 margin: 0 2em 3em;
 padding: 3.5em 3em;
 border-radius: 5px;
 -moz-border-radius:5px;
 }

article .attention li, article .attention p { font-size: larger; }
article .attention ul li { list-style-image: url(./img/list_pink.png); }
article .attention ul li:last-child { margin-bottom: 0; }
article .attention ol li {
 list-style: none;
 padding-left: 1.1em;
 text-indent: -1.1em;
 counter-increment: marker;
 }
article .attention ol li::before {
 content: counter(marker, decimal) ".";
 font-family: verdana, sans-serif;
 color: #fab9b9;
 font-size: 110%;
 font-weight: bolder;
 vertical-align: bottom;
 margin-right: 0.1em;
 }
article .attention ul li:last-child { margin-bottom: 0; }


article .attention a {
 color: #333;
 text-decoration: none;
 }
article .attention a:hover, article .attention a:active { text-decoration: underline; }


article .daiji {
 background: #fff6f6;
 font-size: 140%;
 color: #c00;
 font-weight: bold;
 text-align: center;
 border-radius: 8px;
 margin: 2em;
 padding: 2em;
 }
article .daiji ul li { list-style-type: none; }
article .daiji ul li:last-child {margin-bottom: 0; }

blockquote p.sanshou {
 font-size: 80%;
 text-align: right;
 margin: 1.5em 0 0;
 }

article dl { margin: 3em 1em 2em; }
article dl.lftNarrow dt {
 clear: both;
 float: left;
 border-left: 8px solid #efefef;
 padding-left: 8px;
 width: 19%;
 }
article dl.lftNarrow dd {
 float: right;
 margin-bottom: 1em;
 width: 79%;
}


article .hentry dl ul { margin-left: none; }
article .hentry dl p { margin: 0 0 0.8em; }


/*TABLE*/
article table th.minw20pct { min-width: 20% !important; }
article table th.w20pct { width: 20% !important; }

/*PRIORITY CSS
---------------------------------------------------------------------------- */
 /*WEB ICON*/
 p i { padding: 0 0.2em; }
 
br.clear {
 clear: both !importan;
 font-size: 0 !importan;
 line-height: 0 !importan;
 }

/*TEXT*/
.ctr { text-align: center !important; }
.rgt { text-align: right !important; }
.lft { text-align: left !important; }
big { font-size: larger; }


/*SPACE*/
.clear { clear: both !important; }
.fLft { float: left !important; }
.fRgt { float: right !important; }


/*MARGIN AND PADDING*/
.mgnT2em { margin-top: 2em !important; }

.mgnB2em { margin-bottom: 2em !important; }

/*WIDTH & HEIGHT*/
