/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
body{
	font-size: 16px;
}
small{
	font-size: 13px;
}
.post-title, .post-title a{
	font-size: 1.4rem;
}

.post-content h3{
	font-size: 1.2rem;
}
.post-content table th {
    white-space: normal;
}
.contact-submit{
	text-align: center;
	padding-top: 30px;
}


.post-content select{
	padding: 14px 16px;
}

.post-content table{
	font-size: 100%;
}
.post-content table tbody > tr:nth-child(odd) > th {
    background: #f9f9f9;
}
.post-content table th{
	white-space: nowrap;
}


.btn{
	display: inline-block;
	padding-top: 20px;
	font-size: 21px;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #ff4b7d;
	width: 100%;
	max-width: 380px;
	height: 60px;
	text-align: center;
	border-radius: 5px;
	line-height: 100%;
}
.btn:hover{
	opacity: 0.75;
	color: #fff;
	text-decoration: none;
}
.btn-disabled{
	background-color: #aaa;
	color: #333;
}
.btn-info{
	background-color: #01A1D5;
}
#event b{
	color: #a00;
	font-weight: bold;
}

#event #intro{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0 0 40px;
	font-size: 20px;
}

#event h2{
	margin-top: 2em;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #999;
}
#event h3{
	font-weight: bold;
	margin-top: 1em;
}

#formwrap h4{
	position: relative;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	display: inline-block;
	padding-right: 57px;
	margin-bottom: 10px;
}

#formwrap .hi{
	position: absolute;
	right: 0;
	font-size: 0.8em;
	border: 1px solid #e74b77;
	display: inline-block;
	margin-left: 6px;
	line-height: 100%;
	padding: 3px 8px;
	color: #e74b77;
	font-weight: 500;
}

#formwrap label{
	font-weight: normal;
}

#privacywrap{
	height: 200px;
    overflow: auto;
    border: 1px solid #aaa;
    padding: 10px;
}

#privacywrap h2{
	font-size: 16px;
	margin: 0;
}
#privacywrap h3{
	font-size: 14px;
	margin: 0;
}
#privacywrap p{
		font-size: 14px;
}

#faq .box {
    border-bottom: 1px dotted #c9c9c9;
    padding: 20px 0;
}
#faq .box h3{
	position: relative;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	padding: 0 40px 0 0;
}
#faq .box h3::after{
	content: "";
	position: absolute;
	display:block;
	width: 5px;
	height: 5px;
	right: 9px;
	top: 8px;
	border-right: 2px solid #2f1812;
	border-bottom: 2px solid #2f1812;
	transform: rotate(45deg);
}
#faq .box.open h3::after{
	transform: rotate(-135deg);
	top: 10px;
}
#faq .box .answer{
	display: none;
	font-size: 14px;
	padding: 20px 0 0;
}

#skill h5{
	margin: 20px 0 5px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
}

#skill .skillTable td{
	color: #aaa;
}

#skill .skillTable td.act,
#skill .skillTable td.act + td,
#skill .skillTable td.act + td +td
{
	color: #000;
}

@media screen and (max-width: 760px) {
	#skill table th,
	#skill table td{
		font-size: 13px;
	}
	
}

@media (max-width: 500px){
.post-content .alignleft, .post-content .alignright {
    margin: 1.2em auto 0 auto;
}
.post-content img.alignleft, .post-content img.alignright {
	display: block;
}
}
