@charset "UTF-8";

/*====================================================
	jitsuwata公式サイト common.css v2.0 
====================================================*/
/*========= menu =========*\
/*
=01 default
=02 universal class
=03 parts layout
\*==========================*/

/*====================================================
			=01 default
====================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}
/* body */
body {
	width: 100%;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	color: #4d4d4d;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}
/* ul | ol */
ul, ol {
	list-style: none;
	line-height: 0;
}
/* dl */
dl {
	line-height: 0;
}
/* font */
h1,h2,h3,h4,h5,h6,
p, li, dt, dd, th, td {
	font-size: 100%;
	line-height:1.75;
}
/* table */
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
caption, th {
	text-align: left;
}
/* strong | em */
strong, em {
	font-style: normal;
	font-weight: bold;
}
/* img */
img {
	vertical-align: bottom;
	border: 0;
}
/* sup | sub */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
/* a */
a {
	background: transparent;
	cursor: pointer;
	text-decoration: underline;
	outline:none;
}
a:link {color: #fa5326;}
a:visited {color: #fa5326;}
a:focus {color: #fa5326;}
a:active,
a:hover {
	text-decoration: none;
	color: #fa5326;
}
/* code | kbd | pre | samp */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
iframe{
	vertical-align:bottom;
	border:0;
	width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/* audio | canvas | video */
audio,
canvas,
video {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/* dfn */
dfn {
	font-style: italic;
}
/* mark */
mark {
	background: #ff0;
	color: #000;
}
/* svg */
svg:not(:root) {
	overflow: hidden;
}
/* fieldset */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* legend */
legend {
	border: 0;
}
/* form */
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}
/*====================================================
			=02 universal class
====================================================*/
.imageLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.imageRight {
	float: right;
	margin: 0 0 5px 10px;
}
/* text align
------------------------------------------------*/
.txtC {text-align: center	!important;}
.txtR {text-align: right	!important;}
.txtL {text-align: left		!important;}
.vAT > *,.vAT {vertical-align:top	!important;}
.vAM > *,.vAM {vertical-align:middle	!important;}
.vAB > *,.vAB {vertical-align:bottom	!important;}
.ftS{font-size:12px !important;}
/* margin set
------------------------------------------------*/
/*reset*/
.margReset {margin: 0 !important;}
/* 0px */
.margL00 {margin-left: 0px !important;}
.margR00 {margin-right: 0px !important;}
.margT00 {margin-top: 0px !important;}
.margB00 {margin-bottom: 0px !important;}
/* 5px */
.margL05 {margin-left: 5px !important;}
.margR05 {margin-right: 5px !important;}
.margT05 {margin-top: 5px !important;}
.margB05 {margin-bottom: 5px !important;}
/* 10px */
.margL10 {margin-left: 10px !important;}
.margR10 {margin-right: 10px !important;}
.margT10 {margin-top: 10px !important;}
.margB10 {margin-bottom: 10px !important;}
/* 15px */
.margL15 {margin-left: 15px !important;}
.margR15 {margin-right: 15px !important;}
.margT15 {margin-top: 15px !important;}
.margB15 {margin-bottom: 15px !important;}
/* 20px */
.margL20 {margin-left: 20px !important;}
.margR20 {margin-right: 20px !important;}
.margT20 {margin-top: 20px !important;}
.margB20 {margin-bottom: 20px !important;}
/* 25px */
.margL25 {margin-left: 25px !important;}
.margR25 {margin-right: 25px !important;}
.margT25 {margin-top: 25px !important;}
.margB25 {margin-bottom: 25px !important;}
/* 30px */
.margL30 {margin-left: 30px !important;}
.margR30 {margin-right: 30px !important;}
.margT30 {margin-top: 30px !important;}
.margB30 {margin-bottom: 30px !important;}
/* 40px */
.margB40 {margin-bottom: 40px !important;}
/* 60px */
.margB60 {margin-bottom: 60px !important;}
/* clearfix
------------------------------------------------*/
div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*====================================================
			=03 parts layout
====================================================*/
/*	jScrollPane
====================================================*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #efb9e2;
	position: relative;
}
.jspDrag{
	background: #eb8cd4;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #eb8cd4;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}


/*	colorbox
====================================================*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxContent{
	position:relative;
}
.bgNone #cboxContent:after{
	content:none;
}
#cboxLoadedContent{
	z-index:1;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.5; filter: alpha(opacity = 50);}
#colorbox{outline:0;}
	#cboxContent{overflow:visible;height:auto !important;padding:25px;}
		#cboxError{padding:50px; border:1px solid #ccc;}
		#cboxLoadingGraphic{background:url(../images/loading.png) no-repeat center center;min-height:200px;}
		#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
		#cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; width:77px; height:77px; text-indent:-9999px; top:0; right:0; background:url(../images/btn_close.png) no-repeat 0 0; z-index:2;outline:none;}
		
		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
		#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

