@charset "utf-8";

/* ColorBox Core Style The following rules are the styles that are consistant between all ColorBox themes */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}



#colorbox{

}
/* コンテンツ表示領域外 */
#cboxOverlay {
	background-color: #000000;
}

/* コンテンツ表示領域の背景を指定 */
#cboxContent {
	background-color: #0000;
	background-image: none;
	color: #333333;
}


/* コンテンツ表示領域 （margin-bottomで「ページ送り領域」の高さを確保）*/
#cboxLoadedContent {
	/*padding: 30px 30px 25px 30px;*/
	padding: 0px;
}



/* title属性に入力した値がここに反映される */
#cboxTitle {
	width:100%;
	position:absolute;
	bottom:3px;
	left:0;
	text-align:center;
	color:#949494;
}



/* 現在表示　ex:「2 of 15」 */
#cboxCurrent {
	position:absolute;
	bottom:10px;
	right:25px;
	color:#999999;
}



/* 閉じるボタン */
#cboxClose {
	position:absolute;
	margin-bottom:0px;
	bottom:0px;
	background:url(../images/pic/mdl_btn_close.png) left top no-repeat;
	width:120px;
	height:30px;
	margin-left:-60px;
	left:50%;
	text-indent:-9999px;
}


/* ページ送り：自動 */
#cboxSlideshow {
	position:absolute;
	top:50px;
	right:30px;
	color:#333333;
}

/* 戻る */
#cboxPrevious {
	position:absolute;
	top: 200px;
	left:212px;
	background:url(../images/pic/mdl_btn_prev.png) left top no-repeat;
	width:25px;
	height:180px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
}

/* 進む */
#cboxNext {
	position:absolute;
	top: 200px;
	right:3px;
	background:url(../images/pic/mdl_btn_next.png) left top no-repeat;
	width:25px;
	height:180px;
	text-indent:-9999px;
}
#cboxNext.hover {
}


#cboxLoadingOverlay {
	background: #000000;
		filter:alpa(opacity=50);   /* old IE */
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
-moz-opacity:0.5;          /* Moz + FF */
opacity:0.5;               /* 支持新版瀏覽器 */
}
#cboxLoadingGraphic {
	background: #000000;
	filter:alpa(opacity=80);   /* old IE */
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
-moz-opacity:0.8;          /* Moz + FF */
opacity:0.8;               /* 支持新版瀏覽器 */
}



/* modal window
---------------------------------- */

#mdl_text{
	text-align: left;
}
#mdl_name{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 120%;
}
#mdl_text01{
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}
#mdl_text02{
	margin: 15px 0px 0px 0px;
	line-height: 1.5em;
}

/* 注意事項 */
.attenatin_text{
color:#a62e2e;
margin:0 0 0 5px;
font-size:90%;
}


/*------------------------------------------------
	modal styles
--------------------------------------------------*/
#cboxWrapper {
	*overflow: hidden;
}
#cboxContent {
	*overflow: hidden;
}
#mdl_window {
	*overflow: hidden;
}
#mdl_window .mdl-styles {
	width: 980px;
	text-align: left;
	*overflow: hidden;
}
#mdl_window .mdl-styles .head {
	margin-bottom: 0;
}
#mdl_window .mdl-styles .head p {
	padding-left: 2px;
	font-size: 133.3%;
	line-height: 1.5;
	font-weight: bold;
}
#mdl_window .mdl-styles .head p.name {
	padding-left: 0;
}
#mdl_window .mdl-styles .head p.type {
	padding-top: 5px;
	margin-bottom: -27px;
}
#mdl_window .mdl-styles #mdl-styles .section {
	display: none;
}
#mdl_window .mdl-styles #mdl-styles .section.default {
	display: block;
}
#mdl_window .mdl-styles #mdl-styles .section .photo {
	margin-bottom: 12px;
	text-align: center;
}
#mdl_window .mdl-styles #mdl-styles.types .section .photo {
	margin-bottom: 0px;
}
#mdl_window .mdl-styles #mdl-styles .section p {
	line-height: 1.7;
}
#mdl_window .mdl-styles #mdl-styles .section .tbl {
	padding: 8px 0 16px;
}
#mdl_window .mdl-styles #mdl-styles .section .tbl table {
	margin-bottom: 5px;
	border-top: 1px solid #d6d6d6;
	width: 100%;
	color: #333333;
	font-size: 83.3%;
	border-collapse: collapse;
	border-spacing: 0;
}
#mdl_window .mdl-styles #mdl-styles .section .tbl table tr th,
#mdl_window .mdl-styles #mdl-styles .section .tbl table tr td {
	padding: 0px;
	border-bottom: 1px solid #d6d6d6;
}
#mdl_window .mdl-styles #mdl-styles .section .tbl table th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	width: 5em;
}
#mdl_window .mdl-styles #mdl-styles .section .tbl .note {
	font-size: 83.3%;
	color: #999999;
}

/* 20121031 プライス表ボタン追記 START */
#mdl_window .mdl-styles #mdl-styles .section .btn_gpan {
	margin-bottom: 10px;
	text-align: center;
}

#mdl_window .mdl-styles #mdl-styles .section .btn {
	margin:0px;
	margin-bottom: 10px;
	float:left;
}

#mdl_window .mdl-styles #mdl-styles .section .photo_02 {
	text-align: center;
	margin-bottom: 5px;
}

#mdl_window .mdl-styles #mdl-styles .section .btn_02 {
margin:0px;
float:left;
}

#mdl_window .mdl-styles #mdl-styles .section .price_list_btn02 {
margin-bottom: 20px;
}

/* 20121031 プライス表ボタン追記 END*/

#mdl_window .mdl-styles #mdl-styles.types .section .btn {
	margin-bottom: 15px;
}
#mdl_window .mdl-styles #style-navi {
	margin-bottom: 18px;
	padding-top: 7px;
	background:url(../images/pic/mdl_bg_shadow-styles.gif) center top no-repeat;
}
#mdl_window .mdl-styles #style-navi p.title {
	padding: 2px 0 0 1px;
	font-size: 83.3%;
	font-weight: bold;
}
#mdl_window .mdl-styles #style-navi.all {
	margin-top: 20px;
}
#mdl_window .mdl-styles #style-navi.all p {
	margin: -4px 0 12px 18px;
}
#mdl_window .mdl-styles #style-navi table {
	width: auto;
	margin: 0 auto;
}
#mdl_window .mdl-styles #style-navi table td {
	width: 80px;
	vertical-align: top;
	font-size: 83.3%;
	padding: 0 10px;
	line-height: 1.5;
}
#mdl_window .mdl-styles #style-navi table td a {
	position: relative;
	padding-top: 6px;
	display: block;
	overflow: hidden;
}
* html #mdl_window .mdl-styles #style-navi table td a {
	overflow: hidden;
	*zoom: 1;
}
#mdl_window .mdl-styles #style-navi table td a img {
	display: block;
	margin: 0 auto 3px;
	text-decoration: none;
}
#mdl_window .mdl-styles #style-navi table td a:hover img {
	filter: alpha(opacity=60);
	opacity:0.6;
}
#mdl_window .mdl-styles #style-navi table td a span {
	display: block;
	position: absolute;
	width: 9px;
	height: 4px;
	top: 0;
	left: -100px;
}
#mdl_window .mdl-styles #style-navi table td a:hover span {
	left: 36px;
}
#mdl_window .mdl-styles #style-navi table td a:hover span img {
	filter: alpha(opacity=100);
	opacity: 1;
}
#mdl_window .mdl-styles #style-navi table td a.act span {
	left: 36px;
}
#mdl_window .mdl-styles #style-navi table td a.act img {
	filter: alpha(opacity=60);
	opacity:0.6;
}

#mdl_window .mdl-styles #type-navi {
	position: relative;
	left: 0;
	bottom: 0;
}
#mdl_window .mdl-styles #type-navi ul {
	background: #222222;
}
#mdl_window .mdl-styles #type-navi ul li {
	margin-right: 10px;
	float: left;
}

/* style-list */
#mdl_window .mdl-styles #style-navi.all {
	padding-top: 20px;
}
#mdl_window .mdl-styles #style-navi.all table td {
	width: 72px;
	padding-bottom: 10px;
}
#mdl_window .mdl-styles #style-navi.all table td a:hover span {
	left: 30px;
}
#mdl_window .mdl-styles #style-navi.all table td a.act span {
	left: 30px;
}
