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

/*************************************************************************
 *		k-kafka
*************************************************************************

/*------------------------------------------------
  ページ共通
-------------------------------------------------*/

body{
	background-color:#FF6699;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}

* {
	margin:0;
	padding:0;
}



/* フルードイメージ対応 */
img,
a img{
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;

}

.ie8 img,
.ie8 a img{
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}


	
/* 　クリア */
/*
.ckeaarfix;after{
   content:",";
   display:block;
   height: 0;
   clear:both;
   visibility:hidden;

}
*/

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/



.spacer14 {
	height: 14px;
	overflow: hidden;
}

.imageTitle {
}

.txtR {
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*------------------------------------------------
  トップページ
-------------------------------------------------*/
div#content {
	max-width: 860px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#toprogo{
	text-align: center;
	height: auto;
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.pc{
	display: block;
}


.phone{
	display: none;
}


#clocks_PC {
	display: block;
	width: 420px;
	height: 420px;
	position:relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom: 30px;
 }


.clock {
	position: absolute;
	float: left;
}

#clocks_Phone {
	display: none;
}


#clocks_Phone .clock {
	position: absolute;
	float: left;
}

.clock_t {
	display: none;	
}	

#topics{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
}

.newsimg{
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 15px;
	height: 58px;
	width: 40px;
}

#topics h1 {
	margin-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
}





#topics .t_txt{
	font-size: 80%;
	color: #FFF;
	overflow:auto; 
	zoom:1; 
}

#topics_r{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
}

.boder_860dot_w{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 100%;
	margin: 10px auto;
}

#fooder{
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #FFF;
}
	

/* ------ Column ------ */

.row {
	max-width: 860px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 2.90697%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 2.90697%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.546511%;}
.one-third {width: 31.3953488%;}
.two-third {width: 65.6976744%;}

/*-----------------------------------------------------	*/
/*	for 640px - 859px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 960x) {
	


	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 50px;
	}



#clocks_Phone {
	
	display: none;
}

.pc{
	display: block;
}


.phone{
	display: none;
}



}




/*-----------------------------------------------------	*/
/*	for 480px -639px					*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 480px) and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
.pc{
	display: block;
}


.phone{
	display: none;
}




}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
#clocks_Phone {
	display: block;
	width: 280px;
	height: 280px;
	position:relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom: 30px;
 }


#clocks_PC {
	
	display: none;
}


.pc{
	display: none;
}


.phone{
	display: block;
}





	

}
