﻿@charset "utf-8";
/* CSS Document */


/* clearfix */

.cf {
	width: 100%;
}

.cf:after {
	display: block;
	content: "";
	clear: both;
}

/* 基本 */
html {
	background-color: #fca585;
}
body {
	min-width: 900px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: #fff url(../images/bg.jpg) repeat-x top center;
	position: relative;
}

header {
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/hd_bg.png) 0 0 repeat-x;
}

iframe.facebook-like-box{
  border: 0;
  background-color: transparent;
  overflow: hidden;
  width: 560px;/*ライクボックスの幅を指定*/
  height:315px;/*ライクボックスの高さを指定*/
}

#wrapper {
	padding: 0;
	max-width:1280px;
	min-width:900px;
	margin: 0 auto;
	overflow: hidden;
	background: #f27057 url(../images/bg_light.jpg) no-repeat;
}

#contents {
	margin-top: 180px;
	padding-bottom: 40px;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

#mainContents {
	margin: 0 45px;
}

#headerInner {
	margin: 0 auto;
}

#breadCrumbs {
	margin: 0 0 20px 5px;
}

#breadCrumbs li {
	float: left;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	background: url(../images/h2_bg.png) left top no-repeat;
	padding: 12px 0 0 36px;
	width: 864px;
	height: 54px;
}

#breadCrumbs a {
	text-decoration: underline;
	color: #0323a9;
}

#mainTitle {
	width: 850px;
	margin: 0 auto;
}

li {
	list-style: none;
}


/* グローバルナビ */

#gNavi {
	min-width: 810px;
	max-width: 1280px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 50px;
}

#gNavi li {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 17%;
	text-align: center;
	margin-left: 2%;
}

#gNavi li a {
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 110%;
	padding: 6px 0;
	border: solid 2px #fefefe;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	background: #502e17;
	color: #ffffff;
	text-align: center;
}

#gNavi li a:hover,
#gNavi li.current a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac478+0,f4bf72+49,e7941f+100 */
	background: #fac478; /* Old browsers */
	background: -moz-linear-gradient(top,  #fac478 0%, #f4bf72 49%, #e7941f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac478), color-stop(49%,#f4bf72), color-stop(100%,#e7941f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fac478 0%,#f4bf72 49%,#e7941f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fac478 0%,#f4bf72 49%,#e7941f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fac478 0%,#f4bf72 49%,#e7941f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fac478 0%,#f4bf72 49%,#e7941f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac478', endColorstr='#e7941f',GradientType=0 ); /* IE6-9 */
	color: 	#2d1a0d;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

/*  コンテンツ */

#detail {
	font-size: 150%;
	line-height: 1.1;
	font-weight: bold;
	width: 800px;
	margin: 0 auto;
}

.small {
	font-size: 70%;
}

#detail dt,#detail dd {
padding-bottom: 1em;
}

#detail dt {
	clear: left;
	float:left;
	width: 5em;
}

#detail dd {
	margin-left: 5em;
}

#speaker {
	padding: 0px 0;
	max-width:700px;
	min-width:530px;
	margin: 0 auto;
}

#speaker li {
	float: left;
	margin-right: 3%;
	width: 30%;
	text-align: center;
}

#speaker li img{
	width: 100%;
}

#speaker li#img_last {
	margin-right: 0;
}


#banner li {
	float: left;
	width: 23%;
	margin-right: 2%;
	text-align: center;
}

#banner img {
	max-width:100%;
}

#banner li#banner01 {
	margin-right: 0;
}

#banner {
	padding: 32px 0;
}

#banner05 {
	text-align: center;
}
#contact {
	text-align: center;
	line-height: 1.6;
}

#contact .ttl{
	font-size: 110%;
	font-weight: bold;
}

#contact .txtBox{
	font-size: 90%;
}

#email {
	vertical-align: middle;
}

#detail #top {
	vertical-align: top;
}

.whiteBox {
	width: 860px;
	padding: 14px 20px;
	background: rgba(255,255,255,0.6);
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-bottom: 20px;
}

.txtBox {
	padding: 20px 10px 40px;
	font-size: 110%;
}
.txtBox #program td {
	padding: 0.5em 0;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

/* フッター */

footer {
	width: 100%;
	text-align: center;
	color: #000000;
	padding: 30px 0;
	font-size: 90%;
	background-color: #f27057;
}


















