@charset "utf-8";
/*
Theme Name:DCプラグラミングスクール
Author:株式会社ドリームクラフト
Version:1.01
*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


#post_container .date_info{
	text-align:left;
}

/* editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.entry_body {
    overflow: hidden;
    zoom: 1;
}
.entry_body:after {
    content: "";
    display: block;
    clear: both;
}

/*PCとSPで共通のデザイン*/

.a_entry figure{
	text-align: center;
	margin-bottom: 40px;
}
table.informaiton{
	border-collapse:collapse;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
table.informaiton th,table.informaiton td{
	border: 1px solid #000!important;	
	padding: 0.8em!important;	
}
table.informaiton th{
	background-color: #29abe2;
	white-space: nowrap;
	color: #fff;
}

.table01 table.schedule th{
	height: 3em;
}
.table01 table.schedule td{
	text-align: center;
}

.form_container ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.2em;
	margin: 0 0 0 0;
	padding-left: 1.2em ;
}
.form_container td b{
	display: inline-block;
	margin-top: 0.5em;
	font-size: 1.2em;
}

.notice{
	color: #cc0000 !important;
}

/*contact7*/
.apply div.wpcf7-mail-sent-ok {
	border: none !important;
}
.apply td{
	background-color: #fff;
}
#html_header h2 img {
	margin-top: 6px;
}



