/*
  Theme Name: 株式会社向陽のテーマ
  Theme URI: http://
  Description: 株式会社向陽のテーマ
  Version: 1.0.0

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML Elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th {
  margin:0;
  padding:0;
}

header,article,footer,article,aside,time,nav,figure,figcaption {
  margin:0;
  padding:0;
  display:block;
}

address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}

body {
  background: url(images/bg.png) repeat-x top center;
  font-size: 1.00em;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.2em;
}

a:link, a:visited {
  color: #0066CC;
}

a:hover, a:active {
  color:#FF0066 !important;
  text-decoration: underline !important;
}

a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}

img, a:link img, a:visited img {
  border:0;
  vertical-align:bottom;
}

hr {
  margin: 30px 0;
  border: none;
  display: block;
  height: 1px;
  background-color: #CCC;
}

a[href $='.pdf'] {
    background:url(images/icon_pdf.png) no-repeat;
    margin: 0 0 0 0;
    padding: 20px 0px 20px 60px;
    display:block;
    border: 3px solid #EEE;
}
a[href $='.pdf']:hover {
    border: 3px solid #CCC;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}



/* globalHeader ------------------------------------- */
#globalHeader {
  height: 134px;
}
#header {
  position: relative;
  overflow: hidden;
}
#header .header_title {
  float: left;
  margin-top: 40px;
}
#header .header_box {
  float: right;
  margin-top: 25px;
  text-align: right;
  width: 50%;
}
#header .header_box .header_fontsize {
  float: left;
  width: 226px;
  padding-top: 38px;
}
#header .header_box .header_contact {
  float: right;
}
#header .header_box .header_contact img {
  max-width: 100%;
}


#globalHeader h1 {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 85%;
  font-weight: normal;
  /*margin: 15px 0 5px;*/
}

#globalHeader .title img {
  height: 74px;
  width: auto;
}


/* globalNavi ------------------------------------- */
#globalNavi {
  clear: both;
}
#globalNavi ul {
  list-style: none;
  text-align: center;
}
#globalNavi li {
  display: inline-block;
}
#globalNavi ul {
  vertical-align: bottom;
  font-size: 0;
}

#spNavi {
  display: none;
}

#globalNavi li ul.sub_menu {
  position: absolute;
  display: none;
  z-index: 9999;
  font-size: 0;
}
#globalNavi li:hover ul.sub_menu {
  display: block;
}
#globalNavi li:hover ul.sub_menu li {
  padding: 10px 20px;
  border: 1px solid #999;
  background-color: #fff;
  display: block;
  font-size: 14px;
}
#globalNavi li:hover ul.sub_menu li a {
  color: #333;
  text-decoration: none;
}



/* category_image ------------------------------------- */
#category_image {
  background-color: #F9D6BC;
  text-align: center;
  clear: both;
  margin: 20px auto;
  padding-bottom: 20px;
}
#category_image .page_title {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  line-height: 160%;
  border-bottom: 3px solid #F6712E;
  margin: 10px 0;
}
#category_image .page_title_image {
  margin: 30px 0 10px;
}
#category_image .body {
  max-height: 250px;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}



/* page_navigation ------------------------------------- */
#page_navigation {
  margin: 0 0 10px;
  overflow: hidden;
}
#container #page_navigation ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#container #page_navigation li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
#post_navi_footer {
  overflow: hidden;
}
#post_navi_footer .prev {
  float: left;
}
#post_navi_footer .next {
  float: right;
}



/* nav-below ------------------------------------- */
#nav-below {
  overflow: hidden;
  margin: 20px 0;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
#nav-below .meta-nav {
  padding: 0 10px;
}



/* pagetop ------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}



.breadcrumbs {
  margin-bottom: 15px;
}


/* main ------------------------------------- */
#main {
  overflow: hidden;
}



/* container ------------------------------------- */
#container {
  /*float: left;*/
  /*width: 680px;*/
}
#container.twocolumn {
  float: left;
  width: 680px;
}

#container .label {
  background: url(images/bg_label.gif) no-repeat left top;
  padding: 8px 10px;
  font-size: 90%;
  color: #FFF;
  margin-left: 0;
  margin-bottom: 20px;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  font-size: 100%;
  margin-bottom: 20px;
  clear: both;
}
#container h1 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  line-height: 160%;
  border-bottom: 3px solid #F6712E;
  padding-bottom: 15px;
}
#container h2 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 180%;
  line-height: 150%;
  border-bottom: 3px solid #F6712E;
  padding-bottom: 15px;
}
#container h3 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  line-height: 130%;
  border-bottom: 3px solid #F6712E;
  margin: 20px 0;
  padding-bottom: 15px;
}
#container h4 {
  border-bottom: 1px solid #F6712E;
  padding: 8px 3px 5px 3px;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 20px;
}

#container p {
  margin: 10px 0;
  padding: 0;
  line-height: 200%;
}
#container header h1{
  margin-left: 0;
}

#container ul,
#container ol {
  margin: 10px;
  padding: 10px;
}

#container_bottom {
  margin-bottom: 25px;
}



/* sidebar ------------------------------------- */
#sidebar {
  float: right;
  width: 270px;
}

#sidebar .title {
  background: url(images/bg_label_04.png) no-repeat left bottom;
  font-size: 120%;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 8px 0 10px;
}

#sidebar ul {
  list-style: none;
}

#categorylist_sideframe {
}
#categorylist_sideframe .title {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: normal;
}
#categorylist_sideframe .title span {
  display: block;
  font-size: 70%;
  color: #7D7D7D;
  padding-top: 3px;
}
#categorylist_sideframe ul {
  margin-bottom: 20px;
}
#categorylist_sideframe li {
  background: url(images/list_icon.png) no-repeat 8px 3px;
  margin-bottom: 20px;
  padding-left: 25px;
  border-bottom: 1px dotted #666;
}

#bannerlist_sideframe li {
  margin: 0 0 10px;
}
#bannerlist_sideframe li a {
  display: block;
  border: 5px solid #666;
  text-align: center;
}
#bannerlist_sideframe li a img {
  display: inline-block;
  max-width: 100%;
}

#contact_sideframe {
}
#contact_sideframe img {
  margin-top: 15px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contact_sideframe address {
  padding: 10px 15px;
  font-size: 90%;
}

.sidebox {
  border: 1px solid #FFA64D;
  padding: 10px;
  margin-bottom: 30px;
}


#access table.table_style,
#contact table.table_style {
  margin-left: 20px;
}
#access table.table_style th,
#contact table.table_style th {
  border-right: 1px solid #999999;
}
#access table.table_style td,
#contact table.table_style td {
  padding: 3px 3px 3px 10px;
}
#contact input.textbox,
#contact textarea.textbox {
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
  margin: 5px 3px;
}
#contact input.button {
  display: block;
  padding: 10px 50px;
  margin: 5px auto;
}
#contact form span {
  color: #FF0000;
}



/* footer ------------------------------------- */
#globalFooter {
  margin-top: 30px;
  background-color: #F6712E;
  overflow: hidden;
}

#footer {
  overflow: hidden;
  font-size: 90%;
  padding: 30px 0;
  margin-bottom: 10px;
}

#footer_info {
  float: left;
}

#footer_contact {
  padding: 0px 20px;
  float: left;
}

#footer_banner {
  float: right;
}
#footer_banner ul,
#footer_banner li {
  list-style: none;
}
#footer_banner li img {
  max-width: 300px;
  height: auto;
}

#footer_copyright {
  clear: both;
  text-align: center;
  padding: 10px 0;
  background-color: #F5EFDF;
}



/* staff page ------------------------------------- */
#staff_list {
  font-size: 80%;
}
#staff_list h4 {
  font-size: 150%;
}
#staff_list p {
  margin: 0;
  padding: 0;
}
#staff_list img {
  /*width: 100%;*/
  /*height: auto;*/
}
#staff_list span {
  font-size: 80%;
}




.twocolumn_block {
  overflow: hidden;
}
.twocolumn_block .block {
  float: left;
  width: 45%;
  border: 1px solid #CCC;
  padding: 8px;
  margin: 0 0 30px;
}
.twocolumn_block .block:nth-child(even) {
  float: right;
}



/* class ------------------------------------- */
a.list_icon {
  list-style: none;
  background: url(images/list_icon.png) no-repeat 3px 2px;
  margin: 0 5px 10px;
  padding: 0px 3px 3px 25px;
}
.list_icon li {
  list-style: none;
  background: url(images/list_icon.png) no-repeat 3px 2px;
  margin: 0 5px 10px;
  padding: 0px 3px 3px 25px;
}
.list_border li {
  border-bottom: 1px dotted #666;
}

.image_left {
	margin: 0 20px 20px 0;
	float: left;
}

.image_center {
	margin: 0 auto 20px auto;
}

.image_right {
	margin: 0 0 20px 20px;
	float: right;
}

.left_box {
  float: left;
}
.right_box {
  float: right;
}

.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.text_large {
  font-size: 150%;
  line-height: 150%;
}
.text_small {
  font-size: 90%;
  line-height: 120%;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%
}
table th {
  padding: 10px;
  border-bottom: 1px solid #F6712E;
  vertical-align: middle;
  line-height: 150%;
  font-weight: bold;
  color: #F6712E;
}
table td {
  padding: 10px;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  line-height: 150%;
}

table.table_noborder {
  border: none;
  margin: 5px 0;
}
table.table_noborder td {
  padding: 3px;
}
table.table_dotborder {
  border: none;
  margin: 5px 0;
}
table.table_dotborder th {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  text-align: left;
  line-height: 30px;
}
table.table_dotborder td {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  line-height: 30px;
}

ul.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
ul.list_arranges_one_row li {
  float: left;
}
dl.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
dl.list_arranges_one_row dt {
  float: left;
  clear: both;
}
dl.list_arranges_one_row dd {
  float: left;
}

input.button {
  padding: 10px 30px;
}


/* contents style ------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category-entry-body {
  border-bottom: 1px dashed #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.entry-body {
  margin-bottom: 20px;
  clear: both;
}


.category-entry-body {
  padding: 10px;
  margin-bottom: 10px;
}
.entry-body {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.side-body {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}

.border_box {
  border: 2px solid #B28850;
  padding: 10px;
  margin: 10px 0;
}
.radius_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn {
  border: 1px solid #000;
  width: 100%;
  font-size: 90%;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn_small {
  width: 180px;
  font-size: 80%;
}
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
  color: #000 !important;
  text-decoration: none !important;
}

span.btn_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 4px;
}
span.btn_icon_1 {
  background: url(images/icon_allow_01.png) no-repeat 0 0;
}
span.btn_icon_2 {
  background: url(images/icon_allow_02.png) no-repeat 0 0;
}
span.btn_icon_3 {
  background: url(images/icon_allow_03.png) no-repeat 0 0;
}
span.btn_icon_4 {
  background: url(images/icon_allow_04.png) no-repeat 0 0;
}

ul.tag_list li {
  background-color: #0DAE3E;
  font-size: 80%;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


.body700 {
  width: 700px;
  margin: 0 auto;
}

.orangelabel {
  background-color: #F6712E;
  color: #FFF;
}
