@charset "Shift_JIS";
/* CSS Document */

/* CSS List */
/* 1 全体枠 */
/* 2 header */
/* 3 menu */
/* 4 main contents */
/* 5 footer */
/* 6 clink */


/* 1 全体枠 */

* {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background-color: #000;
	-webkit-text-size-adjust:none;
}

html {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
}

img {
	border: 0;
}

a {
	color: #3f94cc;
}
a:hover {
	text-decoration: none;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
}
div#wrapper-r {
	width: 440px;
	margin: 0 auto;
}

/* float用box */

.fl-box {
	width: 1000px;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}
.fl-box:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.fl-box-c {
	width: 692px;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}
.fl-box-c:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.fl-box-ci {
	width: 657px;
	text-align: left;
	margin-bottom: 40px;
	/*\*//*/
	display: inline-block;
	/* */
}
.fl-box-ci:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.fl-box-cy {
	width: 440px;
	text-align: left;
	margin-bottom: 40px;
	/*\*//*/
	display: inline-block;
	/* */
}
.fl-box-cy:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.fl-box-outline {
	width: 959px;
	text-align: left;
	margin-bottom: 40px;
	/*\*//*/
	display: inline-block;
	/* */
}
.fl-box-outline:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides ie-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide ie-mac */


/* 2 header */

div#header {
	width: 1000px;
	background-color: #000;
}

div#header-logo {
	float: left;
	width: 247px;
}
div#header-menu {
	float: right;
	width: 738px;
}
div#header-menu ul {
	margin-top: 33px;
}
div#header-menu li {
	width: 223px;
	display: inline;
	float: left;
	list-style-type: none;
	margin-left: 23px;
}
div#header-menu li img {
	border:0;
	vertical-align:top;
}



/* 3 menu */

div#main-menu {
	width: 232px;
	float: right;
}

div#main-menu ul {
	
}
div#main-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}
div#main-menu li img {
	border:0;
	vertical-align:top;
}

.p-menu {
	width: 1000px;
	margin: 10px 0;
}

.p-menu ul {
	width: 1000px;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}
.p-menu ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
.p-menu li {
	font-size: 12px;
	color:#CCC;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
.p-menu li a {
	font-size: 12px;
	color:#BBB;
}
.p-menu li a:hover {
	color:#FFF;
}


/* 4 main contents */

div#top-pict {
	width: 1000px;
}

.w-new {
	width: 490px;
	float: left;
}
.w-new th {
	width: 155px;
	background-color: #a00000;
}
.w-new td {
	width: 321px;
	font-size:12px;
	color: #C93;
	background-color: #222;
	padding:12px;
}
.w-new td p {
	line-height: 160%;
	margin-bottom: 5px;
}
.w-new td a {
	color: #FFF;
}

.new-p-head {
	width: 692px;
	margin-bottom: 10px;
}
.new-p-head dt {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding: 8px;
}
.new-p-head dd {
	color: #000;
	padding: 8px;
}

.new-photo {
	width: 450px;
	margin-bottom: 20px;
}
.new-txt {
	width: 692px;
	line-height: 166%;
	margin-bottom: 20px;
}
.new-txt a {
	color: #666;
}
.media-txt {
	width: 692px;
	line-height: 166%;
	margin-bottom: 20px;
}

.new-p-foot {
	margin-bottom: 20px;
}
.new-p-foot td {
	padding: 0 5px;
	color: #C00;
	font-weight: bold;
}
.new-p-foot td a {
	color: #a58e5a;
	font-weight: normal;
}

.photo-close {
	width: 70px;
}
.photo-logo {
	width: 112px;
}

div#top-banner {
	width: 484px;
	float: right;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}

div#top-banner:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
div#top-banner li {
	width: 232px;
	display: block;
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#top-banner li img {
	border:0;
	vertical-align:top;
}

.header-pict {
	width: 1000px;
}

div#main-l {
	float: left;
	width: 722px;
	background: #FFF;
	padding-top: 40px;
	padding-left: 30px;
}

.history-photo {
	width: 312px;
}
.history-photo p {
	line-height: 166%;
	margin-bottom: 33px;
}
.history-txt {
	width: 344px;
}
.history-txt h3 {
	margin-bottom: 13px;
}
.history-txt p {
	line-height: 166%;
	margin-bottom: 43px;
}

div#main-c {
	width: 692px;
}

div#main-rl {
	float: right;
	width: 380px;
}
div#main-p {
	float: right;
	width: 215px;
	margin-left: 8px;
}

div#menu-l {
	float: left;
	width: 226px;
}

.outline-p {
	width: 231px;
}
.outline-t {
	width: 696px;
}

.profile-h {
	width: 100px;
}

.recruit-txt {
	width: 420px;
}
.recruit-photo {
	width: 251px;
	margin-bottom: 40px;
}

.shop-info-txt {
	width: 264px;
}
.shop-info-data {
	width: 387px;
}
.shop-info-map {
	margin-top: 40px;
	margin-bottom: 40px;
}
.shop-info-menu {
	width: 692px;
	text-align: left;
	margin-bottom: 20px;
}
.shop-info-menu ul {
	width: 692px;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}
.shop-info-menu ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
.shop-info-menu li {
	width: 224px;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
.shop-info-menu li.last {
	margin-right: 0;
}

.kodawari-box1 {
	width: 332px;
}
.kodawari-box2 {
	width: 341px;
}
.kodawari-box3 {
	width: 692px;
	margin-top: 40px;
	text-align: left;
	/*\*//*/
	display: inline-block;
	/* */
}
.kodawari-box3:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
.kodawari-box3 dl {
	width: 213px;
	margin-right: 25px;
}
.kodawari-box3 dl.last {
	margin-right: 0;
}
.kodawari-box3 dt {
	width: 213px;
}
.kodawari-box3 dd {
	width: 213px;
}

.mabushi-box1 {
	width: 312px;
}
.mabushi-box2 {
	width: 346px;
}
.mabushi-box3 {
	width: 308px;
}

.sitemap-box {
	width: 330px;
}
.sitemap-box ul {
	border-bottom: 1px dotted #999;
}
.sitemap-box li {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-top: 1px dotted #999;
	list-style-type: none;
	padding: 10px 0;
}
.sitemap-box li a {
	color: #900;
}
.sitemap-box li.udc {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	border: none;
	text-indent: 2em;
	padding: 5px 0;
}
.sitemap-box li.udc a {
	color: #666;
}

.reservation {
	width:215px;
}

div#noflash {
	width: 1000px;
	height: 350px;
	text-align: center;
	color: #FFF;
}
div#noflash a {
	color: #FFF;
}
div#topflash {
	width: 1000px;
	margin-bottom: 40px;
}

.pro-head {
	color: #FFF;
	background: #F00;
	margin: 20px 0;
	padding: 7px;
}

.main-c-photo {
	float: right;
	width: 215px;
}
.main-c-tx {
	float: left;
	width: 375px;
}
.main-c-tx p {
	font-size: 12px;
	text-align: left;
	line-height: 180%;
	color: #000;
}

.txt1 {
	font-size: 12px;
	text-align: left;
	line-height: 200%;
	color: #000;
	margin-bottom: 20px;
}
.txt2 {
	font-size: 12px;
	text-align: left;
	line-height: 180%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
}
.txt2-last {
	font-size: 12px;
	text-align: left;
	line-height: 180%;
	color: #000;
	margin-top: 10px;
}

.t-txt1 {
	font-size: 16px;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
}
.t-txt2 {
	font-size: 32px;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
}

.col-red {
	color: #c00;
}

/* 5 footer */

div#footer {
	width: 1000px;
	margin-top: 30px;
}
.footer-totop {
	width: 98px;
	float: right;
}
.footer-copy {
	width: 920px;
	font-size: 10px;
	color:#BBB;
	margin-top: 48px;
}
.totop {
	
	text-align: right;
	margin-right: 30px;
	margin-bottom: 15px;
}
.footer-menu {
	width: 800px;
}
.footer-icon {
	width: 67px;
}
.footer-menu ul {
	width: 800px;
	text-align: left;
	margin-bottom: 10px;
	/*\*//*/
	display: inline-block;
	/* */
}
.footer-menu ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
.footer-menu li {
	font-size: 12px;
	color:#CCC;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 15px;
}
.footer-menu li a {
	font-size: 10px;
	color:#BBB;
}
.footer-menu li a:hover {
	color:#FFF;
}

/* 6 clink */

div#clink {
	padding: 8px;
	border: 1px solid #999;
	background: #EEE;
	margin-top: 30px;
}

div#clink-box {
	width: 834px;
	margin: 0;
	padding: 0;
	/*\*//*/
	display: inline-block;
	/* */
}
div#clink-box:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

div#clink-box dl {
	width: 228px;
	float: left;
	margin-right: 9px;
}
div#clink-box dl.works {
	width: 180px;
	float: left;
	margin-right: 0;
}
div#clink-box dl.rdat {
	width: 228px;
	float: right;
	margin-right: 0;
}
div#clink-box dt {
	font-size: 12px;
	color: #FFF;
	background: #999;
	padding: 5px;
}
div#clink-box dt a {
	color: #FFF;
	text-decoration: none;
}
div#clink-box dt a:hover {
	color: #F00;
	text-decoration: none;
}
div#clink-box dd {
	font-size: 10px;
	color: #666;
	margin-top:5px;
}
div#clink-box dd a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
div#clink-box dd a:hover {
	font-size: 10px;
	color: #F00;
	text-decoration: underline;
}