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

詳しくは上のヘルプアイコンをクリックしてください。
*/



.aligncenter {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}span.wpcf7-list-item {
display: block;
}

.menu {
    background-color: #ff0000;
    background-image: -moz-linear-gradient(center top , #dd0000, #990000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dd0000), color-stop(1.0, #990000));
    clear: both;
    margin: 0 auto;
}


a img.alignnone {
    margin: 0px 0px 0px 0;
}
.alignnone {
    margin: 0px 0px 0px 0;
}

th, td, table {
    border: 1px solid #EEE;
}

th, td {
    padding: 0em;
}


.menu .current_page_item a, .menu .current-menu-item a {
    background-color: #660000;
}

.widget-title h3, .widget-title-home h3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 1px;
    text-align: left;
}

#content h1 {
		font-size: 2em;
		color: #fff;
		font-weight: bold;
        background:#333;
        border-top:1px solid #000;  
        border-right:1px solid #000;  
        border-left:7px solid #B71C25;  
        border-bottom:1px solid #000;  
        padding:.6em .8em  
    }  


    .post-entry h1 {
		font-size: 2em;
        background:#666;  
		font-weight: bold;
        border-top:1px solid #ccc;  
        border-right:1px solid #ccc;  
        border-left:7px solid #B71C25;  
        border-bottom:1px solid #ccc;  
        padding:.6em .8em  
    }  

    .post-entry h2{
		font-weight: bold;
		font-size: 1.6em;
        background:#eee;  
        border-top:1px solid #ccc;  
        border-bottom:1px solid #ccc;  
        border-left:7px solid #B71C25;  
        padding:.6em .8em  
    }  

    .post-entry h3 {
		font-weight: bold;
		font-size: 1.3em;
        border-top:1px solid #ccc;  
        border-bottom:1px solid #ccc;  
        border-left:7px solid #B71C25;  
        padding:.6em .8em  
    }  

    .post-entry h4 {
		font-weight: bold;
		font-size: 1.3em;
        border-left:7px solid #ccc;  
        border-top:1px solid #ccc;  
        border-bottom:1px solid #ccc;  
        padding:.6em .8em  
    }  

    .post-entry h5 {
		font-weight: bold;
		font-size: 1em;
        border-left:7px solid #ccc;  
        border-bottom:1px solid #ccc;  
        padding:.6em .8em  
    }  
    .post-entry h6 {
		font-weight: bold;
		font-size: 1em;
        border-bottom:1px solid #ccc;  
        padding:.6em .8em  
    }



.contact_right select, input[type="text"], input[type="password"], input[type="email"] {
    color: #999999;
}



/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}