@charset "utf-8";
/*-----------------------------------------------------

	layout.css
	common CSS

------------------------------------------------------*/


/*-----------------------------------------------------
	general　
-----------------------------------------------------*/


body{
	min-width: 970px;
	background: #aee6fb;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;;
	line-height: 1.5;
	font-size: 62.5%;
	color: #003b83;
	-webkit-text-size-adjust: none;
}

a:link {text-decoration:none; color:#003b83;}
a:visited {text-decoration:none; color:#003b83;}
a:hover {text-decoration:none; color:#fff100;}

#wrapper {
	width: 100%;
	background: url(../images/bg_water.jpg) no-repeat center top;
}

body#top #wrapper {
	background: url(../images/bg_water_top.jpg) no-repeat center 50px;
}

#contents {
}

.contents_inner {
	width: 920px;
	margin: 0 auto;
}

/* header  */

#header {
	width: 100%;
	height: 58px;
	background: #fff;
}

#header #header_inner {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#water_project_logo {
	width: 260px;
	position: absolute;
	top: 6px;
	left: 0;
}

#water_project_link a {
	width: 145px;
	height: 25px;
	display: block;
	background: url(../images/bg_to_wp.png) no-repeat left top;
	text-align: center;
	position: absolute;
	top: 17px;
	left: 270px;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
}

#water_project_link a:link {text-decoration:none; color:#fff;}
#water_project_link a:visited {text-decoration:none; color:#fff;}
#water_project_link a:hover {text-decoration:none; color:#fff100;}


#env_logo {
	width: 101px;
	position: absolute;
	top: 8px;
	right: 0;
}

/* footer  */

#footer {
	width: 100%;
	padding-top: 50px;
}

#footer #btn_pagetop {
	width: 920px;
	margin: 0 auto;
	text-align: right;
}

#footer #copyright {
	height: 54px;
	padding-top: 12px;
	background: #ebebeb;
	text-align: center;
}




/*-----------------------------------------------------
	TOP
------------------------------------------------------*/

body#top #title {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	background: #00a8e8;
	overflow: hidden;
	height: 330px;
	position: relative;
}

body#top #title_inner {
	width: 920px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

body#top #title_inner #title_logo {
	position: absolute;
	top: 50px;
	left: 15px;
}

body#top #title_inner h1 {
	position: absolute;
	top: 50px;
	left: 310px;
	font-weight: bold;
	font-size: 4em;
	line-height: 1.3;
	text-align: left;
}

body#top #title_inner p {
	padding-right: 15px;
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	top: 170px;
	left: 310px;
	text-align: left;
	line-height: 1.7;
}

body#top #lead {
	width: 100%;
	margin-top: 60px;
	background: #fff;
}

	body#top #lead ul.photo {
		font-size: 0;
	}
	
	body#top #lead ul.photo li {
		float: left;
	}
	
	#lead .lead_sentence {
		padding: 50px 25px;
	}

	body#sub #lead .lead_sentence {
		padding: 30px 25px 25px;
	}
	
	#lead .lead_sentence p {
		font-size: 1.8em;
		margin-bottom: 22px;
		text-align: center;
	}
	
	#lead .lead_sentence p .font_l {
		font-size: 1.33em;
		font-weight: bold;
	}
	
	#lead .lead_sentence p.message {
		font-size: 2.4em;
		font-weight: bold;
		margin-top: 40px;
	}

#lead .lead_table {
	padding: 40px 0;
}

	#lead .lead_table table {
		width: 860px;
		margin: 0 auto;
		font-size: 1.8em;
	}
	
	#lead .lead_table th {
		width: 200px;
		padding: 5px;
		vertical-align: middle;
	}
	
	#lead .lead_table td {
		padding: 10px 5px;
		vertical-align: middle;
	}

#lead .lead_table.presenter {
	background: #ecf9ff;
	margin-bottom: 30px;
}

#lead .lead_table.presenter th {
	text-align: right;
	font-size: 1.2em;
}

#lead .lead_table.presenter td {
	font-size: 0.9em;
}

#lead .lead_table.presenter th.position {
	width: 150px;
	padding: 8px 5px;
	background: #003b83;
	color: #fff;
	text-align: center;
	font-size: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.btn_area {
	padding-top: 50px;
}

	.btn_box {
		width: 920px;
		height: 150px;
		margin-bottom: 30px;
		position: relative;
		z-index: 0;
	}
	
	.btn_box .box_l {
		width: 586px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/arrow_circle.png) no-repeat 23px center;
	}
	
	.btn_box.btn_sect01 .box_l {
		background-color: #003b83;
	}
	
	.btn_box.btn_sect02 .box_l {
		background-color: #0075b8;
	}
	
	.btn_box .box_l h3 {
		width: 500px;
		height: 39px;
		position: absolute;
		top: 65px;
		left: 65px;
		text-align: center;
		font-size: 2.3em;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		z-index: 1;
	}
	
	.btn_box .box_l h3 span {
		font-size: 0.8em;
		padding-left: 5px;
		line-height: 1.5;
	}
	
	.btn_box:hover .box_l h3 {
		color: #fff100;
	}

	.btn_box:hover .box_l p {
		color: #fff100;
	}
	
	.btn_box .box_l p {
		width: 480px;
		position: absolute;
		top: 95px;
		left: 70px;
		font-size: 2.4em;
		color: #fff;
		font-weight: bold;
		text-align: center;
		z-index: 1;
	}
	
	.btn_box .box_r {
		width: 334px;
		height: 150px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		overflow: hidden;
	}
	
	.btn_box a {
		width: 920px;
		height: 100px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
	}
	
	.btn_box a:hover {
		background: rgba(255,255,255,0.3);
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33ffffff,EndColorStr=#33ffffff);/*IE8以下用*/
	}


/*-----------------------------------------------------
	sub page
------------------------------------------------------*/
.contents_inner.honbun {
	margin-top: 60px;
	padding: 0;
	background: #fff;
}

.local_navi {
	text-align: right;
	padding: 25px 0;
}

	.local_navi li {
		height: 45px;
		display: inline-block;  
		*display: inline;  
		*zoom: 1;
	}
	
	.local_navi li a {
		height: 45px;
		display: inline-block;  
		*display: inline;  
		*zoom: 1;
		margin-left: 10px;
		padding: 0 25px;
		line-height: 45px;
		background: #0075b8;
		color: #fff;
		font-weight: bold;
		font-size: 1.8em;
	}

	.local_navi li a:hover {
		background: #4d9fcd;
	}
	
	.local_navi li a span {
		background:url(../images/arrow_circle_s.png) no-repeat left center;
		padding: 5px 0 5px 30px;
	}
	
	.local_navi li a:link {text-decoration:none; color:#fff;}
	.local_navi li a:visited {text-decoration:none; color:#fff;}
	.local_navi li a:hover {text-decoration:none; color:#fff100;}


body#sub #title {
	width: 850px;
	margin-top: 0;
	padding: 35px;
	background: #00a8e8;
	text-align: center;
	color: #fff;
}

	body#sub #title h1 {
		font-size: 4em;
	}
	
	body#sub #title h1 span {
		background: url(../images/icon_hotaranger.png) no-repeat left center;
		padding: 10px 0 0 70px;
		line-height: 1.5;
	}

	body#sub #title h1 span span.font_s {
		font-size: 0.7em;
		background: none;
		padding-left: 0;
		line-height: 2;
	}

body#sub #lead {
	width: 100%;
	background: #fff;
	margin-top: 50px;
}

body#sub #lead #lead_inner {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

body#sub #lead #lead_inner p.font_l {
	font-size: 2.4em;
	font-weight: bold;
}

body#sub #lead .contents_inner {
	position: relative;
	padding: 45px 0;
}

.photo_box_l {
	background: #fff;
	overflow: hidden;
}

	.photo_box_l .photo {
		float: left;
	}
	
	.photo_box_l .sentence {
		display: table;
		float: right;
	}
	
	.photo_box_l .sentence .inner {
		display: table-cell;
		vertical-align: middle;
		padding: 30px 0;
	}

.sentence {
	position: relative;
}

.photo_box_r {
	background: #fff;
	overflow: hidden;
}

	.photo_box_r .photo {
		float: right;
	}
	
	.photo_box_r .sentence {
		display: table;
		float: left;
	}
	
	.photo_box_r .sentence .inner {
		display: table-cell;
		vertical-align: middle;
	}

	.photo_box_r .sentence .inner p {
		font-size: 2.2em;
		padding: 20px 30px 0;
		font-weight: bold;
		line-height: 1.7;
	}

	.photo_box_r .sentence .inner p.txtRight {
		font-size: 1.4em;
		padding-top: 20px;
		font-weight: normal;
	}
	
	#sect01_message {
		height: 263px;
		margin-bottom: 30px;
	}
	
	#sect01_message.photo_box_l {
		background: #003b83;
	}
	
	#sect01_message.photo_box_l .photo {
		width: 400px;
	}
	
	#sect01_message.photo_box_l .sentence {
		width: 520px;
		height: 263px;
		text-align: center;
		font-weight: bold;
		font-size: 2.8em;
		color: #fff;
	}

#grandprix_01 {
	padding-bottom: 40px;
}

#grandprix_01 .photo_box_r {
	height: 270px;
	background: #003b83;
}
	
	#grandprix_01 .photo_box_r .photo {
		width: 360px;
	}
	
	#grandprix_01 .photo_box_r .sentence {
		width: 560px;
		height: 240px;
		padding-bottom: 30px;
		text-align: center;
		color: #fff;
	}
	
	#grandprix_01 .photo_box_r h2.icon_oukan_gold {
		display: inline;
		background: url(../images/pict_oukan_color.png) no-repeat left center;
		padding-top: 8px;
		padding-left: 60px;
		font-size: 3.2em;
		font-weight: bold;
		line-height: 3;
		color: #ffdc00;
	}

	#grandprix_01 .photo_box_r h2.icon_oukan_silver {
		display: inline;
		background: url(../images/pict_oukan_silver.png) no-repeat left center;
		padding-top: 8px;
		padding-left: 60px;
		font-size: 3.2em;
		font-weight: bold;
		line-height: 3;
		color: #ffdc00;
	}

	#grandprix_01 .photo_box_r h2.icon_oukan_copper {
		display: inline;
		background: url(../images/pict_oukan_copper.png) no-repeat left center;
		padding-top: 8px;
		padding-left: 60px;
		font-size: 3.2em;
		font-weight: bold;
		line-height: 3;
		color: #ffdc00;
	}
	
	#grandprix_01 .photo_box_r span.song_name {
		font-size: 2.6em;
		font-weight: bold;
	}

	#grandprix_01 .photo_box_r span.song_name span {
		font-size: 0.8em;
		line-height: 1.8;
		padding-right: 5px;
	}
	
	#grandprix_01 .photo_box_r span.song_meta {
		font-size: 2em;
	}

#grandprix_01 .photo_box_l {
	height: 270px;
}
	
	#grandprix_01 .photo_box_l .photo {
		width: 360px;
	}

	#grandprix_01 .photo_box_l .sentence {
		width: 560px;
		height: 270px;
		text-align: center;
	}

	#grandprix_01 .photo_box_l .sentence h2.icon_balloon {
		display: inline;
		font-size: 2.4em;
		font-weight: bold;
		background: url(../images/icon_balloon.png) no-repeat left center;
		padding-left: 40px;
	}

	#grandprix_01 .photo_box_l .sentence span.comment {
		display: block;
		width: 475px;
		margin: 0 auto;
		font-size: 1.8em;
		text-align: left;
		padding: 10px 0 0 15px;
	}

	.caption_l {
		background: url(../images/icon_arrow_l.png) no-repeat left center;
		padding-left: 15px;
		position: absolute;
		bottom: 12px;
		left: 20px;
		font-size: 1.4em;
	}

body#sub #lead #pict_onpu_01 {
	position: absolute;
	top: 50px;
	left: 40px;
}

body#sub #lead #pict_onpu_02 {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

body#sub #lead h2 {
	font-size: 2.4em;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.3;
}

body#sub #lead .lead_sentence {
	width: 820px;
	margin: 0 auto;
}

body#sub #lead p {
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height: 1.7;
}

#btn_contents {
	padding: 60px 0 30px;
}

	#btn_contents .btn_box {
		width: 440px;
		height: 100px;
		margin-bottom: 15px;
		position: relative;
		background: #003b83;
	}

	#btn_contents .btn_box:hover .box_l h3 {
		color: #fff100;
	}
	
	#btn_contents .btn_box .box_l {
		width: 440px;
	}

	#btn_contents .btn_box .box_l h3 {
		width: 410px;
		height: 100px;
		padding: 0 0 0 30px;
		position: absolute;
		top: 37px;
		left: 0px;
		text-align: center;
		font-size: 2.4em;
		line-height: 1.3;
		font-weight: bold;
		color: #fff;
	}

	#btn_contents .btn_box .box_l h3.two_lines {
		top: 20px;
	}

	#btn_contents .btn_box.btn_l {
		float: left;
	}

	#btn_contents .btn_box.btn_r {
		float: right;
	}
	
	#btn_contents .btn_box a {
		width: 440px;
	}


.section {
	padding: 20px 30px;
}

	.section h3 {
		font-size: 2.4em;
		margin-bottom: 20px;
		padding-bottom: 5px;
		border-bottom: solid 2px #00a8e8;
		text-align: center;
	}
	
	.section .photo {
		width: 260px;
		margin: 0;
	}

	.section .photo img {
		margin-bottom: 10px;
	}
	
	.section .sentence {
		width: 580px;
	}

	.section .sentence.full {
		width: 100%;
	}
	
	.section .sentence p {
		padding: 0 0 30px;
		font-size: 1.6em;
	}

	.contents_inner.honbun p.name {
		font-weight: bold;
		line-height: 1.2;
		font-size: 1.8em;
		background: #e8f9ff;
		margin-bottom: 20px;
		padding: 10px 30px;
	}

	.section.greeting {
		padding-top: 40px;
	}
	
	.section.greeting .sentence {
		padding-top: 15px;
	}

	.section.greeting .photo {
		padding-top: 15px;
	}
	
	.section.greeting .sentence p {
		padding-bottom: 15px;
	}
	
	.section .sentence ul {
		margin-bottom: 15px;
	}
	
	.section .sentence li {
		font-size: 1.6em;
		list-style: disc;
		margin-left: 30px;
		margin-bottom: 10px;
	}
	
	.section .sentence p.company {
		margin: 0 30px 10px;
		padding: 10px;
		background: #ecf9ff;
	}

	.section .sentence p.company .company_name {
		font-size: 1.2em;
		font-weight: bold;
	}

	.section p.notice {
		padding: 0 30px;
		font-size: 1.4em;
	}

.photo_area {
	width: 100%;
	padding: 30px;
}

.photo_area img {
	width: 390px;
	height: auto;
	margin: 20px;
}

.btn_pdf {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

.btn_pdf a {
	display: inline-block;
	height: 50px;
	line-height: 55px;
	background: url(../images/pdficon_large.png) no-repeat left center;
	padding-left: 40px;
	font-size: 1.6em;
}

.btn_pdf a:link {text-decoration: underline; color:#003b83;}
.btn_pdf a:visited {text-decoration:underline; color:#003b83;}
.btn_pdf a:hover {text-decoration:underline; color: #ea7400;}


/*-----------------------------------------------------
	general
------------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.fLeft {
	display: inline;
	float: left;
}

.fRight {
	display: inline;
	float: right;
}

.font_b {
	font-weight: bold;
}

.txtCenter {
	text-align:center !important;
}

.txtLeft {
	text-align:left !important;
}

.txtRight {
	text-align:right !important;
}

.disnone {
	display: none !important;
}

.marB10 {
	margin-bottom: 10px !important;
}

.marT50 {
	margin-top: 50px !important;
}

