﻿
/* IE */
/* Firefox, Opera, Safari */
@font-face {
  font-family: 'hannari';
  src: url('/fonts/hannari.eot') format('embedded-opentype');
  src: url('/fonts/hannari.woff') format('woff'),
		url('/fonts/hannari.ttf') format('truetype');
}

/* ==========================================================================
   www.yodop.jp/hyogo_promote
   ========================================================================== */

/* ==========================================================================
   basic
   ========================================================================== */

html{
    font-family: 'hannari', Meiryo, Arial, sans-serif;


}

body {
	width: 900px;
	margin: 0 auto;
	padding: 1.5rem 0rem;
	color: #231815;
	font-size: 1rem;
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;

}

a {
text-decoration: underline;
}

a:link {
 color: #000000; 
text-decoration: underline;
}

a:visited {
 color: #000000;
 text-decoration: none; 

}
	
a:hover {
 color: #DCDCDC;
 text-decoration: none; 
}

img {
	border="0"
}

/* ==========================================================================
   common
   ========================================================================== */

p.contentstitle {
	height: 60px;
	background-image: url('../images/icon/cnttitletree.png');
	background-repeat: no-repeat;
	background-position: 0rem 0.5rem;
	font-size: 2rem;
	text-align: left;
	text-indent: 75px;
	padding: 1rem 0rem 1rem 0rem;
	clear: both;
}

p.contentstitle a {
	padding-left: 1rem;
	font-size: 0.5rem;
}

p.lfttxt {
	text-align: left;
	padding: 0rem 0rem 1rem 3.5rem;
    font-size: 1em
}

#headertitle a:hover {
 color: #555555;
 text-decoration: none; 
}

/* ==========================================================================
   aboutus
   ========================================================================== */



table.mnbrtbl {
	margin-left: 2rem;
	margin-right: auto;
	width: 1200px;

}

table.mnbrtbl tbody {
	text-align: center;
	
}

table.mnbrtbl th {
	font-size: 1.2rem;
	text-align: left;
	text-indent: 25px;
	text-decoration: underline;
	padding: 2rem 0rem 1rem 0rem;
}

table.mnbrtbl td {
	padding-left: 1rem;
    width: 600px;
	margin: 0 auto;
	color: #231815;
	font-size: 1rem;
	text-align: left;
}

#aboutusphoto {
	padding: 3rem 3rem 3rem 3rem;
} 

/* ==========================================================================
   kidukai
   ========================================================================== */
  
#kidukaititle {
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-left: 2rem; 
	margin-left:auto;
	margin-right:auto;
	font-size: 1.5rem;
	text-align: left;
}

#kidukaititle p {
	padding-left: 1rem;
	margin-bottom: 1rem;
}

p.ruletitle {
	font-size: 1.2rem;
	text-align: left;
	text-indent: 75px;
	padding: 1rem 0rem 1rem 0rem;
	text-decoration: underline;
}

p.ruletitle a {
	padding-left: 1rem;
	font-size: 0.5rem;
}

#kidukaisample {
	padding: 3rem 3rem 3rem 3rem;
}

/* ==========================================================================
   header
   ========================================================================== */

header {
	overflow: hidden;
	padding-bottom: 2rem;
}

header p {
	padding-bottom: 2rem;
} 

header p:first-child {
	font-size: 1.5rem;
	padding-bottom: 0.2rem;
} 

header ul a {
	text-decoration: none;
	width: 120px;
	height: 120px;
	display: inline-block;
	margin: 0 0 0 0;
}

header ul a:link {
 color: #000000; 
text-decoration: none;
}

/* ==========================================================================
   toppage contents
   ========================================================================== */

.bxslider img {
	margin: 0 auto;
	display: block;
}

#toppgmsg p {
	padding-bottom: 3rem;
} 

#toppgmsg p:first-child {
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
}

#toppgnews {
	width: 756px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-bottom: 0rem;
}

#toppgnews dt {
	padding: 10px 0 0 20px;
	width : 120px;
/* 左寄せ */
	float : left;
/* float解除 */
	clear : both;
}

#toppgnews dd {
	padding: 10px 20px 10px 20px;
/* dtの幅分の設定 */
	margin-left : 120px;
}

#newsall {
	text-align: right;
	padding:1rem 3rem 0 0;
}

/* ==========================================================================
   footer
   ========================================================================== */

footer p.copyright {
	font-size: 0.8rem;
}

footer p#pagetop {
	width: 900px;
	text-align: right;
	padding-top: 3rem;
	clear: both;
}

/* ==========================================================================
   example
   ========================================================================== */
table.brwsr2 {
    margin: 0 auto;
    width: 800px;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    text-align: left;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 160px;
    /*
    border-right: solid 1px #666;
    */
    margin: 0 ;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
 
table.brwsr2 td.datatitle {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 170px;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr2 td.datacnst {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 250px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
    border-right: solid 1px #666;
}

table.brwsr2 td.datacnst a:link {
 color: #000000; 
}

table.brwsr2 td.datacnst a:hover {
 color: #000000;
 text-decoration: none; 
}

table.brwsr2 td.data {
    padding: 0 0 0 15px;
    margin: 0;
    height: 53px;
    width: 350px;
    border: none;
    font-size: 1rem;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    overflow: hidden;
}

table.brwsr2 td.data a:link {
 color: #000000; 
text-decoration: none;
}

table.brwsr2 td.data a:hover {
 color: #000000;
 text-decoration: none; 
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

/* ==========================================================================
   contacuts
   ========================================================================== */

dl.cntctfrm {
	text-align: left;
	padding: 0 0 1rem 3.5rem;
}

dl.cntctfrm dt {
	padding: 10px 0 10px 10px;
	width : 200px;
/* 左寄せ */
	float : left;
/* float解除 */
	clear : both;
}

dl.cntctfrm dd {
	padding: 10px 10px 10px 10px;
/* dtの幅分の設定 */
	margin-left : 200px;
}

/* ==========================================================================
   formember
   ========================================================================== */

#memberdoc table {
	margin-left: 3.5rem;
 border: 1px solid #ccc;
 width: 880px;
}

#memberdoc th {
	vertical-align:middle;
 border: 1px solid #ccc;
}

#memberdoc td {
	padding: 1rem 1rem 1rem 1rem;
	vertical-align:middle;
 border: 1px solid #ccc;
}

#memberdoc td.title {
	padding-left:1rem;
	text-align:left;
	vertical-align:middle;
 border: 1px solid #ccc;
}

#memberdoc thead tr {
	vertical-align:middle;
 border: 1px solid #ccc;
 background-color: #f4f4f4;
}

#memberdoc th.sbtitle {	
	vertical-align:middle;
 border: 1px solid #ccc;
 background-color:#f4f4f4;
} 

#memberdoc tbody tr {
	vertical-align:middle;
 border: 1px solid #ccc;
 background-color: white;
}

/*
#memberdoc tbody tr:nth-child(even) {
	vertical-align:middle;
 background-color: #ECECEC; 
}
/* whiteと適度に差がある配色 */

p.mnbdoctitle {
	font-size: 1.2rem;
	text-align: left;
	text-indent: 75px;
	padding: 1rem 0rem 1rem 0rem;
}


p.mnbdoctitle a {
	padding-left: 1rem;
}

.pdficon a{
background: url(http://www.yodop.jp/hyogo_promote/images/icon/pdficon.png) no-repeat;
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
}

.xlsicon a{
background: url(http://www.yodop.jp/hyogo_promote/images/icon/xlsicon.png) no-repeat;
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
}

.wordicon a{
background: url(http://www.yodop.jp/hyogo_promote/images/icon/wordicon.png) no-repeat;
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
}

.ppticon a{
background: url(http://www.yodop.jp/hyogo_promote/images/icon/ppticon.png) no-repeat;
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
}

/* ==========================================================================
   news
   ========================================================================== */

.newsphoto {
	padding: 3rem 3rem 3rem 3.5rem;
}


/* ==========================================================================
   event
   ========================================================================== */

#event .event_mainimg {
	float: left;
	height: 399px;
	width: 590px;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
	margin-left: 230px;
	margin-top: 15px;
}
#event .event_mainimg:before {
	content: "";
	background-image: url(../../event/images/event_mainback.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#event .event_day {
	text-align: center;
	float: left;
	width: 220px;
	margin-left: 1.5rem;

}
#event .event_day dl {

	float: left;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
#event .event_day dt {
	font-size: 1.8rem;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
#event .event_day dd {
	float: left;
	width: 100%;
}
#event .event_day img {
	margin-top: 0.5rem;
	margin-left: 1rem;
}
#event .event_day p {

	float: left;
	width: 100%;
	margin-bottom: 40px;
	letter-spacing: 0.2rem;
}
#event .event_contents {
	text-align: left;
	float: right;
	width: 550px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: -1px;
	padding-left: 30px;
}
#event .event_contents img {
	margin-top: 1rem;
}