@charset"UTF-8";
/*######################################
メガネドー HP
■他ページ用■
base.css
CSS Version 2.0
LastModefied:2015.3.2 By wise
######################################*/
/* ページタイトル */
#Title {
	width: 900px;
	margin:20px auto 0;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	height: 70px;
	vertical-align: middle;
	line-height: 20px;
}

.onlyone {
	background: url('../onlyone/image/title.png') no-repeat;
}

.price {
	background: url('../3price/image/title.png') no-repeat;
}

.brand {
	background: url('../brand/image/title.png') no-repeat;
}

.shop {
	background: url('../shop/image/title.png') no-repeat;
}

#Title #Moji{
	padding-top: 23px;
	padding-left: 380px;
}

/* 商品ラインナップ */
#Lineup {
	width: 835px;
	margin:0 auto;
	text-align: left;
	font-size: 10pt;
	color: #333333;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 30px;
}

#Lineup ul{
	margin: 0px;
}

#Lineup li{
	list-style: none;
	text-align: left;
	line-height: 20px;
	font-size: 10pt;
	display: inline-block;
	width: 275px;
	vertical-align: top;
	padding-bottom: 10px;
}

#Lineup li.bun{
	width: 250px;
	padding-right: 25px;
}

#Lineup li.series{
	width: 835px;
	height: 50px;
	vertical-align: top;
	padding-left: 5px;
}
#Lineup li.series h2{
	font-size: 18pt;
	color: #064093;
	font-weight: bold;
	padding-left: 5px;
}
#Lineup li.series h2 span{
	font-size: 10pt;
	color: #064093;
	font-weight: bold;
	padding-left: 5px;
}
#Lineup ul.series{
	height: 40px;
	vertical-align: top;
	padding-left: 5px;
}
#Lineup ul.series h2{
	font-size: 18pt;
	color: #064093;
	font-weight: bold;
	padding-left: 5px;
}
#Lineup ul.series h2 span{
	font-size: 10pt;
	color: #064093;
	font-weight: bold;
	padding-left: 5px;
}
#Lineup ul.series li{
	display: inline-block;
	width: 500px;
}

#Lineup li.ten{
	background: url('../shop/image/ten.png') repeat-x;
	width: 835px;
}

#Lineup li.blue{
	background-color: #e3f3f8;
	width: 835px;
	font-size: 10pt;
	color: #044291;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#Lineup li.bunblue{
	font-size: 10pt;
	color: #044291;
	font-weight: bold;
	padding-left: 50px;
}

#Lineup li.brand2{
	padding-left: 70px;
}

/* 店舗情報 */
#Shop {
	width: 835px;
	margin:0 auto;
	text-align: left;
	font-size: 10pt;
	color: #333333;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 30px;
}

#Shop ul{
	margin: 0px;
}

#Shop li{
	list-style: none;
	text-align: left;
	line-height: 20px;
	font-size: 10pt;
	display: inline-block;
	width: 275px;
	vertical-align: top;
	padding-bottom: 10px;
}

#Shop li.tenpo{
	width: 250px;
	font-size: 12pt;
	color: #044291;
	font-weight: bold;
}

#Shop li.syosai{
	width: 500px;
	font-size: 10pt;
	color: #333333;
}

#Shop .syosai .tel-link{
	font-size: 13pt;
	color: #333333;
	font-weight: bold;
}

#Shop li.ten{
	background: url('../shop/image/ten.png') repeat-x;
	width: 835px;
}

hr.style-tensen {
    border-bottom: 2px dotted #044291;
	width: 845px;
	margin-left: 55px;
	background-color: #ffffff;
}