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

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

/*著者について*/
.comment-title,
.blog-author{
	display: none;
}

/*aリンクナビ*/
.aname {
	font-size: 12px;
	color: #395CA3;
}

/*index*/
.img-responsive {
	width: 100%;
}

#fb-root {
	margin-top: 30px;
}

/*[講座案内ページ]*/
/* 画像の角を丸くする */
.studyimg {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*widget-titleに下記のカスタムCSSを追加*/
h3.widget-title {
	position: relative;
	padding: .8em;
	margin: 0 0 1.5em;
	font-size: 1.143em;
	font-weight: bold;
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
	border: #B92A2C solid 2px;
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0.0)),color-stop(0.4,rgba(255,255,255,0.0)),color-stop(0.4,rgba(0,0,0,0.1)),color-stop(0.6,rgba(0,0,0,0.1)),color-stop(0.6,rgba(255,255,255,0.0)),to(rgba(255,255,255,0.0)));
	background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-size: 4px 4px;
}

h3.widget-title:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #B92A2C;
}

h3.widget-title:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #F0F0F0;
	z-index: 1;
}

/*無料体験*/
.waku {
	text-align: center;
	margin: 15px 0;
	color: #900;
	border: 3px solid #900;
	padding: 10px 0;
}

/*お問い合わせフォーム*/
.form7 {
	width: 60%;
}

/*Facebook Feed*/
div.classone {
	text-align: right;
}

/*preziスマホ対応*/
.prezi {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.prezi iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}