/*
Theme Name: irodori_cssmix
Theme URL: http://wordpress.hitsuji.me
Description: Wordpress sample theme for training.
Author: ujidesign
Version: 1.0
*/
@charset "UTF-8";
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}


/*========================================
ページごとのcss TOP
========================================*/

/*コンテンツ*/

.fs_0{font-size:0;}
.fs_return{font-size:16px;}

/*内容講師紹介*/
h3{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom: solid 3px #00479D;
}
table.text_dot {
width:100%;
border-collapse: collapse;
text-align: left;
}
table.text_dot  th {
width: 30px;
padding: 10px;
font-weight: nomal;
vertical-align: top;
}
table.text_dot  td {
width: 100%;
padding: 10px;
vertical-align: top;
}

.koushi_top{
	margin-top:15px;
}

.koushi_name{
	margin-top:30px;
	margin-bottom:80px;
}

#logomind_img{
	display:block; 
    vertical-align: top;
}

#logomind_img img{
	display:block;
	margin-left:auto;
	width:170px;
	height:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:25px;
}
#logomind_text{
	width:100%;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;
	margin-bottom:10px;
}

#okeiko_list_sp{
	margin-top:30px;
}


@media only screen and (min-width: 960px) {
    
#logomind_text{
	width : 100%;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;}
    
#logomind_img{
	width :240px;
	display:block;
    vertical-align: top;
	margin-bottom:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#logomind_img img{
	display:block;
	width :240px;
	height:auto;
	margin-top:initial;
}
	
}


@media screen and (min-width: 1201px) {
	
	/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }
.hava {
		max-width:1200px;
		position: relative;
		width:980px;
		padding:initial;
		margin-left:auto;
		margin-right:auto;
		z-index: 0;}
.box{
	float: right;
    display: block;
	width:760px;
	margin-top:0px;
	margin-bottom:100px;}
#staff_wrap{
	margin-bottom:68px;}
#logomind_img{
	width:240px;
	margin-right:50px;
	display: inline-block; /* インラインブロック化 */
    vertical-align: top;
}

.fs_0{font-size:0;}

#logomind_text{
	width:470px;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;}


}