@charset "utf-8";
/*** tag検索でli消してみた。テスト ***/
ul li  {
list-style: none;
}

a:link, a:visited {
	color: #191970;
	text-decoration: none;
}
a:active, a:hover {
	color: #ff4500;
	text-decoration: underline;
}
/*** ヘッダー一行 ***/
.header_width {
	width: 980px;
	margin: 0 auto;
}
div#header_text {
	font-size: 12px;
	color: #eee;
	padding: 0;
	height: 30px;
	background-color: #2980b9;
	background-image: url(/images/header/header_text.png);
	background-repeat: repeat-x
}
div#header_text a {
	font-size: 12px;
	color: #eee;
}
#header_text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_text li {
	float: left;
	margin-right: 15px;
	padding: 0.6em 0;
	list-style-type:none;
}
#header_text a {
	text-align: center;
	display:block;
	background-color: #2980b9;
	color: white;
	text-decoration:none;
}
#header_text a:hover {
	color: #FFCC00;
}
.header_left {
	float: left;
	padding: 0.6em 0;
}
.header_right {
	float: right;
}
/*-----------------------------------------------------------------------------
	天気予報
-----------------------------------------------------------------------------*/
.tenki_today {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin-right:5px;
}
.tenki_yohou {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0 6px 0 3px;
}
.tenki_saikou {
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	margin:0 6px 0 3px;
}
.tenki_saitei {
	font-size:12px;
	color:#3366FF;
	font-weight:bold;
	margin:0 6px 0 3px;
}
/*-----------------------------------------------------------------------------
	検索Search
-----------------------------------------------------------------------------*/
#search {
	position: relative;
	width:300px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 0px;
	float: right;
	z-index: 888;
}
#search #tags {
	float: right;
	display: block;
	margin:0;
	padding: 5px 5px 5px 22px;
	width: 150px;
	border: 1px solid #bbb;
	font-size: 11px;
	color: #999;
	vertical-align: bottom;
	background: #ffffff url(/images/icons/search_gray.png) 3px 5px no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 1.5
}
#search #tags:hover {
	color: #666;
	background: #ffffff url(/images/icons/search.png) 3px 5px no-repeat;
}




/*** 関連するニュース ***/
div#kanren {
	margin-left: 10px;
	font-size:12px;
}
div#kanren h4 {
	font-size: 100%;
	line-height: 1.7em;
	height: 20px;
	margin: 0px 10px 10px 0;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 23px;
	border-bottom: 1px dotted #333333;
}
div#kanren ul li {
	margin: 2px 0px 0px 0px;
	padding-left:0px;
	list-style-image: url('/images/icons/point.png')
}
/*** 文字サイズ ***/
#font ul {
	margin:10px auto;
	padding:0;
}
#font li {
	float:left;
	list-style:none;
	margin-right:5px;
	margin-top:0;
	padding:7px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#fff;
	line-height:1.0;
	background:#8d8d8d;
	cursor:pointer;
}
#font li.hover {
	background:#d09300;
}
#font li.active {
	background:#0183BD;
}

/*--------------------------------------
	★トップページの写真一覧並び
--------------------------------------*/
div#top_entry {
	width: 760px;
	margin: 15px 0;
}
.thumbnail_top {
	float: left;
}
.thumbnail_top dl {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #fff;
	display: inline;/* ★IE6のバグ用 */
	width: 195px;
	height: 200px;
	
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

dl.thumbnail_top dd {
	margin: 3px 0 0 5px;
	font-size: 12px;
	text-align: left;
}
.trimming {
position:relative;
width: 195px;
height: 130px;
overflow: hidden;
}
.trimming img a{
width: 195px;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-Mac */

/*** 詳細はこちら ***/
.kotira {
	float: right;
	margin: 0 10px 5px 10px;
}
/*** ユーティリティアイコン *********/
.navi_login {
	background-image: url(/images/icons/login.png)
}
.navi_read {
	background-image: url(/images/icons/read.png)
}
.navi_note {
	background-image: url(/images/icons/note.png)
}
.navi_pen {
	background-image: url(/images/icons/pen.png)
}
.navi_clip {
	background-image: url(/images/icons/clip.png)
}
.navi_search {
	background-image: url(/images/icons/search.png)
}
.navi_folder {
	background-image: url(/images/icons/folder.png)
}
.navi_sns {
	background-image: url(/images/icons/sns.png)
}
.navi_users {
	background-image: url(/images/icons/users.png)
}
.navi_ranking {
	background-image: url(/images/icons/ranking.png)
}
.navi_iphone {
	background-image: url(/images/icons/iphone.png)
}
.navi_tag {
	background-image: url(/images/icons/tag.png)
}
.navi_keyword {
	background-image: url(/images/icons/keyword.png)
}
.navi_link {
	background-image: url(/images/icons/link.png)
}
.navi_rss {
	background-image: url(/images/icons/rss.png)
}
/*** アイコン *********/
div#utility div.utility .point ul {
	line-height: 1.7em;
	list-style: none;
}
div#utility div.utility .point li {
	margin: 2px 0px 0px -20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	list-style: none;
	color:#333;
}
div#utility div.utility .point li:nth-child(even){
	list-style: none;
}
.point li.navi_facebook {
	background-image: url(/images/icons/facebook.png)
}
.point li.navi_twitter {
	background-image: url(/images/icons/twitter.png)
}
.point li.navi_youtube {
	background-image: url(/images/icons/youtube.png)
}
.point li.navi_ustream {
	background-image: url(/images/icons/ustream.png)
}
.point li.navi_rss {
	background-image: url(/images/icons/rss.png)
}
.point li.navi_koudoku {
	background-image: url(/images/icons/koudoku.png)
}
.point li.navi_soccer {
	background-image: url(/images/icons/soccer.png)
}
.point li.navi_baseball {
	background-image: url(/images/icons/baseball.png)
}
.point li.navi_bike {
	background-image: url(/images/icons/bike.png)
}
.point li.navi_run {
	background-image: url(/images/icons/run.png)
}
.point li.navi_tenipon {
	background-image: url(/images/icons/tenipon.png)
}
.point li.navi_basketball {
	background-image: url(/images/icons/basketball.png)
}
.point li.navi_volleyball {
	background-image: url(/images/icons/volleyball.png)
}
.point li.navi_handball {
	background-image: url(/images/icons/handball.png)
}
.point li.navi_futsal {
	background-image: url(/images/icons/futsal.png)
}
.point li.navi_karate {
	background-image: url(/images/icons/karate.png)
}
.point li.navi_powerlifting {
	background-image: url(/images/icons/powerlifting.png)
}
/*** SNSアイコン並び *********/
span.top_button {
	margin:15px -10px 0 0;
	float: right;
}
span.view_button {
	margin:0 5px 0 0;
	float: right;
}
/*** スマートフォン案内ボタン *********/
.smart_btn {
	background: -moz-linear-gradient(top, #BFE5F2, #63B3D2 50%, #0081B4 50%, #00679A);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFE5F2), color-stop(0.5, #63B3D2), color-stop(0.5, #0081B4), to(#00679A));
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	color: #FFF;
	width: 400px;
	padding: 10px 0;
	margin:10 auto;
}
.smart_btn a {
	color: #fff;
	text-decoration: none;
}
table#table-03 tr th {
	padding: 8px;
	border: 1px solid #999999;
	background-color: #eee;
	font-weight: bold;
	text-align: left;
}
table#table-03 tr td {
	padding: 8px;
	border: 1px solid #999999;
}
/* ----- 画像ギャラリートリミング ----- */
.gallery_trimming {
	position:relative;
	width: 150px;
	height: 130px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.gallery_trimming2 {
	position:absolute;
	top:-10px;
	left:-20px;
}
/* ----- utility画像の幅100% -------------------------------------- */
div#utility2 h2 {
	display: none;
}
div#utility div.utility2 {
	margin: 0;
	padding-bottom: 10px;
}
div#utility div.utility2 h3 {
	font-size: 100%;
	line-height: 1.7em;
	height: 20px;
	margin: 0px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 23px;
	border-bottom: 1px dotted #333333;
}
div#utility div.utility2 div.content {
	margin: 0;
}
/********* ★TADA-C pageにも白枠を反映。添付もh3に変えたよ **********/
div#page div.page {
	width: 100%;
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.7);
}
div#page div.page h3 {
	margin: 5px 10px 10px 0px;
	padding: 5px 10px;
	font-size: 16px;
	border-left: 3px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div#page div.page div.content {
	margin: 0 10px;
}
/********* ★TADA-C ここまで **********/
/* ----- トップページスライダー -------------------------------------- */
.slideFrame {
	height: 60px;
	overflow: hidden;
	width: 100%;
}
.slideCell {
	display: block;
	float: left;
	margin-right: 20px;
}
#slider-0 {
	left: 0;
	position: fixed;
	top: 0;
}
#slider-1 {
	left: 0;
	top: 420px;
}
/* ----- 個別指定 -------------------------------------- */
#img_line a img {
	margin: 2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	border:1px solid #cccccc;
}
#img_line a:hover img {
	margin: 2px 2px 2px 2px;
	padding:1px 1px 1px 1px;
	border:2px solid #0183BD;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index:9999;
}
.new {
	background:url(/images/icons/new.gif) no-repeat 0 0;
	width:32px;
	background-position: left center;
	display:inline-block;
	text-indent: -9999px;
}
#map_canvas {
	margin-top: 10px;
	padding: 0;
	width:980px;
	height: 400px;
}
.clear {
	clear:both;
}
.utility_banner {
	width: 300px;
	margin-bottom: 10px;
}
div#sns_button {
	width: 300px;
	display:inline-block;
}
.banner img {
	margin:0 0 10px 0;
}
.banner img a {
	margin:0 0 10px 0;
}
/*--------------------------------------
	テーブルレイアウト★棒線あり（詳細項目の個所）
--------------------------------------*/
.table-01 {
	width: 420px;
	margin: 10px 0px 0px 0px;
	border-top: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-01 th {
	padding: 10px;
	width: 60px;
	border-bottom: #ccc solid;
	border-width: 0 0 1px 0;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
.table-01 td {
	padding: 10px;
	border-bottom: 1px #ccc solid;
	border-width: 0 0 1px 0;
	text-align: left;
}
.table-01 img {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
/*--------------------------------------
	記事
--------------------------------------*/
/*** 詳細dlテーブル ***/
#entry dl {
	margin: 30px 0 15px 0px;
	padding: 0 10px 10px;
	border: 7px #d5d5d5 solid;
	background-color:#fff;
	background-color: rgba(255, 255, 255, 0.7);
}
#entry dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%
}
#entry dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid
}
/*** Photoメイン ***/
.photo_main {
	padding:0 10px 10px 0;
	width:690px;
}
.photo_main a img {
	width:680px;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	border:1px solid #cccccc;
}
.photo_main a:hover img {
	width:680px;
	margin:2px 2px 2px 2px;
	padding:1px 1px 1px 1px;
	border:2px solid #FF3399;
}
/*** 左サムネイル縦並び画像 ***/
div#photo_sub1 {
	width: 800px;
	margin: 0;
}
.photo_sub {
	padding:0 10px 10px 0;
	float:left;
	width:220px;
}
.photo_sub a img {
	width:215px;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	border:1px solid #cccccc;
}
.photo_sub a:hover img {
	width:215px;
	margin:2px 2px 2px 2px;
	padding:1px 1px 1px 1px;
	border:2px solid #FF3399;
}
/*** 左サムネイル縦並びPDF ***/
.photo_pdf {
	padding:0 10px 10px 0;
	float:left;
	width:210px;
	font-size:11px;
	color:#333;
}

.photo_pdf p {
	margin:0;
}
/*** 左サムネイル縦並び画像 ***/
.photo_top {
	padding:0 10px 10px 0;
	float:left;
	width:210px;
	font-size:11px;
	color:#333;
}
.photo_top img {
	width:200px;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	border:1px solid #cccccc;
}
.photo_top a img {
	width:200px;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	border:1px solid #cccccc;
}
.photo_top a:hover img {
	width:200px;
	margin:2px 2px 2px 2px;
	padding:1px 1px 1px 1px;
	border:2px solid #0183BD;
}
.photo_top p {
	margin:0;
}
.sub_title {
	font-size:16px;
	font-weight: bold;
}
div#photo {
	float: left;
	width: 200px
}
div#photo img {
	width: 200px;
	margin-bottom: 10px
}
.utility_datetime {
	font-size:11px;
	color:#888;
}
#utility_twitter {
	margin-bottom: 10px;
	padding: 0;
	border: 1px #ccc solid;
	background: #FFF;
	z-index:100;
}
#utility_facebook iframe {
	margin: 0;
	padding: 0;
	background: #FFF;
	z-index:100;
}
/*** ログインアイコン ***/
input.userid {
	background-image: url("/images/icons/user.png");
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 21px;
	margin:3px 0;
	border: 1px #aaa solid;
}
input.pass {
	background-image: url("/images/icons/pass.png");
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 21px;
	margin:3px 0;
	border: 1px #aaa solid;
}
.mailform_text {
	font-size:11px;
	color:#333;
}
#tab li {
	display:inline-block;
	font-size:12px;
	width:70px;
	padding:7px;
	text-align:center;
	margin:0;
	border-radius:2px 2px 0 0;
	cursor:pointer;
	background:#eee;
	color:#333;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
#tab li:hover {
  background: #666;
  color: #ffffff;
}
/* tab */
.camera_photo {
	background:url(/images/icons/tab_camera.png) no-repeat 0 0;
	width:20px;
	background-position: left center;
	display:inline-block;
	text-indent: -9999px;
	margin-left: 5px;
}
.tab_googlemaps {
	background:url(/images/icons/googlemaps.png) no-repeat 0 0;
	width:16px;
	background-position: left center;
	display:inline-block;
	text-indent: -9999px;
	margin-left: 5px;
}
.tab_pdf {
	background:url(/images/icons/pdf.png) no-repeat 0 0;
	width:16px;
	background-position: left center;
	display:inline-block;
	text-indent: -9999px;
	margin-left: 5px;
}
.contents_tab {
	display:block;
	padding:10px 15px;
	border:#bbb solid 1px;
	margin-bottom:20px;
	background:#fff;
	line-height: 1.8;
}
/* ----- 画像ギャラリートリミング -------------------------------------- */
.gallery_trimming {
position:relative;
width: 150px;
height: 130px;
overflow: hidden;
}
.gallery_trimming2{
position:absolute;
top:-10px;
left:-30px;
}

/********* タグクラウド *******************************************/

ul.tagcloud {
  margin: 10px 0;
}
ul.tagcloud li {
  display: inline;
  line-height: 1.0;
  list-style: none;
  margin-right: 5px;
  color: #AAAAAA;
}
ul.tagcloud li a {
  text-decoration: none;
}
#tagcloud_search {
  background:#FFF;
  padding:20px;
  border: solid 1px #333;
}
/********* tiles ************************************************/
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0 0 0 -3px;
}
/**
 * Grid items
 */

#tiles li {
width: 190px;
background:#fff;
list-style:none;
-moz-border-radius: 2px;
-webkit-border-radius: 1px;
border-radius: 1px;
display: none; /** Hide items initially to avoid a flicker effect **/
cursor: pointer;
padding: 13px;
box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

#tiles li img {
display: block;
}

/**
 * Grid item text
 */
#tiles a img {
margin-top:10px;
}
span.tiles_title a {
font-size: 14px;
font-weight: bold;
}
span.tiles_p {
font-size: 11px;
line-height: 1.5em;
margin-top:10px;
display:block;
}
span.tiles_date {
font-size: 11px;
text-align: right;
}
.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #dedede;
  z-index: -1;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}
#filters {
  list-style-type: none;
  margin-left:5px;
  padding-bottom:10px;
}

#filters li {
  list-style-type: none;
  font-size: 12px;
  float: left;
  padding: 5px;
  cursor: pointer;
  margin-right: 3px;

  -webkit-transition: all 0.15s ease-out;
     -moz-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#filters li:hover {
  background: #333333;
  color: #ffffff;
}

#filters li.active {
  background: #0183BD;
  color:#fff;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 12px;
  margin: 7px 0 0 7px;
}

/**
 * Some extra styles to randomize heights of grid items.
 */
#tiles ali:nth-child(3n) {
  height: 175px;
}

#tiles ali:nth-child(4n-3) {
  padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
  height: 250px;
}
