﻿/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150%;
	color: #fffff;
	border-top: 6px solid #f7b024;
}
a {
	color: #110dd1;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ff2e2e;
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h4, h5, h6 {
	line-height: 1.3em;
	margin: 13px 3px;
	color: #000c3d;
}

h1 {
	font-size: ;
}
h2 {
	font-size: 2.3em;
	margin: 36px 0px;
	color: #f7b024;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	margin: 28px 0px;
	color: #000c3d;
	
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1024px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 130px;
}	

/* site description */
#site-description {
	position: absolute;
	top: -10px;
}
#site-description a {
	font-size: 50%;
	color: #f7b024;
	text-decoration: none;
}

/* site logo */
#site-logo {
	font-size: 110%;
	margin: 0px ;
	color: #594e52;
	position: absolute;
	vertical-align:middle;
	top: 18px;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: ;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient 
	background: ;
	background: -webkit-gradient(linear, left top, left bottom, from(), to(#fff));
	background: -moz-linear-gradient(top, , #fff);
	background: linear-gradient(-90deg, , #fff);*/
	/* rounded corner
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */
	/* box shadow 
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);*/
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	font-size:100%;
}
#main-nav li:first-child {
	margin-left: 1px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0x 1px 1px 1px;
	text-decoration: none;

}
#main-nav a:hover {
	background: #f7b024;

}
.thispage {
	background: #f7b024;

}

/*戻るボタンを固定*/
#page-top {
    position: fixed;
    bottom: 1%;
    right: 2%;
	z-index: 999;
}
/*戻るボタンをデザイン*/
#page-top a {
    opacity:0.7;
}
#page-top a:hover {
    opacity:1;
}
#page-top a:active{
    position: relative;
	top: 3px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #ffffff;
	margin: -5px 0 8px;
	padding: 8px 0px;
	width: 1024px;
	float: left;
	font-size:160%;
	line-height:170%;
	
}
.name {
	font-weight: bold;
}
/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 3px 28px 3px;
	border-left: 6px solid #0b4585;
	padding: 5px 0 0 3%;
	font-size: 26px;
	color: #1f2121;
}
.post-title a {
	text-decoration: none;
	background: ;
	color: #1f2121;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}

/* reserved */
.reserved {
	position: absolute;
    top: 10%;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    font-size: 30px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* h4-recomended */
.recomended {
	color: #f07d13;
}

/* 強調 */
.emphasis1 {
	margin: 30px 0 30px 0;
	padding: 5px;
	color: #001188;
	background: ;
	font-size: 180%;
	font-weight: bold;
	line-height: 120%;
	text-shadow: 1px 1px 0px #eee, 2px 2px 0px #707070;
}
.emphasis {
	padding: 5px;
	color: #001188;
	background: ;
	font-size: 180%;
	font-weight: bold;
	line-height: 120%;
	text-shadow: 1px 1px 0#eee, 2px 2px 0px #707070;

}

#typelist {
	margin-top: 0px;
}

.contact {
	font-weight: bold;
}
/*チェックマークの文章*/

.check {
	margin: 10px,0px,10px;
	font-size: 150%;
	font-weight: bold;
	line-height: 130%;
}


/* slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

table {
	margin: 25px 0 30px 0;
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #0b4585 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	width: 25%;
	font-size: 97%;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	width: 75%;
	text-align: left;
	padding: 10px;
}
  

.entry-h4{
	color: #ffffff;
	position:relative;
	margin:30px 22px 30px 10px;
	padding:14px 15px 0px 20px;
	background: #001188;
	box-shadow:
		12px 0 0 0 #001188,
		0 12px 0 0 #001188,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.entry-h4:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

/* Telefone number */
.tel {
	font-size:160%;
}
.tel2 {
	font-size:140%;
}

/* メールフォーム用 */
input[type="text"] {
	width: 84%;
	font-size:110%;
	padding:10px;
}
textarea {
	width: 84%;
	height:230px;
	font-size:125%;
	padding:10px;
	line-height: 1.2em;
}
input[type="submit"] {
	width: 84%;
	font-size:110%;
	padding:3px;
	line-height: 1.8em;
	background: #f7b024;
	color:#fff;
	
}
input[type="submit"]:hover {
	background: #ffbf21;
	color: #fff;
}
.formth{
	width: 35%;
}
select {
	width: 87.3%;
	font-size:110%;
	padding:10px;
}
#chkbox {
	margin: 5px 0px 10px 0px;
	text-align: center ;
}
.chkbox {
	-ms-transform: scale(1.9, 1.9); 
	-webkit-transform: scale(1.9, 1.9);
    transform:scale(1.9);
	margin: 0 15px 0 0;
	vertical-align: 20%;;

}
/* サイト内検索用 */
input.text2 {
	width: 64%;
	font-size:110%;
	padding:10px;
}
textarea.textarea2 {
	width: 64%;
	height:230px;
	font-size:125%;
	padding:10px;
	line-height: 1.2em;
}
input.submit2 {
	width: 81px;
	font-size:110%;
	padding:3px;
	line-height: 1.8em;
	background: #000c3d;
	color:#fff;
	
}
input.submit2:hover {
	background: #0b4585;
	color: #fff;
}
/*文章中のアンダーライン*/
.uline {
	background: linear-gradient(transparent 90%, #85d1ff 0%);
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 341px;
	float: left;
	margin: -5px 0 8px;
	font-size:160%;
}
.widget {
	background: #ffffff;
	margin: 0 0 10px;
	padding: 8px 8px;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
	color: #1f2121;
	font-size: 130%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #8d93c8;
	text-align: center;
	font-size: 85%;
}
#footer a {
	color: #8d93c8;
	text-decoration: none;
	
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }