@charset "UTF-8";

/*
last update 2017.3.6

        0 : shared
		1 : home
		2 : about
		3 : search-index
		4 : search-detail
		5 : event
		7 : lineup-index
		8 : lineup-townproject
		10 : feedback-list
		11 : feedback-detail
		12 : example-list
		13 : example-detail
		14 : knowledge-index
		15 : knowledge-how_to
		17 : knowledge-q_a
		18 : special-nagoya
		19 : special-kasugai
		22 : login
		24 : inquiry-index
		25 : yokoku
		27 : sp_info-index
		28 : request-index
		30 : information
		31 : sitemap
		32 : feelfree


*/

/* ***********************************************************************
        0 : shared
*********************************************************************** */
html {
	background: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	overflow-y: scroll;
}
body {
}

ul, ol { list-style-type: none; }

img {
	vertical-align: bottom;
	border: none;
}

a:focus, *:focus { outline:none; }

div#wrapper-s {
	color:#000;
	min-width: 960px;
	min-height: 100%;
	height: auto;
	text-align: left;
	-webkit-overflow-scrolling: touch;

	background: #fff;
	padding: 0;
	overflow: hidden;
}

#content {
	width: 100%;
	padding: 20px 0 40px 0;
}
#content-inner {
	width: 900px;
	margin: 0 auto;
}

/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}



/* ▼▼▼ Clear Fix ▼▼▼ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hides from IE-mac \*/
/* ▲▲▲ Clear Fix ▲▲▲ */

/* ***********************************************************************
        25 : yokoku
*********************************************************************** */
#yokoku-index {
}

#yokoku-index #yokoku-box01 table {
	width:100%;
}
#yokoku-index #yokoku-box01 td {
	font-size: 1.4em;
	line-height: 1.6;
	padding: 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}
#yokoku-index #yokoku-box01 td.date {
	width:7em;
}


/* ***********************************************************************
        27 : sp_info-index
*********************************************************************** */

#sp_info-index {
}

#sp_info-index #main h2 {
	font-size:1.8em;
	color:#00a0e9;
	margin: 0 0 8px;
}
#sp_info-index #main p.lead {
	font-size:1.4em;
	line-height: 1.7;
	margin: 0 0 40px;
}

#sp_info-index #main .left {
	float:left;
	width:200px;
}


#sp_info-index #main .right {
	float:right;
	width:680px;
}
#sp_info-index #main h3 {
	background:#00a0e9;
	font-size:1.4em;
	color:#fff;
	margin: 0 0 20px;
	padding: 10px 14px;
}
#sp_info-index #main .right section {
	border: 1px solid #abb3b7;
	padding:20px 20px 20px 113px;
	margin: 0 0 20px;
}
#sp_info-index #main .right section h4 {
	font-size:1.8em;
	line-height: 1.3;
	color:#fd2f81;
	margin: 0 0 3px;
}
#sp_info-index #main .right section .text {
	font-size:1.4em;
	margin: 0 0 16px;
}
#sp_info-index .sp_info-box01 {
	background:url(.../images/sp_info/sono1.png) no-repeat 19px 19px;
}
#sp_info-index .sp_info-box02 {
	background:url(.../images/sp_info/sono2.png) no-repeat 19px 19px;
}
#sp_info-index .sp_info-box03 {
	background:url(.../images/sp_info/sono3.png) no-repeat 19px 19px;
}


/* ***********************************************************************
       28 : request-index
*********************************************************************** */

#request-index .entryColumn {
	width:900px;
	margin: 0 auto;
}

#request-index h2.contactH2 {
	background:#004ea2;
	color:#FFF;
	font-size:1.6em;
	line-height:1.6;
	padding: 8px 18px;
	margin: 0 0 13px;
}

#request-index table {
	margin: 0 0 13px;
}
#request-index table th {
	background: #e6f7ff;
	font-size:1.4em;
	line-height:1.6;
	font-weight: normal;
	width: 200px;
	padding: 8px 10px;
	vertical-align: top;
	border: 1px solid #03a1eb;
}
#request-index table th.half {
	width: 90px;
}
#request-index table td {
	font-size:1.4em;
	line-height:1.6;
	width:660px;
	padding: 8px 10px;
	border: 1px solid #03a1eb;
}

#request-index table td table td {
	font-size: 1em;
	line-height: inherit;
	width: auto;
	padding: 0 5px;
	border: none;
}

.pageup a {
	display: block;
	background: url(../images/btn-pageup.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 70px;
	height: 70px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: fixed;
	right: 20px;
	bottom: 30px;
}
.pageup a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
