/* 共通CSSここから */

a {
	color: #355ABD;
}

a:hover {color: #B70003;
	text-decoration: none;
}

.cont_h2 {
	font-size: 2.3em;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: "UtsukushiMincho";
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.cont_h3 {
	text-align: center;
	color: #EB6C53;
	font-family: "UtsukushiMincho";
	font-size: 2.5em;
	margin-bottom: 40px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.cont_h4 {
	width: 95%;
	padding: 1%;
	margin-left: auto;
	margin-right: auto;
	color: #EB6C53;
	font-family: "UtsukushiMincho";
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #EB6C53;
}

.cont_ul {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.cont_ul li {
	list-style: disc;
	margin-left: 20px;
}

.contents_textarea {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.cont_table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.cont_table th {
width:20%;
padding:5px;
background-color:#F2F0EA;
border:1px solid #CCCCCC;
}
<strong></strong>
.cont_table td {
padding:5px;
background-color: #fff;
border:1px solid #CCCCCC;
}

.cont_table2 {
width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.cont_table2 th {
width:40px;
padding:5px;
text-align:center;
background-color:#F2F0EA;
border:1px solid #CCCCCC;
}

.cont_table2 td {
padding:5px;
border:1px solid #CCCCCC;
}


/* 個別CSSここから */
body {
	background-image: url(/ganpro3/content/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EBE6DF;
	font-size: 0.95em;
	line-height: 160%;
	color: #333;
	font-family: "Mplus 1p";
}
header {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
header h1 {
	font-size: 1.8em;
	color: #D83419;
	padding-top: 20px;
	line-height: 100%;
	margin-bottom: 0px;
	font-weight: bold;
}
header p {
	letter-spacing: -1px;
	font-size: 0.9em;
	color: #D83419;
}

header h1 a,
header p a,
header h1 a:hover,
header p a:hover {
	color: #D83419;
	display: block;
	outline: none;
	text-decoration: none;
}

.navbar {
	display: none !important;
}
nav {
	background-color: #EB6C54;
}
nav:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
nav ul {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
nav ul li {
	float: left;
}
nav ul li a {
	padding: 28px 41px;
	display: block;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-decoration: none;
}
nav ul li a:hover {
	background-color: #fff;
	color: #EB6C54;
}
nav ul li:last-child {
	border-right: 1px solid #fff;
}
#main_img {
	width: 1200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 40px;
	margin-bottom: 20px;
	display: block;
}

main:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#main {
	width: 840px;
	float: left;
}
#right {
	width: 310px;
	float: right;
}
#right li {
	margin-bottom: 10px;
}
#right img {
	vertical-align: bottom;
}
#news dt {
	width: 20%;
	float: left;
	clear: both;
	padding: 20px 10px;
	border-top: 1px dashed #ccc;
}
#news dd {
	margin-left: 20%;
	padding: 20px 10px;
	border-top: 1px dashed #ccc;
}
#banner {
	clear: both;
	padding-top: 25px;
}
#banner li {
	width: 20%;
	float: left;
	text-align: center;
}
footer {
	clear: both;
	margin-bottom: 20px;
	background-color: #fff;
}
#footer {
	padding-top: 20px;
	padding-bottom: 15px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#footer h2 {
	width: 250px;
	float: left;
}
#footer p {
	padding-top: 30px;
	text-align: right;
	width: 700px;
	float: right;
}
#topic_path {
	background-color: #fff;
	padding: 10px;
	clear: both;
	border-bottom: 1px solid #fff;
}
#topic_path p {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*  コース紹介  */

#course_t1, #course_t2 {
	margin-bottom: 10px;
}
#course_t1 a {
	color: #fff;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b4ddfe), color-stop(1.00, #0d4996));
	background: -webkit-linear-gradient(#b4ddfe, #0d4996);
	background: -moz-linear-gradient(#b4ddfe, #0d4996);
	background: -o-linear-gradient(#b4ddfe, #0d4996);
	background: -ms-linear-gradient(#b4ddfe, #0d4996);
	background: linear-gradient(#b4ddfe, #0d4996);
	padding: 10px;
	border-radius: 15px;
	display: block;
}
#course_t2 a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
	padding: 10px;
	border-radius: 15px;
	display: block;
	color: #fff;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}



#int_btn {
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

#int_btn li {
	margin-bottom: 15px;
}

#int_btn a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	background-color:#D9D271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fefac8), color-stop(1.00, #d1a300));
	background: -webkit-linear-gradient(#fefac8, #d1a300);
	background: -moz-linear-gradient(#fefac8, #d1a300);
	background: -o-linear-gradient(#fefac8, #d1a300);
	background: -ms-linear-gradient(#fefac8, #d1a300);
	background: linear-gradient(#fefac8, #d1a300);
}

#int_btn a:hover {
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #111;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 6px;
text-decoration: none;
padding: 15px 40px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff6d00), color-stop(1.00, #ff0));
background: -webkit-linear-gradient(#ff6d00, #ff0);
background: -moz-linear-gradient(#ff6d00, #ff0);
background: -o-linear-gradient(#ff6d00, #ff0);
background: -ms-linear-gradient(#ff6d00, #ff0);
background: linear-gradient(#ff6d00, #ff0);
}




#intensive_form {
	width:94%;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	background-color:#EDEDED;
}

#intensive_form dt {
	width:20%;
	float:left;
	clear:both;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:1px solid #fff;
}

#intensive_form dd {
	margin-left:20%;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:1px solid #fff;
}

#intensive_form input {
	padding:5px;
	margin-bottom:5px;
	border-radius:3px;
	border:1px solid #ccc;
}


.submit {
	margin-top:10px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #7cff75), color-stop(1.00, #3a7f4d));
	background: -webkit-linear-gradient(#7cff75, #3a7f4d);
	background: -moz-linear-gradient(#7cff75, #3a7f4d);
	background: -o-linear-gradient(#7cff75, #3a7f4d);
	background: -ms-linear-gradient(#7cff75, #3a7f4d);
	background: linear-gradient(#7cff75, #3a7f4d);
	background-color:#249623;
	cursor:pointer;
}


.return {
	margin-top:10px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);

	cursor:pointer;
}

.news {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.news:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.news dt {
	width: 20%;
	float: left;
	padding: 20px 10px;
	border-top: 1px dashed #ccc;
}
.news dd {
	margin-left: 20%;
	padding: 20px 10px;
	border-top: 1px dashed #ccc;
}

.js-hiraku-header-fixed {
	display: none;
}

.ul_img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.ul_img:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}


.ul_img li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.ul_img li img {
	width: 80%;
	text-align: center;
}


/* -----------------------------------*/
/*  contact form 7 エラーメッセージ関係  */
/* -----------------------------------*/

/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}

/* エラーメッセージ色替え */
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    background: #FCC;
}

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #FF0000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #FF0000;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #FF0000;
}





