@charset "UTF-8";
/* CSS Document */
/* common_contents */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4c3e38;
	background:#FFFFFF;
	color:#4c3e38;
	}

@font-face {
	font-family: 'A-OTF 新ゴ Pro DB';
	src: url('font/A-OTF-ShinGoPro-DeBold.otf') format('truetype');
}


a {
	color:#4c3e38;
}

a img {
	border:none;
}

img {
	vertical-align: middle;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-top: 0px;
}


.clearfix {
	width:100%;
}

.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}



/* common_header */
header {
	height:346px;
	background:#FFFFFF;
}


header#top {
	height:563px;
}

div#header_logo {
	float:left;
	margin:23px 0 0;
	vertical-align:top;
}

div#header_logo_top {
	position:absolute;
	z-index:3;
	top:23px;
	left:0;
	vertical-align:top;
}

nav#header_button {
	float:right;
}

nav#header_button_top {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
}

nav#header_button ul li {
	float: left;
	display:block;
	margin-left:14px;
}

nav#header_button_top ul li {
	float: left;
	display:block;
	margin-left:14px;
}
#header_img{
	width:100%;
	background:url(../img/h1_2.jpg) center 0 no-repeat;
}
	

/* top contents [seibe] */
div#top_voices {
    background: #f9f9f9;
    border-bottom: 1px solid #EBEBEB;
}
div#top_voice_list {
    width: 960px;
    margin: 0 auto;
    padding: 44px 0 22px;
}

div#top_voice_list > div {
    position: relative;
    width: 290px;
    height: 364px;
    margin: 0 0 22px 45px;
    background-color: none;
    background: url('img/voice_top_thumb.png') no-repeat left top;
    float: left;
}
div#top_voice_list > div:nth-of-type(3n+1) {
    margin: 0 0 22px 0;
    clear: both;
}
div#top_voice_list > div a {
    width: 100%;
    height: 100%;
    display: block;
}
div#top_voice_list > div a:hover {
    margin: -16px;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
div#top_voice_list > div img {
    top: 11px;
    left: 15px;
    position: absolute;
    width: 260px;
    height: 342px;
}
div#top_voice_list > div div {
    top: 253px;
    left: 15px;
    position: absolute;
    width: 234px;
    height: 82px;
    padding: 18px 13px 0;
    color: #FFF;
    background: url('img/voice_top_bg.png') no-repeat left top;
}
div#top_voice_list > div div > p.title {
    font-size: 95%;
    line-height: 1.4em;
}
div#top_voice_list > div div > p.univ {
    font-size: 78%;
    line-height: 2.2em;
}
*/
/* common_contents */

div#top_contents_list {
	padding:0;
	width:960px;
	margin:56px auto 0;
	padding-bottom:44px;
	border-bottom:1px dotted #C8C8C8;
}

div#top_contents_list a {
	color:#4c3e38;
	text-decoration:none;
}

.box_hover {
	text-decoration:underline;
	opacity:0.6;
}

div#top_contents_list ul {
	margin-right:-60px;
}

div#top_contents_list ul li {
	list-style:none;
	display:block;
	float:left;
	width:280px;
	margin-right:60px;
}

dl.top_content_inbox {
	display:block;
}

dl.top_content_inbox dt {
	font-size:100%;
	padding-left:22px;
	margin-bottom:16px;
	background-image:url(img/list_style.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-shadow:0px 1px 0px rgb(255,255,255);
}

dl.top_content_inbox dd.thumb {
	display:block;
	height:142px;
	margin-bottom:16px;
	background:#FFFFFF;
}

dl.top_content_inbox dd.text {
	font-size:80%;
	text-shadow:0px 1px 0px rgb(255,255,255);
}

div#top_contents_info {
	width:960px;
	margin:46px auto 36px;
}

div#top_info_area {
	float:left;
	width:680px;
}	

div.top_info_title {
	width:100%;
	clear:both;
	position:relative;
}

div.top_info_title p.title {
	font-size:120%;
	line-height:120%;
	margin-bottom:28px;
	padding:4px 0 4px 16px;
	border-left:4px solid #034984;
	text-shadow:0px 1px 0px rgb(255,255,255);
}

div.top_info_title p.detail {
	position:absolute;
	top:10px;
	right:0;
	padding-left:22px;
	font-size:84%;
	background-repeat:no-repeat;
	background-position:left center;
	text-shadow:0px 1px 0px rgb(255,255,255);
}

div.top_info_title p.detail a {
	color:#4c3e38;
	text-decoration:none;
}

div.top_info_title p.detail a:hover {
	text-decoration:underline;
}

div.top_info_inbox {
	float:left;
	width:618px;
	min-height:280px;
	margin-bottom:36px;
	padding:32px 30px 20px;
	font-size:90%;
	background:#FFFFFF;
	border:1px solid #E8E8E8;
}

div.top_info_inbox dl {
	margin-bottom:20px;
}

div.top_info_inbox dl dt {
	margin-bottom:6px;
}

div.top_info_inbox dl dd a {
	color:#4c3e38;
}

div.top_info_inbox dl dd a:hover {
	opacity:0.5;
	text-decoration:none;
}

div#top_banner_area {
	float:right;
	width:220px;
	margin-top:58px;
}

div#top_banner_area ul li {
	list-style:none;
	margin-bottom:24px;
}

div#contents {
	margin-top:0;
}

div.breadcrumb_area {
	width:960px;
	margin:30px auto 0;
	font-size:80%;
}

div.page_support_area {
	width:960px;
	margin:30px auto 0;
	font-size:80%;
}

div.page_support_area:after {
    content: ""; 
    display: block; 
    clear: both;
}

div.page_support_area div#page_social_bookmark {
	float:right;
}

div.page_support_area  div.breadcrumb {
	float:left;
}

div.page_support_area a {
	color:#4c3e38;
}


/* common_footer */
div#footer_logo {
	float:left;
	margin:20px 0 22px;
}

/* page */

#message a {
    text-decoration: none;
}
#message a:hover {
    text-decoration: underline;
    opacity: 0.6;
}

#message > h1 {
	margin: 54px 0 0 46px;
	font-size: 150%;
}
#message > p {
	margin: 12px 0 0 46px;
	font-size: 80%;
	font-weight :bold;
}

#message > section {
	margin: 50px 0;
    padding: 0 50px;
}
#message > section h1 {
	font-size: 120%;
    margin: 0 0 24px 0;
}
#message > section p {
	font-size: 84%;
    line-height: 1.6em;
}

#message_sec1 > p {
    width: 550px;
    margin: 0 0 90px 0;
}
#message_sec1 > div > a {
    margin: 0 40px 0 0;
}

#message_sec2 {
    background: url('img/message_img2.jpg') no-repeat left top;
}
#message_sec2 > div {
    width: 572px;
    padding: 53px 0 146px 306px;
}
#message_sec2 > ul {
    list-style: none;
}
#message_sec2 > ul:after {
    content: ""; 
    display: block; 
    clear: both;
}
#message_sec2 > ul > li {
    width: 410px;
    height: 220px;
    margin: 34px 0;
    position: relative;
    display: block;
    float: left;
}
#message_sec2 > ul > li:nth-of-type(2n) {
    margin-left: 58px;
}
#message_sec2 > ul > li > img {
    width: 150px;
    height: 220px;
    top: 0;
    left: 0;
    position: absolute;
}
#message_sec2 > ul > li > div {
    width: 226px;
    height: 220px;
    top: 22px;
    left: 184px;
    position: absolute;
    overflow: hidden;
}
#message_sec2 > ul > li > div > p:nth-of-type(1) {
    font-size: 74%;
    font-weight: bold;
}
#message_sec2 > ul > li > div > p:nth-of-type(2) {
    font-size: 100%;
    font-weight: bold;
    line-height: 2em;
}
#message_sec2 > ul > li > div > p:nth-of-type(3) {
    font-size: 80%;
    line-height: 1.6em;
}
#message_sec2 > ul > li > a {
    width: 116px;
    height: 34px;
    top: 164px;
    left: 184px;
    position: absolute;
    display: block;
    font-size: 80%;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #FFF;
    background: #022848;
}
#message_sec2 > ul > li > a:hover {
    text-decoration: none;
}


/* page-column-2.php */

div.inner {
	width: 960px;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.inner:after {
    content: ""; 
    display: block; 
    clear: both;
}

div#main_contents {
	float:left;
	width:608px;
	padding:40px 35px;
	background:#FFFFFF;
	border:1px solid #E8E8E8;
}

div#side_bar {
	float:right;
	width:250px;
}

div#side_nav_title {
	width:223px;
	height:65px;
	padding-top:35px;
	padding-left:27px;
	background:#022848;
}

div#side_bar ul {
	margin-top:15px;
	font-size:90%;
}

div#side_bar ul li {
	display:block;
	width:248px;
	height:68px;
	line-height:70px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
}

div#side_bar ul li a {
	display:block;
	width:195px;
	height:68px;
	color:#222222;
	padding:0 30px 0 23px;
	background-image:url(img/nav_list_style.png);
	background-repeat:no-repeat;
	background-position:206px center;
	text-decoration:none;
}

/* results_2013 page style */
div#contents_results_2013 {
	padding:30px 30px 0 0;
	margin:-30px -30px 0 0;
	background:url(img/results_sakura_bg.png) no-repeat right top;
}

div#contents_results_2013 h2 {
	margin-top:110px;
	margin-left:56px;
}

div#contents_results_2013 ul {
	margin-top:80px;
	margin-left:40px;
}

div#contents_results_2013 ul li {
	display:block;
	list-style:none;
}

div#contents_results_2013 ul li.keio_sum {
	float:left;
}

div#contents_results_2013 ul li.fit_sum {
	float:left;
	margin:105px 0 58px 45px;
}

div#contents_results_2013 ul li.others_sum {
	clear:both;
	margin-bottom:30px;
}

/* cont_thumb_inbox style */
.cont_thumb {
	margin-left:3px;
	margin-right:-40px;
	margin-bottom:-30px;
}

div.cont_thumb_inbox {
	float:left;
	width:280px;
	margin-right:40px;
}

div.cont_thumb_inbox dl {
	margin-bottom:30px;
}

div.cont_thumb_inbox dl dt a {
	color:#222222;
	text-decoration:none;
}

div.cont_thumb_inbox dl dt a:hover {
	opacity:0.6;
	text-decoration:underline;
}

div.cont_thumb_inbox dd.thumb {
	background:#F8F8F8;
}


/*curriculum-page style */
div.curriculum_page {
	margin-bottom:-30px;
}

div.curriculum_page h2#curri_title {
	font-family:"ヒラギノ角ゴ Pro W6";
	margin:14px 0 30px;
}

div.curriculum_page h3 {
	margin-bottom:20px;
	padding:3px 0 3px 14px;
	font-weight:normal;
	border-left:5px solid #D90452;
}

div.curriculum_page section {
	padding-top:20px;
	margin-bottom:34px;
}

div.curriculum_page section p {
	font-size:90%;
	line-height:160%;
}

div.taisaku_list {
	border:1px solid #DDDDDD;
	padding:20px 16px;
	margin-bottom:14px;
}

div.curriculum_page h4 {
	font-size:100%;
	margin-bottom:4px;
}

div.schedule_list {
	height:61px;
	padding:7px;
	border-color:rgb(221,221,221);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:11px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:11px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:11px;
	border-style:solid;
	margin-bottom:20px;
}

div.schedule_list:after {
    content: ""; 
    display: block; 
    clear: both;
}

div.schedule_date {
	float:left;
	height:61px;
	padding-left:18px;
	border-right:1px dotted #CCC;
	line-height:61px;
	font-weight:bold;
	width:84px;
}

div.schedule_desc {
	float:left;
	line-height:61px;
	padding-left:40px;
}


/* contact-form style */
div.wpcf {
	background:#FFF;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wpcf .formTable tr{
	border-bottom: 1px solid #D5D5D5;
}
div.wpcf p {
	font-size:80%;
}

#wpcf-form {
	width: 960px;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;

}

div.wpcf:after {
    content: ""; 
    display: block; 
    clear: both;
}

div.wpcf {
	font-size:90%;
	margin-bottom:6px;
}
div.wpcf td{
	text-align:left;
}

span.required {
	display:block;
	font-size:70%;
	width:45px;
	height:16px;
	color:#FFFFFF;
	line-height:16px;
	text-align:center;
	background:#2BB8EC;
}

span.option {
	display:block;
	font-size:70%;
	width:45px;
	height:16px;
	color:#FFFFFF;
	line-height:16px;
	text-align:center;
	background:#D5D5D5;
}

div.wpcf dl dd.type {
	margin-bottom:12px;
}


div.wpcf input[type="text"] {
	width:410px;
	height:37px;
	border: 1px solid #D5D5D5;
}


div.wpcf textarea {
	width:410px;
	border: 1px solid #D5D5D5;
}

div.wpcf div.submit-button {
	text-align:center;
}


div.wpcf-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf-form-control-wrap {
    position: relative;
}

span.wpcf-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

span.wpcf-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}

span.wpcf-list-item {
    margin-left: 0.5em;
}

.wpcf-display-none {
    display: none;
}

div.wpcf img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf .watermark {
    color: #888;
}


input[type="email"], input[type="text"], input[type="tel"] , input[type="password"], textarea, select {
	background-color: #fff;	
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.2);
	border-bottom: 2px solid rgba(0,0,0,.15);
/*	background:	#f7f7f7; */
	font-size: .9em;
	-webkit-appearance: none;
	width:80%;
/*	max-width:300px; */
	outline:none;
	-webkit-tap-highlight-color:rgba(255, 217, 98, 0.07);

}

input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus , input[type="password"]:focus, textarea:focus {
	
	background-color: rgba(255, 217, 98, 0.07);
}


textarea { width: 80%; line-height: 1.6em; }


p.wpcf-submit-button{
	text-align:center;
	padding:10px 0;
}
p.wpcf-submit-button input[type="submit"] {
	margin:10px auto !important;
}
.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {
	background: #79d1bb;
	/*
	display: inline-block;	
	*/
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	border-bottom: 3px solid rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {	
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background: #707070 !important;
}



/*form&header追記20140108 by fujiyama*/


/*form*/
.lpform table {
color: #444;
font-size: 108%;
line-height: 1.6;
border-collapse: collapse;
border-spacing: 2px;
border-color: gray;
}

.lpform table td {
text-align: left;
font-weight: bold;
}

.lpform table th, {
text-align: right;
font-weight: bold;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}


.lpform table th {
width: 200px;
}

.lpform table td {
width: 500px;
}

.lpform table {
margin: 0 auto;
color: #444;
font-size: 0.9em;
line-height: 1.6;
border: 0;
border-collapse: collapse;
}

.lpform table th, .lpform table td {
padding: 15px 20px;
margin: 0;
border: 0;
border-top: 1px solid #dfdfdf;
text-align: left;
vertical-align: top;
font-weight: normal;
}

.lpform table small{
	display:block;
	background:#FEFFE3;
	border:solid 1px #FEEFB3;
	padding:5px 10px;
	margin:8px 8px 8px 1.2em;
}

.lpform table td.submit {
width: 740px;
padding: 60px 0 0 0;
}

.lpform td input[type="email"],.lpform input[type="text"],.lpform input[type="tel"] ,.lpform input[type="password"],.lpform textarea,.lpform select {
/* min-width: 400px; */
width:100% !important;
}

.lpform .wpcf-form-control-wrap{
width:100% !important;
display:block;
}


td input[type="email"], input[type="text"], input[type="tel"] , input[type="password"] {
height:27px !important;
}

.lp_submit{
	text-align:center;
	padding:10px 0;
}
.lp_submit input[type="submit"] {
	margin:10px auto !important;
}
.lp_submit input[type="submit"]   {	
	background: #CB3265;	
	/*
	display: inline-block;	
	*/
	line-height:1em;
	color: #fff;
	text-decoration: none;		
	position: relative;
	cursor: pointer;	
	padding: 35px 50px;
	border: none;
	border-bottom: 5px solid rgba(0,0,0,.5);	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 3px 0 0;	
	-webkit-appearance: none;	
	font-size: 18px;
	 
	letter-spacing: 0.1em; 
	font-weight: bold;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


.lp_submit input[type="submit"]:hover {	
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background: #EA5C93 !important;
}

.wpcf-checkbox .wpcf-list-item{
	display:block;
}

.wpcf .wpcf-response-output {
    margin: 10px 0 0 !important;
    padding: 8px 35px 8px 14px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
    .wpcf .wpcf-validation-errors {
        color: #B94A48 !important;
        background-color: #F2DEDE !important;
        border: 1px solid #EED3D7 !important;
    }
    .wpcf .wpcf-mail-sent-ok {
/*
        color: #3A87AD !important; 
        background-color: #D9EDF7 !important;
        border: 1px solid #BCE8F1 !important;
*/
	background-color:#FEFFE3 !important;
	border: 1px solid #FEEFB3 !important;
    }
.wpcf span.wpcf-not-valid-tip {
    display: block !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important;
    color: red !important;
}

/*form終わり*/

/*header*/
#section-0 img {
vertical-align: middle;
margin: 0 15px;
}

#section-0 {
padding-top: 20px;
}

/*contact*/

p.pdfdownload  {
	width:215px;
	text-align:center;	
	background: #1A4C23;	
	display: block;	
	line-height:1em;
	color: #fff;
	text-decoration: none;		
	position: relative;
	cursor: pointer;	
	padding: 25px 45px;
	border: none;
	border-bottom: 5px solid rgba(0,0,0,.5);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 3px 0 0;	
	-webkit-appearance: none;	
	font-size: 1.3em;
	letter-spacing: 0.1em; 
	font-weight: bold;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


p.pdfdownload:hover {	
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background: #16942D !important;
}

p.pdfdownload a
{
padding-left:55px;
color:#fff;
text-decoration: none;
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
text-align:left;
text-indent:-999px;
background:*¥**;
filter:alpha(opacity=0);
}


/*追記終わり*/

@media only screen and (max-width: 767px) {
	body{width:100% !important; min-width:300px !important; overflow:hidden !important;}



td input[type="email"], input[type="text"], input[type="tel"] , input[type="password"], textarea, select {
 min-width: 0px !important; width:100% !important; max-width:100% !important;
}

.lp_submit input[type="submit"] {font-size:18px;}

}


@media only screen and (min-width: 768px) {
	.smponly{display:none !important;}
}
div.wpcf {contents
	margin: 0;
	padding: 0;
}

div.wpcf-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf-form-control-wrap {
	position: relative;
}

span.wpcf-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf-list-item {
	margin-left: 0.5em;
}

.wpcf-display-none {
	display: none;
}

div.wpcf img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf div.ajax-error {
	display: none;
}

div.wpcf .placeheld {
	color: #888;
}
/*form*/
.lpform table {
color: #444;
font-size: 108%;
line-height: 1.6;
border-collapse: collapse;
border-spacing: 2px;
border-color: gray;
}

.lpform table td {
text-align: left;
font-weight: bold;
}

.lpform table th, {
text-align: right;
font-weight: bold;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}


.lpform table th {
width: 200px;
}

.lpform table td {
width: 500px;
}

.lpform table {
margin: 0 auto;
color: #444;
font-size: 0.9em;
line-height: 1.6;
border: 0;
border-collapse: collapse;
}

.lpform table th, .lpform table td {
padding: 15px 20px;
margin: 0;
border: 0;
border-top: 1px solid #dfdfdf;
text-align: left;
vertical-align: top;
font-weight: normal;
}

.lpform table small{
	display:block;
	background:#FEFFE3;
	border:solid 1px #FEEFB3;
	padding:5px 10px;
	margin:8px 8px 8px 1.2em;
}

.lpform table td.submit {
width: 740px;
padding: 60px 0 0 0;
}

.lpform td input[type="email"],.lpform input[type="text"],.lpform input[type="tel"] ,.lpform input[type="password"],.lpform textarea,.lpform select {
/* min-width: 400px; */
width:100% !important;
}

.lpform .wpcf-form-control-wrap{
width:100% !important;
display:block;
}


td input[type="email"], input[type="text"], input[type="tel"] , input[type="password"] {
height:27px !important;
}

.lp_submit{
	text-align:center;
	padding:10px 0;
}
.lp_submit input[type="submit"] {
	margin:10px auto !important;
}
.lp_submit input[type="submit"]   {
	background: #CB3265;
	/*
	display: inline-block;	
	*/
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 35px 50px;
	border: none;
	border-bottom: 5px solid rgba(0,0,0,.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	font-size: x-large;
	letter-spacing: 0.1em;
	font-weight: bold;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.lp_submit input[type="submit"]:hover {	
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background: #EA5C93 !important;
}

.wpcf-checkbox .wpcf-list-item{
	display:block;
}

.wpcf .wpcf-response-output {
    margin: 10px 0 0 !important;
    padding: 8px 35px 8px 14px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
    .wpcf .wpcf-validation-errors {
        color: #B94A48 !important;
        background-color: #F2DEDE !important;
        border: 1px solid #EED3D7 !important;
    }
    .wpcf .wpcf-mail-sent-ok {
        color: #3A87AD !important; 
        background-color: #D9EDF7 !important;
        border: 1px solid #BCE8F1 !important;
	background-color:#FEFFE3 !important;
	border: 1px solid #FEEFB3 !important;
    }
.wpcf span.wpcf-not-valid-tip {
    display: block !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important;
    color: red !important;
}

/*form終わり*/

/*entry form*/
#entry_form{
	margin: 0;
	padding: 24px;
	text-align:center;
	background:#324681;
	clear:both;
}
#entry_form h2{
	color:#fff;
	width:960px;
}
/*アコーディオン*/
label {
	background: #fff;
	color: #683D1C;
	font-size: 20px;
	width: 960px;
	text-align: left;
	vertical-align: middle;
	position:relative;
padding: 20px;
	display: block;
	margin: 10;
	border-bottom: 2px dotted #213368;
}
label:hover{
	background:#f4f9fd;
}

input[type="checkbox"].on-off{
    display: none;
}
.menu{
	margin-bottom:80px;
}
.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
padding: 30 0 10 30px;
    list-style: none;
}

.menu ul {
	color: #5A493E;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	width: 980px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	display: block;
	padding-left: 20px;
}

.menu li {
	color: #5A493E;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 960px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	display: block;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 20px;
}
.menu  a:hover{
    color: #b71332;
	text-decoration:none;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 120px;
}
/*アコーディオン*/
/*アクセス*/
#access_point{
	height:520px;
	background:url(../img/bg3.jpg);
}
#acpoint_center{
	width:960px;
	padding:60px;
	margin:0 auto;
}
#information{
	width:400px;
	float:left;
	text-align:left;
	font-size:medium;
	}
#information p{
	font-size:24px;
	font-weight:bolder;
	letter-spacing:0.1em;
	padding-bottom:10px;
	color:#A51414;}
	
#information li{
	font-size:14px;
	padding-bottom:4px;
	font-weight:bold;
}
#information ul li img{
	margin-top: -4px;
	padding-top:-4px;
}
#access{
	float:left;
}
example

#formWrap {
	width:860px;
	margin:0 auto;
	margin-top:120px;
	padding-top:120px;
	color:#c3c3c3;
	line-height:120%;
	font-size:90%;
}
#formWrap p{
	margin: 60 0 60 0;
	padding: 60 0 60 0;
}
table.formTable{
	width: 80%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #444;
	font-size: 108%;
	line-height: 1.6;
	border-spacing: 2px;
	border-color: gray;
	padding: 0px;
}
table.formTable td,table.formTable th{
	border-botoom:1px solid #00F;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
}
table.formTable tr{
	border-bottom:1px;
	border-bottom-color: #069;
}


