@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
    background: #fff none repeat scroll 0 0;
    size: landscape;
	font:12px/200% 'ＭＳ Ｐゴシック', sans-serif,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
    margin: 0;
    padding: 0;
	height: 100%;
	color:#252525;
    background: #ffffff url("images/bg.jpg") no-repeat center top;

}

li {
	list-style: none;
}
body > #wrap {
    height: auto;
}

#wrap {
    height: 100%;
    min-height: 100%;
    position: relative;
    width:100%;
}

.clear{
	clear:both;
}
.size {
	width:900px;
	margin:0 auto 20px;
}

.footer{
	clear: both;
    background: url("images/footer_bg.jpg") repeat-x;
    color: #356193;
    height: 180px;
    margin: 10px 0 0;
    min-width: 900px;
    padding: 25px 0 0 ;
    text-align: center;
}

#calen {
	width:100%;
}

/*　ヘッダー　*/
.header a{
	float:left;
	margin:35px 0;
}

.header img.right{
	float:right;
}

/*　カラム　*/

.leftcol {
    float: left;
    margin: 20px 20px 0 0;
    width: 220px;
}

.leftcol .block{
    margin: 0 0 20px 0 ;
}

.rightcol {
    float: left;
    margin: 20px 0 0;
    width: 660px;
}

div.box {
    margin:0 0 20px;
}

div.box h2{
    background: url("images/title_bg.jpg") repeat-x;
    border: 1px solid #7eb4e0;
    margin:0 0 10px;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 10px;
}

div.box .comment{
    padding: 0 5px;
}

div.box_main .comment{
    padding: 10px 5px 20px 5px;
}


div.box_left{
	width:320px;
	float:left;
	margin: 0 20px 0 0;
}

div.box_right{
	width:320px;
	float:left;
}

/*　TOPページ　*/

.cation {
    color: #ff0000;
}

.pickup {
    font-size: 15px;
    font-weight: bold;
}

.schedule{
	width: 100%;
	border-collapse: collapse;
}

.schedule th{
	text-align:center;
	border: 1px solid #555;
}

.schedule tr.top_row th{
	background:#7bcffe;
}

.schedule td{
	padding: 6px;
	text-align:center;
	border: 1px solid #555;
}

div.left_image_wrapper h3{
    background: #eaffd6 none repeat scroll 0 0;
    padding: 3px 10px;
    margin:0 0 10px;
}

div.left_image_wrapper img{
    float:left;
    margin: 0 10px;
}




/*　設備紹介　*/

div.left_image_wrapper {
    display: inline-block;
    width: 100%;
	margin: 0 0 10px;
}


div.left_image_wrapper h3{
    background: #eaffd6 none repeat scroll 0 0;
    padding: 3px 10px;
    margin:0 0 10px;
}

div.left_image_wrapper img{
    float:left;
    margin: 0 10px;
}

.setubi {
    background-image: url("images/p3_r01_bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    height: 210px;
}

.setubi p{
	padding: 20px 5px 20px 10px;
}

/*　診療　*/
.question_answer ul{
    padding: 0 0 0 35px;
}

li.quest{
	list-style-image:url(images/icon_quest.jpg);
	margin-top: 10px;
}

li.ans {
	list-style-image:url(images/icon_ans.jpg);
	margin-top: 5px;
}

/*　院長挨拶　*/

.intyou{
    margin:0 0 20px;
    float:left;
    width:100%;
}

.intyou .comment{
    width:45%;
    float:left;
    margin:0 0 0 5px;
}

.intyou .comment img{
   text-align:center;
}


/*　アクセス　*/

div.box_main .about{
    display: inline-block;
    margin: 0 0 10px;
    padding:0 5px;
}

.about table{
	float:left;
}

.about th,
.about td{
	padding: 5px 10px 5px 0;
}

.access_detail{
	width:50%;
	float:left;
    padding: 20px 0;
    margin: 0 0 30px;
    text-align: center;
    border-bottom: 1px dotted #bbb;
}

.access_detail img{
    margin: 0 0 20px;
}

div.root{
    padding:0 5px;
}

div.root .root_detail{
    display: inline-block;
	margin: 0 0 30px;
}

div.root p{
	width:330px;
	float:left;
	padding: 20px 10px 0 0;
}

div.root a{
	width:300px;
	float:left;
}

.about div.map {
	float:left;
    width: 320px;
}

div.map img{
    border:1px solid #999;
}

/*　問い合わせ　*/

.toiawase p{
	margin:0 0 20px ;
}

.contactform{
	text-align:center;
}

.mailform{
    width: 500px;
    border-collapse: collapse;
    margin:0 auto;
}

.mailform th{
    padding: 15px 10px;
	text-align:center;
	border: 1px solid #999;
	text-align:left;
}

.mailform td{
    padding: 15px 10px;
    text-align:center;
	border: 1px solid #999;
	text-align:left;
}


#mailform .check {
    text-align: center;
}
