﻿@charset "utf-8";
/*
	Theme Name: yamakawa
	Theme URI:
	Description: 株式会社山川印刷所専用WrodPressテーマ
	Author:
	Ver: 1.0
*/
/*---------------------------------
/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(css/reset.css);
@import url(css/base.css);
@import url(css/common.css);
/*---------------------------------
	初期設定
-----------------------------------*/
body {
	width: 100%;
	color: #414141;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
li {
	line-height: 1.5em;
}
a {
	color: #595757;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover {
	color: #ab242d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
section {
}
article {
	width: 100%;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 0.3em;
}
table,th,td {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
}
th,td {
	/*line-height: 1.5em;*/
	margin: 0;
	padding: 0;
}
address {
	font-size: 1em;
	font-style: normal;
}
img {
	-moz-background-size:contain;
	background-size:contain;
}
/*---------------------------------
	wrapParts
-----------------------------------*/
#wrap {
	width: 100%;
	float: left;
	padding-top: 0;
}
/*---------------------------------
	headerParts
-----------------------------------*/
header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c9c9ca;
}
#header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c9c9ca;
}
#head {
	width: 100%;
}
.post_head {
	margin-bottom: 0.8em;
	padding-left: 12px;
}
#logo {
	margin: 18px 0;
}
.head_right {
	width: 100%;
	float: left;
}
.headr_right li {
	float: left;
}
.head_right {
	display: none;
}
.head_icon_calendar {
	width: 100%;
}
.head_icon_tel {
}

/*---------------------------------
	navParts
-----------------------------------*/
nav ul {
	height: 21px;
	margin-bottom: 1.25em;
	border-left: 1px solid #970000;
}
nav li {
	width: 123px;
	text-align: center;
	float: left;
	border-right: 1px solid #C9C9CA;
}
#bg-cover{
    position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(3,3,3,.5);
	display: none;
  opacity: 0;
  }
  #bg-cover.menu_open{
    opacity: 1;
    display: block;
  }

#nav {
	width: 70%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -70%;
	transition: .3s;
    background: #970000;
    height: 100vh;
}
#nav.menu_open{
	right:0;
}
#menu-icon{
    background-color: #970000;
    border-radius: 0 0 0 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    transition: all 0.2s linear 0s;
    z-index: 1000;
  }

#nav ul {
	margin-top: 3em;
	height: 21px;
	margin-bottom: 1.25em;
	border-left: 1px solid #C9C9CA;
}
#nav li {
	width: 100%;
	line-height: 50px;
	text-align: center;
	float: left;
}
#nav li a{
	color: #fff;
;}
#menu_tel{
	display: block;
	margin-top: 3em;
}
/*---------------------------------
	VisualParts
-----------------------------------*/
#visual {
	width: 100%;
	height: auto;
}
.main_visual {
	width: 100%;
	height: auto;
}
.main_visual a,img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.sp-buttons {
	height: 21px;
}
#nav_sub {
	width: 100%;
	float: none;
	height: auto;
	background-color: #a9a9a9;
	background-repeat: repeat-y;
}
#nav_sub ul{
	padding: 0.5em 0;
	height: auto;
	width: 100%;
}
#nav_sub li {
	text-align: center;
	float: none;
	margin: auto;
}
#nav_sub a {
}
#nav_sub img {
	height: 72px;
	padding: 11px 0;
	text-align: center;
	opacity: 1.2;
}
/*ビジュアル切替*/
.head_corporate {
}
.head_corporate img {
	width: 100%;
}
.head_csr {
}
.head_csr  img {
	width: 100%;
}
.head_recruit {
}
.head_recruit img {
	width: 100%;
}
.head_service {
}
.head_service img {
	width: 100%;
}
.head_contact {
}
.head_contact img {
	width: 100%;
}
.head_news {
}
.head_news img {
	width: 100%;
}
.head_results {
}
.head_results img {
	width: 100%;
}
.head_onestop {
}
.head_onestop img {
	width: 100%;
}
.head_printing {
}
.head_printing img {
	width: 100%;
}
.head_upload {
}
.head_upload img {
	width: 100%;
}
/*---------------------------------
	Pankuzu list Parts
-----------------------------------*/
#pankuzu {
	width: 100%;
	float: left;
}
#pankuzu li {
	display: inline;
	float: left;
	padding: 0.1em 0.2em
}
#pankuzu a {
	display: inline;
}
/*---------------------------------
	mainParts
-----------------------------------*/
#main {
	width: 95%;
	float: none;
	margin: auto;

}
.flex_sp{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
#main h2 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}
#main h3 {
	font-weight: bold;
	margin-bottom: 0.8em;
}
#main h4 {
	font-weight: bold;
	font-size: 1.1em;
}
/*---------------------------------
	siderParts
-----------------------------------*/
#sidebar {
	width: 100%;
	float: left;
	margin-right:0 ;
	margin: auto;
}
#sidebar a {
	display: inline;
}
#sidebar {
	width: 100%;
	text-align: center;
}
.side_common {
	width: 100%;
	background-size: 100% auto;
}
.side_banner {
}
.side_banner img {
	width: 100%;
}
.side_communicate {
	width: 100%;
}
.side_communicate li {
	width: 160px;
	float: left;
	text-align: center;
}
.side_communicate a {
	display: block;
}
.side_communicate img {
	width: 100%;
}
.side_menu {
	width: 294px;
	height: 67px;
	line-height: 67px;
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-image: url(../images/side_menu_frame_small.gif);
}
.side_menu_corpo {
	width: 270px;
	height: 70px;
	line-height: 70px;
	padding-left: 60px;
	padding-right: 30px;
	overflow: hidden;
	position: relative;
	top: -4px;
	background-repeat: no-repeat;
	background-image: url(../images/side_menu_frame_small.gif);
}
.side_menu_big {
	width: 294px;
	height: 142px;
	padding-top: 24px;
	padding-left: 2em;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-image: url(../images/side_menu_big_small.gif);
}
.side_menu_big ul {
	line-height: 0.5em
}
/* sideメニュー：News */
.side_news {
	width: 100%;
	text-align: left;
}
.side_news_cat {
	width: 100%;
	text-align: left;
	position: relative;
	top: -19px;
}
.side_news_top {
	width: 342px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/side_news_top_small.png);
}
.side_news_bottom {
	width: 342px;
	height: 14px;
	padding-top: 2em;
	background-repeat: no-repeat;
	background-image: url(../images/side_news_bottom_small.png);
}
.side_menu_sub {
	margin-left: 16px;
	line-height: 1.1em;
}
.side_com_img {
	width: 149px;
	float: left;
	margin-left: 20px;
}
.side_menu_icon_title {
	width: 6%;
	float: right;
}
.side_menu_icon {
	width: 6%;
	float: right;
	margin-top: 26px;
}
.side_menu_icon_sub {
	width: 6%;
	float: right;
	margin-top: 6px;
}
.side_menu_icon_re {
	width: 6%;
	float: right;
	margin: 0;
}
.side_archives_title {
	text-align: left;;
	padding-left: 2em;
	font-size: 0.9em;
}
.side_archives {
}
.side_archives ul {

}
.side_archives li {
	margin-left: 30px;
	padding-left: 24px;
	background: url(../images/side_news_bk_small.png) no-repeat ;
}
.side_archives a {
	padding-top: 4px;
	padding-left: 40px;
}
.categories {
	margin-left: 60px;
}
.side_category li {
	margin-left: 16px;
	list-style-image: url(../images/icon_child.gif);
}
.side_sub_line {
	line-height: 45px;
}
/*---------------------------------
	ContentsParts
-----------------------------------*/
#contents {
	width: 100%;
	float: left;
}
.contents_service {
	width: 100%;
	float: left;
}
.contents_service img {
	width: 100%;
}
/*---------------------------------
	HomeParts
-----------------------------------*/
#home {
}
.news_post {
	margin-bottom: 1.2em;
}
.news_post article {
	margin: 0 0 0.8em;
	padding: 0 0 0.8em;
}
.news_post p {
	line-height: 1.5em;
	margin-bottom: 0.3em
}
.new_title {
	font-size: 18px;
	font-weight: bold;
}
.new_cont_left {
	width: 100%;
}
.new_cont_left p {
	color: #888889;
}
.new_cont_right {
	width: 100%;
}
.news_day {
	width: 92px;
	height: 13px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	background-color: #133f64;
}
.consignment_day {
	width: 92px;
	height: 13px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	background-color: #89872a;
}
.category_name {
	width: 100%;
}
.category_name ul {
	width: 100%;
}
.category_name li {
	float: left;
}
.category_name_kugiri {
	height: 44px;
	line-height: 44px;
	padding: 8px 8px 8px 0;
	border-right: 1px dashed #231815;
}
.bk_info {
	width: 92px;
	height: 13px;
	line-height: 13px;
	color: #ffffff;
	font-weight: bold;
	margin-left:16px;
	margin-bottom: 4px;
	padding: 8px;
	text-align: center;
	background-color: #133f64;
}
.bk_entry {
	width: 92px;
	height: 13px;
	line-height: 13px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 16px;
	padding: 8px;
	text-align: center;
	background-color: #89872a;
}
/*---------------------------------
	BannerParts
-----------------------------------*/
#banner {
	width: 185px;
	margin: 0 auto;
}
#banner ul {
	width: 100%;
	padding-top: 1em;
}
#banner li {
	width: 185px;
	color: #ffffff;
	padding: 0.5em 0;
}
#banner img {
	text-align: center;
}
.ba_right {
	margin-right: 50px;
}
/*---------------------------------
	corporate
-----------------------------------*/
.corporate {
	width: 100%;
	float: left;
}
.corporate img {
	width: 100%;
}
/* ごあいさつ */
.ceo_sign {
	width: 143px;
	float: right;
}
/* 会社情報 */
.corporate_top {
	margin-top: 0;

}
.title_cor {
	margin-bottom: 3em;
}
.profile_table {
	width: 100%;
	margin-top: 1.2em;
}
.profile_table th,td {
	font-weight: normal;
}
.profile_table th {
	width: 115px;
	padding: 1.3em 0;
}
.profile_table a {
	display: inline-block;
}
.profile_table p {
	border-left: 1px solid #9FA0A0;
	margin: 1em 0;
	padding-left: 40px;
	text-align: left;
}
.policy {
}
/* 沿革 */
.corporate_history {
	width: 100%;
}
.corporate_history th,td {
	line-height: 2em;
	border-bottom: 1px dotted #a9a9a9;
}
.corporate_history th {
	width: 100px;
	font-weight: normal;
}
.corporate_history td {
	text-align: left;
}
.map {
	margin-bottom: 1.5em;
}
.map iframe {
	width: 100%;
}
/* よくあるご質問 */
.post_qa {
	margin-bottom: 1.25em;
}
.post_qa_title {
	padding: 0.4em 0;
	border-bottom: 1px dotted #9FA0A0;
}
.post_qa_title img {
	width: 3%;
}
.qa_answer {
	width: 87%;
	padding: 16px 22px;
	background-color: #fbfbfb;
	-webkit-margin-start: 0px;
}
.qa_answer p {
	width: 80%;
}
.qa_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px 5px;
}
.qa_table tr {
}
.qa_table th {
	width: 30%;
	text-align: center;
}
.qa_table td {
	width: 70%;
	padding-left: 0.5em;
}
.qa_table_odd {
	background-color: #dcdddd;
}
.qa_table_even {
	background-color: #efefef;
}
.qa_headingp {
	width: 200px;
	padding: 16px 0;
	text-align: center;
	font-weight: bold;
	background-color: #dcdddd;
}
/* 自社広告 */
.ad {
	width: 100%;
	float: left;
}
.ad iframe {
	width: 100%;
}
.ad_note {
	width: 100%;
}
/*---------------------------------
	ニュースPart
-----------------------------------*/
.news{
}
.news article {
	margin: 0;
	padding: 0;
}
.news_clear {
	margin: 0;
	padding: 0;
}
.news_side_top {
	position: relative;
	top: -10px;
	margin: 0;
	padding: 0;
}
/*---------------------------------
	事業案内
-----------------------------------*/
.service_info li {
	width: 80%;
	float: left;
}
/* onestopPart */
.onestop {
	width: 100%;
	font-size: 21px;
	color: #595757;
	line-height: 45px;
}
.onestop h2 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.onestop article {
	margin: 0;
	padding: 0;
}
.onestop_casue {
	background-color: #f7f8f8;
	box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.34902) 0px 0px 8px 1px;
}
.onestop_post_casue {
	width: 90%;
	font-size: 80%;
}
.onestop_post_casue h3 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;

}
.onestop_post_common {
	width: 100%;
}
.onestop_2 {
	width: 100%;
}
.onestop_icon {
	width: 16%;
}
.font20 {
	font-size: 1.1em;
	font-weight: bold;
}
.onestop_storng {
	color: #9c1f28;
}
.onewstop_blue {
	color: #00a0e9;
	font-weight: bold;
}
.onestop_service {
	width: 100%;
}
.onestop_description {
	width: 100%;
	position: relative;
}
.onestop_description_icon {
	position: relative;
	z-index: -1;
	top: 0;
	left: 0;
}
.onestop_description_post {
	position: relative;
	z-index: 1;
	top: -60px;
	left: 0;
	padding: 0 20px;
}
.onestop_flow {
	position: relative;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/img_onestop_flow.jpg);
}
.onestop_contact {
	height: 670px;
	width: 100%;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #8dc21f;
	background-image: none;
}
.onestop_banner {
	width: 100%;
	float: left;
	margin-top: 1.5em;
}
.onestop_banner ul {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px;
}
.onestop_banner img {
	width: 100%;
}
/* printingPart */
.printing {
	color: #898989;
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
}
.printing article {
	width: 100%;
	float: left;
	margin: 0;
	height: auto;
}
.printing_common {
width: 90%;}
.printing_common img {
	width: 100%;
}
.printing_h3 {
	font-size: 18px;
	font-weight: bold;
	color: #587482;
}
.printing_h4 {
	color: #587482;
}
.printing_post {
	width: 100%;
	margin: 24px 0 32px 0;
}
.printing_left {
	width: 100%;
}
.printing_right {
	width: 100%;
}
.printing_right_strong {
	width: 100%;
	padding: 0.5em;
	background-color: #d4e5ed;
}
.printing_right_storng_color {
	color: #587482;
}
.printing_1 {
	color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_1_bk.png);
	background-size: cover;
}
.printing_2 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_2_bk.png);
	background-size: cover;

}
.printing_3 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_3_bk.png);
	background-size: cover;

}
.printing_4 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_4_bk.png);
	background-size: cover;
}
.printing_5 {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_5_bk.png);
	background-size: cover;
}
.printing_contact {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/printing_contact_bk.png);
	background-size: cover;
	top:-130px;
	padding: 50px 0;
}
.printing_contact h3{
	width: 90%;
	margin: auto;
}
.printing_contact img {
	width: 100%;
}
.onestop_banner_printing {
	width: 100%;
	float: left;
	top: 0;
}
.onestop_banner_printing ul{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.onestop_banner_printing li{
	margin-left: 0;
}
.onestop_mr{
	margin-left: 0;
	margin-right: 0;
}
.web,.pr{
	font-size: 12px;
	line-height: 1.5em;
}
.pr_common{
	width: 90%;
	padding: 40px 0;
}
.pr article,.web section article{
	background-size: cover;
	height: auto;
}
.pr_3{
	top: -75px;
}
.pr_4{
	top:-143px;
}
.pr_5{
	top: -215px;
	padding: 40px 0;
}
.landing_contact{
	top: -240px;
	padding: 20px 0;
}.landing_contact_2{
	top: -290px;
	padding: 60px 0;
}
.landing_left,.landing_right{
	width: 100%;
}
.landing_contact_common{
	margin-bottom: 10px;
	width: 100%;
}
.web_common{
	width: 90%;
	padding: 40px 0;
}
.web_5{
	padding-bottom:50px ;
}
.web_animation{
	width: 90%;
    color: #898989;
    margin: 0 auto;
    padding: 10px;
    background-color: #C7E5DA;
}
/*---------------------------------
	CSRPart
-----------------------------------*/
.csr{
	width: 100%;
	float: left;
}
.csr h2 img {
	width: 100%;
}
.csr_img {
	width: 100%;
	float: left;
}
/*---------------------------------
	採用情報
-----------------------------------*/
.recruit {
	width: 100%;
}
.recruit h2 img {
	width: 100%;
}
.requite_table {
	width: 100%;
}
.requite_table tbody tr th {
	font-weight: normal;
	width: 22%;
	padding: 0.2em 0;
}
.requite_table tbody tr td {
	width: 78%;
	padding: 0.2em 0;
}
.requite_table table {
	border-collapse: separate;
}
.requite_table td p {
	text-align: left;
	line-height: 1.5em;
	padding-left: 16px;
	border-left: 1px solid #9FA0A0;
}
.f-size2em{
	line-height: initial;
}
#rec_wrapper{
	padding: 72px 20px;
}
/*---------------------------------
	お問い合わせ
-----------------------------------*/
.contact{
	width: 100%;
}
.contact h2 img {
	width: 100%;
}
.contact_strong {
	padding: 16px;
	background-color: #fbfbfb;
}
.contact_table {
	width: 100%;
}
.contact_table th {
	width: 10%;
}
.contact_table td {
}
.contact_table_th {
	float: left;
}
.contact_table_td {
	float: left;
}
.wpcf7-form-control-wrap input {
	width: 298px;
	margin: 0 auto;
}
.wpcf7-form-control-wrap textarea {
	width: 298px;
	margin: 0 auto;
}
.contact_send {
	width: 100%;
	float: left;
}
.contact_input {
	width: 60%;
	padding-left: 1em;
	border-left: 1px solid #9fa0a0;
}
.cont_required {
	font-weight: bold;
	padding: 4px;
}
/* Contact Form7 */
.wpcf7-submit {
	border: 2px solid #9fa0a0;
}
/*---------------------------------
	データ入稿
-----------------------------------*/
.upload {
}
.upload a {
	display: inline;
}
/*---------------------------------
	投稿記事
-----------------------------------*/
.post_single {
	width: 100%;
	border-bottom: 1px dashed #231815;
}
.single_left {
}
.single_right {
}
/*---------------------------------
	404Parts
-----------------------------------*/
#notfound {
}
#notfound table {
	width: 100%;
}
#notfound td {
	padding: 4px;
}
/*---------------------------------
	FooterParts
-----------------------------------*/
footer {
	width: 100%;
	float: left;
}
#footer {
	width: 100%;
	float: left;
}
.return {
	width: 161px;
	height: 51px;
	float: right;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.return a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.retrun img {
	width: 161px;
	height: 51px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.post_footer {
	width: 100%;
	padding-bottom: 12px;
}
.f_top {
	width: 100%;
	float: left;
	padding-top: 1.5em;
	background-color: #f6f8f7;
}
.f_top article {
	margin: 0;
	float: none;
	margin: auto;
}
.f_top_left {
	width: 95%;
	margin: auto;
}
.calendar {
	width: 100%;
}
.calendar caption {
	font-style: normal;
}
.calendar table {
	width: 100%;
	border: none;
}
.calendar th {
	text-align: center;
	border: none;
}
.calendar td {
	text-align: center;
	border: none;
}
.holiday {
	color: #ffffff;
	background-color: #e4007f;
}
.f_top_right {
	width: 100%;
	padding-left: 0;
	border: none;
}
.f_top_right table {
	margin-left: 10px;
}
.f_top_right th {
}
.f_top_right td {
	text-align: left;
	border: none;
}
.f_address {
	margin-left: 56px;
}
.f_middle {
	width: 100%;
	float: left;
	padding: 1.5em 0;
	background-color: #f0f0f0;
}
.f_menu {
	width: 95%;
	font-size: 14px;
	margin-left: 10px;
}
.f_sub_menu {
	width: 95%;
	border-left:none ;

}
.f_sub_menu table {
	margin-left: 10px;
	margin-top: 20px;
}
.f_sub_menu th {
	font-weight: normal;
}
.f_sub_menu td {
	text-align: left;
	border: none;
	line-height: normal;

}
.f_sub_menu a {
	display: inline;
}
.fsub_menu_200 {
	width: 200px;
}
.fsub_menu_240 {
	width: 250px;
}
.f_bottom {
	width: 100%;
	float: left;
	padding: 0.8em 0;
	background-color: #e1e2e2;
}
.f_bottom p {
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
.t_table_th ,.t_table_td{
	width: 48px;
}
.footer_top {
position: static;}
/*---------------------------------
	CommonParts
-----------------------------------*/
.page_heading3 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	padding-left: 20px;
	overflow: hidden;
	background-color: #efefef;
}
.page_heading4 {
	margin-bottom: 1em;
}
.page_heading4 img {
	width: 3%;
}
/* 画像表示倍率 */
.img_reposition {
}
/* パンくず */
.breadcrumbs {
}
.breadcrumbs span{
	display: inline-block;
}
/* 表示領域 */
.common_area {
	width: 100%;
}
.post {
	width: 100%;
}
.post_right {
	width: 100%;
	float: left;
}
.post_right img {
}
.post_news {
	width: 100%;
	border-bottom: 1px dashed #231815;
}
.post_cat_news {
	width: 100%;
	float: left;
}
.post_cat_news img {
	text-align: center;
}
/* 日付 */
.day {
	font-size: 14px;
	font-weight: bold;
	color: #3e3a39;
	margin: 0;
}
.cont_required {
	background-color: #750C19;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
#acMenu dt{
	display:block;
	cursor:pointer;
}
#acMenu dd{
	display:none;
	padding-top: 1.25em;
}
/*営業日カレンダー*/
.biz_calendar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.table_border_left {
	padding-left: 16px;
	border-left: 1px solid #9fa0a0;
}
.calmonth {
	font-weight: normal;
	text-align: center;
}
.m0 {
	margin: 0;
}
.mt8 {
	margin-top: 8px;
}
.mt16 {
	margin-top: 16px;
}
.mt24 {
	margin-top: 24px;
}
.mt32 {
	margin-top: 32px;
}
.mr8 {
	margin-right: 8px;
}
.mr16 {
	margin-right: 16px;
}
.mr24 {
	margin-right: 24px;
}
.mr30 {
	margin-right: 30px;
}
.mr32 {
	margin-right: 32px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb32 {
	margin-bottom: 32px;
}
.mb36 {
	margin-bottom: 36px;
}
.mb40 {
	margin-bottom: 40px;
}
.ml8 {
	margin-left: 8px;
}
.ml16 {
	margin-left: 16px;
}
.ml24 {
	margin-left: 24px;
}
/* パディング */
.pt2 {
	padding-top: 2px;
}
.pt4 {
	padding-top: 4px;
}
.pt8 {
	padding-top: 8px;
}
.pt16 {
	padding-top: 16px;
}
.pt24 {
	padding-top: 24px;
}
.pt32 {
	padding-top: 32px;
}
.pt40 {
	padding-top: 40px;
}
.pt48 {
	padding-top: 48px;
}
.pt56 {
	padding-top: 56px;
}
.pt64 {
	padding-top: 64px;
}
.pl8 {
	padding-left: 8px;
}
.pl16 {
	padding-left: 16px;
}
.pl24 {
	padding-left: 24px;
}
.pl31 {
	padding-left: 0px;
}
.pl32 {
	padding-left: 32px;
}
.pl40 {
	padding-left: 40px;
}
.pl48 {
	padding-left: 48px;
}
.pl56 {
	padding-left: 56px;
}
.pl64 {
	padding-left: 64px;
}
.pr8 {
	padding-right: 8px;
}
.pr16 {
	padding-right: 16px;
}
.pr24 {
	padding-right: 24px;
}
.pr32 {
	padding-right: 32px;
}
.pr40 {
	padding-right: 40px;
}
.pr48 {
	padding-right: 48px;
}
.pr56 {
	padding-right: 56px;
}
.pr64 {
	padding-right: 64px;
}
/* 字間調整 */
.ls1 {
	letter-spacing: 1.75em;
}
.ls2 {
	padding-right: 4.8em;
}
.ls3 {
	letter-spacing: 1.25em;
}
.ls4 {
	letter-spacing: 0.875em;
}
.ls5 {
	letter-spacing: 0.5em;
}
.ls6 {
	letter-spacing: 0.25em;
}
/* フォントサイズ小 */
.small12 {
	font-size: 12px;
}
/* ページネーション */
.pager{
	width: 100%;
	float: left;
	margin-top: 21px;
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
	display: block;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
/* テーブルレイアウトクリア */
.table_clear {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.table_clear th,td {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.lh16 {
	line-height: 16px;
}
