﻿@charset "UTF-8";
/* CSS Document */

a,h1,h2,h3,h4,h5,div,dl,dt,dd,ul,li,table,tr,th,td,img,p,hr {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

html {
	font-size: 75%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.3em;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #F96;}
.right { float: right;}
.red { color: red;}
.blue { color: #4CA79F;
        font-weight: bold;}

/* ヘッダーここから */

#header {
    position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.indexlogo {
    float:left;
    margin-bottom:20px;
}

.header_right {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#menu {
    clear: both;
    text-align: center;
  }

div#menu p {
   margin-bottom: 10px;
   color: #4C4C4C;
   font-size: 0.8em;
  }

hr.line {
    height: 1px;
    width: 60%;
    border: none;
    background-color: #4CA79F;
    margin-right: auto;
	margin-left: auto;
}

div#menu ul.mainmenu {
    width: 720px;
    margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 10px;
}

div#menu ul.mainmenu li {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
	float:left;
}

div#menu ul.mainmenu li select {
    width: 100px;
    border: none;
}

div#menu ul.mainmenu li select:hover { text-decoration:none; color: #F96;}


/* =======================================

	wideslider Elements

======================================= */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	clear: both;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* =======================================

	wideslider Elements ここまで

======================================= */


/* メインここから */

div#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	clear: both;
	}

div#wrap div.intro {
	margin-bottom: 60px;
	}

div#wrap div.intro img.right {
    margin-left: 20px;
	}

div#wrap div.intro p {
    padding-top: 30px;
	font-size: 1.5em;
    line-height: 2em;
	}

div#wrap div.index_news {
    text-align: center;
    clear: both;
	margin-bottom: 30px;
	}

div#wrap div.index_news img {
	margin-bottom: 30px;
	}

div#wrap div.index_news table.topic {
    width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}

div#wrap div.index_news table.topic tr th{
	color: #4CA79F;
    vertical-align: top;
    padding-right: 20px;
	}

div#wrap div.index_news table.topic tr td{
    text-align: left;
	padding-bottom: 30px;
    line-height: 1.5em;
	}

div.index_contact {
    width: 100%;
    text-align: center;
    background-color: #4CA79F;
	margin-bottom: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
	}

div.index_contact table {
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

div.index_contact table tr td {
	background-color: #ffffff;
    text-align: center;
    width: 450px;
	}

div.index_contact table tr td img {
	margin-bottom: 10px;
	}

div.index_contact table tr td p {
    font-size: 1.2em;
    line-height: 1.8em;
	margin-bottom: 5px;
	}

div.index_contact table tr td hr {
    height: 1px;
    border: none;
    background-color: #4CA79F;
    margin-bottom: 10px;
}

div.index_contact table tr th{
    text-align: center;
    vertical-align: middle;
	}

div.index_access {
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
    margin-bottom: 60px;
	}

div.index_access img {
	margin-bottom: 30px;
	}

div.index_access table {
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

div.index_access table tr td {
	background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 450px;
	}

div.index_access table tr td img {
	margin-bottom: 0;
	}

div.index_access table tr td p {
    font-size: 1.2em;
    line-height: 1.8em;
	margin-bottom: 5px;
	}

div.index_medical {
    width: 100%;
    background-image: url(../img/download.jpg);
    text-align: center;
	margin-bottom: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
	}

div.index_medical img {
	margin-bottom: 30px;
	}

div.index_medical table {
    border-spacing: 35px;
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

div.index_medical table tr td {
	background-color: #ffffff;
    vertical-align: top;
    text-align: left;
    width: 450px;
	}

div.index_medical table tr td img {
	margin-bottom: 10px;
	}

div.index_medical table tr td h4 {
	color: #4CA79F;
    font-size: 1.5em;
    margin-bottom: 10px;
	}

div.index_medical table tr td h4 span {
	color: #878989;
    font-size: 0.8em;
    margin-left: 20px;
	}

div.index_medical table tr td p {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 10px;
	}

div.index_medical table tr td a {
    display: block;
    width: 100%;
    background-color: #4CA79F;
    text-align: center;
    line-height: 3em;
	}



/* フッターここから */

div#footer {
    clear: both;
    padding-bottom:10px;
    text-align: center;
}

div#footer img {
    padding-top:20px;
    padding-bottom:20px;
}

div#footer ul.mainmenu {
    width: 900px;
    margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 10px;
}

div#footer ul.mainmenu li {
    width: 140px;
    padding-left: 10px;
	float:left;
}

/* フッター ここまで */




/* medical ここから */
/* side ここから */

div#wrap div.side{
	width: 300px;
    float: left;
    text-align: center;
	}

div#wrap div.side ul {
	width: 260px;
    background-color: #4CA79F;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
	}

div#wrap div.side ul li{
	width: 260px;
    font-size: 1.2em;
    line-height: 2em;
    background-color: #ffffff;
    border-bottom:1px solid #cccccc;
	}

div#wrap div.side ul li.listtop{
    font-size: 1.5em;
    background-color: #4CA79F;
    border-radius: 15px;
    color: #ffffff;
	}

div#wrap div.side div.side_contact {
	width: 260px;
    background-color: #cccccc;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
	}

div#wrap div.side div.side_contact p {
    margin-bottom: 10px;
	}

div#wrap div.side div.side_contact img {
    margin-bottom: 10px;
	}

hr.side_line {
    height: 1px;
    border: none;
    background-color: #4CA79F;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 10px;
}

/* side ここまで */

div#wrap div.contents {
    width: 680px;
    float: right;
	margin-bottom: 60px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
	}

h2 {
	width: 100%;
    height: 235px;
    text-align: center;
    background-color: #4CA79F;
	margin-bottom: 30px;
	}

h3 img{
    margin-bottom: 30px;
}

h4 {
	color: #4CA79F;
    font-size: 1.5em;
	margin-bottom: 10px;
	}

div#wrap div.contents img {
    margin-bottom: 30px;
    
	}

div#wrap div.contents p {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
    
	}

div#wrap div.contents ul {
	width: 680px;
    border: solid 3px #4CA79F;
    border-radius: 15px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 2em;
	}

div#wrap div.contents li{
	text-align: left;
	}

div#wrap div.contents li.medical_ul_top{
    font-size: 1.5em;
    color: #4CA79F;
    text-align: center;
	}

div#wrap div.contents div.box {
    margin-bottom: 50px;
	}

div#wrap div.contents div.box p {
    margin-bottom: 15px;
	}

hr.medical_box_line {
    border-top: 3px dotted #4CA79F;
    margin-bottom: 5px;
    margin-top: -10px;
}

hr.box_line {
    border-top: 3px solid #4CA79F;
    margin-bottom: 20px;
}

div#wrap div.contents div.box table tr th {
    width: 400px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
	}

div#wrap div.contents div.box table tr td img {
    margin: 0px;
	}

div#wrap div.contents div.box table.supplement tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5em;
	}


/* message ここから */

div#wrap div.contents div.message_box {
    text-align: left;
	}

div#wrap div.contents div.message_box p {
    margin-bottom: 20px;
	}

div#wrap div.contents div.message_box table tr td {
    width: 400px;
    padding: 10px;
    vertical-align: top;
    line-height: 1.5em;
	}

.color-box {
    display: block;
    background-color: #4CA79F;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 2em;
    padding-left: 10px;
    margin-bottom: -10px;
	}

/* forbeginner ここから */

div#wrap div.contents div.box table.flow {
    border-radius: 15px;
    background-color: #DFEFED;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
	}

div#wrap div.contents div.box table.flow tr td {
    padding: 10px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6em;
	}

div#wrap div.contents div.box  table.flow tr td img.number_1 {
    position: absolute;
    top:  -30px;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    right: 0;
    left: 0;
    margin: 0 auto;
	}

/* access ここから */

div#wrap div.contents p.center  {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
	}

/* privacypolicy ここから */

h5  {
    color: #4CA79F;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6em;
	}

/* news ここから */

div#wrap div.contents p span.center  {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
	}

hr.news_line {
    border-top: 1px solid #cccccc;
}



