/*
Theme Name: sky
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sky
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sky is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.5;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #1C96D4;
}
img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	 zoom: 1;
}

/*--------------------------------------------------------------
space
--------------------------------------------------------------*/
.mbt10 { margin-bottom: 10px;}
.mbt20 { margin-bottom: 20px;}
.mbt30 { margin-bottom: 30px;}
.mbt40 { margin-bottom: 40px;}
.mtp10 { margin-top: 10px;}
.mtp20 { margin-top: 20px;}
.mtp30 { margin-top: 30px;}
.mtp40 { margin-top: 40px;}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
.site-branding {
	display: none;
}
.headerWrap {
	background-color: #FFF;
}
img.head-logo {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer {
	background: -moz-linear-gradient(top, #1C96D4, #0A3CA0);  
	background: -webkit-gradient(linear, left top, left bottom, from(#1C96D4), to(#0A3CA0));  
}
.footerBoxWrap {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px 0;
}
.footerBox {
	display: table;
	width: 55%;
	margin: 0 auto;
}
.footLogo,.address,.fbIcon {
	display: table-cell;
	vertical-align: middle;
}
.footLogo img {
	height: 60px;
	width: auto;
}
.fbIcon img {
	width: 40px;
	height: auto;
	margin-bottom: 10px;
}
.fbIcon a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.address p {
	color: #FFF;
	font-size: 80%;
}

/*--------------------------------------------------------------
front-page
--------------------------------------------------------------*/
.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
}
img.serMainim {
	width: 100%;
	height: auto;
}
#service h2, #news h2, #message h2, #contact h2 { 
	text-align: center; 
	font-size: 160%;
}
#service {
	background: url(img/mainback_sora.jpg) no-repeat scroll ;
}
#message {
	background: radial-gradient(circle farthest-side, #F3F3F3, #F3F3F3 50%, #FFF 50%, #FFF); 
	background-size: 4px 4px;
}
span.secName { 
	font-size: 70%; 
	font-family: 'EB Garamond', serif;
	font-weight: normal; 
	color: #1C96D4;
	letter-spacing: 1px;
}
span.name {
	font-size: 130%;
}
.serviceWrap {
	max-width: 1020px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.serBoxWrap, .serBoxWrap2  {
	margin: 20px 0;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
    border-spacing: 10px 0;
	width: 100%;
	table-layout:fixed;
}
.serBox {
	display: table-cell;
	background-color: #FFF;
	margin-right: 20px;
	padding: 20px 30px;
	margin-left: 20px;
}
.serBox2 {
	display: table-cell;
	background-color: #FFF;
	margin-right: 20px;
	padding: 0 ;
	margin-left: 20px;
}
.serBox-lead {
	font-size: 90%;
	line-height: 1.8;
}
.serBox-ttl {
	margin: 20px 0;
}
.serBox-ttl2 {
	margin: 0;
}
.serBox-ttl img {
	width: 80xpx;
	height: 80px;
	margin: 0 auto;
	display: block;
}
img.bnr {
	width: 100%;
	height: auto;
}
h3.bnr-ttl {
	color: #0A3CA0;
	line-height: 20px;
}
/*a.bnr-lnk {
	text-decoration: none;
	color: #0A3CA0;
}
a.bnr-lnk:hover{
	color: #1C96D40;
}
*/
#service h3.red {
	font-size: 120%;
	line-height: 20px;
	text-align: center;
	color: #E83746;
	margin-top: 10px;
}
#service h3.gre {
	font-size: 120%;
	line-height: 20px;
	text-align: center;
	color: #53AB37;
	margin-top: 10px;
}
#service h3.ora {
	font-size: 120%;
	line-height: 20px;
	text-align: center;
	color: #F49C00;
	margin-top: 10px;
}
a.readmore {
	display: block;
	width: 60%;
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
	border: 1px solid #DDD;
	margin: 15px auto;
	letter-spacing: 1px;
}
a.readmore:after {
  	font-family: 'FontAwesome';
  	content: "\f105";
	font-size: 110%;
	margin-left: 10px;
}
a.readmore:hover {
	background-color: #1C96D4;
	border: 1px solid #1C96D4;
	color: #FFF;
	text-decoration: none;
}	
.serBox-bottom {
	padding: 20px;
	display: table;
	background-color: #FFF;
	border-left: 10px solid #0A3CA0;
	max-width: 100%;
    margin: 0 10px;
}
.serBox-bottom-L {
	display: table-cell;
	width: 13%;
	vertical-align: middle;
}
.serBox-bottom-R {
	display: table-cell;
	width: 5%;
	text-align: center;
	vertical-align: middle;
}
.serBox-bottom-R a {
	padding: 10px;
}
.serBox-bottom-M {
	display: table-cell;
	vertical-align: middle;
}
#service h3.blu {
	font-size: 120%;
	text-align:left;
	color: #0A3CA0;
}
.newBoxWrap {
	margin: 20px 0;
	display: table;
}
a.viewall {
	display: inline-block;
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
	border-bottom: 5px solid #1C96D4;
	letter-spacing: 2px;
	float: right;
	margin: 10px 0 20px 0;
}
a.viewall:hover {
	text-decoration: none;
}
.newBox {
	display: table-cell;
	width: 33.3%;
	padding: 20px;
}
.newBox-img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
h3.newBox-ttl {
	margin-bottom: 10px;
}
h3.newBox-ttl a { 
	font-size: 110%; 
	color: #0A3CA0;
}
h3.newBox-ttl a:hover {
	text-decoration: underline;
}
.newBox-data {
	margin: 10px 0;
}
.newBox-data p {
	font-size: 85%;
}
.newBox-lead p {
	font-size: 85%;
}
#message h3 {
	font-size: 110%;
	text-align: center;
}
.messageWrap {
	padding: 0 70px;
	margin: 20px 0;
}
img.message-pho {
	display: block;
	margin: 20px auto;
}
.message-lead {
	margin: 20px 0 40px 0;
	line-height: 1.7;
	padding-bottom: 40px;
	border-bottom: 2px solid #0A3CA0; 
}
table.profile, table.profile-scd {
	width: 100%;
	margin-top: 20px;
}
table.profile th {
	width: 10%;
	font-size: 90%;
	font-weight: normal;
	line-height: 2;
	text-align: left;
}
table.profile td {
	width: 90%;
	font-size: 90%;
	line-height: 2;
}

table.profile-scd th {
	width: 10%;
	font-size: 90%;
	font-weight: normal;
	line-height: 2;
	text-align: left;
}
table.profile-scd td {
	width: 90%;
	font-size: 90%;
	line-height: 2;
}
table.profile-scd td a {
	text-decoration: underline;
}
a.dreamgate:after {
    content: url(	img/dreamgate_logo.jpg);
    margin-left: 20px;
    position: relative;
	top: 10px;
}
#contact.container  {
	padding-bottom: 10px;
} 
.contact-lead {
	text-align: center;
	margin: 20px 0;
	line-height: 1.7;
}
.contact-lead p { font-size: 90%;}

.conFormboxWrap {
	max-width: 1020px;
	padding: 0 70px;
	margin: 0 auto;
}
.conFormbox {
	padding: 10px 0 10px 20px;
	background-color: #F3F3F3;
	margin: 10px 0;
	display: block;
}
p.conForm-txt {
	font-size: 85%;
	font-weight: bold;
	color: #0A3CA0;
}
/*contactform7のメッセージスペース*/
.wpcf7 textarea {
	background-color: #F3F3F3;
	color: #333;
	width: 85%;
	max-width: 85%;
	min-width: 85%;
	border: none;
	padding: 0 1em 1em 1em;
	border-radius: 0px;
	vertical-align: top;
}
/*contactform7の送信ボタン*/
.wpcf7 input[type="submit"] {
	display: block;
	width: 17%;
	text-align: center;
	padding: 5px 0;
	background-color: #1C96D4;
	border: 1px solid #1C96D4;
	color: #FFF;
	margin: 0px auto;
	margin-top: 40px;
}
.wpcf7 input[type="submit"]:after,
.wpcf7 input[type="submit"]:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:before,
.wpcf7 input[type="submit"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}	
.wpcf7 input[type="submit"]:hover {
	background-color: #FFF;
	border: 1px solid #DDD;
	color: #DDD;
	text-decoration: none;
}
.wpcf7c-btn-back {
	display: block;
	width: 17%;
	text-align: center;
	padding: 5px 0px;
	background-color: #FFF;
	border: 1px solid #1C96D4;
	color: #1C96D4;
	margin: 0 auto;
	margin-bottom: 40px;
}
.wpcf7c-btn-back:hover {
	border: 1px solid #DDD;
	color: #DDD;
}
div.wpcf7-response-output {
	max-width: 1020px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors {
	border: 2px solid #1C96D4;
	margin: 20px auto;
}

/*--------------------------------------------------------------
breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	font-size: 85%;
	padding: 30px 0px;
}

/*--------------------------------------------------------------
entry
--------------------------------------------------------------*/
.entry-wrap {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0;
} 
.entry-content-wrap {
	width: 70%;
	float: left;
}
h1.entry-title {
	font-size: 160%;
	color: #0A3CA0;
}
.entry-content {
	margin-bottom: 50px;
	font-size: 90%;
	line-height: 1.7;
}
.meta-span-el {
	margin: 10px 0 20px 0;
	letter-spacing: 1px;
	font-size: 90%;
}
.meta-archive {
	width: 20%;
	float: right;
}

/*--------------------------------------------------------------
archive
--------------------------------------------------------------*/
#primary {
	background: transparent url("img/bottom-line.png") repeat-x scroll left top;
}
.main-wrap {
	max-width: 1020px;
	margin: 0 auto 80px;
	padding: 0;
} 
.page-header h2 {
	font-size: 250%;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
	margin: 0 0 60px 0;
	text-align: center;
	letter-spacing: 6px;
	color: #1C96D4;
}
.post-wrap {
	display: table;
}
h3.post-title a {
	color: #0A3CA0;
	font-size: 110%;
}
h3.post-title :hover {
	text-decoration: underline;
}
.post-thumb {
	height: 147px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.post-thumb img {
	margin-right: 30px;
}
.post-meta-block {
	display: table-cell;
}
.post-metadata {
	font-size: 85%;
	margin-bottom: 10px;
}
.post-excerpt {
	font-size: 90%;
	line-height: 1.7;
}
.more-link {
	font-size: 90%;
	text-decoration: underline;
	margin-top: 10px;
}

/*--------------------------------------------------------------
ruled_line
--------------------------------------------------------------*/
.ruled_line {
	width: 100%;
	height: 5px;
	background-image: url("img/ruled-line.svg");
	background-repeat: repeat-x;
	background-size: contain;
	margin: 10px 0 30px 0;
}

/*--------------------------------------------------------------
sidebar-single
--------------------------------------------------------------*/
#categories-3, #recent-posts-3  {
	margin-bottom: 40px;
}
h2.widget-title {
	margin: 10px 0;
	font-size: 95%;
	color: #5A5A5A;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	padding: 10px 0;
}
#categories-3 ul li,
#recent-posts-3 ul li {
	line-height: 1.8;
}
#categories-3 ul li a,
#recent-posts-3 ul li a {
	font-size: 80%;
}

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error-404 {
	max-width: 1020px;
	margin: 0 auto;
	padding: 50px 20px;
}
.page-content p {
	margin-bottom: 10px;
}
.search-submit {
	display: inline-block;
	width: 17%;
	text-align: center;
	padding: 5px 0;
	background-color: #FFF;
	border: 1px solid #1C96D4;
	color: #1C96D4;
}
.search-submit:hover {
	border: 1px solid #DDD;
	color: #DDD;
}
h2.widgettitle {
	margin: 30px 0 10px 0;
	font-size: 95%;
	color: #5A5A5A;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	padding: 10px 0;
}
.widget_recent_entries {
	display: block;
}

/*--------------------------------------------------------------
      Media Queries - Desktop
--------------------------------------------------------------*/

@media screen and (min-width: 1020px) {
.sponly {
	display:none ;
}
.serBox-ttl2 > a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	
.headerWrap { 
	max-width: 1020px; 
	margin: 0 auto; 
	height: 80px;
}
.header-left { 
	float: left;
}
.header-right { 
	float: right;
}
.serMainim-sp { 
	display: none;
}
.serBox-bottom-R-sp { 
	display: none;
}
h4.profile-ttl { 
	display: none;
}

/* Accordionメニュー */
#menubtn {
	display: none;
}
#menu {
	display: block !important;
}
#menu ul { 
	margin-top: 6%;
}
#menu ul li {
	display: inline-block;
	font-size: 110%;
	font-family: 'EB Garamond', serif;
	letter-spacing: 2px;
	margin-left: 15px;
}
#menu ul li a {
	padding: 10px 0;
	margin-left: 10px;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #1C96D4;
}
#acMenu dt{
    display:block;
    line-height:50px;
    text-align:center;
}
#acMenu dd{
    display:block;
}
.downbtn {
	display: none;
}
#acMenu h3 :after  {
	display: none;
}

}


/*--------------------------------------------------------------
      Media Queries - Tablet
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1019px) {
.sponly {
	display: none;
}
	
.headerWrap {
	max-width: 1019px; 
	margin: 0 auto; 
	height: 80px;
}
.header-left {
	float: left;
}
.header-right { 
	float: right;
}
.serMainim-sp { 
	display: none;
}
.serBox-bottom-R-sp { 
	display: none;
}
.headerWrap,.container,.serviceWrap,.conFormboxWrap,.entry-wrap,.main-wrap { 
	max-width: 90%;
}
.serBox-bottom { 
	max-width: 97.5%;
}
.serBox-bottom-L { 
	width: 16%;
}
.serBox-lead { 
	line-height: 1.7; 
	font-size: 80%;
}
.footerBox {
	width: 70%;
}
.wpcf7 textarea { 
	width: 95%; 
	max-width: 95%; 
	min-width: 95%;
}
.wpcf7-response-output { 
	max-width: 75%; 
}
h4.profile-ttl { 
	display: none;
}

/* Accordionメニュー */
#menubtn {
	display: none;
}
#menu {
	display: block !important;
}
#menu ul { 
	margin-top: 6%;
}
#menu ul li {
	display: inline-block;
	font-size: 110%;
	font-family: 'EB Garamond', serif;
	letter-spacing: 2px;
	margin-left: 15px;
}
#menu ul li a {
	padding: 10px 0;
	margin-left: 10px;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #1C96D4;
}
#acMenu dt{
    display:block;
    line-height:50px;
    text-align:center;
}
#acMenu dd{
    display:block;
}
.downbtn {
	display: none;
}
#acMenu h3 :after  {
	display: none;
}

}

/*--------------------------------------------------------------
      Media Queries - Smartphone
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
.sponly {
	display: block;
}

/* Accordionメニュー */
#menu {
	display: none;
}
#menubtn { 
	padding: 6px 12px;
	border: none;
	color: #1C96D4;
	font-size: 140%;
	border-radius: none;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer
}
#menu ul li {
	display: block;
	font-size: 100%;
	text-align: center;
	font-family: 'EB Garamond', serif;
	letter-spacing: 2px;
	padding: 10px 0;
	background-color: #FFF;
}
#menu ul li a {
	padding: 10px 20px;
	border-bottom: 1px solid #F3F3F3;
}
#menu ul li a:hover {
	text-decoration: none;
}
#acMenu dt{
    display:block;
    }
#acMenu dd{
    display:none;
    }
.downbtn {
	display: black;
	font-size: 150%;s
	position: relative;
	vertical-align: middle;
	padding: 5px;
}
/* scrollTopで.fixed実行 */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
}

/* front-page */
.header {
    position: relative;
	height: 48px;
	background-color: #FFF;
	
}
.headerWrap { 
	width: 100%; 
	padding: 0 15px;
}
.container,.serviceWrap {
	width: 100%; 
	padding: 48px 20px 20px 20px;
}
.conFormboxWrap {
	width: 100%; 
	padding: 0 20px 0px 20px;
}
.entry-wrap,.main-wrap {
	width: 100%; 
	padding: 20px;
}
#service h2,#news h2,#message h2,#contact h2 {
	font-size: 115%;
}
img.head-logo { 
	width: 90px;
}
.serBoxWrap { 
	display: block;
	margin-bottom: 0;
}
.serBoxWrap2 { 
	display: block;
	margin: 0;
}
.serMainim { 
	display: none;
}
.serBox {
	display: block; 
	width: 100%; 
	margin: 5px auto;
	padding: 8px 15px;
}
.serBox2 {
	display: block; 
	width: 100%; 
	margin: 5px auto;
	padding: 8px 15px;
}
#service h3.red, #service h3.gre, #service h3.ora {
	font-size: 100%; 
	text-align: left; 
	margin-top: 0;
	background-image: url(img/downarrow.svg); 
	background-position: right top; 
	background-repeat: no-repeat;
}
.serBox-ttl {
	margin: 0;
}
.serBox-ttl img { 
	display: none;
}
img.bnr { 
	display: none;
}
h3.bnr-ttl {
    font-size: 105%;
	text-align: left; 
	padding: 0;
    color: #0A3CA0;
    margin-bottom: 0;
	background-image: url(img/downarrow_L.svg); 
	background-position: right top; 
	background-repeat: no-repeat;
}
h3.bnr-ttl a {
    color: #0A3CA0;
    font-size: 100%;
}
h3.bnr-ttl a:hover {
	text-decoration: none;
}
.serBox-lead { 
	display: blocK; 
	margin-top: 10px;
}
serBox-lead p { 
	font-size: 90%; 
	line-height: 1.5;
}
.serBox-bottomWrap { 
	width: 100%; 
	margin: 0 auto;
	margin-bottom: 10px;
}
.serBox-bottom { 
	margin: 0; 
	padding: 4px 15px; 
	border-left: none;
	display: blocK;
}
.serBox-bottom-L { 
	display: blocK; 
	width: 100%;
}
.serBox-bottom-L h3 {
	background-image: url(img/downarrow.svg); 
	background-position: right 3px; 
	background-repeat: no-repeat;
}
.serBox-bottom-R {
	display: none;
}
img.serBox-bottom-R-sp {
	display: block;
	margin-bottom: 20px;
}
#service h3.blu { 
	font-size: 105%; 
	color: #0A3CA0; 
	margin-bottom: 0;
}
.newBoxWrap { 
	display: blocK;
	margin: 0;
}
a.viewall {
	display: inline-block;
	text-align: center;
	font-size: 75%;
	padding: 5px 0;
	border-bottom: 5px solid #1C96D4;
	letter-spacing: 2px;
	float: right;
	margin: 10px 0 20px 0;
}
.newBox { 
	display: blocK; 
	width: 100%;
	padding: 20px 0;
}
.messageWrap { 
	padding: 0px;
}
.messageWrap img {
	width: 50%; 
	height: auto;
}
#message h3 {
	font-size: 100%;
}
.message-lead {
	font-size: 95%;
}
table.profile th,table.profile-scd th { 
	width: 20%;
}
table.profile td,table.profile-scd td { 
	width: 80%; 
	font-size: 90%; 
	line-height: 1.7;
}
h4.profile-ttl {
	display: block;
	text-align: center;
	padding: 8px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
h4.profile-ttl:after {
	font-family: 'FontAwesome';
  	content: "\f107";
	margin-left: 10px;
	}
.wpcf7 textarea { 
	max-width: 90%; 
	min-width: 90%;
}
.wpcf7 input[type="submit"] {
	width: 100%;
}
.wpcf7c-btn-back {
	width: 100%;
}
div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors {
	margin: 0 20px 20px 20px;
}
footer.footer.container {
	padding-top: 20px;
}

.footerBox { 
	display: block;
}
.footLogo,.address,.fbIcon { 
	display: block; 
	text-align: center;
}
.footLogo img { 
	height: 60px; 
	width: auto;
}
.fbIcon img { 
	width: 40px; 
	height: auto; 
	margin: 20px;
}

/* entry・archive */
.breadcrumbs {
    font-size: 70%;
    padding: 5px 0 20px 0;
}
.entry-content-wrap {
    width: 100%;
    float: nonet;
}
.meta-archive {
    width: 100%;
    float: none;
}
.page-header h2 {
    font-size: 150%;
    margin: 0 0 30px 0;
    text-align: center;
    letter-spacing: 3px;
    color: #1C96D4;
}
.post-wrap {
    display: block;
	margin-bottom: 20px;
}
.post-thumb {
	width: 100%;
	height: auto;
    overflow: hidden;
    display: block;
	margin-bottom: 20px;
}
.post-thumb img {
	display: block;
	margin: 0 auto;
}

/* 404 */
.error-404 {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}
h2.widgettitle {
	margin: 30px 0 10px 0;
	font-size: 95%;
	color: #5A5A5A;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	padding: 10px 0;
}
.page-content p {
	margin-bottom: 10px;
}
.search-submit {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	background-color: #FFF;
	border: 1px solid #1C96D4;
	color: #1C96D4;
}
.search-submit:hover {
	border: 1px solid #DDD;
	color: #DDD;
}

