@charset "utf-8";

/* common.css
-------------------------------------------------------------------------*/
body {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	background: #fff url("../img/bg_body.png") top repeat-x;	
}

body#top {
	background: #fff url("../img/bg_body_top.png") top repeat-x;	
}

body#top2 {
	background: #fff url("../img/bg_body_top2.png") top repeat-x;	
}



/* width
-------------------------------------------------------------------------*/
.wrap,
footer section {
	margin:0 auto;
	width: 960px;
}


/* link
-----------------------------*/
a {
	color: #604800;
  transition: all 0.4s;
}

a:hover {
    text-decoration: none;
}

a img { transition: all 0.4s; }

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* headline
-----------------------------*/
h1, h2 ,h3 ,h4 ,h5 ,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;	
}


/* header
-----------------------------*/
header {
	margin-bottom: 2em;
	width:240px;
	background: #ddc066 url("../img/bg_nav_top.png") top repeat-x;
	float: left;
}

header #site_title {
	margin: 28px 0 8px 8px;	
	font-size: 1.5em;
	letter-spacing: normal;
}


/* header nav
-----------------------------*/
header nav h2 {
	padding: 0 0 8px 8px;
	border-bottom: 1px solid #fff;
}

header nav h2 span {
	float: right;
	font-size: 0.7em;
	letter-spacing: -0.05em;	
}

header h2 a,
header nav h2 a {
	text-decoration: none;	
	color: #000;
}

header h2 a:hover,
header nav h2 a:hover {
	color: #333;
}

header nav ul {
	padding-bottom:120px;
	background: url("../img/bg_nav_bottom.png") bottom repeat-x;
}

header nav li {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	line-height:40px;
	min-height:40px;
	letter-spacing: -0.05em;
}

header li a {
	display: block;
	border-left: 8px solid #c09129;
	padding-left:8px;
	text-decoration: none;	
	color: #000;
}

header li a:hover{
	border-color: #5e4500;
	background: #c09129;
}


header .active {
	border-left: 8px solid #5e4500;	
	background: #c09129;
	padding-left:8px;	
}

header .closed{
	display: block;
	border-left: 8px solid #d6b457;
	padding-left:8px;
	color: #c09129;
}

header .submenu {
	margin-left: -8px;
	padding: 0;
	background: #eee0b3;
	font-size: 0.7em;
	line-height: normal;
	min-height: auto;
}

header .submenu li,
header .submenu li a {
	border: none;
}

header .submenu li {
	padding-left: 16px;
	min-height: auto;
	line-height: 1em;
}

header .submenu li a {
	padding:10px 8px;
	background: url("../img/icn_arrow_submenu.png") no-repeat center left;
}

header .submenu li a:hover {
	text-decoration: underline;
}


/* breadcrumb
-----------------------------*/
#breadcrumb {
	margin: 0.5em 30px 1em;
	clear: both;
	float: none;
}

#breadcrumb li {
	margin-right: 1em;
	float: left;
}
#breadcrumb li:before {
		content: " > ";
		color: #666;
}

#breadcrumb li:first-child:before {
	 content: none;
	}


/* main
-----------------------------*/
#main {
	margin-top: 20px;
	width: 720px;
	float: right;
}

#main h1 {
	margin-left: 30px;
	line-height: 187px;
	min-height: 187px;
	font-size: 3em;
	letter-spacing: -0.05em;
	text-shadow: 0px 1px 1px #fff;
	color: #000;
	font-weight: bold;
	text-align:right;
}

#main h2 {
	margin-bottom:24px;
	border-left: 8px solid #c09129;
	padding-left:8px;
	background: #ddc066;
	color: #000;
	line-height:40px;
	height:40px;
	font-size: 1.5em;
}


/* top
-----------------------------*/
#main #main_title {
	line-height: 0;
}


/* set_normal
-----------------------------*/
.set_normal h3 {
	margin-bottom: 8px;
	border-bottom: 1px dotted #5E4500;
	padding: 2px 8px;
}

#main section,
.set_normal{
	margin: 0 0 48px 30px;
}

.set_normal article,
.set_normal .link{
	margin: 0 1em;
}

.set_normal article p,
section p {
	margin: 0 8px 16px;
	line-height: 1.4em;
}

.intro{
	padding: 0 8px 16px;	
}

/* set_list
-----------------------------*/
.set_list {
	margin: 0 30px 48px 40px;	
	list-style: disc;
}

.set_list2 {
	margin: 0 30px 48px 40px;
	padding-left: 1em;
}

.set_list2 dl {
	padding-left: 1em;
}

.set_list2 h4 {
	color: #695212;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-weight: bold;
}

ol.set_list {
	margin-left: 3em;		
	list-style: decimal;
}


.set_list li {
	margin-bottom: 1em;
	line-height: 1.4em;
}

ol.set_list .set_list li {
	margin-bottom: 0.1em;
}



/* set_table
-----------------------------*/
.set_table {
	margin: 0 30px 80px;
	width: 90%;	
	border: 2px solid #ccc;
}

.set_table th {
	padding: 1em;
	border-bottom: 1px solid #ccc;
	border-right: 1px dotted #ccc;
	text-align: left;
	background: url("../img/bg_table_th.png");
	font-weight: normal;
}


.set_table td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

.set_table p,
.set_table ul,
.set_table dl {
	margin: 0 0 1em;
}

.set_table h3 {
	margin-bottom: 16px;
	color: #5E4500;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-weight: bold;
	font-size: 1.2em;
}

.set_table dt {
	margin: 0.5em 0 0.5em;
	color: #967120;
}

.set_table li {
	margin: 0 0 1em;
}

.set_table ol.set_list {
	margin-left: 1.5em;
}

.set_table dd {
	padding: 0 1em 0.5em;
	margin: 0 0 0.5em;
}

.set_table .t_center {
	text-align: center;
}


/* slide
-----------------------------*/
#sli_about h3 {
	margin-bottom: 16px;
	padding-bottom: 6px;	
	color: #5E4500;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-weight: bold;
	font-size: 1.5em;
}

#sli_about ul{
	padding-left: 1em;
}

#sli_about li {
	margin-bottom: 1em;
}

#sli_about h4 {
	margin-bottom: 6px;
	color: #5E4500;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#sli_about dl {
	padding-left: 1em;
}

#sli_about dt {
	margin-bottom: 0.5em;
	color: #967120;
}

#sli_about dd {
	padding: 0 1em 0.5em;
	margin: 0 0 0.5em;
}



/* sli_slide
-----------------------------*/
#sli_slide .set_normal{
	margin-left: 20px;
	margin-right: 20px;
}

#sli_slide h3 {
	margin-bottom: 1em;
	padding-bottom: 6px;
	color: #5E4500;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#form_personal,
.question {
	margin: 0.5em;
}

#form_personal dt {
	margin-bottom: 0.5em;
}
#form_personal dd {
	margin-bottom: 1em;
}

#form_personal dd input {
	width: 50%;
	padding: 0.5em;
}

.question {
	padding: 1em;
	border: 1px solid #f2f2f2;
}

.question h4 {
	color: #5E4500;	
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;	
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #5e4500;
	margin-bottom: 0.5em;
}

.question .master,
.question .detail,
.question .image,
.question .image_large,
.question .select {
	margin: 1em;
}

.question .master {
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #5e4500;
	margin-bottom: 0.5em;
}

.question .master dt {
	margin-bottom: 0.5em;
	color: #967120;
}

.question .master dd {
	margin-left: 1em;
}

.question .detail dt,
.question .image dt,
.question .image_large dt{
	margin-bottom: 0.5em;		
	color: #C09129;
}

.question .detail dd,
.question .image_large dd {
	margin: 0 0 1em 1em;	
}

.question .image dd {
	float: left;
	width: 20%;
	margin: 0 0 1em 1em;
}

.question .image dd img,
.question .image_large dd img {
	width: 100%;
	max-width: 100%;
}

.question .select {
	margin-bottom: 2em;
	list-style: none;	
	line-height: 1em;
}

.question .select li {
	margin-bottom: 1em;
	display: block;
	font-size: 1.2em;
}

#sli_slide textarea {
	margin:1em auto;
	width: 90%;
	padding: 1em;
	font-size: 1.2em;
}

#sli_slide #submit {
	margin:1em auto;
	width: 100%;
	padding: 1em;
	font-size: 1.2em;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;		
}

.result img {
	width: 100%;
}


/* speaker
-----------------------------*/
#spe_announcing h3{
	font-size: 1.2em;
	padding-bottom: 6px;
}

/* link
-----------------------------*/
.link li{
	margin-bottom: 4px;
}

.link a {
	padding-left: 16px;
	background: url("../img/icn_arrow.png") no-repeat center left;
}

.link_deco {
	background: url("../img/bg_link.png");
	display: inline-block;
}

.link_deco a {
	height: 40px;
	padding: 0 2em;
	display: block;
	line-height: 40px;	
	border: 2px solid #867440;
	text-align: center;
	color: #333;
	background: url("../img/icn_link.png") center left no-repeat;
}

.link_deco a:hover {
	color: #000;
	border: 2px solid #5E4500;
	background: url("../img/icn_link_hover.png") center left no-repeat;
}


/* text
-----------------------------*/
.long_text p {
	margin-bottom: 2em;
	text-indent: 1em;
	line-height: 1.4em;
}

.autor {
	text-align: right;
}


/* page-top
-----------------------------*/
#page-top {
	position: fixed;
	bottom: 5em;
	right: 5em;
}

#page-top a {
	padding:1em;
	background: #5e4500;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 0.5em;
}

#page-top a:hover {
	text-decoration: none;
	background: #c09129;
}


/* footer
-----------------------------*/
footer {
	background: #f7f2e8 url("../img/bg_footer.gif");
	padding:3em 0;	
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color: #090505;
	text-shadow: 0px 2px 1px #eee;
}

footer section {
	margin: 0 auto;
}

footer h2 {
	padding: 1em 0 1em 80px;	
	float: left;
	background:  url("../img/logo_footer.png") no-repeat center left;	
	font-size: 1.7em;	
}

footer h2 a {
	color: #000 !important;
	text-decoration: none !important;
}


address {
	float: right;
	width: 49%;
	padding: 1em 0 1em 2%;
	border-left: 1px solid #090505;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

address strong {
	font-weight: normal;
	font-size: 1.2em;
}

address p {
	margin-top: 0.5em;
}

