﻿@charset "utf-8";
.channel_content{
	font-size: 14px;
	color: #2b2b2b;
	line-height: 30px;
	padding-top: 40px;
	padding-left: 15px;}
.photo{
	width: 100%;}
.name{
	font-size: 30px;
	color: #2b2b2b;
	line-height: 48px;
	font-weight: bold;}
.position{
	color: #2b2b2b;
	line-height: 24px;
	padding: 25px 0 20px 0;}
.contact div{
	padding-left: 25px;}
.addr{
	background: url(../img/pic_addr.png) no-repeat 0 center;}
.tel{
	background: url(../img/pic_tel.png) no-repeat 0 center;}
.email{
	background: url(../img/pic_email.png) no-repeat 0 center;}
.content{
	padding-top: 35px;}

 @media only screen and (max-width: 768px) {
	  .name{ padding-top: 20px;}
 }