/*
 * Sagamiya website css
 *
 * @author Hayato Tomoda 
 * @website http://tomodian.com
 */

@charset "UTF-8";

#wrapper {
	width:100%;
	text-align:left;
}
	
#content {
	width:960px;
	clear:both;
	margin:0 auto 60px auto;
	text-align:left;
}

/* footer_recommends ---------------------------*/

#footer_recommends_wrapper {
  margin: 0 0 30px 0;
}

#footer_recommends {
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
}

#footer_recommends .itembox {
  width: 190px;
  float: left;
}

#footer_recommends a {
	display: block;
  text-decoration: none;
	width: 183px;
	height: 112px;
}

#footer_recommends a:hover {
  text-decoration: underline;
}

#footer_recommends a.shogakukan {
	margin: 0 0 0 5px;
	background: url(/img/common/banner_shogakukan.png) no-repeat center top;
}

#footer_recommends a.shogakukan:hover {
	background: url(/img/common/banner_shogakukan_hover.png) no-repeat center top;	
}

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

#footer {
	padding: 30px 0 20px 0;
	text-align: center;
	background: #f0f0f0;
	border-top: 1px solid #e8e8e8;
  position: relative;
}

#footerContent {
	width: 960px;
	margin: 0px auto;
  position: relative;
}

#footerContent .icons div {
	text-align:left;
	width:150px;
	_display:inline;
	float:left;
}

#footerContent div p {
	font-size:82%;
}

.footerItem01 {
	margin: 100px 0 0 150px; /* legacy */
	margin: 100px 0 0 40px;
}
.footerItem02 {
	margin: 100px 0 0 10px; /* legacy */
	margin: 130px 0 0 0;
}
.footerItem03 {
	margin: 30px 0 0 60px; /* legacy */
	margin: 30px 0 0 40px;
}
.footerItem04 {
	margin: 0 0 0 50px; /* legacy */
	margin: 20px 0 0 0;
}
.footerItem05 {
	width: 170px !important;
	margin: 70px 0 0 0;
}

#footer_nav {
  margin: 0 0 0 0;
	width: 960px !important;
}

#footer_nav ul {
	display:block;
	float:left;
	margin: 0 14px 0 0;
}

#footer_nav ul li {
	text-align:left;
}

#footer_nav ul li strong {
  font-size: 14px;
}

#footer_nav ul li a {
	display:block;
	text-align:left;
	padding: 2px 0;
	_zoom:1;
	text-decoration: none;
}

#footer_nav ul li strong {
}

#footer_nav ul li a:hover {
	color:#09C;
}

#footer_banners {
	float: none !important;
	width: 720px !important;
	margin: 0 auto 0 !important;
	padding: 0;
	text-align:center;
}

#footer_banners a {
	display: inline;
	width: 166px;
	margin-right: 10px;
}

.copy {
	text-align: center;
	margin: 20px auto;
}

#footer_copy {
  clear: both;
  position: relative;
  height: 90px;
}

#footer_anniv_logo {
  position: absolute;
  left: 0;
  top: 0;
  _display: none; /* ie6 */
}

#footer_copy #copyright {
  padding: 40px 0 0 0;
}

/* header ---------------------------------------*/

#header{
	height:112px;
	background:url(/img/header.png) no-repeat center bottom;
	position:relative;
	border-bottom: 5px solid #00479D;
}

#header #go_home {
	float: left;
}

#header #go_library {
	float:right;
	margin: 15px 15px 0 0;
}

#header #logo_anniversary {
  margin: 15px 0 0 0;
}

#header .right ul{
	margin-top:12px;
}
#header .right ul li{
	display:inline;
}
#header .right ul li a{
	text-decoration:none;
	margin-right:22px;
}

#header .right ul li a:hover{
	color:#333;
}

#header #menu{
	position:absolute;
	bottom: 0;
	right:5px;
	width:696px;
	height:25px;
	background:#ffffff;
}

#header_home {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	background: url(/img/home/menu_gradation.jpg) repeat-x right bottom;
}

#header_home .bar {
	background: url(/img/home/bar_message.jpg) no-repeat 10px 14px;
	border-bottom: 5px solid #00479D;
}

#header_home .bar ul {
	display: block;
	padding: 10px 0 30px 0;
}

#header_home .bar li {
	float: right;
	margin: 0 0 0 14px;
}

#header_home .bar li a {
	text-decoration: none;
}

#header_home .menu {
	background: url(/img/home/menu_bg.jpg) no-repeat;
	height: 36px;
}

#header_home .menu ul {
	padding: 5px 6px 0 0;
}

#header_home .menu li {
	float: right;
	margin: 0;
	padding: 4px 74px;
	line-height: 18px;
	background: #fff;
	border-right: 1px solid #ccc;
}

#header_home .menu a {
	text-decoration: none;
}

.canvas {
	position: relative;
	height: 335px !important;
}

.canvas a {
	display: block;
	position: absolute;
}

.canvas .logo {
	left: 10px;
	top: 18px;
}

.canvas .catch {
	left: 260px;
	top: 18px;
}

#canvas-links {
	position: absolute;
	right: 0;
	top: 20px;
	width: 200px;
}

#canvas-links a {
	text-decoration: none;
}

#canvas-links a:hover {
	text-decoration: underline;
}

#menu img {
	float:left;
	padding:0;	
}	
	
#menu li {
	float:left;
	border-right:1px solid #ccc;
}	

#menu li:last-child {
	border-right:0px solid #ccc;
}	

li {
  list-style:none;
}

#menu li a {
	display:block;
	width:172px;
	height:22px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	color:#888;
} 
#menu li a:hover{
	color:#333;
}


#menu li a.divide_left {
	border-left: 1px solid #fff;
}

#menu li a.divide_right {
	border-right: 1px solid #fff;
}

#menu li a.highlight {
	background:#e8fff9;
}

#menu li a.highlight:hover {
	background:#dff6ff;
}

#menu .new {
	background: url(/img/menu_new.gif) no-repeat left 7px;
	padding-left: 2px;
}

.menu02 a{
	display:block;
	width:100px;
	height:50px;
	background:url(../img/menu.gif) no-repeat -180px 0px
}



/*メニュー記述ここまで*/





/*sticky footer
* {margin: 0;}
html,body {
height: 100%;
}
#wrapper{
min-height:100%;
height:auto!important;
height:100%;
margin:0 auto -640px;
}
#footer,.push{
 height:640px;
}
sticky footer*/

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

#content:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
#content{min-height:1px;}
* html #content{
	height:1px;
	height:auto;
	overflow:hidden;
	zoom:1;
}

h1 a:hover img,
#new_item .text_right a:hover img,
#thumb a:hover img,
#new_item a.absolute:hover img{
	opacity:0.8;
	_filter:alpha(opacity=80);	
}
	
#thumbFooter a:hover img{
	opacity:0.9;
	_filter:alpha(opacity=90);	ri
}
	
#footerContent a:hover img,
.popUpBottom ul li a:hover img{
	opacity:0.8;
	_filter:alpha(opacity=80);	
}

h1#go_home {
	display:block;
	margin:1px 0 0 1px;
}

h1.deco {
	text-align:left;
	font-size:18px;
	padding-left:22px;
	background:url(../img/menu_icon.gif) no-repeat left center;
	display:block;
	color:#777;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	font-weight: bold;
}

#popUp h1{
	display:block;
	margin:0 0!important;
	font-size:20px;
	padding:4px;
	border-bottom:1px solid #ccc;
}


/*#rightSide h2{*/
h2{
	text-align:left;
	font-size:16px;
	padding: 6px 0 6px 36px;
	background:url(/img/menu_icon.gif) #E0E0DF no-repeat -14px center;
	border-bottom: 1px solid #e8e8e8;
	display:block;
	color:#777;
	margin-bottom:20px;
	font-weight:normal;
}

h3 {
	font-weight: normal;
	display: block;
	padding: 6px 0 6px 12px;
	background: url(/img/common/h3.jpg) no-repeat left top;
	margin: 0 0 14px 0;
}

#leftSide h3{
	text-align:right;
	font-size:16px;
	padding: 0 22px 5px 0;
	background:url(../img/menu_icon.gif) no-repeat right 4px;
	display:block;
	color:#777;
	border-bottom:1px solid #ccc;
	
	display:none;
}
#leftSide h3.clean {
	background: none;
	padding: 0 0 5px 0;
}
#leftSide h4{
	text-align:right;
	font-size:14px;
	padding-right:2px;
	display:block;
	color:#777;
	padding-bottom:3px;
	border-bottom:2px solid #ccc;
	margin-top:18px;
	margin-bottom:0px;
}

h3.itemH3{
	font-size:16px;
	color:#777;
	margin-bottom:10px;
}

.policy h3{
	margin-top:20px;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #ccc;
}
h4{
	font-size:12px;
	margin-top:18px;
	margin-bottom:4px;
	line-height:100%;
	padding-left:12px;
}

#topImg{
	text-align:center;
	margin: 10px 0;
	padding:20px 0;
	position:relative;
}
#topImg #banners{
	position:absolute;
	width:183px;
	top:0;
	right:0;
}

#toSpecial {
	margin-top:10px;
}

#leftSide {
	width:230px;
	margin-right:1px;
	float:right;
}

#leftSide ul {
	border-top:1px dashed #ccc;
	padding-bottom:60px;
}

#leftSide ul.bgNone {
	padding-bottom:10px;
	background:none;
}

#leftSide ul li {
	background:url(/img/blue_ball.gif) no-repeat 1px 9px;
	
}

#leftSide ul li.title {
	padding: 12px 1px 10px 30px;
	font-size: 14px;
	border-bottom:1px dashed #ccc;
}

#leftSide ul li a {
	display:block;
	letter-spacing:0px;
	padding:12px 1px 10px 30px;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	color:#666;    
	border-bottom:1px dashed #ccc;
	_zoom: 1;
}

#leftSide ul li a:hover {
	color:#333;
}

#leftSide ul li a.now {
	cursor:default;
	color:#333;
}

#leftSide ul li a.title {
	font-size: 14px;
	/* background: #F1F1F1; */
}

#leftSide ul li a.title:hover {
	background: #e8e8e8;
}

#leftSide ul li a.picUp {
	background:url(../img/picup_bg.jpg) repeat-x center center;
	padding-left: 12px !important;
	border-bottom:none!important;
}

#leftSide ul li.spacer {
	height: 44px;
	background: none;
	border-bottom: 1px dashed #ccc;
}

#leftSide ul li.child {
	background: none;
}

#rightSide{
	width:690px;
	border-right:1px dashed #ccc;
	padding: 0 20px 60px 0;
	float:left;
}
#rightSide .right{
	margin: 0 10px 20px 20px;
}

#topicPath{
	height:30px;
	font-size:11px;
	color:#999;
}
#theater #topicPath{
	height:30px;
	font-size:11px;
	text-align:left;
	padding-left:190px;
	color:#999;
}

#header_image {
	border-bottom: 5px solid #00479D;
	margin: 0 0 10px 0;
}

dl.companyInfo{
	margin-top:10px;
}
dl.companyInfo dt {
  clear: left;
  float: left;
  width: 5em;
  font-weight:bold;
  color:#666;
  
}

dl.companyInfo dd {
  margin-left: 5em;
 margin-bottom:7px;

}

dl.companyHistory{
	margin: 0 0 30px 0;
}
dl.companyHistory dt {
  clear: left;
  float: left;
  width: 11em;
  font-weight:bold;
  color:#666;
  
}

dl.companyHistory dd {
  margin-left: 11em;
 margin-bottom:7px;

}

dl.itemInfo{
	float:right;
	margin-top:10px;
	width:16em;
}
dl.itemInfo dt {
  text-align:left;
  clear: left;
  float: left;
  width: 7em;
  font-weight:bold;
  color:#666;
  
}

dl.itemInfo dd {
  margin-left:7em;
 margin-bottom:7px;
	text-align:right;

}


#itemRight{
	text-align:right;
	margin-left:20px;
	float:right;
	width:300px;
}



.itemTopItem01,
.itemTopItem02,
.itemTopItem03,
.itemTopItem04{
	padding-bottom:3px;
	display:block;
	vertical-align:bottom;
	padding-top:90px;
	border-bottom:1px solid #ccc;
}
.itemTopItem01{
	background:url(../img/item_top_img01.jpg) no-repeat right 10px;
}
.itemTopItem02{
	background:url(../img/item_top_img02.jpg) no-repeat right 10px;
}
.itemTopItem03{	
background:url(../img/item_top_img03.jpg) no-repeat right 10px;
}
.itemTopItem04{
	padding-top:70px;
	background:url(../img/item_top_img04.jpg) no-repeat right 10px;
}

.box01{
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
}

.color01{
	color:#F00;
}
#contact{
	margin-top:20px;
	}
	
#contact dl{
	margin-top:0px;
	}
	
	
#contact .top{
	border-top:1px dotted #999;
	}
#contact dt{
	float:left;
	padding:10px 5px;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #999;
	width:180px;
	height:35px;
	}
#contact dd{
	float:left;
	border-bottom:1px dotted #999;
	padding:10px 5px;
	width:460px;
	height:35px;
	}
#contact .height120{
	height:120px;
	}
#contact tr{
	border-bottom:1px dotted #999;
	}
#contact td{
	padding:10px 5px;
	}
#contact table{
	margin-top:20px;
	}
#contact textarea,input{
	border:none;
	padding:3px 5px 3px 5px;
	border:1px solid #ccc;
	letter-spacing:2px;
	}
#btn01{
	width:172px;
	border:none;
	height:27px;
	cursor:pointer;
	background:url(../img/submit_check3_off.gif) no-repeat left top;
	}
#btn02{
	width:172px;
	border:none;
	height:27px;
	cursor:pointer;
	background:url(../img/submit_check2_off.gif) no-repeat left top;
	}
#btn03{
	width:172px;
	border:none;
	height:27px;
	cursor:pointer;
	background:url(../img/submit_check3_off.gif) no-repeat left top;
	}
	



#popUp{
	width:640px;
	height:420px;
	padding:20px;
	overflow:hidden;
	text-align:left;
}
.popUpTop{
	height:300px;
}
.popUpTop p{
	line-height:170%;
	margin-top:10px;
}

.popUpTop #itemRight{
	text-align:right;
	margin-left:20px;
	float:right;
}
.popUpBottom{
	height:120px;
	background:url(../popup/chara.gif) no-repeat right top;

}
.popUpBottom ul{
	margin-top:20px;
}
.popUpBottom ul li{
	float:left;
	margin-right:10px;
}
.text_right {
	text-align:right;
}




#new_item{
	margin-top:15px;
	position:relative;
}

#theater{
	margin-top:-55px;
	text-align:center;
}
#theater #thumb{width:950px;
margin:45px auto auto;
	text-align:left;
}
#theater #thumb a{
	float:left;
	margin-right:0px;
}
#theater #thumb a.toCast{
	float:left;
	margin-top:-60px;
}
.cursorPointer{
	cursor:pointer;
}
.noCursor{
	cursor:default;
}
#theater #theaterBox{
margin:30px auto auto;
padding:10px 20px;
}

#theater{
	position:relative;
}
#theater #theaterBack{
	position:absolute;
	top:280px;
	left:110px;
	display:none;
}
.displayBlock{
	display:block!important;
}
.displayNone{
	display:none!important;
}
#theater #thumbFooter{
	margin-top:50px;
	height:100px;
}
.thumbFooterImg{
	position:absolute;
	margin-top:33px;
	margin-left:751px;
}
#changeImg{
	margin-left:100px;
}
#family{
	margin-top:-45px;
	text-align:center;
}

.newItemIcon{
	width:150px;
	display:block;
	float:left;
	position:absolute;
}

.relative{
	position:relative;
}
.absolute{
	position:absolute;
}

	
	
#syoumi{
	margin-top:-10px;
}
#syoumiThumb{
	width:960px;
	margin-top:10px ;
	margin-left:30px ;
}

#syoumiThumb div{
	margin-top:10px ;
	margin-right:35px;
	float:left;
	}
#syoumiThumb a img{
	border:2px solid #C0F0F7;
}
#syoumiThumb a{
	text-decoration:none;
	color:#555;
}

/*lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



ol.decimal{
	list-style-type:decimal!important;
	margin-left:2em;
}
ol.decimal li{
	list-style-type:decimal!important;
}
ul.ulRecipe{
	list-style-type:disc!important;
	margin-left:1.2em;
	float:left;
	width:350px;
}
ul.ulRecipe li{
	clear:both;
	list-style-type:disc!important;
}
ul.ulRecipe span.yield {
	float:right;
	text-align:right;
}
div.color01{
	float:left;
	width:350px;
}
	
#news {
	margin: 0 0 20px 0;
}

#news li {
	clear: both;
	padding: 6px 0;
}

#news li .updated {
	width: 92px;
	display: inline-block;
	vertical-align: top;
}

#news li .title {
	width: 570px;
	display: inline-block;
	vertical-align: top;
}

.news_updated {
	text-align: right;
	font-size: 10px;
	margin: 0 0 14px 0;
}

.press_article {
}

.press_article h1 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 0 11px;
}

.press_article h2 {
	background: #EFEFE4;
	padding: 4px 10px;
	margin: 0 0 20px 0;
}

.press_article p {
	margin: 0 0 20px 11px;
}

.press_article ul {
	margin: 0 0 20px 11px;
}

.press_article li {
	list-style-type: circle;
	margin: 0 0 0 18px;
	padding: 0 0 0 2px;
}


.headline {
	background: #EEEEEC;
	border-left: 10px solid #585B5A;
	line-height: 24px;
	padding: 3px 4px 3px 0;
	margin: 0 0 10px 0;
}

.headline span {
	font-size: 16px;
	margin: 0 0 0 10px;
	float: left;
}

.headline a {
	display: block;
	width: 66px;
	float: right;
}

#library_banners {
	width: 780px;
	margin: 10px auto;
}

#page_full_900 {
	width: 900px;
	margin: 10px auto;
}

.accessible {
	display: none;
}

.center {
	text-align:center;
}

/* cm ---------------------------*/

.cm_title {
  border: 1px solid #E8E8E8;
  background: url(/img/cm/header_bg.png) repeat-x;
  padding: 4px 10px;
  margin: 20px 0 20px 0;
}

.cm_subtitle {
  background: url(/img/cm/subheader_bg.png) no-repeat;
  padding: 4px 10px 4px 20px;
  margin: 0 0 20px 0;
}

.cm_box {
  margin: 0 0 40px 0;
}

.cm_box .play_buttons {
  margin: 30px 0 0 0;
}

.cm_box img {
  margin: 0 0 10px 0;
}

.facemodal {
  display: none;
}

/* table ---------------------------*/

.simple {
  border-bottom: 1px solid #e8e8e8;
  border-collapse: collapse;
}

.simple tr {
}

.simple td {
  border-top: 1px solid #e8e8e8;
  padding: 6px 0 2px 0;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

.float_right {
  float: right;
}

.cm_data {
  width: 190px;
  border: 1px solid #e8e8e8;
  padding: 4px 10px;
  font-size: 10px;
  float: right;
  margin: 0 10px 0 0;
}

#topics_nav {
	margin-bottom: 50px;
}

#single_column {
	clear: both;
}

.align_center {
	text-align:center;
}

#item_list {
	margin: 0 0 30px 0;
}

#item_list .item {
	float: left;
	width: 220px;
	margin: 0 9px 8px 9px;
	background: url(/img/items/box_bg.jpg) no-repeat top center;
	text-align: center;
}

#item_list .item.recommended {
	background: url(/img/items/recommended_bg.jpg) no-repeat top center;
}

#item_list .thumb {
	width: 166px;
	height: 120px;
	display: block;
	padding: 10px 0 0 26px;
}

#item_list .go {
	padding: 6px 0 8px 0;
}

.item_title {
	margin: 0 0 20px 0;
}

ul.banners {
	list-style: none;
	border-top: none !important;
}

ul.banners li {
	background: none !important;
	border-bottom: none !important;
	margin: 0 0 5px 0;
}

ul.banners a {
	padding: 0  !important;
	background: none;
	text-decoration: none;
}


/* factories facebox -------------------*/

div.factories {
}

div.factory {
	margin:0 20px 20px 0;
	float:left;
}

div.factory span {
	display:block;
	font-size: 14px;
}

div.factory_detail {
	display:none;
}

#facebox img {
	display:block;
	margin-bottom: 10px !important;
}

#facebox h3 {
	margin-bottom: 16px;
	font-size:16px;
	background: none;
	padding: 0;
}

#facebox p.title {
	font-size:14px;
	margin: 0 0 10px 0;
}

ol {
	margin: 0 0 14px 20px;
}

ol li {
	list-style: decimal !important;
}

.example {
	color: #888;
}














