@charset "utf-8";
/* CSS Document */

body{	
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 87.6%;	
	line-height:1.6;
	color: #333;
	-webkit-print-color-adjust: exact;
	zoom: 1;
}
#baseContainer {
	width: 950px;
	margin: 0 auto;	
}
#contentsWrapper {
	float: right;
	width: 688px;
	margin: 0 0 0 27px;	
}
#contentsWrapper p {
	margin: 0 0 20px 0;	
}

/*--------------------------
	ポップウィンドウ
---------------------------*/
body.popWin #baseContainer {
	width: 688px;
	margin: 0 auto;	
}
body.popWin #contentsWrapper {
	float: none;
	width: 688px;
	margin: 30px 0 0 0;	
}

/*--------------------------
	ヘッダー
---------------------------*/
#headerWrapper {
	width: 100%;
	border-top: solid 3px #e7eee9;
	border-bottom: solid 2px #CCC;
}
#headerOtona {
	width: 950px;	
	margin: 0 auto;
	min-height: 97px;
	position: relative;	
}
#headerOtona  {	
	clear: both;
}
#headerOtona #gnavOtona img {
	vertical-align: top;
}
#headerOtona #gnavOtona .logo {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 137px;
	height: 67px;
}
#headerOtona #gnavOtona .gnavMiddle{
	position: absolute;
	left: 147px;
	top: 30px;
	background: url(/otona/common/img/bg-gnav-middle.jpg) no-repeat;
	width: 230px;
	height: 67px;	
}
#headerOtona #gnavOtona .gnavMiddle li {
	display: inline-block;
	position: absolute;
	top: 27px;
	left: 3px;
}
#headerOtona #gnavOtona .gnavMiddle li a{
	display: block;
}
#headerOtona #gnavOtona .gnavMiddle li.gRight {
	margin: 0 0 0 119px;
}
#headerOtona #gnavOtona .gnavZipang {
	position: absolute;
	left: 387px;
	top: 30px;
	background: url(/otona/common/img/bg-gnav-zipang.jpg) no-repeat;	
	width: 240px;
	height: 67px;
}
#headerOtona #gnavOtona .gnavZipang li {
	display: inline-block;
	position: absolute;
	top: 27px;
	left: 3px;
}
#headerOtona #gnavOtona .gnavZipang li a{
	display: block;
}
#headerOtona #gnavOtona .gnavZipang li.gRight {
	margin: 0 0 0 135px;
}
#headerOtona #gnavOtona .gnavMenbers {
	position: absolute;
	left: 642px;
	top: 39px;	
}
#headerOtona #gnavOtona .gnavCminfo {
	position: absolute;
	left: 752px;
	top: 39px;
	/*z-index: 10;	*/
}
#headerOtona #gnavOtona .gnavAdmission #entryMenu {
	display: none;
	z-index: 9999;
	margin: 0;
	width: 170px;
	background-color: #fff;
	padding: 10px 20px 15px;
	border: solid 3px #ccc;
	border-top: solid 2px #ccc;
	border-radius: 0 0 7px 7px;
}
#headerOtona #gnavOtona .gnavAdmission #entryMenu li {
	margin: 3px 0;
	z-index: 999;
}
#headerOtona #gnavOtona .gnavAdmission #entryMenu li img{
	vertical-align: middle;
	margin-right: 5px;
}
#headerOtona #headerBtn {
	position: absolute;
	right: 0;
	top: 0;
}
#headerOtona #headerBtn .headerLink {
	float: right;
	padding: 6px 0 0 0;
}
#headerOtona #headerBtn .headerMembers {
	float: right;
	padding: 0 10px 0 0;
}
#headerOtona #headerBtn .headerLink li {
	float: left;
	padding: 0 0 0 8px;
	margin: 0 10px 0 0;
	font-size: 86%;
	background: url(/otona/common/img/arrow_gray02.gif) no-repeat left center;	
}
#headerOtona #headerBtn .headerLink li a {
	text-decoration: none;
}
#headerOtona #headerBtn .headerLink li a.listnone {
	border: none;
	margin: 0;
}


/*--------------------------
	フッター
---------------------------*/
#gototop {
	clear: both;	
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#gototop img {
	position:fixed;
	right: 10px;
	bottom: 10px;		
}
		
#footerWrapper {	
	width: 100%;	
	padding: 0;
	background: url(/otona/common/img/bg-footer.gif) repeat-x center top;
	overflow: hidden;
}
#footerOtona {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}
#footerOtona .footerBtn {
	float: left;
	margin: 0 70px 0 0;
}
#footerOtona .footerBtn p {
	margin: 0 0 20px 0;
}
#footerOtona .footerList {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	border-right: solid 1px #CCC;
	width: 200px;	
	height: 155px;
}
#footerOtona .footerBorder {
	border-left: solid 1px #CCC;
}
#footerOtona .footerList p {
	margin: 0 0 20px 0;
}
#footerOtona .footerList li {
	background: url(/otona/common/img/arrow-gray01.gif) no-repeat left center;
	padding: 0 0 0 13px;
	line-height: 1.7;
}
#footerOtona .footerList li a {
	text-decoration: none;
}
#footerBottom {
	width: 100%;	
	padding: 10px 0;
	text-align: center;
}
#footerBottom a {
	margin: 5px;	
}
#newsArea {
	clear: both;
	width: 100%;
	padding: 10px 10px 5px 10px;
	background: #7a6f38;
}
#newsArea #newsInner {
	display: table;
	width: 950px;
	margin: 0 auto;
	color: #FFF;
}
#newsArea #newsInner .newsLeft {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	padding: 0 10px 0 0;
	font-weight: bold;
}
#newsArea #newsInner .newsRight {
	display: inline-block;
	vertical-align: middle;
	width: 860px;
}
#newsArea #newsInner .newsRight .days {
	display: inline-block;
	vertical-align: middle;
	border-right: solid 1px #FFF;
	width: 100px;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0;
}
#newsArea #newsInner .newsRight .newsTxt {
	display: inline-block;
	vertical-align: middle;
	width: 720px;
	margin: 0 0 5px 0;
}
#newsArea #newsInner .newsRight .newsTxt a {
	color: #FFF;
}


/*--------------------------
	ブレッドクラム
---------------------------*/
#breadWrapper-top {
	width: 100%;	
	padding: 5px 0;
	z-index: 900;
}
#breadWrapper {
	width: 100%;	
	padding: 5px 0;
	margin: 0 0 10px 0;
	background: #FFF;
}
#breadInner {
	width: 950px;
	margin: 0 auto;	
}
#breadInner img {
	vertical-align: baseline;
}
#bread {
	float: left;
}
#bread li {
	display: inline;
	font-size: 86%; 
}
#bread li a {
	margin: 0 3px 0 0;	
}
#setFontSize {
	float: right;
	display: inline;	
}
#setFontSize ul,
#setFontSize ul li {
	font-size: 0%;
	line-height: 0%;
	display: inline;
}
#setFontSize ul li:first-child {
	margin: 0 5px 0 0;
}
/*--------------------------
	サイドナビ
---------------------------*/
#snaviWrapper {
	float: left;
	width: 235px;
}
#snaviWrapper .snavMiddle {	
	margin: 0 0 10px 0;
}
#snaviWrapper .snavZipang {	
	margin: 0 0 30px 0;
}
#snaviWrapper .snavMovie {	
	margin: 0 0 20px 0;
}
#snaviWrapper .snavBnr {
	width: 210px;
	margin: 0 0 20px 0;
	padding: 20px 12.5px 10px 12.5px;	
	border-top: solid 3px #CCC;
	border-bottom: solid 3px #CCC;
}
#snaviWrapper .snavBnr li {
	margin: 0 0 10px 0;
}
#snaviWrapper .snavTvcm {
	position: relative;
	float: left;
	width: 261px;
	height: 233px;
}
#snaviWrapper .snavTvcm a img {
	position: absolute;
	bottom: 15px;
	left: 10px;
}	

/*--------------------------
	エレメント
---------------------------*/

h1,h2,h3,h4,h5 {
	margin: 0 0 30px 0;
}
h2,h3 {
	font-size: 128.5%;
}
	
.middle .ttl-h3 {
	min-height: 22px;	
	font-size: 128.5%;	
	padding: 0 0 0 15px;
	background: url(/otona/common/img/ttl-h3-green.gif) no-repeat left center;	
}
.zipang .ttl-h3 {
	min-height: 22px;	
	font-size: 128.5%;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	background: url(/otona/common/img/ttl-h3-blue.gif) no-repeat left center;	
}
.ttl-h4 {
	color: #7a6f38;	
}
.middle .ttl-h4 {
	color: #008900;	
}
.zipang .ttl-h4 {
	color: #0011b3;	
}
a.linkArrow {
	min-height: 12px;
	display: inline;
	padding: 0 0 0 12px;
	background: url(/otona/common/img/arrow-blue01.png) no-repeat left center;
}
a.anchorLink {
	min-height: 8px;
	display: inline;
	padding: 0 0 0 20px;
	background: url(/otona/common/img/arrow-blue02.png) no-repeat left top;
}
span.linkPdf {
	min-height: 14px;
	display: inline;
	padding: 0 24px 0 0;
	background: url(/otona/common/img/ico-pdf.gif) no-repeat right top;
}
.font-colors {
	color: #7a6f38;
}
.middle .font-colors {
	color: #008900;
}
.zipang .font-colors {
	color: #0011b3;
}
.font-red {
	color: #b30000;
}
.font-white {
	color: #FFF;
}
.font-L {
	font-size: 115%;
}
.font-S {
	font-size: 86%;
}
.font-bold {
	font-weight: bold;
}
.border-solid {
	border-bottom: solid 1px #CCC !important;
	margin: 0 0 30px 0;
}
.border-none {
	border: none !important;
}
.border-dotted {
	border-bottom: dotted 1px #CCC !important;
}
.border-radius {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.border-radius-tl {
	border-radius: 7px 0 0 0 / 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0 / 7px 0 0 0;
	-moz-border-radius:  7px 0 0 0 / 7px 0 0 0;
	-ms-border-radius:  7px 0 0 0 / 7px 0 0 0;
	-o-border-radius:  7px 0 0 0 / 7px 0 0 0;
}
.border-radius-tr {
	border-radius: 0 7px 0 0 / 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0 / 0 7px 0 0;
	-moz-border-radius: 0 7px 0 0 / 0 7px 0 0;
	-ms-border-radius: 0 7px 0 0 / 0 7px 0 0;
	-o-border-radius: 0 7px 0 0 / 0 7px 0 0;
}
.border-radius-br {
	border-radius: 0 0 7px 0 / 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0 / 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0 / 0 0 7px 0;
	-ms-border-radius: 0 0 7px 0 / 0 0 7px 0;
	-o-border-radius: 0 0 7px 0 / 0 0 7px 0;
}
.border-radius-bl {
	border-radius: 0 0 0 7px / 0 0 0 7px;
	-webkit-border-radius: 0 0 0 7px / 0 0 0 7px;
	-moz-border-radius: 0 0 0 7px / 0 0 0 7px;
	-ms-border-radius: 0 0 0 7px / 0 0 0 7px;
	-o-border-radius: 0 0 0 7px / 0 0 0 7px;
}
.bg-green {
	background: #008900;
	padding: 10px;
}
.bg-blue {
	background: #0011b3;
	padding: 10px;
}
.bg-gray {
	background: #CCC;
	padding: 10px;
}
.protectImage {
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.protectImage-c {
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.protectImage-r {
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
}


/* カラム
----------------------------*/
.contentsArea {
	clear: both;	
	overflow: hidden;
}
.contentsArea .blockInner_01 .block {
	width: 688px;
	margin: 0 0 30px 0;	
}
.contentsArea .blockInner_02 .block {
	float: left;
	width: 340px;
	margin: 0 8px 30px 0;
}
.contentsArea .blockInner_03 .block {
	float: left;
	width: 224px;
	margin: 0 8px 30px 0;
}
.contentsArea .blockInner_04 .block {
	float: left;
	width: 166px;
	margin: 0 8px 30px 0;
}
.contentsArea .blockInner_05 .blockLeft {
	float: left;
	width: 224px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_05 .blockRight {
	float: left;
	width: 444px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_06 .blockLeft {
	float: left;
	width: 444px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_06 .blockRight {
	float: left;
	width: 224px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_07 .blockLeft {
	float: left;
	width: 166px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_07 .blockRight {
	float: left;
	width: 502px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_08 .blockLeft {
	float: left;
	width: 502px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_08 .blockRight {
	float: left;
	width: 166px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_09 .blockLeft {
	float: left;
	width: 423px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_09 .blockRight {
	float: left;
	width: 245px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_10 .blockLeft {
	float: left;
	width: 245px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_10 .blockRight {
	float: left;
	width: 423px;
	margin: 0 0 30px 0;
}
.contentsArea .blockInner_11 .blockLeft {
	float: left;
	width: 330px;
	margin: 0 20px 30px 0;
}
.contentsArea .blockInner_11 .blockRight {
	float: left;
	width: 338px;
	margin: 0 0 30px 0;
}


/* リスト・定義・インライン
----------------------------*/
.listDisc, .listNote, .listNumber {
	margin: 0 0 20px 0;
}
.listDisc {
	padding: 0 0 0 1.2em;
}
.listDisc li {
	list-style: disc;	
	margin: 0 0 5px 0;
	line-height: 1.3;
}
.listNote li {
	text-indent: -1em;
	padding: 0 0 0 1em;
	margin: 0 0 5px 0;
	font-size: 86%;	
}
.listNumber,.listNumberInner {
	padding: 0 0 0 1.5em;
}
.listNumber li,.listNumberInner li {
	list-style-type: decimal;
	margin: 0 0 5px 0;
	line-height: 1.3;
}
.defineArea {	
	width: 688px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.defineArea:after {
	content: "";
	clear: both;
}
.defineArea dt {
	float: left;
	width: 78px;
	padding: 0 10px 0 0;
	font-weight: bold;	
}
.defineArea dd {
	float: left;
	width: 600px;
	padding: 0 0 5px 0;
}
.listInline-img,.listInline-txt  {
	margin: 0 0 20px 0;
}
.listInline-img li {
	display: inline;
}
.listInline-txt li {
	display: inline;
	padding: 0 10px 0 10px;	
	border-right: solid 1px #CCC;
}
.listInline-txt li:first-child {
	border-left: solid 1px #CCC;
}


/*強調
----------------------------*/
.accentArea{
	clear: both;	
	overflow: hidden;
}
.accentArea:after {
	content: "";
	clear: both;
}
.middle .accentArea .block {	
	padding: 20px;	
	color: #FFF;
	background: #008900;
	text-align: center;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.zipang .accentArea .block {
	padding: 20px;	
	color: #FFF;
	background: #0011b3;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}


/*ボタン・補足・重要
----------------------------*/
.btnArea {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.cationArea {
	display: block;
	padding: 10px;
	margin: 0 0 30px 0;
	background: #b30000;
	color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.cationArea {
	display: block;
	padding: 10px;
	margin: 0 0 30px 0;
	background: #b30000;
	color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.infomationArea {
	display: block;
	padding: 10px;
	margin: 0 0 30px 0;
	background: #7a6f38;
	color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.cationArea .txtLeft,.infomationArea .txtLeft {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	padding: 0 10px 0 28px;
	background: url(/otona/common/img/ico-cation.png) no-repeat left center;
}
.cationArea .txtRight,.infomationArea .txtRight {
	display: inline-block;
	vertical-align: middle;
	width: 522px;
}
.noteArea {
	clear: both;	
	padding: 10px;
	margin: 0 0 20px 0;
	background: #FFF;
	border: solid 2px #CCC;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.questionArea {
	clear: both;	
	padding: 20px;
	margin: 0 0 20px 0;
	background: #eeeeee;	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

/*テーブル
----------------------------*/
.tbl-basic {
	width: 100%;	
	margin: 0 0 30px 0;
	border: solid 2px #CCC;
}
.tbl-basic th {
	width: 25%;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background: #7a6f38;
	color: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
}
.tbl-basic td {
	width: 75%;
	padding: 10px;
	background: #FFF;
	border-bottom: solid 1px #CCC;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
}
.middle .tbl-basic th {	
	background: #008900;	
}
.zipang .tbl-basic th {	
	background: #0011b3;
}


/*タブ
----------------------------*/
.tabMenu {
	background: #eeeeee;
	padding: 10px 0 0 0;
	overflow: hidden;	
}
.tabMenu li {
	float: left;
	width: 33%;
}
.tabMenu li a {
	display: block;	
	background: #f5f5f5;
	padding: 10px;
	margin: 0 15px 0 0;
	text-decoration: none;
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}
.tabMenu li a:hover {
	background: #FFF;
	color: #333;
}
.tabMenu li:first-child a {
	margin: 0 15px;
}
.tabMenu li.selected a {
	background: #FFF;
	text-decoration: none;
}
.j-tabContent {
	margin: 15px 0 0 0;
}

/*カタログ紹介
----------------------------*/
.catalogArea {
	padding: 20px 20px 0 20px;
	margin: 0 0 30px 0;
	background: #eeeeee;
	overflow: hidden;
}
.catalogArea .catalogLeft {
	float: left;
	width: 244px;
	background-color: #f7f7f7;
	background-repeat:no-repeat;
	background-position:top center;
	text-align: center;
}
.catalogArea .catalogRight {
	float: left;
	width: 384px;
	padding: 0 0 0 20px;
}
.catalogArea .catalogRight h3 {
	margin: 0 0 20px 0;
}

.movieArea {
	padding: 20px 20px 0 20px;	
	background: url(/otona/common/img/bg-movie_area-top.gif) no-repeat left top;
	background-color: #eeeeee;
	overflow: hidden;
}
.movieArea .movieLeft {
	float: left;
	width: 384px;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}
.movieArea .movieLeft h3 {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;	
	background: url(/otona/common/img/ico-movie.gif) no-repeat left center;
}
.movieArea .movieRight {
	float: left;
	width: 244px;	
	margin: 0 0 20px 0;	
}
.movieAreaBottom {
	height: 6px;
	margin: 0 0 30px 0;
	background: url(/otona/common/img/bg-movie_area-bottom.gif) no-repeat left top;
}

/*margin（追加）
----------------------------*/
.mg0 {margin: 0 !important;}
.mr8 {margin-right:8px !important;}
.ml8 {margin-left:8px !important;}


/*padding
----------------------------*/
.pd0 {padding: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}

.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}

.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}

.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}

/*text-indent
----------------------------*/
.indent1em {text-indent:-1em;padding-left:1em;}