﻿/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* 下記が変更内容 */

	.coda-slider-wrapper {
	padding: 20px 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
	.coda-slider { /*background: #ebebeb*/border:solid 2px #ebebeb; }
	
	/* 内容の最小の高さ */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* 全体のスライダーの幅(右左のは除く)*/
	.coda-slider, .coda-slider .panel { width: 656px;/*border分4pxマイナスした長さ*/ } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 656px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #336600}
	
	/* 内容部分の余白 */
	.coda-slider .panel-wrapper { padding:20px;}
	.coda-slider .panel-wrapper h2{
	width:620px;
	height:16px;
	display: block;
	margin: 0px 0 30px 0;
	font-size:10px;
	color:#999999;
	line-height:14px;
	text-indent: 10px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: normal;
}
	.coda-slider .panel-wrapper h3{	width:620px;
	height:43px;
	background-image: url(../../../images/c_title1.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	font-size:14px;
	color:#000000;
	line-height:24px;
	text-indent: 15px;
	padding: 0px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px;/* text-align: center*/ }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: inline; margin:0; overflow: hidden;width:620px; }
	.coda-nav ul li {
	display: block;
	float:left;
	margin:0px 0 1px 0;
	padding:0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 8px 20px; text-decoration: none;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	