@import url("block.css");
@import url("format.css");
@import url("midashi.css");

@charset "UTF-8";

/* Basic Styles
----------------------------------------------------------- */
body {
	color: #333;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: none;
	background: url(../images/bg-bar.png) repeat-x 0 -78px,url(../images/bg.png) repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
/* webfont */

.webfont {
	font-family: 'Lobster', "Times New Roman", 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

br {
	line-height: 1.4em;
}
/* Links
----------------------------------------------------------- */

a,
a:visited {
	color: #930;
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #000;
}
p a,
p a:visited {
	line-height: inherit;
}
#wrapper {
	}
#header {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
#header #logo {
	float: left;
	margin-top: -5px;
}
#header div.sub {
	border-style: none;
	font-style: normal;
	letter-spacing: normal;
	right: 5px;
	margin-top: 10px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
}
#header #title {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: white;
	background: #000 url(../images/logo-bg.png) no-repeat scroll 0 0;
	width: 140px;
	height: 140px;
	border: 3px solid #fff;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	position: absolute;
	top: 10px;
	left: -10px;
}
#header #title span {
	display: block;
	margin: 0.2em;
}
#header #title .line1 {
	font-size: 20px;
	margin-top: 35px;
	font-weight: normal;
}
#header #title .line2 {
	font-size: 24px;
	font-weight: normal;
}
#header #title .jpname {
	font-size: 8px;
	margin: 1em 0 0 0;
}
#header #title a {
	color: #fff;
	display: block;
}
/* nav */
.nav {
	width: 100%;
	font-size: 85%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	line-height: 3em;
	text-align: center;
	background-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	position: relative;
	z-index: 100;
	}

.nav a	{
	color: #F9F9F9;
	display: block;
	float: left;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6),
		1px 1px 1px rgba(255, 255, 255, 0.6);
	top: auto;
	width: auto;
	height: auto;
}
.nav a:visited 		{ color: #f9f9f9; }
.nav a:hover			{
	text-decoration: none;
	background: #27B3CF;
	position: relative;
	top: 0px;
}
.nav a:active		{
	position: relative;
	top: 0;
	background-color: #03F;
}
.nav ul {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	display: inline;
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 3em;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-color: rgba(102,102,102,0.8);
}
.nav li a:hover {
	background: #333;
}
.nav li a.act {
	background: #333;
}

#header ul li#nHome a {
	border-left-style: none;
}


#header ul li#nKonbini a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


#index #header #nHome a,#shutter #header #nShutter a,#gyomu #header #nGyomu a,#yosetsu #header #nYosetsu a,#saiko #header #nSaiko a,#clock #header #nClock a,#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #03F;
}

#header ul li a:hover {
	color: #FFFFFF;
}

/* headimage
------------------------------------------------*/
#topimage  {
	left: 0px;
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
}
#topimage object {
	width: 100%;
}
#topimage img {
	width: 100%;
	height: auto;
}

/* main
----------------------------------------------------------- */
#main hgroup {
	background-color: #F8F6EF;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 5px solid #EBE6DB;
	margin: 0 0 30px -10000px;
	padding: 0 10px 0 10000px;
}
#main hgroup h1,
#main hgroup h2 {
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	padding: 10px 0;
	color: #333;
}
.main-column hgroup h1 {
	font-size: 24px;
}
#main hgroup h2 {
	font-size: 30px;
	border-bottom: 1px dotted #999;
}
#main hgroup h2 span {
	font-size: 16px;
	margin-left: 0.6em;
}

#main .rudy {
	background-image: url(../loupe/rudy/rev_use.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* centercolumn styles
------------------------------------------------*/
#main p {
	line-height: 1.6em;
	color: #333;
	font-size: 100%;
	text-align: left;
}

#main div.full {
	width: 100%;
	margin-bottom: 10px;
}

#main div.cl {
	float: left;
	width: 30%;
	padding-top: 0px;
	margin-right: 4.5%;
	margin-bottom: 20px;
}

#main div.cr {
	float: left;
	width: 30%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#main div.cr2 {
	float: left;
	width: 210px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

#main div.cleft {
	float: left;
	width: 65%;
	margin-right: 3%;
}

#main div.cright {
	float: right;
	width: 440px;
}

#main div.left {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
}
#main div.right {
	width: 46%;
	margin-left: 2%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
}

#main div.listBorderRadius {
	border:solid 1px #999;
	border-radius:5px;
	padding: 5px;
}

#main dl dt {
	clear: both;
	line-height: 1.2em;
	padding-bottom: 5px;
	color: #630;
	font-size: 100%;
	font-weight: bold;
	display: block;
	float: left;
	width: 30%;
	margin-right: 5%;
}
#main dd {
	margin-bottom: 10px;
	font-size: 95%;
	line-height: 1.4em;
	display: block;
	float: left;
	width: 65%;
	list-style-type: none;
}


/* outlinebox */

.outlinebox {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.side-product {
	padding: 0;
	overflow: hidden;
}
.side-product h3 {
	padding: 20px 20px 0 20px;
	background-color: rgb(255, 255, 255, .9);
}
aside section h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 0;
}
aside section h4 {
	font-weight: bold;
	font-size: 16px;
}
.side-product li {
	width: 49.5%;
	float: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-box-shadow: inset 1px 0 0 #fff;
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
}
.side-product li a .photo {
	margin: 0;
	text-align: center;
}
.side-product li a .text {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 0;
}
.side-product .inner li a {
	color: #333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.side-product .inner li a img {
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.side-product .inner li:first-child {
	border-left: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alignleft {
	float: left;
	margin: 0 3% 0.6em 0;
}
.alignright {
	float: right;
	margin: 0 0 0.6em 3%;
}
.products .photo img {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}


/* breadcrumb styles
------------------------------------------------*/
#breadcrumbs {
	clear: both;
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	margin-top: 20px;
}

#breadcrumbs a:link {
	color: #666;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
}

#breadcrumbs div.breadcrumb {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	color: #888888;
	background-color: #CCCCCC;
	background-image: url(../breadcrumb/bg.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#breadcrumbs div.breadcrumb a, #breadcrumbs div.breadcrumb em, #breadcrumbs div.breadcrumb span {
	float: left;
	overflow: hidden;
	height: 30px;
	padding: 0 8px;
	font-style: normal;
	color: #666;
	font-weight: bolder;
}
#breadcrumbs div.breadcrumb span {
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 0px;
	filter: alpha(opacity=40);
	opacity: 0.4;
	background-image: url(../breadcrumb/bg-breadcrumb.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* footer
----------------------------------------------------------- */

#footer {
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	font-size: 80%;
	padding: 0%;
}
#footer .copyright {
	text-align: center;
	clear: both;
}
.side-product .inner li a:hover {
	color: #930;
}
.side-product .inner li a img:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

#footer ul li a {
	color: #000099;
}
#footer ul li a:hover {
	color: #000000;
}
#footer ul li p a {
	color: #CCCCCC;
}
#footer ul li p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
	color: #333333;
}
#footer p a {
	color: #000000;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer address {
	line-height: 1.2em;
	margin-top: 10px;
	text-align: right;
	color: #333333;
}

/* etc */
.froatRight {
	float: right;
	margin-left: 10px;
}
.froatLeft {
	float: left;
	margin-right: 10px;
}

.bun_s {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1.4em;
}
.bun_ss {
	font-size: 8pt;
	line-height: 10pt;
}
.lineout {
	padding: 1px;
	border: 1px solid #666666;
}
.outer {
	border: 1px solid #CCCCCC;
	width: 100%;
	line-height: 2em;
	padding: 2px;
}
.clear {
	clear: both;
}
.shadow {
	position: absolute;
	top: -50px;
}

table {
	line-height: 2em;
	padding: 2em;
}
