@charset "utf-8";

@import url("../packages/mori/css/import.css");





/*
 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

/* 全体
------------------------------*/

/* CSS Document */

html {
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend { color:#000; }


/* ボディ
------------------------------*/
body {
	font-size: 75%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 18px;
}

/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

#header a { color: #FFFFFF; }

#header h1 a { text-decoration: none; }
#header p a { text-decoration: none; }

/* 画像
------------------------------*/
img {
	border: none;
	vertical-align: top;
}

/* サイト（コンテンツ部分）の幅指定
-------------------------------------------------------------------------------------*/
#wrap {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

.inside {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../packages/mori/common/img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-bottom: 10px;
}

#header h1 {
	font-size: 140%;
	font-weight: bold;
}
#header p {
	font-weight: bold;
}

.g_arrow {
	padding-right: 15px;
	background-image: url(../packages/mori/common/img/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
}

.header_inside {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

.top_area {
	float: left;
	background-image: url(../packages/mori/common/img/header_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.visual_area {
	width: 1010px;
	background-image: url(../packages/mori/common/img/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 412px;
	float: left;
}

.header_left {
	width: 470px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
}

.header_right {
	width: 500px;
	float: right;
	padding-top: 15px;
	height: 40px;
}

.header_right ul {
	text-align: right;
	display: inline;
	float: right;
}

.header_right li {
	font-size: 90%;
	display: inline;
	padding-right: 15px;
	float: left;
}

.header_bottom {
	width: 930px;
	padding-top: 190px;
	float: right;
	padding-right: 25px;
}

.header_bottom ul {
	text-align: right;
	display: inline;
	float: right;
}

.header_bottom li {
	display: inline;
	float: left;
}

/* ナビゲーション
-------------------------------------------------------------------------------------*/
#g_navi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 20px;
}

#g_navi ul
{
	height: 75px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../packages/mori/common/img/navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -5px;
	float: left;
}

#g_navi li
{
	width: 166px;
	float: left;
}

#g_navi li a
{
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:75px;
	padding-top:75px;
	color:#FFFFFF;
	background-image:url(../packages/mori/common/img/navigation.jpg);
}

/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  -10px -5px; }

#nav02 a { background-position: -176px -5px; }

#nav03 a { background-position: -342px -5px; }

#nav04 a { background-position: -508px -5px; }

#nav05 a { background-position: -674px -5px; }

#nav06 a { background-position: -840px -5px; }

/* オンマウス

-------------------------------------*/
#nav01 a:hover { background-position: -10px -95px; }

#nav02 a:hover { background-position: -176px -95px; }

#nav03 a:hover { background-position: -342px -95px; }

#nav04 a:hover { background-position: -508px -95px; }

#nav05 a:hover { background-position: -674px -95px; }

#nav06 a:hover { background-position: -840px -95px; }


/* メイン部分
-------------------------------------------------------------------------------------*/

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#two_maincolumn {
	float:left;
	width:750px;
	margin-bottom: 30px;
}

/* トップページ左
-------------------------------------------------------------------------------------*/
/* イベント情報 */
#event {
	float:left;
	width:750px;
	margin-bottom: 20px;
}

#event {
	float:left;
	width:750px;
	margin-bottom: 20px;
}
#event table.eventt {
	width:730px;
}
#event table.eventt td,#event table.eventt th
{
	border-bottom:1px solid #ccc;
	padding:5px;
}



#event h3 {
	font-weight: bold;
	float: left;
	width: 105px;
	padding-left: 10px;
}

#event dl {
	background-image: url(../packages/mori/common/img/partition.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	padding-left: 15px;
	margin-bottom: 20px;
	width: 580px;
}

#event dt {
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#event ul,#publicity ul {
       float: left;
	padding-bottom: 10px;
}

#event li,#publicity li {
	display: inline;
	padding-right: 10px;
	float: left;
	padding-bottom: 5px;
}

/* 協賛リンク */
#linkarea {
	float:left;
	width:750px;
}

#linkarea li {
	display: inline;
	padding-right: 5px;
	float: left;
	padding-bottom: 5px;
}

/* 右
-------------------------------------------------------------------------------------*/
#rightcolumn {
	width:250px;
	float: left;
	margin-bottom: 30px;
}

#rightcolumn h2 {
	width:250px;
	margin-bottom: 15px;
}

#icon   {
	margin-bottom: 10px;
	float: left;
	font-size: 90%;
}

#icon li   { padding-bottom: 5px; }

/* スイムクリニック一覧 */

#listarea   {
	margin-bottom: 15px;
	font-size: 90%;
	float: left;
       _float: none;
}

#listarea h3   { font-weight: bold; }

.pict   {
	background-image: url(../packages/mori/common/img/pict_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 82px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.list_block  {
	width: 250px;
	float: left;
	padding-bottom: 5px;
}

.caption   {
	width: 155px;
	padding-left: 10px;
	float: right;
	line-height: 14px;
}

.price   {
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}

/* 新着情報 */

#newsarea   {
	margin-bottom: 20px;
	width: 250px;
	float: left;
}

#newarea dl   { float: left; }

#newsarea dt {
	margin-bottom: 3px;
	color: #FFFFFF;
	background-image: url(../packages/mori/common/img/news_dt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 45px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	height: 50px;
	float: left;
        font-size: 85%;
}

#newsarea dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 14px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 170px;
	float: left;
	padding-left: 5px;
}

/* ログイン1 */
/* ログイン1の外 */

#loginarea   {
	width: 250px;
	margin-bottom: 10px;
	float: left;
}

#loginarea p   {
	float: left;
	padding-left: 15px;
}

#loginarea p.logtitle { 
	padding-bottom: 2px;
	padding-top: 2px;
       font-weight: bold;
       width: 220px;
 }

#loginarea p.central { 
       font-size: 85%;
       text-align: center;
       width: 220px;
       margin: 0; 
 }

/* ログイン1内 */

#login   {
	width: 250px;
}

#login p   {
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
       width: 220px;
}

#login p.logtitle { font-weight: bold; }

.form210 { width: 210px; }

/* モバイル */

#mobi   {
	margin-top: 20px;
       width: 250px;
	float:left;
}

/* 森ログ */

#event_log   {
       margin-bottom: 20px;
       width: 250px;
}

/* 下層
-------------------------------------------------------------------------------------*/
/* 下層1 */
#under {
	float:left;
	width:750px;
	margin-bottom: 30px;
}

#under h2 {
	margin-bottom: 25px;
	float: left;
}

#under h3 {
	margin-bottom: 15px;
	padding-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C30808;
	float: left;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
}

#under h4 {
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 110%;
}

#under p {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

#under p.line2pict {
	padding-right: 5px;
	width: 181px;
}

#under table {
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-bottom: 15px;
	float: left;
}

#under th {
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	text-align: center;
}

#under td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	text-align: center;
}

.profile_l {
	width: 570px;
	float: left;
}

.profile_l dl {
	float:left;
	width:100%;
}

.profile_l dt {
	float:left;
	width:80px;
	clear: both;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
}

.profile_l dd {
	float:none;
	padding-left: 80px;
	padding-bottom: 5px;
}

.profile_r {
	width: 160px;
	float: left;
}

/* 下層2 */

#postunder {
	float:left;
	width:750px;
	margin-bottom: 30px;
}

#postunder h2 {
	margin-bottom: 25px;
	float: left;
}

#postunder h3 {
	margin-bottom: 15px;
	float: left;
}

#postunder h4 {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#postunder p {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

/* 共通パーツ */

.innertable {
	width: 730px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
}

.inner {
	width: 750px;
	float: left;
}

.subinner {
	width: 730px;
	float: left;
}

.subinner dl {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.subinner dt {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	width: 100%;
	color: #1E3368;
}

.subinner dd {
	width: 100%;
	margin-bottom: 10px;
	text-align: justify;
}

.subinner2 {
	width: 730px;
	float: left;
	padding-bottom: 10px;
}

.half {
	width: 357px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.border {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.center { text-align: center; }

.choice
{
	float:left;
	width: 730px;
}

.choice ul { text-align: center; }

.choice li
{
	display: inline;
	padding-right: 10px;
}

.fanmail
{
	float:left;
	width: 100%;
	padding-bottom: 25px;
}

.fanmail li
{
	display: inline;
}

.caution {
	font-size: 110%;
	font-weight: bold;
}

.pict_frame {
	width: 160px;
	padding-right: 10px;
	float: left;
}

.text_frame {
	width: 560px;
	float: right;
}

.line2_frame {
	width: 375px;
	float: left;
}
.bt10
{
	margin-bottom:20px;
}
/*ウォーター*/
#water1
{
	background-image:url(../packages/mori/common/img/waterpict2.jpg);
	padding-top:180px;
	padding-right:270px;
	padding-left:30px;
	width:430px;
	margin-top:30px;
	height:220px;
}
#water2
{
	background-image:url(../packages/mori/common/img/waterpict3.jpg);
	padding-right:260px;
	padding-top:110px;
	width:470px;
	height:350px;
}
#water3
{
	background-image:url(../packages/mori/common/img/waterpict5.jpg);
	padding-right:260px;
	padding-top:110px;
	width:470px;
	height:350px;
}
#water2 h5
{
	margin-bottom:10px;
	clear:both;
	width:100%;
}
.bgBox
{
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	margin-top:20px;
	margin-bottom:50px;
}
#under .green
{
	color:#ffffff;
	background-color:#1A99B9;
	height:31px;
	line-height:31px;
	padding-bottom:0px;
	margin-bottom:15px;
	width:730px;
}
.orange
{
	color:#FF6600;
	font-weight:bold;
	font-size:1.2em;
}
#detailarea em
{
	font-weight:bold;
	color:#FF0000;
}
#detailphotoblock
{
	float:left;
	padding-right:15px;
	padding-bottom:20px;
	width:292px;
}
#detailrightblock
{
	float:left;
	width:280px;
}
.box54
{
	width:54px;
}
.btn
{
	margin-top:10px;
	padding:15px 0;
	background-image:url(../packages/mori/common/img/line_280.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
}
#newcoment a
{
	height:22px;
	width:150px;
	display:block;
}
.hover a:hover
{
	
  filter: alpha(opacity=60);
  opacity:0.6;
  background: #ffffff;	
}
#detailarea em
{
	background-image:none;
}
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac¥*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

.strong
{
color:#ff0000;
font-size:1.5em;
	text-align:center;
}

/*ピーナッツパドル*/
.large
{
	font-size:1.5em;
}
#paddle
{
	padding-top:120px;
	background-image:url(../packages/mori/common/img/paddleback.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-right:320px;
	padding-bottom:30px;
	height:250px;
}

/*パドルQ&A*/
.qalink
{
	float:left;
	padding-bottom:20px;
}
.qalink p{
	text-align:center;
}
*:first-child+html .qalink a {
	display:block;
	width:300px;
	margin:0 auto;
	height:54px;
}
.paddleqa
{
	float:left;
	padding-top:20px;
}
.paddleqa dt
{
	background-image:url(../packages/mori/common/img/icon_q.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:50px;
	padding-bottom:20px;
}
.paddleqa dd
{
	background-image:url(../packages/mori/common/img/icon_a.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:50px;
	padding-bottom:50px;
}

/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	background-image: url(../packages/mori/common/img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 40px;
	padding-top: 60px;
	text-align: right;
}

#footer p   { font-weight: bold; }