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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* 後付 */
.comment-form-url,.form-allowed-tags {
	display: none;
}

body {
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 2.0em;
}

	#primary h1 {
		font-size: 2.4rem;
		line-height: 30px;
	}

h1 {
	font-size: 35px;
	font-size: 4.2rem;
	text-transform: uppercase;
	line-height: 40px;
}

h2 {
	font-size: 30px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom:20px;
}

h3 {
	font-size: 25px;
	font-size: 1.8rem;
}

h4 {
	font-size: 20px;
	font-size: 1.6rem;
}

h5 {
	font-size: 18px;
	font-size: 1.4rem;
}

h6 {
	font-size: 16px;
	font-size: 1.2rem;
}

.page-title {
	border-style: none;
	padding: 5px;
	color: #fff;
	background-color: #000;
	width: 100%;
}

#fixedBox {
	background-color: #f7ebd4;
/*	background-color: #d9b6b2;
		background-color: #e7c9a3;*/
}

.entry-content{
	margin: 0;
}

#content p, #content {
	font-size: 16px;
	margin-bottom: 0;
	clear: left;
}

.tap-btn {
display:inline-block;
	background: -moz-linear-gradient(top,#BFD9E5,#3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear,left top,left bottom,from(#BFD9E5),color-stop(0.5,#3D95B7),color-stop(0.5,#0080B3),to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0 0 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), inset 0 0 3px rgba(255,255,255,0.5);
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	padding: 10px 7px;
	margin: 0px 0px;
}
.alpha-20 {
	background-image: url("/images/alpha_black_20.png");
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin: -10px -5px 10px;
	padding: 10px 5px;
/*
	background-color: #000;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	padding: 5px;
	margin: -10px -10px 5px -5px;
	width: 100%;
*/
}

.colorbox-orange {
	border: 1px #808080 solid;
	padding: 10px 5px;
	margin: 0 0 15px;
	background-color: #FDF5E6;
	width: 100%;
}

.colorbox-red {
	border: 1px #808080 solid;
	padding: 10px 5px;
	margin: 0 0 15px;
	background-color: #FFE4E1;
	width: 100%;
}

.colorbox-green {
	border: 1px #808080 solid;
	padding: 10px 5px;
	margin: 0 0 15px;
	background-color: #E6FFE9;
	width: 100%;
}

.colorbox-blue {
	border: 1px #808080 solid;
	padding: 10px 5px;
	margin: 0 0 15px;
	background-color: #EEFFFF;
	width: 100%;
}

.letsbox {
	border: none;
	padding: 0 10px;
	margin: 0;
	background-color: #000;
	color: white;
	width: 100%;
}

.site-branding {
	height: auto;
	float: none;
	clear: both;
}

.site-title {
	line-height: 0;
	margin: 0;
	padding: 0;
}

.site-description {
	clear: both;
	margin: 0;
}

.nav {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding-top: 0;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.4);
}

.main-navigation ul li {
	position: relative;
	display: inline;
	border-left: 1px double #baa283;
}

.main-navigation ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background-image: linear-gradient(to left,transparent,#fefbf5 100%,#f8e0c2 0%,transparent);
/*	background-image: linear-gradient(to left,transparent,#f8e0c2 100%,#e7c9a3 0%,transparent);*/
}

.main-navigation ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background-image: linear-gradient(to left,transparent,#baa283 100%,#e7c9a3 0%,transparent);
}

.main-navigation ul ul {
	width: 350px;
	height: auto;
}

.main-navigation ul ul li a {
	display: inline;
	width: 350px;
	height: auto;
}

.main-navigation {
	height: auto;
	padding-top: 0;
	float: none;
}

.main-navigation li:hover > a {
	padding-bottom: 0;
	border-bottom: 3px solid #ae4b81;
}

/*メニュー固定*/
.fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
}

@media screen and (max-width: 768px) {
	.main-navigation {
		padding-top: 0;
		clear: both;
	}
	
	#popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgb(230,216,25);
		background: rgba(230,216,25,1);
		color: white;
		top: 0;
		left: -250px;
		overflow: hidden;
		z-index: 999;
	}
	
	#toggle {
		display: block;
		float: right;
		top: 40px;
		right: 45px;
		width: 100px;
		height: 24px;
		margin-right: 20px;
		margin-top: -5px;
		margin-bottom: 5px;
	}
	
	.main-navigation li:hover > a {
		padding-bottom: 0px;
		border-bottom: none;
	}
	
	.main-navigation ul li {
		position: relative;
		border-bottom: 0 solid #9b9b9b;
		display: inline;
		border-left: 1px double #baa283;
		font-size: 12px;
		padding: 0 3px;
		width: auto;
		height: auto;
	}
	
	.main-navigation ul li:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		margin: 0 auto;
		background-image: linear-gradient(to left,transparent,#baa283 100%,#e7c9a3 0%,transparent);
	}
	
	.main-navigation ul ul {
		width: 250px;
		height: auto;
	}
	
	.main-navigation ul ul li a {
		display: inline;
		width: 250px;
		height: auto;
	}
	/*	.main-navigation li:last-child {
	border-right: 1px double #aaa;
	}*/
}


@media screen and (max-width: 480px) {
	#content {
		padding: 2px;
		margin-right: 0;
	}
	
	#content h2 {
		font-size: 24px;
	}
	
	#content p, #content {
		font-size: 16px;
		padding-left: 2px;
		margin-right: 0;
		width: 100%;
	}
	
	#primary h1 {
		font-size: 2.4rem;
		line-height: 30px;
	}
	
	.entry-meta {
		font-size: 1.4rem;
		line-height: 10px;
	}
	
	.site-branding {
	}
	
	.site-title {
		font-size: 45px;
		font-size: 3.4rem;
	}
	
	.site-description {
		color: #fff;
		font-weight: 30;
		background-color: #373839;
		left: 0;
		text-transform: none;
		font-size: 18px;
		font-size: 1.4rem;
		padding: 5px;
		display: block;
		background-color: #373839;
	}

	#comment,#author,#email {
		width: 100%;
	}
	ol.comment-list{
		margin-left: 32px;		
	}
	ol.children{
		margin-left: 1.0em;		
	}

}