@charset "utf-8";
/* CSS Document */

/*-----［ サブページ共通］-----*/
h1{
	color:#FFF;
}
h2{
	color:#FFF;}

/* パンくずリスト */
.m-list-topicpath ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  color:#999;
}
.m-list-topicpath {
  padding-left:0;
  margin-left:0;
}
.m-list-topicpath ul li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color:#999;
}
.m-list-topicpath ul li:last-child:after {
  content: '';
}
.m-list-topicpath li a {
  text-decoration: none;
	color:#999;
}
.m-list-topicpath li a:hover {
  text-decoration: underline;
}
/*--［/ パンくずリスト］--*/	
.m-box-fixed{
		margin:0 auto;
}	
.m-txt-title{
	background: linear-gradient(-135deg, #0065cb, #212b9e);
	padding:10px;
	margin:2px 0;
	}	
.m-txt-subtitle{
	color:#FFF;
}			
article{
	max-width:960px;	
	margin:0 auto;
}
.contents_title{
	color:#333;
	font-size:1.8em;
    border-left: 8px solid #133890;
    margin: 20px 0;
	padding:10px;
}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
}
.contents_caption_02{
	padding:5px 0 5px 10px;
	color:#0b308e;
	font-size:1.2em;
	border-top:#06C 2px solid;
}		
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
/*-----［/ サブページ共通］-----*/



/*------［order.html］------*/
.contents_caption{
	margin: 10px 0;
	color: #0066CC;
	font-size: 1.5em;
	font-weight: bold;	
}	

/*------［　テーブル　］------*/
.table-01 {
	border-collapse: collapse;  
  	width:100%;
	margin:0 auto;
}
.table-01 td {
	border-bottom:1px solid #666;  
  padding: 12px;
} 
.table-01 th {
	padding:12px;
  text-align:center;
  width: 120px;
}
/*------モバイルの際に適用------*/ 
@media only screen and (max-width: 768px) {
  .contents_caption{
  text-align:center;
  }
  .table-01 tr,
  .table-01 td {
		display: block;
		width: auto;
  }
  .table-01 th{
		display: block;
		margin:0 auto;
		width:30%;
  }  
  .table-01 tr:first-child {
    border-top: 1px solid #666;  
  }  
  .table-01 th,
  .table-01 td {
    border-top: none;
  }
}

/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.Order_img{
		padding:0 10px 10px 10px;
		text-align:center;
	}
	.table-01{
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;}
}






/*-------- ［　お問い合わせ　］------------*/
#to_form{
    margin: 0.4em 0;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	position: relative;/* クリック範囲を要素一杯に広げる */
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
/*--［＞の表示］--*/
#to_form:after {
	content: "";
	display: block;
	position: absolute;
	top:45%;
	right: 25px;
	width: 21px;
	height: 21px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#to_form a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
 }	
#to_form a:hover { /* マウスオーバー時の文字色/背景色の設定 */
	background:#e5eef7;
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
 }
.txt_18{
	text-align:center;
	color:#333;
	font-size:1.8em;
    margin: 20px 0;
	padding:10px;
	}
	
	
#to_tel{
	margin: 0.4em 0;
	padding:10px;
    font-weight: bold;
	display: block;
	border: solid 1px #0b308e;
	text-align:center;
	}
.txt_tel01{
	font-size: 1.6em;
	font-weight: bold;
	}
.txt_tel02{
	color:#39F;
	font-size:1.8em;
}

/*横幅768p以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width: 768px){
	/*--［＞の位置。ＴＯＰから］--*/	
	#to_form:after {
		top: 40%;
		right: 10px;
		margin-top:-4px;
		width: 14px;
		height: 14px;
	}
}