@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: 670px;
    float: right;
}
#sidebar {
    position: relative;
    width: 243px;
    float: left;
}


#main-content .row {
	position: relative;
	width: 685px;
	margin-left: -15px;
}
#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: 15px;
}
#main-content .col-1  { width: 42.08px; }
#main-content .col-2  { width: 99.16px; }
#main-content .col-3  { width: 156.25px; }
#main-content .col-4  { width: 213.33px; }
#main-content .col-5  { width: 270.41px; }
#main-content .col-6  { width: 327.5px; }
#main-content .col-7  { width: 384.58px; }
#main-content .col-8  { width: 441.66px; }
#main-content .col-9  { width: 498.75px; }
#main-content .col-10 { width: 555.83px; }
#main-content .col-11 { width: 612.91px; }
#main-content .col-12 { width: 670px; }

#main-content .left-col-1   { padding-left: 57.08px; }
#main-content .left-col-2   { padding-left: 114.16px; }
#main-content .left-col-3   { padding-left: 171.25px; }
#main-content .left-col-4   { padding-left: 228.33px; }
#main-content .left-col-5   { padding-left: 285.41px; }
#main-content .left-col-6   { padding-left: 342.5px; }
#main-content .left-col-7   { padding-left: 399.58px; }
#main-content .left-col-8   { padding-left: 456.66px; }
#main-content .left-col-9   { padding-left: 513.75px; }
#main-content .left-col-10  { padding-left: 570.83px; }
#main-content .left-col-11  { padding-left: 627.91px; }
#main-content .left-col-12  { padding-left: 685px; }
#main-content .right-col-1  { padding-right: 57.08px; }
#main-content .right-col-2  { padding-right: 114.16px; }
#main-content .right-col-3  { padding-right: 171.25px; }
#main-content .right-col-4  { padding-right: 228.33px; }
#main-content .right-col-5  { padding-right: 285.41px; }
#main-content .right-col-6  { padding-right: 342.5px; }
#main-content .right-col-7  { padding-right: 399.58px; }
#main-content .right-col-8  { padding-right: 456.66px; }
#main-content .right-col-9  { padding-right: 513.75px; }
#main-content .right-col-10 { padding-right: 570.83px; }
#main-content .right-col-11 { padding-right: 627.91px; }
#main-content .right-col-12 { padding-right: 685px; }


#sidebar .row {
	position: relative;
	width: 251px;
	margin-left: -8px;
}
#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: 8px;
}
#sidebar .col-1  { width: 12.91px; }
#sidebar .col-2  { width: 33.83px; }
#sidebar .col-3  { width: 54.75px; }
#sidebar .col-4  { width: 75.66px; }
#sidebar .col-5  { width: 96.58px; }
#sidebar .col-6  { width: 117.5px; }
#sidebar .col-7  { width: 138.41px; }
#sidebar .col-8  { width: 159.33px; }
#sidebar .col-9  { width: 180.25px; }
#sidebar .col-10 { width: 201.16px; }
#sidebar .col-11 { width: 222.08px; }
#sidebar .col-12 { width: 243px; }

#sidebar .left-col-1   { padding-left: 20.91px; }
#sidebar .left-col-2   { padding-left: 41.83px; }
#sidebar .left-col-3   { padding-left: 62.75px; }
#sidebar .left-col-4   { padding-left: 83.66px; }
#sidebar .left-col-5   { padding-left: 104.58px; }
#sidebar .left-col-6   { padding-left: 125.5px; }
#sidebar .left-col-7   { padding-left: 146.41px; }
#sidebar .left-col-8   { padding-left: 167.33px; }
#sidebar .left-col-9   { padding-left: 188.25px; }
#sidebar .left-col-10  { padding-left: 209.16px; }
#sidebar .left-col-11  { padding-left: 230.08px; }
#sidebar .left-col-12  { padding-left: 251px; }
#sidebar .right-col-1  { padding-right: 20.91px; }
#sidebar .right-col-2  { padding-right: 41.83px; }
#sidebar .right-col-3  { padding-right: 62.75px; }
#sidebar .right-col-4  { padding-right: 83.66px; }
#sidebar .right-col-5  { padding-right: 104.58px; }
#sidebar .right-col-6  { padding-right: 125.5px; }
#sidebar .right-col-7  { padding-right: 146.41px; }
#sidebar .right-col-8  { padding-right: 167.33px; }
#sidebar .right-col-9  { padding-right: 188.25px; }
#sidebar .right-col-10 { padding-right: 209.16px; }
#sidebar .right-col-11 { padding-right: 230.08px; }
#sidebar .right-col-12 { padding-right: 251px; }

.main-content {
    margin-bottom: 30px;
    padding: 17px 17px 7px 17px;
    background-color: #fff;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}


.main-content .row {
	position: relative;
	width: 657px;
	margin-left: -21px;
}
.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: 21px;
}
.main-content .col-1  { width: 33.75px; }
.main-content .col-2  { width: 88.5px; }
.main-content .col-3  { width: 143.25px; }
.main-content .col-4  { width: 198px; }
.main-content .col-5  { width: 252.75px; }
.main-content .col-6  { width: 307.5px; }
.main-content .col-7  { width: 362.25px; }
.main-content .col-8  { width: 417px; }
.main-content .col-9  { width: 471.75px; }
.main-content .col-10 { width: 526.5px; }
.main-content .col-11 { width: 581.25px; }
.main-content .col-12 { width: 636px; }

.main-content .left-col-1   { padding-left: 54.75px; }
.main-content .left-col-2   { padding-left: 109.5px; }
.main-content .left-col-3   { padding-left: 164.25px; }
.main-content .left-col-4   { padding-left: 219px; }
.main-content .left-col-5   { padding-left: 273.75px; }
.main-content .left-col-6   { padding-left: 328.5px; }
.main-content .left-col-7   { padding-left: 383.25px; }
.main-content .left-col-8   { padding-left: 438px; }
.main-content .left-col-9   { padding-left: 492.75px; }
.main-content .left-col-10  { padding-left: 547.5px; }
.main-content .left-col-11  { padding-left: 602.25px; }
.main-content .left-col-12  { padding-left: 657px; }
.main-content .right-col-1  { padding-right: 54.75px; }
.main-content .right-col-2  { padding-right: 109.5px; }
.main-content .right-col-3  { padding-right: 164.25px; }
.main-content .right-col-4  { padding-right: 219px; }
.main-content .right-col-5  { padding-right: 273.75px; }
.main-content .right-col-6  { padding-right: 328.5px; }
.main-content .right-col-7  { padding-right: 383.25px; }
.main-content .right-col-8  { padding-right: 438px; }
.main-content .right-col-9  { padding-right: 492.75px; }
.main-content .right-col-10 { padding-right: 547.5px; }
.main-content .right-col-11 { padding-right: 602.25px; }
.main-content .right-col-12 { padding-right: 657px; }

.full-width .main-content .row {
	position: relative;
	width: 976px;
	margin-left: -50px;
}
.full-width .main-content .row:after {

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

.full-width .main-content .col-1,
.full-width .main-content .col-2,
.full-width .main-content .col-3,
.full-width .main-content .col-4,
.full-width .main-content .col-5,
.full-width .main-content .col-6,
.full-width .main-content .col-7,
.full-width .main-content .col-8,
.full-width .main-content .col-9,
.full-width .main-content .col-10,
.full-width .main-content .col-11,
.full-width .main-content .col-12 {
	position: relative;
	float: left;
	margin-left: 50px;
}
.full-width .main-content .col-1  { width: 31.33px; }
.full-width .main-content .col-2  { width: 112.66px; }
.full-width .main-content .col-3  { width: 194px; }
.full-width .main-content .col-4  { width: 275.33px; }
.full-width .main-content .col-5  { width: 356.66px; }
.full-width .main-content .col-6  { width: 438px; }
.full-width .main-content .col-7  { width: 519.33px; }
.full-width .main-content .col-8  { width: 600.66px; }
.full-width .main-content .col-9  { width: 682px; }
.full-width .main-content .col-10 { width: 763.33px; }
.full-width .main-content .col-11 { width: 844.66px; }
.full-width .main-content .col-12 { width: 926px; }

.full-width .main-content .left-col-1   { padding-left: 81.33px; }
.full-width .main-content .left-col-2   { padding-left: 162.66px; }
.full-width .main-content .left-col-3   { padding-left: 244px; }
.full-width .main-content .left-col-4   { padding-left: 325.33px; }
.full-width .main-content .left-col-5   { padding-left: 406.66px; }
.full-width .main-content .left-col-6   { padding-left: 488px; }
.full-width .main-content .left-col-7   { padding-left: 569.33px; }
.full-width .main-content .left-col-8   { padding-left: 650.66px; }
.full-width .main-content .left-col-9   { padding-left: 732px; }
.full-width .main-content .left-col-10  { padding-left: 813.33px; }
.full-width .main-content .left-col-11  { padding-left: 894.66px; }
.full-width .main-content .left-col-12  { padding-left: 976px; }
.full-width .main-content .right-col-1  { padding-right: 81.33px; }
.full-width .main-content .right-col-2  { padding-right: 162.66px; }
.full-width .main-content .right-col-3  { padding-right: 244px; }
.full-width .main-content .right-col-4  { padding-right: 325.33px; }
.full-width .main-content .right-col-5  { padding-right: 406.66px; }
.full-width .main-content .right-col-6  { padding-right: 488px; }
.full-width .main-content .right-col-7  { padding-right: 569.33px; }
.full-width .main-content .right-col-8  { padding-right: 650.66px; }
.full-width .main-content .right-col-9  { padding-right: 732px; }
.full-width .main-content .right-col-10 { padding-right: 813.33px; }
.full-width .main-content .right-col-11 { padding-right: 894.66px; }
.full-width .main-content .right-col-12 { padding-right: 976px; }








/**
 * 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: 14px;
    color: #000;
    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: #a30000;
}
a:link    {color: #a30000; text-decoration: none;}
a:visited {color: #a30000; text-decoration: none;}
a:active  {color: #004986; text-decoration: none;}
a:hover   {color: #004986; 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: 14px;  font-weight: normal; line-height: 1.4em; }
h6 { font-size: 14px;  font-weight: normal; line-height: 1.4em; }
p  { font-size: 14px;  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: 14px; font-weight: normal; }
ol     { list-style-type: decimal; }
ol li  { font-size: 14px; font-weight: normal; }
dl dt  { font-size: 14px; font-weight: normal; }
dl dd  { font-size: 14px; font-weight: normal; }

table caption { font-size: 14px; font-weight: normal; }
table tr th   { font-size: 14px; font-weight: normal; }
table tr td   { font-size: 14px; font-weight: normal; }



/* document
-------------------------------------------------------------- */
#document {
    background: url(https://izaki-office.jp/wp01/wp-content/themes/izaki-office/images/common/bk.jpg) repeat scroll 0 0 transparent;
    border-top: solid 10px #00abeb;
}

#container {
    margin-top: 30px;
}
#site-home #container {
    margin-top: 0;
}




/* header
-------------------------------------------------------------- */
#header {
    position: relative;
    border-top: solid 5px #0083b4;
}
#header .catchphrase {
    margin: 20px 0 10px 0;
    font-size: 12px;
}
#header .catchphrase span {
    color: #bda500;
    font-weight: bold;
}
#header .site-title {
    margin: 12px 0 12px 0;
    font-size: 35px;
}
#header .site-title a {
    display: inline;
    color: #0083b4;
}
#header .site-title a:hover {
    color: #a30000;
}
#header .office-info {
    margin: 20px 0 0 0;
}
#header .office-info .tel {
    font-size: 22px;
    color: #a30000;
    font-weight: bold;
}
#header .office-info .tel i {
    color: #0083b4;
}
#header .office-info .address {
    font-size: 14px;
    color: #0083b4;
}
#header .office-info .access {
    font-size: 14px;
    color: #0083b4;
    vertical-align: middle;
}
#header .office-info .access span {
    font-size: 18px;
    font-weight: bold;
}
#header .office-info .access i {
    font-size: 18px;
}



/* slider
-------------------------------------------------------------- */
#slideshow {
    position: relative;
    margin-bottom: 30px;
    background: url(https://izaki-office.jp/wp01/wp-content/themes/izaki-office/images/common/back.gif) repeat scroll 0 0;
}
#slides-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 960px;
    height: 330px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
/*
@-moz-document url-prefix() {
    #site-home #slides-wrap {
        left: -420px;
    }
}
*/
#slideshow #slides {
    position: relative;
    text-align: center;
}
#slideshow #slides .slide {
}
#slideshow .slidesjs-container { text-align: left; }
#slideshow .slidesjs-navigation,
#slideshow .slidesjs-pagination-item { height: 0; line-height: 0; font-size: 0; overflow: hidden; }
#slideshow .slidesjs-navigation { display: none; }
#slideshow .slidesjs-pagination { display: none; }
#slideshow .slidesjs-pagination-item { display: none; }
#slideshow .slidesjs-pagination-item .active { text-decoration: underline; }


/* nav
-------------------------------------------------------------- */
#nav {
    margin-bottom: 30px;
    padding: 0;
    border-top: solid 1px #7aabd9;
    border-bottom: solid 3px #0083b4;
    /* グラデ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f2f2f2')";
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
#nav ul {
    width: 100%;
    border-right: solid 1px #7aabd9;
    z-index: 9999;
}
#nav li {
    position: relative;
    display: inline-block;
    border-left: solid 1px #7aabd9;
}
#nav li a {
    display: block;
    padding: 2px 16px;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
}
#nav li:last-child {
}
#nav li:last-child a {
}
#nav li a:hover {
    color: #004986;
}
#nav ul ul {
    position: absolute;
    top: 54px;
    display: none;
    width: 300px;
    z-index: 9999;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
#nav ul li:hover ul,
#nav ul ul:hover {
    display: block;
}
#nav ul ul li {
    display: block;
    border-bottom: solid 1px #fff;
}
#nav ul ul li a {
    display: block;
    padding: 2px 0;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #004986;
}
#nav ul ul li a:hover {
    color: #ffae00;
    background-color: #002966;
}


/* footer
-------------------------------------------------------------- */
#footer {
    border-top: solid 1px #444;
    color: #fff;
}

#footer .one-row,
#footer .two-row,
#footer .three-row,
#footer .four-row {
    padding: 15px 0;
}
#footer .one-row { padding: 4px 0; }

#footer .one-row   { background-color: #004986; }
#footer .two-row   { background-color: #306b9d; }
#footer .three-row { background-color: #004986; }
#footer .four-row  { background-color: #306b9d; }

.page-to-top p {
    margin: 20px 20px 10px 0;
    text-align: right;
}
.page-to-top p a {
    font-size: 40px;
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
            transition: all 0.3s;
}
.page-to-top p a:hover {
    color: #a30000;
    -webkit-animation: shake 0.2s linear infinite;
       -moz-animation: shake 0.2s linear infinite;
        -ms-animation: shake 0.2s linear infinite;
            animation: shake 0.2s linear infinite;
}
@keyframes shake {
    0% { transform: translate(3px, 2px) rotate(0deg); }
    10% { transform: translate(-2px, -3px) rotate(-1deg); }
    20% { transform: translate(-4px, 0px) rotate(1deg); }
    30% { transform: translate(0px, 3px) rotate(0deg); }
    40% { transform: translate(2px, -2px) rotate(1deg); }
    50% { transform: translate(-2px, 3px) rotate(-1deg); }
    60% { transform: translate(-4px, 2px) rotate(0deg); }
    70% { transform: translate(3px, 2px) rotate(-1deg); }
    80% { transform: translate(-2px, -2px) rotate(1deg); }
    90% { transform: translate(2px, 4px) rotate(0deg); }
    100% { transform: translate(2px, -3px) rotate(-1deg); }
}

#footer .footer-nav {
    text-align: right;
}
#footer .footer-nav a {
    color: #fff;
    text-decoration: none;
}
#footer .footer-nav a:hover {
    color: #a30000;
}

#footer .strong {
    font-size: 18px;
    font-weight: bold;
}
#footer .strong span {
    color: #fead00;
}

#footer .office-name {
    text-align: right;
    font-size: 34px;
    line-height: 40px;
    color: #fead00;
    font-weight: bold;
    letter-spacing: 0.1ex;
    /* 歪み */
    /*
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
    -webkit-transform:skew(-18deg,0deg) rotate(0deg);
       -moz-transform:skew(-18deg,0deg) rotate(0deg);
        -ms-transform:skew(-18deg,0deg) rotate(0deg);
    */
}
#footer .director {
    font-size: 22px;
    text-align: right;
    letter-spacing: 0.1ex;
}
#footer .tel {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0.2ex;
}
#footer .address,
#footer .inquiry-link {
    text-align: right;
}
#footer .inquiry-link a {
    color: #fff;
}
#footer .inquiry-link a:hover {
    color: #a30000;
}

#footer .copyright p {
    text-align: center;
    font-size: 12px;
}

/* side-bar
-------------------------------------------------------------- */
#sidebar {}

#sidebar .aside-block {
    margin-bottom: 20px;
    background-color: #007aa7;
    border-top: solid 1px #2295c0;
    border-left: solid 1px #2295c0;
    border-right: solid 1px #006185;
    border-bottom: solid 1px #006185;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
#sidebar .aside-block h3 {
    display: table;
    padding: 8px;
    border-bottom: solid 1px #006185;
    text-align: center;
    white-space: nowrap;
    background-color: #007aa7;
    color: #fff;
}
#sidebar .aside-block h3:after,
#sidebar .aside-block h3:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}
#sidebar .aside-block h3:after {
    border-left: 1em solid transparent;
}
#sidebar .aside-block h3:before {
    border-right: 1em solid transparent;
}
#sidebar .aside-block ul {
}
#sidebar .aside-block ul li {
    border-bottom: solid 1px #006185;
}
#sidebar .aside-block ul li:last-child {
    border-bottom: 0;
}
#sidebar .aside-block ul li a {
    display: block;
    padding: 8px;
    color: #fff;
    background-color: #007aa7;
}
#sidebar .aside-block ul li a:hover {
    background-color: #002966;
}

#sidebar .blogs-link {
    margin: -10px 0 20px 0;
    text-align: right;
}
#sidebar .blogs-link a {
    color: #007aa7;
}
#sidebar .blogs-link a:hover {
    color: #002966;
}

#sidebar .parent-page-link {
    margin: -10px 0 20px 0;
    text-align: right;
}
#sidebar .parent-page-link a {
    color: #007aa7;
}
#sidebar .parent-page-link a:hover {
    color: #002966;
}


/* page parts
-------------------------------------------------------------- */
.heading {
    margin: 0 0 20px 0;
    padding: 1px;
    border: solid 1px #d5d5d5;
    color: #fff;
    background-color: #fff;
}
.heading h1 {
    padding: 5px 5px 3px 7px;
    color: #a30000;
    background-color: #e7e7e7;
}
.heading h1 i {
    color: #0083b4;
}
.article {
    margin-bottom: 40px;
}
.post-title {
    margin-bottom: 15px;
    padding: 8px 10px 6px 8px;
    background-color: #e7e7e7;
}
.post-title a {
    display: block;
    padding: 0 0 0 10px;
    border-left: solid 4px #0083b4;
    color: #0083b4;
    text-decoration: none;
    cursor: pointer;
}
.post-title a:hover {
    color: #a30000;
    text-decoration: underline;
}
.post-meta {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}
.post-meta:after {
    
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
.post-meta .post-category { float: right; }
.post-meta .post-date     { float: left; }
.post-meta .post-category,
.post-meta .post-date {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}
.post-summary {
    margin-bottom: 10px;
    padding-left: 15px;
}
.more-read-link {
    padding-bottom: 17px;
    text-align: right;
}
.more-read-link a {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    background-color: #004986;
    text-decoration: none;
}
.more-read-link a:hover {
    background-color: #5c2300;
}
.more-read-link a i {
    color: #fff;
}


/* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
    margin: -17px 0 12px 0;
    font-size: 12px;
}
.breadcrumb a {
    font-size: 12px;
    color: #007aa7;
}
.breadcrumb a:hover {
    color: #002966;
}

/* pagination
-------------------------------------------------------------- */
.pagination {
    margin-bottom: 40px;
}
.pagination .wp-pagenavi {
    text-align: center;
}
.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a {
    display: inline-block;
    margin: 5px 8px;
    border: 0;
    text-decoration: none;
}

/* edit-pagenavi
-------------------------------------------------------------- */
ul.edit-pagenavi {
    margin-bottom: 40px;
}
ul.edit-pagenavi:after {
    
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
ul.edit-pagenavi li {
    display: inline-block;
    width: 40%;
    font-size: 30px;
}
ul.edit-pagenavi li.prev {
    float: left;
    text-align: right;
}
ul.edit-pagenavi li.next {
    float: right;
    text-align: left;
}
ul.edit-pagenavi li a {
    color: #000;
    text-decoration: none;
}
ul.edit-pagenavi li a:hover {
    color: #a30000;
}


/* child-page-list
-------------------------------------------------------------- */
.child-page-list ul { margin: 0 0 20px 30px; }
.child-page-list ul ul {
    margin: 0 0 0 30px; 
}
.child-page-list ul li {
    position: relative;
    margin-top: 3px;
    list-style-type: none;
}
.child-page-list ul ul ul ul li { list-style-type: auto; }
.child-page-list ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '● ';
    color: #0083b4;
}
.child-page-list ul ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '□ ';
    color: #0083b4;
}
.child-page-list ul ul ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '・';
    color: #0083b4;
}


/* edit link
-------------------------------------------------------------- */


/* other
-------------------------------------------------------------- */
.page-top-btn {
    text-align: right;
}


/* End of file *//**
 * Edit area style settings
 * 
 * style_editor.css
 * =========================================================================
 */

#tinymce.edit-area {
    margin: 20px 10px;
}

/* =Headings
-------------------------------------------------------------- */
.edit-area h1,
.edit-area h2,
.edit-area h3,
.edit-area h4,
.edit-area h5,
.edit-area h6 {
    margin-bottom: 0.8em;
}

.edit-area h1 {
    padding: 16px 18px 14px 18px;
    color: #fff;
    background-color: #0083b4;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d5d5d5;
}
.edit-area h1 a {
    color: #fff;
    text-decoration: underline;
}
.edit-area h1 a:hover {
    color: #a30000;
}

.edit-area h2 {
    padding: 16px 18px 14px 35px;
    color: #0083b4;
    background-color: #e7e7e7;
}
.edit-area h2:before {
    display: block;
    position: relative;
    right: 101%;
    float: right;
    content: '●  ';
    color: #a30000;
}
.edit-area h2 a {
    color: #0083b4;
    text-decoration: underline;
}
.edit-area h2 a:hover {
    color: #a30000;
}

.edit-area h3 {
    padding: 10px 10px 7px 25px;
    border-bottom: solid 2px #007aa7;
}
.edit-area h3:before {
    display: block;
    position: relative;
    right: 101%;
    float: right;
    content: '●  ';
    color: #007aa7;
}
.edit-area h3 a {
    color: #000;
    text-decoration: underline;
}
.edit-area h3 a:hover {
    color: #a30000;
}

.edit-area h4 {
    padding-left: 1.3em;
}
.edit-area h4:before {
    display: block;
    position: relative;
    right: 101%;
    float: right;
    content: '□  ';
    color: #007aa7;
}
.edit-area h4 a {
    color: #000;
    text-decoration: underline;
}
.edit-area h4 a:hover {
    color: #a30000;
}

.edit-area h5 {
    padding-left: 1.3em;
}
.edit-area h5:before {
    display: block;
    position: relative;
    right: 101%;
    float: right;
    content: '■  ';
    color: #007aa7;
}
.edit-area h5 a {
    color: #000;
    text-decoration: underline;
}
.edit-area h5 a:hover {
    color: #a30000;
}

.edit-area h6 {
    padding-left: 1.3em;
    font-weight: bold;
}
.edit-area h6:before {
    display: block;
    position: relative;
    right: 101%;
    float: right;
    content: '・';
    color: #007aa7;
}
.edit-area h6 a {
    color: #000;
    text-decoration: underline;
}
.edit-area h6 a:hover {
    color: #a30000;
}

/* =Text elements
-------------------------------------------------------------- */
.edit-area p {
	margin-bottom: 1.2em;
}

/* =Links
-------------------------------------------------------------- */
.edit-area a { text-decoration: underline; }

/* =Alignment
-------------------------------------------------------------- */
.edit-area sup,
.edit-area sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
.edit-area sup {
    bottom: 1ex;
}
.edit-area sub {
    top: .5ex;
}

/* =Lists
-------------------------------------------------------------- */
.edit-area ol { margin: 0 0 20px 50px; }
.edit-area ul { margin: 0 0 20px 30px; }
.edit-area ol ol,
.edit-area ol ul,
.edit-area ul ul,
.edit-area ul ol {
    margin: 0 0 0 30px; 
}
.edit-area ol li,
.edit-area ul li {
    position: relative;
    margin-top: 3px;
    list-style-type: none;
}
.edit-area ul ul ul ul li
.edit-area ol ol ol ol li { list-style-type: auto; }

.edit-area ol       { counter-reset: custom-decimal; }
.edit-area ol ol    { counter-reset: custom-lower-alpha; }
.edit-area ol ol ol { counter-reset: custom-lower-roman; }

.edit-area ol li          { counter-increment: custom-decimal; }
.edit-area ol ol li       { counter-increment: custom-lower-alpha; }
.edit-area ol ol ol li    { counter-increment: custom-lower-roman; }

.edit-area ol li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: counter(custom-decimal) ".";
    color: #0083b4;
    font-weight: bold;
}
.edit-area ol ol li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: counter(custom-lower-alpha,lower-alpha) ".";
    color: #0083b4;
    font-weight: bold;
}
.edit-area ol ol ol li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: counter(custom-lower-roman,lower-roman) ".";
    color: #0083b4;
    font-weight: bold;
}

.edit-area ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '● ';
    color: #0083b4;
}
.edit-area ul ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '□ ';
    color: #0083b4;
}
.edit-area ul ul ul li:before {
    display: block;
    position: relative;
    right: 100%;
    float: right;
    content: '・';
    color: #0083b4;
}

/* =Tables
-------------------------------------------------------------- */
.edit-area table {
    max-width: 90%;
    width: auto;
    margin: 0 auto 20px auto;
}
.edit-area table caption {
    font-weight: bold;
    color: #0083b4;
}
.edit-area table tr {}
.edit-area table th,
.edit-area table td {
    padding: 6px 10px;
    border: solid 1px #000;
    vertical-align: middle;
}
.edit-area table th {
    color: #fff;
    /* font-weight: bold; */
    background-color: #0083b4;
}



/* =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;
}


/* =Other
-------------------------------------------------------------- */
.indent {
	padding-left: 30px;
}





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


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

#site-home #director-msg {
    margin-bottom: 30px;
}
#site-home #director-msg .director-image {
    position: absolute;
    top: -10px;
    right: 0;
}
#site-home #director-msg h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #004986;
    font-weight: bold;
    text-align: center;
}
#site-home #director-msg h3 {
    margin-bottom: 15px;
    border-bottom: solid 1px #a30000;
    font-size: 22px;
    color: #a30000;
    font-weight: bold;
}
#site-home #director-msg h3 i {
    color: #004986;
}
#site-home #director-msg p {
    margin-bottom: 15px;
 /*   letter-spacing: 0.1ex;*/
    line-height: 1.6em;
}
#site-home #director-msg p span {
    color: #a30000;
}

#site-home #affairs-info {
    margin-bottom: 30px;
}
#site-home #affairs-info h2 {
    margin-bottom: 10px;
    text-align: center;
}
#site-home #affairs-info h2 a {
    font-size: 24px;
    color: #004986;
    font-weight: bold;
}
#site-home #affairs-info h2 a:hover {
    color: #a30000;
}
#site-home #affairs-info h2 a i {
    color: #000;
}
#site-home #affairs-info h3 {
    margin-bottom: 7px;
    text-align: center;
}
#site-home #affairs-info h3 a {
    display: block;
    padding: 8px 0;
    background-color: #004986;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#site-home #affairs-info h3 a:hover {
    color: #ffae00;
    background-color: #002966;
}
#site-home #affairs-info p {
    margin-bottom: 10px;
}


#site-home .news-feed {
    margin-bottom: 40px;
    padding: 17px 17px 0 17px;
    background-color: #fff;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
#site-home .news-feed h2 {
    margin-bottom: 10px;
    font-size: 14px;
}
#site-home .news-feed h2 a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
#site-home .news-feed .article {
    margin-bottom: 18px;
    border-bottom: solid 1px #666;
}
#site-home .news-feed .post-header {
    padding: 0 0 0 5px;
    border-left: solid 3px #000;
    color: #000
}
#site-home .news-feed .post-header a {
    color: #5c2300;
    text-decoration: none;
}
#site-home .news-feed .post-header a:hover {
    color: #004986;
    text-decoration: underline;
}
#site-home .news-feed .post-date {
    font-size: 12px;
}
#site-home .news-feed .post-summary {
    padding: 0 0 0 8px;
    color: #666;
}
#site-home .news-feed .post-summary p {
    color: #666;
}
#site-home .news-feed .more-link {
    padding-bottom: 17px;
    text-align: right;
}
#site-home .news-feed .more-link a {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    background-color: #004986;
    text-decoration: none;
}
#site-home .news-feed .more-link a:hover {
    background-color: #5c2300;
}

#site-home .useful-link {
    border: solid 1px #004986;
    background-color: #fff;
    text-align: right;
    /* シャドウ */
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";
}
#site-home .useful-link a {
    display: block;
    padding: 17px;
    font-size: 22px;
    color: #fead00;
    font-weight: bold;
    background-color: #fff;
}
#site-home .useful-link a:hover {
    color: #004986;
}
#site-home .useful-link a span {
    font-size: 30px;
}



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

.search-results{}


/* inquiry
-------------------------------------------------------------- */
#inquiry .inquiry-form {
    padding: 20px;
    /* 角丸 *//*
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;*/
    /* インナーシャドウ *//*
    -webkit-box-shadow: inset 1px 1px 5px #666666;
       -moz-box-shadow: inset 1px 1px 5px #666666;
            box-shadow: inset 1px 1px 5px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#666666');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#666666')";*/
}
#inquiry .inquiry-form table,
#inquiry .inquiry-form table tr,
#inquiry .inquiry-form table tr th,
#inquiry .inquiry-form table tr td {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #000;
    font-weight: normal;
}
#inquiry .inquiry-form table {
    width: 100%;
    max-width: 100%;
}
#inquiry .inquiry-form table tr th,
#inquiry .inquiry-form table tr td {
    padding: 8px 12px;
    border-bottom: solid 1px #ddd;
}
#inquiry .inquiry-form table table tr th,
#inquiry .inquiry-form table table tr td {
    padding: 0;
    border: 0;
}
#inquiry .inquiry-form table tr:last-child th,
#inquiry .inquiry-form table tr:last-child td {
    border-bottom: 0;
}
#inquiry .inquiry-form table tr th {
    text-align: center;
}
#inquiry .inquiry-form input[type="text"],
#inquiry .inquiry-form input[type="number"],
#inquiry .inquiry-form input[type="tel"],
#inquiry .inquiry-form input[type="email"],
#inquiry .inquiry-form input[type="date"],
#inquiry .inquiry-form input[type="submit"],
#inquiry .inquiry-form textarea {
    width: 350px;
    padding: 6px 8px;
    border: solid 1px #eaf4fc;
    background-color: #eaf4fc;
    cursor: text;
    /* 角丸 */
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
#inquiry .inquiry-form .your-birthyear  input { width: 8em; }
#inquiry .inquiry-form .your-birthmonth input { width: 4em; }
#inquiry .inquiry-form .your-birthday   input { width: 4em; }
#inquiry .inquiry-form .your-sex {
    display: inline-block;
    padding: 10px 8px;
}
#inquiry .inquiry-form .your-postalcode-head input { width: 6em; }
#inquiry .inquiry-form .your-postalcode-foot input { width: 8em; }
#inquiry .inquiry-form .your-messagetype span {
    margin: 0;
    padding: 0;
}
#inquiry .inquiry-form .your-messagetype label {
    display: block;
}
#inquiry .inquiry-form input[type="submit"] {
    display: block;
    margin: 30px auto 0 auto;
    padding: 2ex 2ex 2ex 5ex;
    border: solid 1px #a0d8ef;
    color: #0083b4;
    text-align: center;
    letter-spacing: 3ex;
    cursor: pointer;
}
#inquiry .inquiry-form input[type="submit"]:hover {
    border: solid 1px #a0d8ef;
    color: #fff;
    background-color: #0083b4;
}



/* End of file */