@charset "utf-8";

/* リンク
----------------------------------------------------------- */
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #8f7f2c;
	text-decoration: none;
}

.inlineLink {
/*	padding-left: 17px;
	background: url(/event/41st_wagc/img/icon_arrow_01.png) no-repeat 0 5px;*/
  padding: 0 25px 0 20px;
  background: url(/event/41st_wagc/img/icon_arrow_01.png) no-repeat 0 50%;
}

/* html、body
----------------------------------------------------------- */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

body {
	background: url(/event/41st_wagc/img/body_bg.png);
}

/* パンくず
----------------------------------------------------------- */

.topicPath {
  margin-top: 0;
  background: url(/event/41st_wagc/img/topicpath_bg_01.png) repeat-x 0 0;
  font-size: 14px;
}

.breadcrumb {
    padding: 0;
    background: none;
}

/* パンくず
----------------------------------------------------------- */

.topicPath ol {
	overflow: hidden;
	margin: 0 auto;
}

.topicPath li {
	float: left;
	margin: 10px 0;
}
/*.topicPath li:before{
	content:"\FF1E";
}
*/
.topicPath li:last-child {
	background: none;
}

.topicPath li a {
	display: block;
	padding: 0 25px 0 20px;
	background: url(/event/41st_wagc/img/icon_arrow_01.png) no-repeat 0 50%;
}


/* 共通
----------------------------------------------------------- */
header {
	position: absolute;
	position: fixed;
	top: 0;
	background: url(/common/img/template_header_bg.png) repeat-x 0 0;
	position: relative;
  height: 92px;
	}

header h1 {
  height: auto;
	padding: 15px 0 0;
	}

header p {
  padding: 25px 0 0;
	}

footer {
	clear: both;
	padding: 25px 0 20px;
	font-size: 85.71%;
	text-align: center;
	background: #f4f3f3 url(/common/img/template_footer_bg.png) repeat-x 0 0;
	}

/* コンテナ
----------------------------------------------------------- */
#container {
	line-height: 1.5;
	max-width: 960px;
	overflow: hidden;
	padding-top: 30px;
	}

.container{
  max-width: 960px;
}

.wrapper1 {
    margin: 0 15px 40px;
    background-color: #fff;
    border: solid #b2b29b 3px;
    border-radius: 5px;
    overflow: hidden;
}

.wrapper3 {
    overflow: hidden;
    padding: 0 20px 30px;
}

@media screen and (min-width:960px){
  .wrapper3 {
    overflow: hidden;
    padding: 0 40px 30px;
  }
}

@media screen and (max-width:959px){
  .max959-mt20{
    margin-top: 20px;
  }
}

