/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
body {
	background: #fff;
}

.main-image {
	border: none;
}

.global-nav {
	border: none;
}

#mega-menu-wrap-top_menu {
	background: #003366;
}

.sub-conts .section-wrap .section-in .section-title, .sub-conts .section-wrap .article-header .section-title {
	font-weight: bold;
}

.site-footer {
	background: #0066CC;
}

.site-footer-in a:hover {
	color: #add8e6;
}

.copyright {
	background: #003366;
}

.sub-conts .section-wrap .section-in {
	box-shadow: 1px 1px 5px #003366;
}

@media screen and (max-width: 736px) {
	#menu {
		display: block !important;
	}
	
	.global-nav ul {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.global-nav-in {
	width: 100%;
	background-color: #003366;
}

@media (min-width: 736px) {
	#menu {
		margin: 0 auto;
		width: auto;
	}
	
	.mega-sub-menu {
		width: 200% !important;
	}
}

/*アーカイブ折りたたみ用*/
.widget_collapsarch ul {
	margin-left: 0;
}

.widget_collapsarch li {
	margin-left: 5px;
}

.widget_collapsarch li li {
	list-style: none;
	margin-left: 10px;
}

.widget_collapsarch ul li {
	list-style: none;
}

/*マージン設定用*/
.mr0 {
	margin: 0;
}

.mrr10 {
	margin-right: 10px;
}

.tshadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.midnightblue {
	color: midnightblue;
}

.consultingblock {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-left: 10px #036 solid;
	border-style: ridge;
	position: relative;
	top: 0;
	left: 0;
}

.consultingblock p {
	margin-bottom: 0;
}

.consultingblock ul {
	margin: 0;
}

.consultingblock ul li {
	display: inline-block;
}

.site-header-conts {
	padding: 0;
}

/*フォーム調整用*/
input[type="email"] {
	padding: 1px 0;
}

textarea {
	width: 96%;
}

@media (min-width:764px) {
	input[type="text"] {
		width: 96%;
	}
	
	input[type="email"] {
		width: 96%;
	}
}

/*header画像調整用*/
@media only screen and (max-width:736px) {
	.main-body-in {
		padding-top: 0;
	}
	
	.main-image {
		border-bottom: none;
	}
	
	.site-header {
		padding-top: 40px;
	}
	
	.site-title {
		padding: 0;
	}
	
	.site-header-in {
		padding-bottom: 0;
	}
}

.site-header-in {
	width: 100%;
}

h1 a img, .site-header-conts img {
	width: 100%;
}

#comment-area {
	display: none;
}

/*google ads*/
.ads_responsive {
	width: 320px;
	height: 100px;
}

@media(min-width: 500px) {
	.ads_responsive {
		width: 468px;
		height: 60px;
	}
}

@media(min-width: 1100px) {
	.ads_responsive {
		width: 728px;
		height: 90px;
	}
} 