@charset "utf-8";
/* CSS Document */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */


/* 初期リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img {
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
abbr,acronym { border:0;
}

body {
	font-family: "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	color: #000;
	line-height: 1.6em;
}
#main_box {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
	text-align:left;
}

/* 共通設定 */

.clear {
	clear: both;
}
.red {
 color: red;
}
.blue {
 color: blue;
}
.bold {
	font-weight: bold;
}
a {
 text-decoration: none;
 color: #000;
 }
img {
	vertical-align: bottom;
	}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 15px;
}
.ml05 {
	margin-left: 5px;
}
.ml15 {
	margin-left: 15px;
}
.ml30 {
	margin-left: 30px;
}
.ml60 {
	margin-left: 60px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.f8 {
	font-size: 8px;
	line-height: 20px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb15 {
	padding-bottom: 15px;
}
.f10 {
	font-size: 10px;
	line-height: 20px;
}
.f11 {
	font-size: 11px;
	line-height: 20px;
}
.f12 {
	font-size: 12px;
	line-height: 20px;
}
.f13 {
	font-size: 13px;
	line-height: 24px;
}
.f15 {
	font-size: 15px;
	line-height: 24px;
}
.f16 {
	font-size: 16px;
	line-height: 22px;
}
.tbar {
	background-image: url(../images/common/tbar01.gif);
	height: 50px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.tbar h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	color: #333333;
	line-height: 40px;
}
.tbar h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	line-height: 40px;
}
.tbar1 {
	background-image: url(../images/common/tbar02.gif);
	height: 40px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.tbar1 h3 {
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #272727;
	padding-left: 60px;
}
.tbar2 {
	background-image: url(../images/common/tbar03.gif);
	height: 30px;
	width: 610px;
}
.tbar2 h3 {
	padding-left: 70px;
	padding-top: 5px;
	font-weight: bold;
	color: #900;
	font-size: 14px;
}
.tbar3 {
	background-image: url(../images/common/tbar03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tbar3 h3 {
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #68090D;
	padding-left: 20px;
}

.address {
	width: auto;
	height: 1.1em;
	display: inline;
	vertical-align: middle;
}


/*------------------------------------------------------

パンくず

------------------------------------------------------*/

.bread-box {
	line-height: 1.2;
	margin: 0 0 1rem;
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}

.bread-box ol {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.bread-box ol li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	font-size: 11px;
}
.bread-box ol li:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #9d9d9d;
}
.bread-box ol li:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #FFF;
}

.bread-box ol li:last-child:before,
.bread-box ol li:last-child:after { display: none; }

.bread-box ol li:first-child a span {
	padding-left: 20px;
}

.bread-box ol li:first-child a span:before {
	content: "";
	background: url("../../_images/common/icon-home.svg");
	width: 13px;
	height: 13px;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bread-box ol li a:hover { text-decoration: underline; opacity: 1; }


/* ここからヘッダー　*/
#header {
	width: 950px;
	margin-bottom: 5px;
	background-image: url(../images/common/header_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.h_logo {
	height: 100px;
	width: 680px;
	float: left;
}
.h_contact {
	float: right;
	height: 80px;
	width: 270px;
}
.h_tex {
}

h1 {
	font-size: 10px;
	line-height: 20px;
}
.h_tex {
	font-size: 10px;
	line-height: 12px;
	width: 700px;
	margin-left: 250px;
}
.hm_img {
	width: 270px;
	float: left;
	margin-top: 10px;
}
.hm_cate {
	float: right;
	width: 270px;
	margin-top: 10px;
}


.navi li {
	height: 50px;
	width: 190px;
	float: left;
}

/* ここからメインコンテンツ　*/

#main_contents {
	width: 950px;
	margin-top: 10px;
	clear: both;
}

/* ここからメインコンテンツレフト　*/
.l_contents {
	width: 230px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
.s_navi dd {
	font-size: 20px;
	text-align: center;
	background-image: url(../images/common/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	margin-bottom: 5px;
}
.s_navi dd a {
	text-decoration: underline;
}
.s_navi dd a:hover {
	color: red;
	text-decoration: underline;
}

.s_navi01 dd {
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	background-color: #fee5e5;
}
.s_navi01 dd a:hover{
	color: red;
}
.kousin dt {
	width: 230px;
	background-color: #FCF;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
/* ここからフッター　*/
#footer {
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	clear: both;
}

/* ここからメインコンテンツライト　*/
.r_contents {
	float: right;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.a4 {
	background-image: url(../images/common/back_a4.gif);
	height: 265px;
	width: 700px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b0719;
	background-repeat: no-repeat;
	background-position: left top;
}
.a4 dt {
	font-size: 20px;
	line-height: 24px;
	color: #fa0528;
	font-weight: bold;
	width: 240px;
	margin-left: 420px;
	padding-top: 25px;
}
.a4 dd {
	margin-left: 400px;
	margin-right: 15px;
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.a5 {
	background-image: url(../images/common/back_a5.gif);
	height: 200px;
	width: 220px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.a5 p {
	padding-top: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
.a6 {
	background-image: url(../images/common/back_a6.gif);
	height: 200px;
	width: 220px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}
.a6 p {
	padding-top: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
.b5 {
	background-image: url(../images/common/back_b5.gif);
	height: 200px;
	width: 220px;
	margin-top: 10px;
	float: left;
}
.b5 p {
	padding-top: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
.link_block {
	display: block;
	text-align: right;
}
.under_botton li {
	width: 340px;
	float: left;
	margin-bottom: 10px;
}
.flow01 {
	background-image: url(../images/common/t_flow01.gif);
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flow01 dt {
	line-height: 37px;
	font-size: 21px;
	color: #701b1b;
}
.flow01 dd {
	padding-left: 40px;
	padding-right: 140px;
	padding-top: 10px;
}
.flow02 {
	background-image: url(../images/common/t_flow02.gif);
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flow02 dt {
	line-height: 37px;
	font-size: 21px;
	color: #701b1b;
}
.flow02 dd {
	padding-left: 40px;
	padding-right: 140px;
	padding-top: 10px;
}
.flow03 {
	background-image: url(../images/common/t_flow03.gif);
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flow03 dt {
	line-height: 37px;
	font-size: 21px;
	color: #701b1b;
}
.flow03 dd {
	padding-left: 40px;
	padding-right: 140px;
	padding-top: 10px;
}
.flow04 {
	background-image: url(../images/common/t_flow04.gif);
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flow04 dt {
	line-height: 37px;
	font-size: 21px;
	color: #701b1b;
}
.flow04 dd {
	padding-left: 40px;
	padding-right: 140px;
	padding-top: 10px;
}
.flow05 {
	background-image: url(../images/common/t_flow05.gif);
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
.flow05 dt {
	line-height: 37px;
	font-size: 21px;
	color: #701b1b;
}
.flow05 dd {
	padding-left: 40px;
	padding-right: 140px;
	padding-top: 10px;
}
.promotion01 {
	background-image: url(../images/common/poromo_icon1.gif);
	height: 170px;
	background-repeat: no-repeat;
	background-position: left top;
}
.promotion01 dt {
	padding-left: 200px;
	font-size: 16px;
}
.promotion01 dd {
	font-size: 14px;
	padding-left: 200px;
}
.promotion02 {
	background-image: url(../images/common/poromo_icon2.gif);
	height: 170px;
	background-repeat: no-repeat;
	background-position: left top;
}
.promotion02 dt {
	padding-left: 200px;
	font-size: 16px;
}
.promotion02 dd {
	font-size: 14px;
	padding-left: 200px;
}
.promotion03 {
	background-image: url(../images/common/poromo_icon3.gif);
	height: 170px;
	background-repeat: no-repeat;
	background-position: left top;
}
.promotion03 dt {
	padding-left: 200px;
	font-size: 16px;
}
.promotion03 dd {
	font-size: 14px;
	padding-left: 200px;
}
.temp li {
	width: 175px;
	float: left;
	background-image: url(../images/common/temp_a4.gif);
	padding-top: 140px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
.temp a {
	text-decoration: underline;
	color: #00F;
}
.temp a:hover {
	text-decoration: underline;
	color: #F00;
}
.f_link li {
	display: inline;
}
.temp_a5 li {
	width: 175px;
	background-image: url(../images/common/temp_a5.gif);
	padding-top: 140px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
.temp_a5 a {
	text-decoration: underline;
	color: #00F;
}
.temp_a5 a:hover {
	text-decoration: underline;
	color: #F00;
}
.temp_b5 li {
	width: 175px;
	background-image: url(../images/common/temp_a5.gif);
	padding-top: 140px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
.temp_b5 a {
	text-decoration: underline;
	color: #00F;
}
.temp_b5 a:hover {
	text-decoration: underline;
	color: #F00;
}
