﻿@charset "UTF-8";
/* --------------------------------------------------
	SiteName : Sendai city 
	FileName : global.css
	Description : 共通
	
	== TOC =========================================
	1 : universal reset
	2 : body setting
	3 : default link setting
	4 : print media setting
	5 : header
	6 : nav & footer
	7. footer setting
	8.contents setting
	9.pagetopbtn setting
	
-------------------------------------------------- */


/* 1. universal reset
================================================== */
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form, fieldset, table {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
fieldset, img {
	border: 0;
}
ul, ol {
	list-style: none;
}
ul li img {
	vertical-align: bottom;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
div {
	margin: auto;
}

table {
	width: 1000px;
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0;
}


/* 2. body setting
================================================== */
body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:100%;
	line-height: 160%;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
/* 3. default link setting
================================================== */
#contents a:link,#contents02 a:link,#footer a:link {
	color: #00963e;
	text-decoration: underline;
}
#gnavi a:link {
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
#contents a:hover,#contents02 a:hover,#footer a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 4. print media setting
================================================== */
@media print {
*html body {
	zoom: 0.7;
}
}
/* 5. header setting
================================================== */
#wrapper{
	background:url(/taiki/images/common/gnavi_bg.png) 0px 45px repeat-x;
	text-align:center;
	}
#wrapper_map{
	/* nostyle */
	}

#header{
	width:1000px;
	height:40px;
	margin-bottom:5px;
	}
#header #logo{
	float:left;
	width:500px;
	text-align:left;
	}
#header #info{
	float:right;
	width:500px;
	text-align:right;
	}
#header h1{
	margin-top:12px;
	font-size:80%;
	font-weight:normal;
	}
#total { 
	float:right;
	width:60px;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
background:#000000;
 }

/* 6. gnavi setting
================================================== */
#gnavi{
	width:1000px;
	margin-top:11px;
	}
#gnavi ul{
	display:inline-block\9;
	}
#gnavi ul li {
	float:left;
	position: relative;
	display: block;
	background:#00963e;
}
ul.child{
    display: none;
    position: absolute;
    padding: 0;
	top:60px;
	left:0;
}
ul.child li a{
    display: block;
	width:197px;
	height:auto;
    padding: 5px;
	text-align:left;
    color: #ffffff;
	border-bottom:solid 1px #ffffff;
}
ul.child li a:hover{
	background:#007832;
}

/* 7. footer setting
================================================== */
#footer{
	width:100%;
	background:#fbfafa;
	margin-top:15px;
	}
#footer p{
	width:1000px;
	text-align:left;
	margin:auto;
	padding-top:25px;
	padding-bottom:60px;
	}
#footer p img{
	margin-bottom:10px;
	}

/* 8.contents setting
================================================== */	
#contents {
	width:100%;
	background:url(/taiki/images/index/bg.png) 0 0 repeat-x;
	padding:5px 0;
	}
#contents02 {
	width:100%;
	padding:5px 0;
	}
#contents #news{
	width:980px;
	margin:auto;
	padding:10px;
	text-align:left;
	font-size:90%;
	background:#ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
#contents02 #news{
	width:980px;
	margin:auto;
	padding:10px;
	text-align:left;
	font-size:90%;
	background:#ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:solid 3px #b2dfc5;
	}
#contents #news textarea, #contents02 #news textarea{
	resize: none;  
	width:820px;
	}
#contents h2,#contents02 h2{
	font-size:150%;
	color:#00963e;
	margin-top:15px;
	margin-right:20px;
	}
#contents02 h2{margin-top:10px;}
#contents02 .discription{
	float:right;
	margin-top:20px;
	}
/*@media screen and (max-width: 1366px) { */
   /* 表示領域が1366px以下の場合に適用するスタイル */
/*   #contents02 #news{
	height:20px;
	overflow: auto;
	}
	#contents02 h2{
	font-size:120%;
	margin-top:5px;
	}
	#contents02 .discription{
	margin-top:10px;
	}
}*/

#contents h2 img,#contents02 h2 img{
	float:left;
	margin-right:10px;
	}
#contents .btn a,#contents02 .btn a{
	display:block;
	max-width:350px;
	color:#ffffff;
	font-size:120%;
	text-decoration:none;
	padding:20px;
	background: #5ebd85; /* Old browsers */
	background:url(/taiki/images/common/icon_arrow02.png);
	background: -moz-linear-gradient(top,  #5ebd85 4%, #00963e 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5ebd85 4%,#00963e 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5ebd85 4%,#00963e 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ebd85', endColorstr='#00963e',GradientType=0 ); /* IE6-9 */
	}
#contents02 .btn a{
	margin:30px auto;
	}
.noborder{
  border:none;
  outline:none;
}

