@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color: #333;
}
html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}
#wrapper {
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
}	
a {
text-decoration: none;
}

a:link{
	color: #333;
	outline:none;
}
a:visited{
	color: #333;
}
a:hover{
	color: #C93;
}
em{
	color: #f26d24;
	font-weight: bold;
}
h1{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1752a5;
	}
#wrapper_main {
	background-image: url(../img/index/bg_01.png);
	background-repeat: repeat-x;
}

#wrapper_main p {
	text-align: center;
}

.wrapper_in {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	}
	
/*01*/
#wrapper_01 {
	padding-top: 50px;
	padding-bottom: 50px;
	}
.gel {
	background-image: url(../img/index/img_gel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.gel_in {
	height: 260px;
        display: table-cell;
        vertical-align: middle;
			}
.gel p {
	width: 500px;
			}
.gel_sports img {
	float:left;
	margin-right: 48px;
	margin-bottom: 20px;
	}
.gel_sports img:last-child {
	margin-right: 0;
}


/*02*/
#wrapper_02 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddfe2;	
	}
.box_02{
	overflow: hidden;
	padding-top: 40px;
	}
.box_02 ul{
	float: left;
	}
.box_02 img{
	float: right;
	width: 406px;
	}
	
	
/*03*/
#wrapper_03 {
	padding-bottom: 50px;
	}
.box_03{
	overflow: hidden;
	padding-top: 40px;
	}
.box_03 dl{
	width: 316px;
	border: 2px solid #1752a5;
	float: left;
	margin-right: 10px;
	}
.box_03 dl:last-child {
	margin-right: 0;
}
.box_03 dl dt{
	background-color: #1752a5;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	}
.text_03 {
	padding: 10px;
}
#wrapper_03 p {
	margin-top: 50px;
}

/*04*/
#wrapper_04 {
	padding-bottom: 50px;
	}
.wrapper_title_04 {
	background-image: url(../img/index/bg_04.png);
	background-repeat: repeat-x;
	}
.wrapper_title_04 p {
	text-align: center;
	}
.box_04{
	overflow: hidden;
	padding-top: 40px;
	font-size: 1.2em;
	}
.voice01 {
	background-image: url(../img/index/img_voice01.png);
	background-repeat: no-repeat;
	height: 373px;
	width: 397px;
	float: left;
	padding-top: 265px;
	padding-right: 40px;
	padding-left: 40px;
}
.voice02 {
	background-image: url(../img/index/img_voice02.png);
	background-repeat: no-repeat;
	height: 373px;
	width: 397px;
	float: right;
	padding-top: 265px;
	padding-right: 40px;
	padding-left: 40px;
}
	
/*05*/
#wrapper_05 {
	padding-bottom: 50px;
	}
.wrapper_title_05 {
	background-image: url(../img/index/bg_05.png);
	background-repeat: repeat-x;
	}
.wrapper_title_05 p {
	text-align: center;
	}
.box_05{
	overflow: hidden;
	padding-bottom: 40px;
	}
.box_05 p{
	float: left;
	width: 361px;
	}
.medi_table {
	float: right;
	padding-top: 30px;
	}
.medi_table p {
	margin-top: 20px;
	}	
.box_05 table {
	width: 530px;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.box_05 table th {
	padding: 5px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	width: 60px;
	text-align: center;
}
.box_05 table td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}
.title_05b {
	background-image: url(../img/index/bg_02.png);
	width: 980px;
}
.title_05b p {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}
/*問合せフォーム*/
.contact {
	padding-top: 40px;
	}
.contact table th {
	padding-right: 10px;
	}
.contact table td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
.contact table th img {
	margin-left: 10px;
	vertical-align: middle;
	}
.form_btn {
	text-align: center;
	margin-top: 20px;
}	
.contact_text {
	text-align: center;
	padding: 50px;
	border: 4px solid #1752a5;
	margin-top: 40px;
	margin-bottom: 40px;
}

#contact_form {
	width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	}
.form_text {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*トップに戻るボタン*/
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 55px;
}

.backtotop a:hover {
    background: #666666;
    color: #fff;
}


/*フッター*/
#footer {
	background-color: #1752a5;   /* 背景色(黒) */
	padding: 40px 0;          /* 上下に余白を取る */
}
/*フッター*/
#footer_under {
	background-color: #1752a5;   /* 背景色(黒) */
	width:100%;               /* 横の幅を100% */
	position: absolute;       /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 40px 0;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
#footer_in {
	width: 980px;           /* 横の幅 */
	margin: auto;           /* 中央揃え */
	text-align: center;
}
address {
	color: #FFF;
	}
