@charset "utf-8";

/*  
Theme Name: nishimon
Theme URI: http://www.nishimon-hp.jp/
Description: nishimon
Author: nishimon
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {	background: #ffffff;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video,iframe {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


header{
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}

header h3{
	font-size: 16px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
header h1{
	font-size: 36px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.1em;
}

header .pcnavi{
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	background: #ccc;
	width: 100px;
	font-size: 12px;
	color: #fff;
	padding: 1em 0;
	display: block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
header .pcnavi a{
	color: #fff;
	display: block;
}


footer{
	margin: 2em 0 0;
	padding: 2em 0;
	width: 100%;
	background: #319f68;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
footer{
	margin: 1em 0 0;
	padding: 0 0 1em;
	background: #319f68;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
}
footer .copyright{
	margin: 2em 0 1em;
	display:block;
}
footer .txtlink{
	margin: 0 0;
	padding: 1.5em;
	color: #fff;
	background: #2DC479;
	border-bottom: solid 1px #66F2AC;
	display: block;
}
footer .txtlink a{
	color: #fff;
	display: block;
}

footer .footer_link{
	margin: 0;
	padding: 1.5em;
	color: #fff;
	background: #2DC479;
	border-bottom: solid 1px #66F2AC;
	display: block;
}
footer .footer_link a{
	color: #fff;
	display: block;
	line-height: 1.75em;
}


#ptop{
	margin: 10px;
	padding: 1.5em 0.5em;
	background: #ccc;
	float: right;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}
#ptop a{
	color: #fff;
}

#information{
	margin: 1em 0;
	display: block;
	border: solid 1px #319f68;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#information h3{
	font-size: 1.1em;
	padding: 0.5em 0;
	background: #319f68;
	color: #fff;
	text-align: center;
}

#information div{
	padding: 20px;
	line-height: 1.5em;
}

#accordion div{
	margin: 0;
	padding: 10px;
}

#accordion div h4{
	margin: 0 0 1em;
	padding: 0.5em;
	background: #ccc;
}

#accordion div p{
	margin-bottom: 2em;
}


#accordion div table{
	margin: 10px auto !important;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells:show;
	width: 100%;
}

#accordion div table th{
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#accordion div table td{
	margin: 1px;
	padding: 0.5em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5em;
	font-family: 'Lucida Grande',verdana,arial, helvetica;
}

#accordion div ul li{
	margin: 0 0 0.2em 1em;
	list-style-type: disc;
}

#access{
	margin: 1em 0;
	display: block;
}

#access h3{
	margin: 1em 0;
	font-size: 1.1em;
	padding: 0.5em;
	background: #319f68;
	color: #fff;
	text-align: center;
	border-radius: 2px;
}


#access h2{
	margin: 0 0 0.5em 10px;
	line-height: 1;
	text-align: left;
	font-size: 0.8em;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#access h1{
	margin: 0 0 0.5em 10px;
	line-height: 1;
	text-align: left;
	font-size: 2em;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#access p{
	margin: 0 0 0.5em 10px;
	line-height: 1;
	text-align: left;
}

#access iframe{
	margin: 10px;
}
	
#access a div.btn{
	margin: 10px;
	background: #ededed;
	color: #000;
	padding: 1.5em 0;
	text-align: center;
	display: block;
}

a:link{color: #999999;	text-decoration: none;	}
a:visited{color: #999999;	text-decoration: none;	}
a:active{color: #999999;	text-decoration: none;	}
a:hover{color: #FF6A00;	text-decoration: none;	}
