@charset "utf-8";

body{
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*table*/

.table01 {
	width:100%;
	height:auto;
	margin: 0px 0px 0px 0px;
	border: 1px solid #A79185;
}
.tablecell01 {
	padding: 5px 10px 5px 10px;
	background-color:#FFFFFF;
}
.tablecell02 {
	padding: 5px 10px 5px 10px;
	background-color:#DED6D1;
}

.table02 {
	font-size:12px;
	line-height:18px;
	width:100%;
	background-color:#FFFFFF;
}
.table02 th {
	padding: 8px 10px 8px 10px;
	border: 1px solid #FFFFFF;
}
.table02 td {
	padding: 8px 10px 8px 10px;
	border: 1px solid #FFFFFF;
}
.table02 .table02color01 {
	background-color:#5d8fa9;
	color:#FFFFFF;
}
.table02 .table02color02 {
	background-color:#b2d3e4;
}
.table02 .table02color03 {
	background-color:#f5f3ef;
}

.table01 {
	background-color:#FFFFFF;
}
.table01 th {
	background-color:#EAE9E3;
	padding: 5px 10px 5px 10px;
	text-align:center;
	border-bottom: 1px solid #D0CEC6;
}
.table01 td {
	background-color:#F7F7F4;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #E3E1DB;
	text-align:left;
	vertical-align: middle;
}
.table03 {
	background-color:#FFFFFF;
}
.table03 th {
	background-color:#EAE9E3;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #D0CEC6;
	text-align:center;
}
.table03 td {
	background-color:#F7F7F4;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #E3E1DB;
	text-align:center;
}


#wrap{
  	min-width:960px;
  	margin: 0 auto;
  	background: url(img/bgg2g.png);
  	margin: 0 auto;
}

#header-in{
	background-color: #ffffff;
	height: 120px;
}

.header{
	width: 960px;
	margin: 0 auto;
}

.header-l{
	margin-top: 35px;
	float: left;
}

.header-l2{
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.header-l2 p{
	color: white;
	line-height: 20px;
}

.header-r1{
	margin-top: 3px;
	float: right;
}

.header-r1 p{
	color: #000000;
	font-size: 12px;
}

.header-r{
	margin-top: 8px;
	float: right;
	clear: right;
}

.button-mail {
	display: inline-block;
	width: 300px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size: 14px;
}
.button-mail::before,
.button-mail::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-mail,
.button-mail::before,
.button-mail::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-mail {
	background-color: #F78933;
	border: 2px solid #f5f5f5;
	color: #fff;
	line-height: 40px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.button-mail:hover {
	background-color: #fff;
	border-color: #F78933;
	color: #F78933;
}

.adress1 {
	float: left;
}

.adress2 {
	margin-left: 17px;
	margin-top: -2px;}

.mail1{
	float: right;
}

#navi-in{
	height: 42px;
	width: 100%;
	background:#666;
	background-image: url(img/menubg.png);
	background-repeat:repeat-x;
}

.navi{
	width: 960px;
	margin: 0 auto;
}

.navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navi ul li {
	display: inline;
}

.navi ul li img{
	float: left;
}

#menu {
  width:960px;
  height: 40px;
  padding:0;
  margin:0 auto;
  list-style-type: none;
}
#menu li {
  width:160px;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu li a {
  width:auto;
  color:#000;
  font-size:13px;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  display:block;
  border-bottom: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  background:#dddddd;
	background-image: url(img/menubg.png);
	background-repeat:repeat-x;
}
#menu li a:hover {
  background:#dddddd;
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 50%, #f3f33f 50%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(0.50, #f3f3f3), color-stop(0.50, #f3f3f3), color-stop(1, #dddddd));
}

.mv{
	width: 100%;
	height: 335px;
	margin: 0 auto;
}

.mvtext {
	width: 960px;
	position: absolute;
	z-index: 10;
	margin-top: 145px;
	height: 335px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mvtext img{
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 0;
}

#submv-in{
	height: 300px;
	background-color: #f5f5f5;
}

.submv{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
}

.submv1{
	float: left;
	width: 300px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 15px;
}

.submv1 img{
	margin-left: 0px;
}

.submv2{
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 15px;
}

.submv2 img{
}

.submv3{
	float: right;
	width: 300px;
	margin-right: 0px;
	margin-top: 15px;
}

.submv3 img{
}



#content-in{
	height: auto;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0 auto;
	clear: both;
}

.content-text{
	width: 960px;
	height: 160px;
	border:solid 1px #0173b1;
	background: #fff;
}

.content-text img{
	margin-left: 20px;
	margin-top: 15px;
}

.content-text p{
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 15px;
	line-height: 160%;
}


#content-in01{
	height: auto;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 18px;
	margin: 0 auto;
	clear: both;
}

.content-text01{
	width: 960px;
	height: 160px;
	border:solid 1px #0173b1;
	background: #fff;
}

.content-text01 img{
	margin-left: 20px;
	margin-top: 15px;
}

.content-text01 p{
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 160%;
}


.content01-l{
	width: 300px;
	float: left;
	clear: both;
}

.side1{
	margin-bottom: 10px;
}

.side2{
	margin-bottom: 10px;
}

.side3{
	margin-bottom: 10px;
}

.side4{
	margin-bottom: 5px;
}

.content01-r{
	width: 650px;
	margin-left: 10px;
	float: right;
}

.content01-r h2{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	color: #000000;
	padding-bottom: 5px;
}

/*---content02---*/

.content02{
	width: 960px;
	height: 380px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.content02-l{
	width: 700px;
	float: left;
}

.content02-l h1{
	clear: both;
	padding-left: 15px;
	font-size: 15px;
	margin:0 0 10px 0;
	padding:8px 10px;
	border-left:5px solid #1f1d3a;
	background: #3a3663;
	color:#FFF;
}

.content02-r{
	width: 230px;
	height: 350px;
	margin-left: 10px;
	float: right;
}

.content02-r img{
	margin-bottom:10px;
}

/*content03*/

.content03bg{
	background-color: #f5f5f5;
}

.content03{
	width: 960px;
	height: 250px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.content03-l{
	width: 300px;
	float: left;
	clear: both;
}

.content03-r{
	width: 650px;
	margin-left: 10px;
	float: right;
}

.content03-r h1{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 23px;
	color: #000000;
	padding-bottom: 5px;
}



.main{
	height: 250px;
	margin-top: 10px;
}

.main1{
	width: 180px;
	height: 250px;
	margin-right: 10px;
	float: left;
}

.main1 img{
	border: 1px #dedede solid; 
}

.main1 p{
	position: relative;
	top:-56px;
	left: 7px;
	font-size: 11px;
	color: #ffffff;
}

.main2{
	width: 180px;
	height: 250px;
	margin-right: 10px;
	float: left;
}

.main2 img{
	border: 1px #dedede solid; 
}

.main2 p{
	position: relative;
	top:-56px;
	left: 7px;
	font-size: 11px;
	color: #ffffff;
}

.main3{
	width: 180px;
	height: 250px;
	margin-right: 10px;
	float: left;
}

.main3 img{
	border: 1px #dedede solid; 
}

.main3 p{
	position: relative;
	top:-56px;
	left: 7px;
	font-size: 11px;
	color: #ffffff;
}

.main4{
	width: 180px;
	height: 250px;
	float: left;
}

.main4 img{
	border: 1px #dedede solid; 
}

.main4 p{
	position: relative;
	top:-56px;
	left: 7px;
	font-size: 11px;
	color: #ffffff;
}





#navi2-in{
	height: 40px;
}

.navi2{
	width: 960px;
	float: right;
	text-align: right;
	font-size: 15px;
}

.navi2 a{
	margin-left: 10px;
	margin-right: 10px;
}

.navi2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navi2 ul li {
	display: inline;
}

.navi2 ul li img{
	float: left;
}

.ftbtn{
	margin-top: 10px;
	margin-bottom: 20px;
}

#ft1-in{
	background-color: #f6f6f6;
	height:310px;
	clear: both;
	padding-top: 10px;
}

.ft1{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.ft1-1{
	float: left;
	width: 300px;
	margin-right: 30px;
}

.ft1-2{
	float: left;
	width: 300px;
	margin-right: 30px;
}

.ft1-3{
	float: left;
	width: 300px;
}

.ft1 p{
	font-size: 13px;
}

.mi1 p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

#ft2-in{
	background:#e1e1e1;
	height: 50px;
	clear: both;
	padding-top: 20px;
}

.ft2{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.ft2 p{
	color: #ffffff;
	font-size: 13px;
	margin-top: 4px;
}

.ft2 a{
	text-decoration: none;
}

.ft2 a :hover{
	color: #a60909;
}

.mi2 p{
	font-size: 14px;
	font-weight: bold;
}

.ft2-1{
	float: left;
	width: 185px;
	margin-right: 8px;
}

.ft2-2{
	float: left;
	width: 185px;
	margin-right: 8px;
}

.ft2-3{
	float: left;
	width: 185px;
	margin-right: 8px;
}

.ft2-4{
	float: left;
	width: 185px;
	margin-right: 8px;
}

.ft2-5{
	float: left;
	width: 185px;
}

.ft2-r{
	float: right;
	margin-top: 40px;
	clear: both;
}

.ft2-r img{
	float: right;
	margin-bottom: 20px;
}

.ft2-r p{
	float: right;
	clear: right;
}

.ft3-rin{
	background-color: #0173b1;
	height: 40px;
}

.ft3-r{
	background: #0173b1;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.ft3-r p{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	padding-top: 10px;
	color: #ffffff;
	clear: right;
	text-align: right;
}

.space10{
	height: 10px;
	clear: both;
}

.space20{
	height: 20px;
	clear: both;
}

.space30{
	height: 30px;
	clear: both;
}

.space40{
	height: 40px;
	clear: both;
}

/*iketobibox*/

/* 汎用ボックス設定
---------------------------------------------------- */
.boxtype01a {
	background-image: url(http://www.masumiya.co.jp/images/common/bg_boxtype01.gif);
	padding:5px;
}
.boxtype01b {
	background-color:#FFFFFF;
	padding:15px;
}

.boxtype02 {
	border: 1px solid #CCCCCC;
	padding:4px;
}
.boxtype03 {
	border: 1px solid #CCCCCC;
	padding:19px;
}

.title02 {
	border-radius: 4px; /* CSS3 */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	background-color: #000000; /* 背景色 */
	color: #FFFFFF;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	line-height:11px;
}

.content-l ul li{
	list-style-type: square;
	line-height: 160%;
	margin-left: 20px;
}



/*button*/

.button {
	display: inline-block;
	width: 100%;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #F78933;
	border: 2px solid #f5f5f5;
	color: #fff;
	font-size: 15px;
	line-height: 80px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.button:hover {
	background-color: #fff;
	border-color: #F78933;
	color: #F78933;
}

/*個ページ*/

html {
    overflow: auto;
}
body {
    min-width: 1000px;
}
#mainimg1 {
	height: 150px;
    background: url(img/mvp1.png) no-repeat center 0;
}
#mainimgIn1 {
    width: 1000px;
    margin: 0 auto;
}



#mainimg2 {
	height: 150px;
    background: url(img/mvp2.png) no-repeat center 0;
}
#mainimgIn2 {
    width: 1000px;
    margin: 0 auto;
}



#mainimg3 {
	height: 150px;
    background: url(img/mvp3.png) no-repeat center 0;
}
#mainimgIn3 {
    width: 1000px;
    margin: 0 auto;
}



#mainimg4 {
	height: 150px;
    background: url(img/mvp4.png) no-repeat center 0;
}
#mainimgIn4 {
    width: 1000px;
    margin: 0 auto;
}



#mainimg5 {
	height: 150px;
    background: url(img/mvp5.png) no-repeat center 0;
}
#mainimgIn5 {
    width: 1000px;
    margin: 0 auto;
}



#mainimg6 {
	height: 150px;
    background: url(img/mvp6.png) no-repeat center 0;
}
#mainimgIn6 {
    width: 1000px;
    margin: 0 auto;
}


.page-mv01{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 150px;
	background-color: #000;
	background: url(img/mvp1.png);
}

.page-mvin{
	background: #0173b1;
}

.page-mv{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.page-mv h1{
	font-size: 25px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	text-align: left;
	color: #fff;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 5px;
}

.page-mv h2{
	font-size: 15px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	text-align: left;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.page-link{
	width: 960px;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.page-link2{
	width: 960px;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

/*button*/

.page-link .button {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}
.page-link .button::before,
.page-link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page-link .button,
.page-link .button::before,
.page-link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-link .button {
	background-color: #fff;
	border-color: #512255;
	color: #512255;
}
.page-link .button:hover {
	background-color: #512255;
	border: 2px solid #f5f5f5;
	color: #fff;
	line-height: 50px;
}




.page-link2 .button {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}
.page-link2 .button::before,
.page-link2 .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page-link2 .button,
.page-link2 .button::before,
.page-link2 .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-link2 .button {
	background-color: #fff;
	border-color: #512255;
	color: #512255;
}
.page-link2 .button:hover {
	background-color: #512255;
	border: 2px solid #f5f5f5;
	color: #fff;
	line-height: 50px;
}

.link01{
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.link02{
	float: left;
	width: 300px;
	margin-right: 15px;
}

.link03{
	float: left;
	width: 300px;
	margin-right: 15px;
}

.link201{
	float: left;
	width: 457.5px;	
	margin-left: 15px;
	margin-right: 15px;
}

.link202{
	width: 457.5px;
	float: left;
	margin-right: 15px;
}

.page-submv{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.sub_re{
	padding-bottom: 20px;
	height: 100px;
}

.sub_re01{
	float: left;
}

.sub_re02{
	float: left;
	margin-left: 17px;
}

.sub_re03{
	float: left;
	margin-left: 17px;
}

.page-content-l{
	width: 700px;
	float: left;
}

.page-content-l p{
	margin-top: 3px;
	line-height: 180%;
	margin-bottom: 15px;
	font-size: 15px;
}

.page-content-l h1{
	font-size: 18px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

.page-content-l h2{
	margin-top: 5px;
	font-size: 19px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-right: auto;
	margin-left: auto;
}

.page-content-l h3{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	clear: both;
    position: relative;
    margin: 0 0 0;
    padding: 0.8em 0 0.8em 2.5em;
    padding-bottom: 2px;
    padding-top: 3px;
/*    border: 1px solid #016832;*/
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.page-content-l h3:before {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    content: "";
    position: absolute;
    background: #F78933;
    top: 30%;
    left: 0.5em;
    margin-top :-3px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #F78933 inset;
    -moz-box-shadow: 1px 1px 1px #F78933 inset;
    -webkit-box-shadow: 1px 1px 1px #F78933 inset;
    -o-box-shadow: 1px 1px 1px #F78933 inset;
    -ms-box-shadow: 1px 1px 1px #F78933 inset;
}


.page-content-l h4{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	clear: both;
    position: relative;
    margin: 0 0 0;
    padding: 0.8em 0 0.8em 2.5em;
    padding-bottom: 3px;
    padding-top: 3px;
/*    border: 1px solid #016832;*/
    font-size: 17px;
}

.page-content-l h4:before {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

.page-content-l h5{
	padding-top: 5px;
	font-size: 20px;
	line-height: 180%;
	font-weight: bold;
	color: #F78933;
}

.page-content-l h6{
    margin: 0 0 1.5em;
    padding: 0.5em;
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    border-top: 3px double #F78933;
    border-bottom: 3px double #F78933;
    font-size: 1.143em;
    font-weight: bold;
}

.page-content-r{
	width: 230px;
	float: left;
	margin-left: 30px;
}

.page-content-r img{
	margin-bottom: 10px;
}

.colum{
	height: auto;
	padding-bottom: 10px;
	clear: both;
}

.colum-l{
	float: left;
	width: 340px;
}

.colum-r{
	float: left;
	width: 340px;
	margin-left: 20px;
}

.colum-l2{
	float: left;
	width: 240px;
}

.colum-r2{
	float: left;
	width: 440px;
	margin-left: 20px;
}

hr{
	margin-top: 8px;
	margin-bottom: 8px;
}

.triangle{
	margin-left: auto;
	margin-right: auto;
	width:0px;
	height:0px;
	border-top:solid 30px #e5e5e5;
	border-right:solid 30px transparent;
	border-bottom:solid 30px transparent;
	border-left:solid 30px transparent;
}

div.left dl,
div.right dl{
   width:330px;
   clear:both;
   border-top:1px solid #FFFFFF;
   border-bottom:1px dotted #999999;
}

div.left dt{
   width:220px;
   color: #ffffff;
   background-color:#512255;
   padding: 5px 0 5px 5px;
   float:left;
   font-size:14px;   
}

div.right dt{
   width:220px;
   color: #ffffff;
   background-color:#016832;
   padding: 5px 0 5px 5px;
   float:left;
   font-size:14px;   
}

div.left dd,
div.right dd{
   padding: 5px 0 5px 230px;
   font-size:14px;  
	text-align: right;
}

p.pbox_04 {
   width:330px;
   margin:5px 20px 0 16px;
   float:right;
}


dl.ryokin_box02 {
   margin:20px 20px 0 16px;
 
   clear:both;
   border-top:1px solid #FFFFFF;
   border-bottom:1px dotted #999999;   
}
dl.ryokin_box02 dt{
   width:585px;
   padding:5px 0 5px 5px;
   float:left;
   background-color:#ECE9D8;   
}

dl.ryokin_box02 dd{
   padding:5px 0 5px 595px;
}


table#scheTB {
   margin:10px 0 0 0;
   width:700px;
   border:1px solid #999999;
}

table#scheTB th{
   padding:5px;
   border:1px solid #999999;
   background-color:#ECE9D8;  
}

table#scheTB td{
   vertical-align:middle;
   text-align:center;
   padding:5px;
   border:1px solid #999999;      
}
table#scheTB td.date{
   background-color:#FEEBE2;
}

table#scheTB td.end{
   border:1px solid #999999;
}


#shop_info dl{
   width:700px;
   clear:both;
   border-bottom:1px dotted #999999;
}

#shop_info dt{
   float:left;
   width:300px;
   padding:5px 0 5px 5px;
   color:#AB400C; 
}

#shop_info dd{
   padding:5px 0 5px 100px;
}


/*QA*/
dl{
     width:650px;
     margin:80px;
     line-height:1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
}

.qa dl dd,
.qa dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.qa dl dt{
     margin:20px 20px 0 0;
}

.qa dl dd:first-letter,
.qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.qa dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
     font-size: 14px;
}


.qa dl dt:first-letter{
     color: #0F78E1;
}
.qa dl dd:first-letter{
     color: #ff6767;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


#bigmv{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;

}

.leftmv{
	float: left;
	width: 195px;
	height: 505px;
	background: #0173b1;
}

.top_logo{
	margin:  0 auto;
	margin-top: 30px;
	width: 111px;
}

.top_menu{
	width: 110px;
	margin: 0 auto;
	margin-top: 230px;
}

.top_menu li{
	margin-top: 20px;
}

#rightmv{
	width: 760px;
	float: right;
}

.righttop{
	width: 760px;
	height: 250px;
	margin-bottom: 5px;
}

.right01{
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 5px;
}

.right02{
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 5px;
}

.right03{
	float: left;
	width: 250px;
	height: 250px;
}

.cimg{
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.clm2{
	clear: both;
	height: 180px;
	margin-bottom: 20px;
}

.clm2_1{
	float: left;
	width: 250px;
	margin-right: 10px;
}

.clm2_2{
	float: left;
	width: 440px;
}	

.title8 {
text-align: left;
color: #ffffff;
background-color: #0173b1;
font-size: 14px;
padding: 8px 8px 8px 9px;
width: 690px;
margin-bottom: 20px;
}
.title8 span.s8 {display:block; border-left: solid 8px #ffffff; padding-left:10px;}

.pres{
	font-size: 18px;
	text-align: right;
}

.sub_re img{
	border: 1px #dfdfdf solid;
}

.pacs5{
	width: 700px;
	height: 138px;
	margin: 0 auto;
}

.pac1{
	width: 136px;
	float: left;
	margin-right: 5px;
}

.pac2{
	width: 136px;
	float: left;
	margin-right: 5px;
}

.pac3{
	width: 136px;
	float: left;
	margin-right: 5px;
}

.pac4{
	width: 136px;
	float: left;
	margin-right: 5px;
}

.pac5{
	width: 136px;
	float: left;
}



/*---- Form ----*/
div.formblock{
	width:710px;
	margin:0 auto;
}
div.formblock table{
	width:100%;
	font-size:12px;
	border-collapse:collapse;
}
div.formblock table th{
	background:#d1e9ff;
	vertical-align:top;
	border:#FFF solid 1px;
	border-bottom:#fff solid 2px;
	border-left:#0173b1 solid 3px;
	padding:12px;
	white-space:nowrap;
}
div.formblock table td{
	border:#FFF solid 1px;
	background:#F9F9F7;
	padding:12px;
	}
div.formblock table td.nonebox{
	background:#FFF;
}
div.formblock table td.img1{
	background:url(img/contact/img1.jpg) no-repeat right #F9F9F7;
	min-height:72px;
}
div.formblock table.keijou{
	background:#Ffffff;
}

div.formblock table.keijou td{
	background:#f9f9f7;
}

.hissu{
	color:#C00;
	font-weight:bold;
}



input{
	margin-right:2px;
}
.mini{font-size:11px;
font-weight:normal;
line-height:1.2;
color:#C00;
}
.c-both{
	clear:both;
}

.side_link{
	text-align: center;
}

