/**********
 style-about.css
**********/

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#headTop #headContentsTop{
	width:100%;
	background:url(../img/headBg_common.jpg) no-repeat 50% 55%;
    background-size: cover;
	min-height:70px;
}


/** topCom **/
#topCom{
	text-align:left;
}

#topCom p{
	font-size:1.3em;
	font-weight:500;
	text-align:center;
	padding-bottom:15px;
	line-height:1.2;
}



/**********
 greeting
**********/
#greeting{
}

/** grTxt **/
#greeting #grTxt{
	text-align:left;
}

#greeting #grTxt .name{
	text-align:right;
	padding-top:20px;
}

#greeting #grTxt .name span{
	font-size:0.89em;
}

/** grImg **/
#greeting #grImg{
	padding-bottom:20px;
}

#greeting #grImg img{
	width:100%;
	max-width:300px;
	margin:0 auto;
}



/** greeting_staff **/
#greeting_staff{
	text-align:left;
	padding-top:100px;
	padding-bottom:60px;
}

#greeting_staff .grStaff{
	padding-bottom:40px;
}

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

#greeting_staff .grStaff h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:1em;
	font-weight:700;
	color:#009591;
	border-bottom:1px solid #000;
	padding-bottom:7px;
	margin-bottom:20px;
}


#greeting_staff .grStaff img{
	padding-bottom:15px;
	display:block;
	width:100%;
	max-width:200px;
	margin:0 auto;
}



/**********
 history
**********/
#history{
	padding-bottom:20px;
	margin:0 auto;
}

#history table{
	width:100%;
}
#history table tr th{
	display:block;
	background:#009591;
	color:#fff;
	text-align:left;
}

#history table tr th p{
	padding:10px;
}

#history table tr td{
	display:block;
	text-align:left;
	padding:10px;
}

#history table tr td ul li{
	padding-bottom:5px;
}

#history table tr td ul li:last-child{
	padding-bottom:0;
}


/**********
 photo
**********/
#photo{
	max-width:500px;
	margin:0 auto;
}

#photo img{
	margin-bottom:12px;
}

#photo img:nth-child(odd){
	float:left;
	width:48%;
	max-width:250px;
}

#photo img:nth-child(even){
	float:right;
	width:48%;
	max-width:250px;
}


/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {


/*==========================================
 コンテンツエリアのスタイル
===========================================*/

/** topCom **/
#topCom{ padding-bottom:40px;}

#topCom img{
	float:right;
	width:26%;
	max-width:300px;
	margin:0 auto 0 35px;
}

#topCom p{
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.4em;
	text-align:left;
}

/**********
 greeting
**********/
#greeting{}

/** grTxt **/
#greeting #grTxt{
	float:right;
	width:68%;
}

#greeting #grTxt .name span{
	font-size:0.89em;
}

/** grImg **/
#greeting #grImg{
	padding-bottom:0;
	float:left;
	width:28%;
}

#greeting #grImg img{
	width:100%;
	max-width:300px;
	margin:0 auto;
}

/** greeting_staff **/
#greeting_staff{}

#greeting_staff .grStaff{
	padding-bottom:40px;
}

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

#greeting_staff .grStaff h4 {
}

#greeting_staff .grStaff img{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	display:block;
	width:auto;
	max-width:150px;
}


/**********
 history
**********/
#history{
	float:left;
	width:48%;
}
#history table tr th{
	display:table-cell;
	border-bottom:2px solid #fff;
	min-width:120px;
}
#history table tr td{
	display:table-cell;
}


/**********
 photo
**********/
#photo{
	float:right;
	width:48%;
}


}



/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {

/*==========================================
 コンテンツエリアのスタイル
===========================================*/

/** topCom **/
#topCom{ padding-bottom:40px;}


#topCom img{
	float:right;
	width:26%;
	max-width:300px;
	margin:0 auto 0 35px;
}

#topCom p{
	font-size:1.5em;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}


/**********
 greeting
**********/
#greeting{}

/** grTxt **/
#greeting #grTxt{
	float:right;
	width:68%;
}

#greeting #grTxt .name span{
	font-size:0.89em;
}

/** grImg **/
#greeting #grImg{
	padding-bottom:0;
	float:left;
	width:28%;
}

#greeting #grImg img{
	width:100%;
	max-width:300px;
	margin:0 auto;
}



/** greeting_staff **/
#greeting_staff{
	padding-bottom:50px;
}

#greeting_staff .grStaff:nth-child(odd){
	float:left;
	width:48%;
	max-width:480px;
	clear:both;
}

#greeting_staff .grStaff:nth-child(even){
	float:right;
	width:48%;
	max-width:480px;
}


#greeting_staff .grStaff img{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	display:block;
	width:auto;
	max-width:150px;
}


/**********
 history
**********/
#history{
	float:left;
	width:482px;
}
#history table tr th{
	display:table-cell;
	border-bottom:2px solid #fff;
	min-width:120px;
}
#history table tr td{
	display:table-cell;
}


/**********
 photo
**********/
#photo{
	float:right;
	width:482px;
}



}



@media print{
	
/*==========================================
 コンテンツエリアのスタイル
===========================================*/

/** topCom **/
#topCom{ padding-bottom:40px;}


#topCom img{
	float:right;
	width:26%;
	max-width:300px;
	margin:0 auto 0 35px;
}

#topCom p{
	font-size:1.5em;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}


/**********
 greeting
**********/
#greeting{}

/** grTxt **/
#greeting #grTxt{
	float:right;
	width:68%;
}

#greeting #grTxt .name span{
	font-size:0.89em;
}

/** grImg **/
#greeting #grImg{
	padding-bottom:0;
	float:left;
	width:28%;
}

#greeting #grImg img{
	width:100%;
	max-width:300px;
	margin:0 auto;
}



/** greeting_staff **/
#greeting_staff{
	padding-bottom:50px;
}

#greeting_staff .grStaff:nth-child(odd){
	float:left;
	width:48%;
	max-width:480px;
	clear:both;
}

#greeting_staff .grStaff:nth-child(even){
	float:right;
	width:48%;
	max-width:480px;
}

#greeting_staff .grStaff img{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	display:block;
	width:auto;
	max-width:150px;
}

/**********
 history
**********/
#history{
	float:left;
	width:482px;
}
#history table tr th{
	display:table-cell;
	border-bottom:2px solid #fff;
	min-width:120px;
}
#history table tr td{
	display:table-cell;
}


/**********
 photo
**********/
#photo{
	float:right;
	width:482px;
}
	
}
	
	