@charset "UTF-8";








/**
 * Reset settings
 * =========================================================================
 * Provide cross-browser consistency default styling of HTML elements.
 * -------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

article, aside, figure, footer, header, hgroup, nav, section,
.article, .aside, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}

ul,dl,ol {
	text-indent: 0;
}
ul,ol,li {
	list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal; font-weight: normal;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}

table, caption, th, td {
	border-collapse : collapse ;
	border-spacing: 0px;
	empty-cells: show;
	font-weight: normal;
}
th,td {
	text-align: left; vertical-align: top;
}
caption {
	text-align: left;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}

i {
	font-style: normal;
}










/**
 * Base settings
 * =========================================================================
 * Provide base structure of Web page.
 * -------------------------------------------------------------------------
 */

body {
	position: relative;
	margin: 0;
	padding: 0;
}

#document {
	position: relative;
	margin: 0;
	padding: 0;
}

.genelal-row {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.general-col {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.general-col:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}


.row {
	position: relative;
	width: 980px;
	margin-left: -20px;
}
.row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
.col-1  { width: 61.66px; }
.col-2  { width: 143.33px; }
.col-3  { width: 225px; }
.col-4  { width: 306.66px; }
.col-5  { width: 388.33px; }
.col-6  { width: 470px; }
.col-7  { width: 551.66px; }
.col-8  { width: 633.33px; }
.col-9  { width: 715px; }
.col-10 { width: 796.66px; }
.col-11 { width: 878.33px; }
.col-12 { width: 960px; }

.left-col-1   { padding-left: 81.66px; }
.left-col-2   { padding-left: 163.33px; }
.left-col-3   { padding-left: 245px; }
.left-col-4   { padding-left: 326.66px; }
.left-col-5   { padding-left: 408.33px; }
.left-col-6   { padding-left: 490px; }
.left-col-7   { padding-left: 571.66px; }
.left-col-8   { padding-left: 653.33px; }
.left-col-9   { padding-left: 735px; }
.left-col-10  { padding-left: 816.66px; }
.left-col-11  { padding-left: 898.33px; }
.left-col-12  { padding-left: 980px; }
.right-col-1  { padding-right: 81.66px; }
.right-col-2  { padding-right: 163.33px; }
.right-col-3  { padding-right: 245px; }
.right-col-4  { padding-right: 326.66px; }
.right-col-5  { padding-right: 408.33px; }
.right-col-6  { padding-right: 490px; }
.right-col-7  { padding-right: 571.66px; }
.right-col-8  { padding-right: 653.33px; }
.right-col-9  { padding-right: 735px; }
.right-col-10 { padding-right: 816.66px; }
.right-col-11 { padding-right: 898.33px; }
.right-col-12 { padding-right: 980px; }

#main-content {
	position: relative;
	width: 650px;
	float: left;
}
#sidebar {
	position: relative;
	width: 280px;
	float: right;
}


#main-content .row {
	position: relative;
	width: 670px;
	margin-left: -20px;
}
#main-content .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#main-content .col-1,
#main-content .col-2,
#main-content .col-3,
#main-content .col-4,
#main-content .col-5,
#main-content .col-6,
#main-content .col-7,
#main-content .col-8,
#main-content .col-9,
#main-content .col-10,
#main-content .col-11,
#main-content .col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
#main-content .col-1  { width: 35.83px; }
#main-content .col-2  { width: 91.66px; }
#main-content .col-3  { width: 147.5px; }
#main-content .col-4  { width: 203.33px; }
#main-content .col-5  { width: 259.16px; }
#main-content .col-6  { width: 315px; }
#main-content .col-7  { width: 370.83px; }
#main-content .col-8  { width: 426.66px; }
#main-content .col-9  { width: 482.5px; }
#main-content .col-10 { width: 538.33px; }
#main-content .col-11 { width: 594.16px; }
#main-content .col-12 { width: 650px; }

#main-content .left-col-1   { padding-left: 55.83px; }
#main-content .left-col-2   { padding-left: 111.66px; }
#main-content .left-col-3   { padding-left: 167.5px; }
#main-content .left-col-4   { padding-left: 223.33px; }
#main-content .left-col-5   { padding-left: 279.16px; }
#main-content .left-col-6   { padding-left: 335px; }
#main-content .left-col-7   { padding-left: 390.83px; }
#main-content .left-col-8   { padding-left: 446.66px; }
#main-content .left-col-9   { padding-left: 502.5px; }
#main-content .left-col-10  { padding-left: 558.33px; }
#main-content .left-col-11  { padding-left: 614.16px; }
#main-content .left-col-12  { padding-left: 670px; }
#main-content .right-col-1  { padding-right: 55.83px; }
#main-content .right-col-2  { padding-right: 111.66px; }
#main-content .right-col-3  { padding-right: 167.5px; }
#main-content .right-col-4  { padding-right: 223.33px; }
#main-content .right-col-5  { padding-right: 279.16px; }
#main-content .right-col-6  { padding-right: 335px; }
#main-content .right-col-7  { padding-right: 390.83px; }
#main-content .right-col-8  { padding-right: 446.66px; }
#main-content .right-col-9  { padding-right: 502.5px; }
#main-content .right-col-10 { padding-right: 558.33px; }
#main-content .right-col-11 { padding-right: 614.16px; }
#main-content .right-col-12 { padding-right: 670px; }


#sidebar .row {
	position: relative;
	width: 290px;
	margin-left: -10px;
}
#sidebar .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#sidebar .col-1,
#sidebar .col-2,
#sidebar .col-3,
#sidebar .col-4,
#sidebar .col-5,
#sidebar .col-6,
#sidebar .col-7,
#sidebar .col-8,
#sidebar .col-9,
#sidebar .col-10,
#sidebar .col-11,
#sidebar .col-12 {
	position: relative;
	float: left;
	margin-left: 10px;
}
#sidebar .col-1  { width: 14.16px; }
#sidebar .col-2  { width: 38.33px; }
#sidebar .col-3  { width: 62.5px; }
#sidebar .col-4  { width: 86.66px; }
#sidebar .col-5  { width: 110.83px; }
#sidebar .col-6  { width: 135px; }
#sidebar .col-7  { width: 159.16px; }
#sidebar .col-8  { width: 183.33px; }
#sidebar .col-9  { width: 207.5px; }
#sidebar .col-10 { width: 231.66px; }
#sidebar .col-11 { width: 255.83px; }
#sidebar .col-12 { width: 280px; }

#sidebar .left-col-1   { padding-left: 24.16px; }
#sidebar .left-col-2   { padding-left: 48.33px; }
#sidebar .left-col-3   { padding-left: 72.5px; }
#sidebar .left-col-4   { padding-left: 96.66px; }
#sidebar .left-col-5   { padding-left: 120.83px; }
#sidebar .left-col-6   { padding-left: 145px; }
#sidebar .left-col-7   { padding-left: 169.16px; }
#sidebar .left-col-8   { padding-left: 193.33px; }
#sidebar .left-col-9   { padding-left: 217.5px; }
#sidebar .left-col-10  { padding-left: 241.66px; }
#sidebar .left-col-11  { padding-left: 265.83px; }
#sidebar .left-col-12  { padding-left: 290px; }
#sidebar .right-col-1  { padding-right: 24.16px; }
#sidebar .right-col-2  { padding-right: 48.33px; }
#sidebar .right-col-3  { padding-right: 72.5px; }
#sidebar .right-col-4  { padding-right: 96.66px; }
#sidebar .right-col-5  { padding-right: 120.83px; }
#sidebar .right-col-6  { padding-right: 145px; }
#sidebar .right-col-7  { padding-right: 169.16px; }
#sidebar .right-col-8  { padding-right: 193.33px; }
#sidebar .right-col-9  { padding-right: 217.5px; }
#sidebar .right-col-10 { padding-right: 241.66px; }
#sidebar .right-col-11 { padding-right: 265.83px; }
#sidebar .right-col-12 { padding-right: 290px; }










/**
 * Generic class settings
 * =========================================================================
 */

.clearfix:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.align-l { text-align: left; }
.align-c { text-align: center; }
.align-r { text-align: right; }

img.img-fit {
	width: 100%;
	height: auto;
}


/**
 * Parts style settings
 * 
 * style_parts.css
 * =========================================================================
 */






/* Text settings
-------------------------------------------------------------- */

body {
    font-size: 16px;
    color: #444444;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.1ex;
    margin: 0;
    padding: 0;
}
a {
    font-size: 100%;
    color: #289ae9;
}
a:link    {color: #289ae9; text-decoration: none;}
a:visited {color: #289ae9; text-decoration: none;}
a:active  {color: #e96828; text-decoration: none;}
a:hover   {color: #e96828; text-decoration: none;}

h1 { font-size: 22px; font-weight: bold;   line-height: 1.4em; }
h2 { font-size: 22px; font-weight: normal; line-height: 1.4em; }
h3 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h4 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h5 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
h6 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
p  { font-size: 16px;  font-weight: normal; line-height: 1.8em; }

strong { font-size: 100.00%; font-weight: bold; }
small  { font-size:  78.57%; font-weight: normal; }
em     { font-size: 100.00%; font-weight: bold; }

ul     { list-style-type: disc; }
ul li  { font-size: 16px; font-weight: normal; }
ol     { list-style-type: decimal; }
ol li  { font-size: 16px; font-weight: normal; }
dl dt  { font-size: 16px; font-weight: normal; }
dl dd  { font-size: 16px; font-weight: normal; }

table caption { font-size: 16px; font-weight: normal; }
table tr th   { font-size: 16px; font-weight: normal; }
table tr td   { font-size: 16px; font-weight: normal; }



/* document
-------------------------------------------------------------- */
#document {
    background: url() repeat scroll 0 0 #ffffff;
}

#container{
    margin-top: 30px;
}



/* header
-------------------------------------------------------------- */
#header {
    background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/header_bk.jpg) no-repeat scroll top center transparent;
}
#header .general-col {
    height: 150px;
    background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/header_bk.jpg) no-repeat scroll top center transparent;
}
#header .logo,
#header .site-title,
#header .tel-num,
#header .nav {
    position: absolute;
}
#header .logo       { top: 20px; left: 30px; }
#header .site-title { top: 30px; left: 130px; }
#header .tel-num    { top: 30px; right: 30px; }
#header .nav        { top: 100px; left: 130px; }

#header .logo img {
    width: 82px;
    height: 120px;
}
#header .site-title img {
    width: 500px;
    height: 63px;
}
#header .nav {}
#header .nav ul {}
#header .nav ul:after { 
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
 }
#header .nav li {
    float: left;
    display: inline;
    width: 173px;
}
#header .nav li a {
    display: block;
    width: 165px;
    height: 0px;
    padding-top: 40px;
    background: url(https://ohakanooita.com/wp-content/themes/ooe_boseki/images/common/nav_bk.jpg) no-repeat scroll 0 0 transparent;
    overflow: hidden;
}
#header .nav li a:hover {
    background-position: 0 -50px;
}

#header .nav li.site-home a { background-position:    0px 0px; }
#header .nav li.guidance  a { background-position: -171px 0px; }
#header .nav li.flow      a { background-position: -342px 0px; }
#header .nav li.butsudan    a { background-position: -513px 0px; }
#header .nav li.access   a { background-position: -684px 0px; }

#header .nav li.site-home a:hover { background-position:    0px -50px; }
#header .nav li.guidance  a:hover { background-position: -171px -50px; }
#header .nav li.flow      a:hover { background-position: -342px -50px; }
#header .nav li.butsudan    a:hover { background-position: -513px -50px; }
#header .nav li.access   a:hover { background-position: -684px -50px; }

#site-home #header .nav li.site-home a { background-position:    0px -50px; }
#guidance  #header .nav li.guidance  a { background-position: -171px -50px; }
#flow      #header .nav li.flow      a { background-position: -342px -50px; }
#butsudan    #header .nav li.butsudan    a { background-position: -513px -50px; }
#access   #header .nav li.access   a { background-position: -684px -50px; }


/* voice-navi
-------------------------------------------------------------- */

#voice-navi {
}
#voice-navi ul {
    width: 1004px;
}
#voice-navi ul:after { 
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
 }
#voice-navi li {
    float: left;
    display: inline;
    width: 251px;
}
#voice-navi li a {
    display: block;
    width: 207px;
    height: 0px;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: 0 0 transparent;
    background-image: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/button_boseki_voice.png);
    background-color: transparent;
    background-attachment: scroll;
    overflow: hidden;
}
#voice-navi li a:hover {
    background-position: 0 -160px;
}

#voice-navi li.voice-1 a { background-position:    0px 0px; }
#voice-navi li.voice-2 a { background-position: -251px 0px; }
#voice-navi li.voice-3 a { background-position: -502px 0px; }
#voice-navi li.voice-4 a { background-position: -753px 0px; }

#voice-navi li.voice-1 a:hover { background-position:    0px -160px; }
#voice-navi li.voice-2 a:hover { background-position: -251px -160px; }
#voice-navi li.voice-3 a:hover { background-position: -502px -160px; }
#voice-navi li.voice-4 a:hover { background-position: -753px -160px; }

#voice-1 #voice-navi li.voice-1 a { background-position:    0px -160px; }
#voice-2 #voice-navi li.voice-2 a { background-position: -251px -160px; }
#voice-3 #voice-navi li.voice-3 a { background-position: -502px -160px; }
#voice-4 #voice-navi li.voice-4 a { background-position: -753px -160px; }



/* butsudan-navi
-------------------------------------------------------------- */

#butsudan-navi {
}
#butsudan-navi ul {
    width: 1008px;
}
#butsudan-navi ul:after { 
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
 }
#butsudan-navi li {
    float: left;
    display: inline;
    width: 336px;
}
#butsudan-navi li a {
    display: block;
    width: 288px;
    height: 0px;
    padding-top: 230px;
    background-repeat: no-repeat;
    background-position: 0 0 transparent;
    background-image: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/button_butsudan_voice.png);
    background-color: transparent;
    background-attachment: scroll;
    overflow: hidden;
}
#butsudan-navi li a:hover {
    background-position: 0 -230px;
}

#butsudan-navi li.voice-1 a { background-position:    0px 0px; }
#butsudan-navi li.voice-2 a { background-position: -336px 0px; }
#butsudan-navi li.voice-3 a { background-position: -672px 0px; }

#butsudan-navi li.voice-1 a:hover { background-position:    0px -230px; }
#butsudan-navi li.voice-2 a:hover { background-position: -336px -230px; }
#butsudan-navi li.voice-3 a:hover { background-position: -672px -230px; }

#voice-1 #butsudan-navi li.voice-1 a { background-position:    0px -230px; }
#voice-2 #butsudan-navi li.voice-2 a { background-position: -336px -230px; }
#voice-3 #butsudan-navi li.voice-3 a { background-position: -672px -230px; }



/* footer
-------------------------------------------------------------- */
#footer {
    border-top: solid 2px #ffa800;
    background: #ffffff;
}
#footer .general-col {
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/footer_bk.jpg) no-repeat scroll bottom center;
}
.page-to-top {
    position: relative;
    height: 200px;
    right:20px
}
.page-to-top p {
    margin-top: 50px;
}
.page-to-top p a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 129px;
    height: 180px;
    overflow: hidden;
}
.page-to-top p a img {
    position: relative;
    display: block;
    top: -180px;
    left: 0px;
    width: 129px;
    height: 360px
    z-index: 1000;
}
.page-to-top p a.on-mouse img {
    top: 0px;
    left: 0px;
}

#footer .bosekikun-info {
    margin-bottom: 50px;
    text-align: left;
    width: 250px;
    font-size: 11px;
}
#footer .page-to-top p a:hover {}

#footer .sub-nav {
    margin-top: 20px;
    text-align: center;
}
#footer .sub-nav li {
    display: inline-block;
}
#footer .sub-nav li a {
    display: block;
    width: 170px;
    padding: 6px 12px 6px 37px;
    border: dotted 1px #bcbcbc;
    background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/icon_arrow_circle.png) no-repeat scroll 8px 8px #ffffff;
    text-align: left;
}
#footer .sub-nav li a:hover {
    background-position: 8px -192px;
}

#footer .footer-nav li {
    display: inline-block;
}
#footer .footer-nav li a {
    display: block;
    padding: 4px 20px 4px 13px;
    background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/icon_arrow.png) no-repeat scroll 0px 11px transparent;
    font-size: 14px;
    white-space: nowrap;
    color: #000000;
}
#footer .footer-nav li a:hover {
    background-position: 0px -189px;
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
}

/* side-bar
-------------------------------------------------------------- */

#sidebar{}

.aside-block {
    margin-bottom: 30px;
}


#search-form .wrap {
    padding: 2px 8px;
    border: solid 1px #dddddd;
}
#search-form .wrap:after {
    
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
#search-form .form-row {
    width: 250px;
}
#search-form .icon-col,
#search-form .input-col {
    float: left;
    display: inline;
}
#search-form .icon-col {
    width: 25px;
}
#search-form .input-col {
    width: 225px;
}
#search-form .input-col input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: solid 1px transparent;
    width: 100%;
}
#search-form .submit-col {
    display: none;
}


#sidebar #news-list h3{
    border-left: 3px solid #ee730f;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
#sidebar #news-list .post-date{
    font-size: 12px;
    color: #888;
    margin-right: 3px;
}
#sidebar #news-list .post-categoryname a{
    font-size: 11px;
    background: #ee730f;
    padding: 1px 10px ;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    width: 80px;
    text-align: center;
}
#sidebar #news-list .post-categoryname a.on-mouse{
    background: #ffa200;
}
#sidebar #news-list .post-title{
    font-size: 14px;
}
#sidebar #news-list ul li{
    display: block;
    border-bottom: 1px dotted #888;
    padding: 10px 0;
}
#sidebar #news-list ul li:first-child{
    border-top: 1px dotted #888;
}

#sidebar #aside-address .one-block{
    margin-bottom: 20px;
}
#sidebar #aside-address h4{
    color: $nisshin_blue;
    border-left: 3px solid $nisshin_blue;
    padding-left: 10px;
    margin-bottom: 5px;
}
#sidebar #aside-address h5{
    display: block;
    font-size: 12px;
    background: #999;
    padding: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    width: 70px;
    text-align: center;
    margin-top: 5px;
}
#sidebar #aside-address table tr td{
    font-size: 14px;
}
#sidebar #aside-address p{
    font-size: 14px;
}

#sidebar #cat-list h3{
    border-left: 3px solid #ee730f;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;    
}
#sidebar #cat-list ul li{
    font-size: 14px;
    padding: 10px 0;
    background: url(images/common/common_arrow_blue.png) no-repeat left;
    padding-left: 20px;
}
#sidebar #cat-list ul li:first-child{
    border-top: 1px dotted #888;
}
#sidebar #cat-list ul li:last-child{
    font-size: 14px;
    border-bottom: 1px dotted #888;
}

#sidebar #tag-list h3{
    border-left: 3px solid #ee730f;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;    
} 
#sidebar #tag-list ul {
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
}
#sidebar #tag-list ul li {
    display: inline-block;
    font-size: 14px;
    padding: 10px 5px 10px 20px;
    background: url(images/common/common_arrow_blue.png) no-repeat left;
    white-space: nowrap;
}
#sidebar #tag-list ul a {
    display: inline;
}

#sidebar #monthly-archive h3 {
    border-left: 3px solid #ee730f;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
} 
#sidebar #monthly-archive ul li {
    font-size: 14px;
    padding: 10px 0;
    background: url(images/common/common_arrow_blue.png) no-repeat left;
    padding-left: 20px;
}
#sidebar #monthly-archive ul li:first-child {
    border-top: 1px dotted #888;
}
#sidebar #monthly-archive ul li:last-child {
    font-size: 14px;
    border-bottom: 1px dotted #888;
}

#sidebar #post-calendar {}
#sidebar #post-calendar table {
    width: 100%;
}
#sidebar #post-calendar table caption {
    border-left: 3px solid #ee730f;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
#sidebar #post-calendar table th,
#sidebar #post-calendar table td {
    text-align: center;
    border-bottom: solid 2px #ffffff;
}
#sidebar #post-calendar table thead {}
#sidebar #post-calendar table thead th {
    color: #888888;
    font-weight: bold;
}
#sidebar #post-calendar table thead th.sun { background-color: #faf0e6; }
#sidebar #post-calendar table thead th.mon {}
#sidebar #post-calendar table thead th.tue {}
#sidebar #post-calendar table thead th.wed {}
#sidebar #post-calendar table thead th.thu {}
#sidebar #post-calendar table thead th.fri {}
#sidebar #post-calendar table thead th.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tfoot td {}
#sidebar #post-calendar table tfoot td#prev { text-align: left; }
#sidebar #post-calendar table tfoot td.pad {}
#sidebar #post-calendar table tfoot td#next { text-align: right; }
#sidebar #post-calendar table tbody td {}
#sidebar #post-calendar table tbody td.sun { background-color: #faf0e6; }
#sidebar #post-calendar table tbody td.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tbody td a {}
#sidebar #post-calendar table tbody td a:hover {}





/* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb i {
    padding-right: 5px;
    color: $nisshin_blue;
}

/* pagination
-------------------------------------------------------------- */

.pagination{
    margin-top:40px;
}

.pagination .wp-pagenavi{
    text-align: center;
}

.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink{
    border: none;
    padding: 5px 10px;
}

.pagination .wp-pagenavi .page{
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.pagination .wp-pagenavi .current{
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: $nisshin_blue;
    color: #fff;
}



/* plug-in jQuery Colorbox による　img-fit の表示差異を防ぐ
-------------------------------------------------------------- */

a.zoomLink{
    display: block !important; 
}







/* other
-------------------------------------------------------------- */



/* End of file *//**
 * Edit area style settings
 * 
 * style_editor.css
 * =========================================================================
 */



/* =Headings
-------------------------------------------------------------- */

.edit-area h1 {
	background: #eee;
	border-bottom: 1px solid #ee730f;
	padding: 10px;
	margin-bottom: 10px;
}
.edit-area h1 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h1 a:hover { color: #990000; }

.edit-area h2 {
	color:  #ee730f;
	border-bottom:  1px dotted #ee730f;
	padding-right: 10px;
	margin-bottom: 10px;
}
.edit-area h2 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h2 a:hover { color: #990000; }

.edit-area h3 {
	color: $nisshin_blue;
	border-left: 3px solid $nisshin_blue;
	padding: 5px;
	margin-bottom: 10px;
}
.edit-area h3 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h3 a:hover { color: #990000; }

.edit-area h4 {
	font-weight: bold;
	color: $nisshin_blue;
	margin-bottom: 10px;
}
.edit-area h4 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h4 a:hover { color: #990000; }

.edit-area h5 {
	font-weight: bold;
	color:  #ee730f;
	margin-bottom: 10px;
}
.edit-area h5 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h5 a:hover { color: #990000; }

.edit-area h6 {
}
.edit-area h6 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h6 a:hover { color: #990000; }

.edit-area hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}


/* =Text elements
-------------------------------------------------------------- */

.edit-area p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #384c07;
	font-weight: normal;
}
.edit-area ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul li {
	padding: 0;
	list-style-type: circle;
	background: none;
	font-weight: normal;
}
.edit-area ul ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul ul li {
	padding: 0;
	list-style-type: disc;
	background: none;
	font-weight: normal;
}
.edit-area ol {
	margin: 0 10px 1em 50px;
}
.edit-area ol li {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #384c07;
	font-weight: normal;
	list-style-type: decimal;
}
.edit-area ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol li {
	padding: 0;
	list-style-type: upper-roman;
	font-weight: normal;
}
.edit-area ol ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol ol li {
	padding: 0;
	list-style-type: lower-roman;
	font-weight: normal;
}
.edit-area dl {
	margin: 0 24px;
}
.edit-area dt {
	font-weight: bold;
	margin-bottom: 24px;
}
.edit-area dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area strong {
	font-weight: bold;
}
.edit-area cite,
.edit-area em,
.edit-area i {
	font-style: italic;
}
.edit-area cite {
	border: none;
}
.edit-area big {
	font-size: 128.571429%;
}
.edit-area .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
}
.edit-area pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 12px;
	margin: 24px 0;
	padding: 24px;
	overflow: auto;
}
.edit-area code,
.edit-area kbd,
.edit-area samp,
.edit-area var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.edit-area abbr,
.edit-area acronym,
.edit-area dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.edit-area address {
	display: block;
	margin: 0 0 24px;
}
.edit-area del {
	color: #333;
}
.edit-area ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.edit-area sup,
.edit-area sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.edit-area sup {
	top: -0.5em;
}
.edit-area sub {
	bottom: -0.25em;
}
.edit-area input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
.edit-area textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 96%;
}

/* 観光コース
-------------------------------------------------------------- */

.edit-area .trip-place{
	color: $nisshin_blue;
	font-weight: bold;
}

.edit-area .destination{
	color: #ccc;}


/* =Links
-------------------------------------------------------------- */

.edit-area a,
.edit-area a em,
.edit-area a strong {
	color: #21759b;
	outline: none;
}
.edit-area a:focus,
.edit-area a:active,
.edit-area a:hover {
	color: #0f3647;
}


/* =Alignment
-------------------------------------------------------------- */

.edit-area .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
}
.edit-area .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.edit-area .aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* =Tables
-------------------------------------------------------------- */

.edit-area table {
	margin: 0 0 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #645845;
	border: 0 !important;
}
.edit-area tr {
}
.edit-area tr.top-border {
	border-top: solid 15px #ffffff;
}
.edit-area tr th {
	padding: 17px 30px;
	background-color: #bce2e8;
	border: solid 4px #ffffff;
}
.edit-area tr td {
	padding: 17px 30px;
	background-color: #ebf6f7;
	border: solid 4px #ffffff;
}
.edit-area thead {
	border-bottom: solid 15px #ffffff;
}
.edit-area thead tr th {
	background-color: #89c3eb;
}
.edit-area thead tr td {
	background-color: #a2d7dd;
}
.edit-area tfoot {
	border-top: solid 15px #ffffff;
}
.edit-area tfoot tr th {
	background-color: #89c3eb;
}
.edit-area tfoot tr td {
	background-color: #a2d7dd;
}

/* =Images
-------------------------------------------------------------- */

.edit-area img,
.edit-area .wp-caption {
	max-width: 100%;
}

.edit-area img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Alignment */
.edit-area .alignleft {
	float: left;
}
.edit-area .alignright {
	float: right;
}
.edit-area .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.edit-area blockquote.alignleft,
.edit-area img.alignleft {
	margin: 7px 24px 7px 0;
}
.edit-area .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.edit-area blockquote.alignright,
.edit-area img.alignright {
	margin: 7px 0 7px 24px;
}
.edit-area .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.edit-area blockquote.aligncenter,
.edit-area img.aligncenter,
.edit-area .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}




/* End of file *//**
 * Each pages style settings
 * 
 * style_page.css
 * =========================================================================
 */


/* site-home
-------------------------------------------------------------- */
#site-home {}

#site-home #slideshow {
	background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/slideshow_bk.jpg) no-repeat scroll bottom center transparent;
}
#site-home #slideshow .general-col {
	height: 380px;
	background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/slideshow_bk.jpg) no-repeat scroll bottom center transparent;
}

#site-home #slides { text-align: center; }
#site-home .slidesjs-container { text-align: left; }
#site-home .slidesjs-navigation,
#site-home .slidesjs-pagination-item { font-size: 12px; font-weight: bold; }
#site-home .slidesjs-navigation { display: none; padding: 20px 8px; } /* none or display:inline-block; */
#site-home .slidesjs-pagination { display: none; } /* none or inline or display:inline-block; */
#site-home .slidesjs-pagination-item { display: none; padding: 8px; } /* none or display:inline-block; */
#site-home .slidesjs-pagination-item .active { text-decoration: underline; }

#site-home .news-area {
	margin-bottom: 40px;
}
#site-home .news-area h2 {
	margin-bottom: 30px;
}
#site-home .news-area .news {
	position: relative;
}
#site-home .news-area .news .thumbnail-box {
	height: 164px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
#site-home .news-area .news .hover-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#site-home .news-area .news .hover-mask span {
	display: block;
	width: 194px;
	height: 0;
	margin-top: -9px;
	margin-left: 40px;
	padding-top: 173px;
	background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/link_more_read.png) no-repeat scroll 200px 0 transparent;
	overflow: hidden;
}
#site-home .news-area .news .hover-mask.on-mouse span {
	background-position: 0 0;
}
#site-home .news-area .news.on-mouse .thumbnail-box img {
	opacity: 0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	filter: alpha(opacity = 75);
}
#site-home .news-area .post-date {
	font-size: 14px;
}
#site-home .news-area .news h3 a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
#site-home .news-area .news.on-mouse h3 a {
	text-decoration: underline;
}
#site-home .news-area .link-btn {
	text-align: right;
}
#site-home .news-area .link-btn a {
	display: inline-block;
	width: 180px;
	padding: 6px 12px 6px 37px;
	border: dotted 1px #bcbcbc;
	background: url(https://ohakanooita.com/public/wp-content/themes/ooe_boseki/images/common/icon_arrow_circle.png) no-repeat scroll 8px 8px #ffffff;
	text-align: left;
}
#site-home .news-area .link-btn a:hover {
	background-position: 8px -192px;
}
#site-home .link-voice {
	margin-bottom: 40px;
}


/* contact
-------------------------------------------------------------- */

#contact {}

#contact .contact-form {
    width: 450px;
    margin: 20px auto;
    padding: 30px 30px 20px 30px;
    background-color: #eaf4fc;
    /* 角丸 */
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#contact .contact-form p {
    margin-bottom: 20px;
}
#contact .contact-form input[type="text"],
#contact .contact-form input[type="number"],
#contact .contact-form input[type="tel"],
#contact .contact-form input[type="email"],
#contact .contact-form input[type="date"],
#contact .contact-form input[type="submit"],
#contact .contact-form textarea {
    width: 430px;
    padding: 6px 8px;
    border: solid 1px #a0d8ef;
    background-color: #fff;
    cursor: text;
    /* 角丸 */
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    /* アニメーション */
    transition: border-color 0.3s, color 0.3s;
}

#contact .contact-form input[type="text"].on-mouse,
#contact .contact-form input[type="number"].on-mouse,
#contact .contact-form input[type="tel"].on-mouse,
#contact .contact-form input[type="email"].on-mouse,
#contact .contact-form input[type="date"].on-mouse,
#contact .contact-form input[type="submit"].on-mouse,
#contact .contact-form textarea.on-mouse {
    /* アニメーション */
    border-color: #0083b4;
}

#contact .contact-form input[type="submit"] {
    display: block;
    margin: 30px auto 0 auto;
    border: solid 1px #a0d8ef;
    color: #0083b4;
    text-align: center;
    letter-spacing: 3ex;
    cursor: pointer;
}
#contact .contact-form input[type="submit"]:hover {
    border: solid 1px #a0d8ef;
    color: #fff;
    background-color: #0083b4;
}


/* company
-------------------------------------------------------------- */
#company {}

/* sitemaps
-------------------------------------------------------------- */

#sitemaps{}



/* faqs
-------------------------------------------------------------- */

#faqs{}


/* faqs -archive
-------------------------------------------------------------- */

.tax-ooe-faqcategory{}


/* search-results
-------------------------------------------------------------- */

.search-results{}







/* End of file */