@charset "utf-8";


/* //////////////////////////////////////////

  “Seika Sports Club” 

 -----------------------------------------
  common.css
 -----------------------------------------
  
  1.Reset

  2.Shared Item

  3.Overall Structure
  
  4.Contents

////////////////////////////////////////// */

/* 1.Reset
////////////////////////////////////////// */
*{
	margin: 0;
	padding: 0;
	}

html{
	height: auto;
	_height: 100%;
	min-height: 100%;
	/*-webkit-text-size-adjust: 100%;*/
	}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	line-height: 2em;
	color: #333;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	background-image:url(../img/common_img/bg.jpg);
	background-position:center 114px;
	background-repeat:no-repeat;
	}
	
ul,dl{
	list-style-type: none;
	}	
		
a,img{
	border: 0;
	outline: 0;
	margin: 0;
	}
		
a{
	color: #333;
	text-decoration: none;
	outline:none !important;
	}

////////////////////
a:link { color: #0000ff; }
a:visited { color: #000080; }
///////////////////
	
a:hover{
	color: #23238a;
	}

/////// 
a:active { color: #ff8000; }
///////

img{
	border: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

p{
	text-align: justify;
	text-justify:inter-ideograph;
	}
	
	
/* 2.Shared Item
////////////////////////////////////////// */
.l{
	float:left;
}

.r{
	float:right;
}

.error{
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background-color:#C00;
}

#contents p{
	margin:0 0 35px 0;
}


h2{
	width:960px;
	height:140px;
	margin:0 auto;
	padding:19px 0 10px;
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
}

h2.news{
	background-image:url(../img/common_img/ln_navi_01.png);
}
h2.philosophy{
	background-image:url(../img/common_img/ln_navi_02.png);
}
h2.business{
	background-image:url(../img/common_img/ln_navi_03.png);
}
h2.results{
	background-image:url(../img/common_img/ln_navi_04.png);
}
h2.aboutus{
	background-image:url(../img/common_img/ln_navi_05.png);
}
h2.contactus{
	background-image:url(../img/common_img/ln_navi_06.png);
}
h2.recruit{
	background-image:url(../img/common_img/ln_navi.png);
}

br.ss{
	line-height:1em;
}

#contents h3{
	height:60px;
	padding:20px 0 15px 0;
	clear:both;
}

#contents h4{
	margin: 0 0 8px 0;
	padding: 2px 0 1px 18px;
	background-image: url(../img/common_img/bg_tt.png);
	background-repeat: repeat-y;
	font-size: 125%;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.1em;
	clear: both;
}

#side dl.index{
	padding:0 0 11px 0;
	border-bottom:double 3px #999999;
}

#side dl.index dt{
	padding:0 0 0 5px;
}

#side dl.index dt.tp{
	margin:0 0 10px 0;
	padding:3px 10px 1px 10px;
	background-color:#666666;
	 border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#side dl.index dt.tt{
	margin:20px 0 10px 0;
	padding:3px 10px 1px 10px;
	background-color:#666666;
	 border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#side dl.index dt.tp a,
#side dl.index dt.tt a{
	color:#ffffff;
	font-size:108%;
	line-height:1.1em;
	display:block;
}
#side dl.index dt.tp a:hover,
#side dl.index dt.tt a:hover{
	color:#6BE4FF;
}

#side dl.index dd{
	margin:0 0 9px 0;
	padding:0 0 0 12px;
	background-image:url(../img/common_img/ic_arrow3_off.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	line-height:1.1em;
}
#side dl.index dd:hover{
	background-image:url(../img/common_img/ic_arrow3_on.png);
}

#side dl.index dd a{
	display:block;
}
#side dl.index dd a:hover{
	color:#00B5CF;
}

#side dl.banner{
	margin:0 0 12px 0;
	overflow:hidden;
}

#side dl.banner dt{
	margin:12px 0 0 0;
	padding:0 0 0 5px;
	border-bottom:solid 8px #666666;
}

#side dl.banner dd{
	margin:4px 0 0 0;
}

/* 3.Overall Structure
////////////////////////////////////////// */
#wropper{
	width:954px;
	margin:0 auto;
	border:solid 3px #ffffff;
	background-image:url(../img/common_img/bg_wrapper.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#contents{
	width:670px;
	padding:8px 25px 0 22px;
	float:left;
}

#side{
	width:215px;
	padding:16px 11px 3px 11px;
	float:right;
}

/*////Header////*/
#header{
	width:960px;
	height:82px;
	margin:0 auto;
	padding:32px 0 0 0;
}

#header h1{
	//width:362px;
	width:450px;
	float:left;
}

#header .tel{
	float:right;
}

.navi{
	height:40px;
	clear:both;
}

.navi li{
	float:left;
}

/*////Footer////*/
#footer{
	width:100%;
	height:120px; //74px;
	min-height:120px;  //74px;
	margin:30px 0 0 0;
	background-color:#DADDE4;
	overflow:visible;
	clear:both;
}

#footer dl{
	width:960px;
	height:107px;  //61px;
	margin:0 auto;
}

#footer dl dt{
	width:430px; //293px;
	margin:12px 0 0 3px; //12px 0 0 3px;
	float:left;
}

#footer .p-m {
	width:80px;
	padding-right:10px;
	float:left;
}

#footer .tt_seika {
	padding-top:15px;
}

#footer dl dd{
	width:381px;
	text-align:right;
	float:right;
}

#footer dl dd a{
	height:42px;
	padding:15px 3px 0 0;
	display:block;
}

/* 4.Contents
////////////////////////////////////////// */
/*/// Home ///*/
#home{
	width:960px;
	margin:0 auto;
	padding:19px 0 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(../img/common_img/ln_navi.png);
	overflow:hidden;
}

.pix {
	width: 960px;
	height: 480px;
	background: #000;
	overflow: hidden;
	position: relative;	
}
.pix > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#pix_pag_ul {
	float:none !important;
	margin: 0 0 0 263px !important;
}

#pix_pag_ul > li {
	margin: 0 15px 0 0 !important;
	padding: 15px 8px 0 !important;
	width: 12px !important;
}

#pix_pag_ul > li > span {
	background: #a9a9a9 !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	height: 12px !important;
	width: 12px !important;
}

#pix_pag_ul > li > span > span {
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	height: 6px !important;
	margin: 3px !important;
	width: 6px !important;
}

#pix_pag_ul > li.diapocurrent > span > span {
	background: #00B5CF !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}

#pix_pag_ul > li > .pix_thumb {
	-moz-box-shadow: 0 1px 4px #333 !important;
	-webkit-box-shadow: 0 1px 4px #333 !important;
	box-shadow: 0 1px 4px #333 !important;
 	left: -19px !important;
	top: -45px !important;
}
#pix_pag_ul > li > .thumb_arrow {
	top: 21px !important;
	left: 10px !important;
}

#home h2{
	width:auto;
	height:auto;
	padding:20px 0 8px 0;
	background-image:none;
	clear:both;
}

#home p{
	margin:0 0 15px 0;
}

#home h3{
	margin:0 0 5px;
}

#home dl{
	width:480px;
	margin:1px 0 0;
	line-height:1.2em;
	overflow:hidden;
	float:left;
	
	}
* html #home dl{
	zoom:100%;
	}
	
#home dl dt{
	width:7em;
	margin:3px 0 2px 0;
	padding:0 0 0 12px;
	float:left;
	display:block;
	background-image:url(../img/common_img/ic_arrow_off.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	}
#home dl dt.all{
	width:400px;
	background-image:url(../img/common_img/ic_arrow2_off.png);
}
#home dl dt.all:hover{
	background-image:url(../img/common_img/ic_arrow_off.png);
}
	
#home dd{
	margin: 3px 0 2px 0;
	padding: 0;
	width: 370px;
	float: left;
	display: block;
	}

#home ul.banner{
	width:478px;
	margin:5px 0 0 0;
	border-left:solid 1px #8088A7;
	float:right;
}

#home .banner li{
	width:230px;
	margin:0 0 0 8px;
	float:left;
}

/*/// Latest News ///*/
.news h3{
	height:90px !important;
	padding:20px 0 2px 0 !important;
}

.news dl{
	margin:0 0 35px 0;
	background-color:#f7f7f7;
	border-top:solid 2px #525999;
	border-bottom:solid 2px #525999;
	overflow:hidden;
}
.news dl.bt{
	margin:0;
}

.news dt{
	width:640px;
	margin:0 auto;
	padding:20px 0 8px 0;
	border-bottom:solid 1px #525999;
	background-image:url(../img/news_img/tt_title.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	font-size:133%;
	font-weight:bold;
	line-height:1.1em;
	color:#525999;
}

.news dd.date{
	width:140px;
	margin:4px 0 4px 15px;
	padding:17px 0 4px 0;
	background-image:url(../img/news_img/tt_date.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	font-size:116%;
	font-weight:bold;
	line-height:1.1em;
	color:#525999;
	float:left;
}

.news dd.link{
	width:480px;
	margin:4px 15px 4px 0;
	padding:17px 0 4px 16px;
	border-left:double 3px #525999;
	background-image:url(../img/news_img/tt_link.png);
	background-position:16px 6px;
	background-repeat:no-repeat;
	font-size:116%;
	font-weight:bold;
	line-height:1.1em;
	color:#525999;
	float:left;
}

.news dd.link a{
	color:#525999;
}

.news dd.txt{
	width:640px;
	margin:0 auto;
	padding:10px 0 10px;
	border-top:solid 1px #525999;
	clear:both;
}


/*/// Philosophy ///*/
.philosophy .ph{
	width:412px;
	padding:0 258px 0 0;
	background-image:url(../img/philosophy_img/ph_policy.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.philosophy #policy{
	padding:20px 0 7px 0;
}

.philosophy .block dl{
	width:218px;
	margin:8px 0 0 0;
	/*line-height:1.75em;*/
	letter-spacing:-0.05em;
	float:left;
}

.philosophy .block dl.c{
	margin:8px 8px 0 8px;
}

.philosophy .block dd{
	min-height:100px;
	padding:10px 12px 10px;
	background-color:#e9e9e9;
}

/*/// Our Business ///*/
.business ul{
	width:310px;
	font-size:116%;
	float:left;
}

.business img{
	float:right;
}

.business #license ul{
	padding:0 0 0 15px;
	background-image:url(../img/business_img/ln_double.png);
	background-repeat:repeat-y;
	font-size:100%;
	line-height:2.3em;
}

.business li.dir{
	line-height:1.7em !important;
}

.business ul.sub{
	margin:0 0 6px 0 !important;
	padding:0 !important;
	background-image:none !important;
	/*font-size:91.6% !important;*/
	line-height:1.6em !important;
}

/*/// Introduction Results ///*/
.results #map{
	width:670px;
	height:390px;
}

.results .ex{
	margin:3px 0 0 0 !important;
	text-align:right;
}

.results #athletic,
.results #pool,
.results #spa,
.results #culture{
	overflow:hidden;
}

.results #culture{
	margin:0 0 30px 0;
}

.results #athletic h4,
.results #pool h4,
.results #spa h4,
.results #culture h4{
	margin: 0 0 9px 0 !important;
	padding: 20px 0 5px 0 !important;
	background-image: none !important;
	border-bottom:solid 9px #CACDDC;
}

.results dl{
	width:302px;
	margin:0 0 9px 0;
	/*padding:15px 15px 12px 15px;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;*/
	background-position:0 bottom;
	background-repeat:no-repeat;
}

.results dl#a1,
.results dl#a3,
.results dl#a2014-6-2,
.results dl#a2014-6-3,
.results dl#a2016-3-9,
.results dl#a2017-4-1,
.results dl#a2019-4-1,
.results dl#a2025-4-1,
.results dl#a2021-4-1,
.results dl#a2021-4-3,
.results dl#a2021-4-5,
.results dl#a2026-2-4,
.results dl#a2026-4-4,
.results dl#b1,
.results dl#b2,
.results dl#b5,
.results dl#c1,
.results dl#c3,
.results dl#c5,
.results dl#c7,
.results dl#d1{
	padding:15px 17px 15px 16px;
	background-image:url(../img/results_img/bg_facilities_l.png);
	float:left;
}

.results dl#a2,
.results dl#a2014-6-1,
.results dl#a4,
.results dl#a5,
.results dl#a2014-6-4,
.results dl#a2019-4-2,
.results dl#a2020-4-2,
.results dl#a2021-4-2,
.results dl#a2021-4-4,
.results dl#a2022-1,
.results dl#a2026-1-4,
.results dl#a2026-3-4,
.results dl#b4,
.results dl#c2,
.results dl#c4,
.results dl#c6{
	padding:15px 16px 15px 17px;
	background-image:url(../img/results_img/bg_facilities_r.png);
	float:right;
}

.results dt{
	margin:6px 0 0;
	padding:8px 0 4px 0;
	background-image:url(../img/results_img/tt_name.png);
	background-repeat:no-repeat;
	font-size:108%;
	font-weight:bold;
	line-height:1.2em;
}

.results dd.add{
	margin:6px 0 15px 0;
	padding:9px 0 0 0;
	background-image:url(../img/results_img/tt_address.png);
	background-repeat:no-repeat;
	line-height:1.2em;
}

.results #athletic dt{
	border-bottom:solid 3px #F15A24;
}
.results #pool dt{
	border-bottom:solid 3px #19a5e0;
}
.results #spa dt{
	border-bottom:solid 3px #6ca324;
}
.results #culture dt{
	border-bottom:solid 3px #9355c3;
}

.results #athletic dt a:hover{
	color: #F15A24;
}
.results #pool dt a:hover{
	color: #19a5e0;
}
.results #spa dt a:hover{
	color: #6ca324;
}
.results #culture dt a:hover{
	color: #9355c3;
}

.results table{
	width:670px;
}

.results table th{
	padding:1px 0 0 4px;
	background-color:#e6e7ed;
	border-top:solid 1px #8088A7;
	border-bottom:solid 1px #8088A7;
	color:#525999;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
}

.results table td{
	padding:5px 0 20px 0;
	line-height:1.75em;
}


/*/// About Us ///*/
.aboutus p{
	margin:0 0 35px 0;
}

.aboutus p.message{
	width:470px;
	float:left;
}

.aboutus .ph{
	margin:4px 0 0 0;
	float:right;
}

.aboutus table{
	width:670px;
	margin:0 0 30px 0;
}

.aboutus table th{
	padding:4px 0;
	vertical-align:top;
}

.aboutus table td{
	padding:5px 0 5px 8px;
	line-height:1.5em;
}

.aboutus table th strong{
	height:15px;
	padding:3px 10px 0 10px;
	color:#ffffff;
	line-height:1.1em;
	background-color:#8088A7;
	 border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	display:block;
}

.aboutus .list{
	margin:0 0 35px 6px;
	font-size:116%;
}


/*/// Contact Us ///*/
.contactus .intro{
	margin:0 0 15px 0;
	background-image:url(../img/contactus_img/ph_letter.jpg);
	background-position:right 10px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.contactus .intro dl{
	margin:0 0 10px 0;
}

.contactus .intro dt{
	margin: 0 0 8px 0;
	padding: 2px 0 1px 18px;
	width:300px;
	background-image: url(../img/common_img/bg_tt2.png) ;
	background-repeat:no-repeat;
	background-position:right center;
	font-size: 125%;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.1em;
}

.contactus .intro p{
	margin:7px 0 20px 0 !important;
}

.contactus ul{
	margin:0 0 35px 0;
	font-size:116%;
}

.contactus form table{
	width:670px;
}

.contactus form th{
	width:160px;
	padding:4px 0;
	font-size:108%;
	line-height:1.1em;
	text-align:left;
}

.contactus form td{
	width:510px;
	padding:4px 0;
	line-height:1.1em;
}
.contactus form th#question{
	vertical-align:top;
}

.contactus form table .tp{
	padding:16px 0 4px;
}
.contactus form table .bt{
	padding:4px 0 16px;
	border-bottom:solid 1px #b3b3b3;
}
.contactus form table .tpbt{
	padding:16px 0 16px;
	border-bottom:solid 1px #b3b3b3;
}
.contactus form table .note{
	padding:3px 0 2px;
	border-bottom:solid 1px #b3b3b3;
}

.contactus form table .note a{
	padding:0 0 0 14px;
	background-image:url(../img/common_img/ic_arrow4_off.png);
	background-repeat:no-repeat;
	display:block;
}
.contactus form table .note a:hover{
	background-image:url(../img/common_img/ic_arrow4_on.png);
}

.contactus form table .send img{
	margin:18px 10px 0 0;
}

.contactus form input{
	width:300px;
	padding:5px 12px;
	background-color:#f2f2f2;
	border:1px solid #b3b3b3;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size:108%;
	line-height:1.1em;
}

.contactus form input#zip{
	width:100px;
}
.contactus form input#name,
.contactus form input#name_kana{
	width:190px;
}
.contactus form input#address1,
.contactus form input#address2,
.contactus form input#ans5_txt{
	width:460px;
}
.contactus form input#tel,
.contactus form input#fax{
	width:130px;
}
.contactus form input#ans1,
.contactus form input#ans2,
.contactus form input#ans3,
.contactus form input#ans4,
.contactus form input#ans5{
	width:auto;
	background-color:inherit;
	border:none;
	margin:0 6px 0 0;
}

.contactus form textarea{
	width:474px;
	padding:5px;
	font-size:100%;
	line-height:1.5em;
	background-color:#f2f2f2;
	border:1px solid #b3b3b3;
}

.contactus form span{
	font-size:83%;
	margin:0 0 4px 5px;
}

.contactus form table.sub{
	width:450px;
	padding:0;
	border:none;
}

.contactus form table.sub td{
	width:150px;
	padding:3px 0;
}
