@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
color:#343434;
-webkit-text-size-adjust: none;
font-weight:500;
}
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
	font-weight:bold;
}

/* 装飾1
------------------------------------------------------------*/
.cl {
	clear:both;
}
.up20 {
	margin-top:20px;
}
.up30 {
	margin-top:30px;
}
.up40 {
	margin-top:40px;
}
.up50 {
	margin-top:50px;
}
.up60 {
	margin-bottom:60px;
}
.d20 {
	margin-bottom:20px;
}
.d30 {
	margin-bottom:30px;
}
.d40 {
	margin-bottom:40px;
}
.d50 {
	margin-bottom:50px;
}
.ud20 {
	margin:20px 0;
}
.ud30 {
	margin:30px 0;
}
.ud40 {
	margin:40px 0;
}
.ud50 {
	margin:50px 0;
}

.t12 {
font-size: 12px;
}
.t14 {
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.t16 {
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
}
.t17 {
font-size: 17px;
}
.t18 {
font-size: 18px;
}
.t20 {
font-size: 20px;
}
.t24 {
font-size: 24px;
}
.t26 {
font-size: 26px;
}
.t30 {
font-size: 30px;
}

/* 装飾2
------------------------------------------------------------*/
.yu {
	font-family:"游明朝",YuMincho;
}
.yu_b {
	font-family:"游明朝",YuMincho;
	font-weight:bold;
}
.op:hover {
	opacity:0.7;
}
.ct {
text-align: center;
}
.white {
color:#fff;
}

/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#6a0000;
	text-decoration:underline;
}
a:visited {
	color:#6a0000;
	text-decoration:underline;
}
a:hover {
	color:#a72d2d;
	text-decoration:none;
}
a:active {
	color:#6a0000;
	text-decoration:underline;
}

a.newslink:link {
	color:#c5c5c5;
	text-decoration:none;
}
a.newslink:visited {
	color:#c5c5c5;
	text-decoration:none;
}
a.newslink:hover {
	color:#c5c5c5;
	text-decoration:underline;
}
a.newslink:active {
	color:#c5c5c5;
	text-decoration:none;
}


/* PC用 共通レイアウト
------------------------------------------------------------*/

body{
	font-family:"游ゴシック",YuGothic,"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	line-height:36px;
	border-top:5px solid #000;
	min-width:1000px;
	max-width:100%;
}
header {
position: relative;
margin: 0 auto 16px auto;
width:1000px;
height:190px;
line-height: 0;
}
#logo {
margin: 35px auto 0 auto;
width:174px;
}
#shop {
position: absolute;
top:0px;
right:0px;
}
nav {
position:absolute;
width:1000px;
bottom:0px;
}
nav img:hover {
opacity: 0.5;
}
.tel_box {
text-align: center;
width:700px;
padding:10px 0;
border:1px solid #9f9999;
margin: 50px auto;
}
.tb1 {
font-size: 18px;
margin-bottom: 10px;
}
.tb2 {
font-size: 60px;
}
.upper {
	background:url(../img/back_up.png);
	text-align:center;
	width:100%;
	padding:20px 0px 5px 0px;
	clear:both;
}
footer {
font-size: 14px;
line-height: 30px;
text-align: center;
width: 100%;
background: #000;
padding:20px 0;
color:#b5b5b5;
}
.title {
font-size: 48px;
margin: 50px auto 40px auto;
width:1000px;
}
.gray {
width:100%;
background: #f3f3f3;
padding:40px 0;
margin-top: 10px;
}