@charset "UTF-8";
/* CSS Document */
/*
Theme Name:SANKEN-ORIGINAL
Description：サンケン工業　PC　オリジナルテーマ
Author:Sanken-industry,designSmooth
*/


/*============グローバル===========
///////////////////////////////////////////////////////////////////*/
body {
	margin:0;
	padding:0;
	color:#333333;
	text-align:left;
	font-size:100%;
	line-height:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
}
p {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
	list-style-position:outside;
}


ol {
	margin:5px 0 0 40px;
	padding:0;
}

dl {
	margin:0;
	padding:0;
	line-height:160%;
}
dt {
	margin:0;
	padding:0;
}
dd {
	margin:0;
	padding:0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#0A50A1;
	text-decoration:underline;
}

img {
	border: none;
	vertical-align: top;
}
img.line01 {
	border:1px solid #CCCCCC;
}
table {
	border-collapse:collapse;
	border-color:#999999;
	line-height:1.6;
	color:#333333;
}
h1,h2,h3,h4,h5,h6 {
	clear:both;
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}
br {
　letter-spacing: normal; /* ← IE6、IE7 */
}

form {
	font-size:100%;
	line-height:130%;
	color:#666;
	margin:0;
	padding:0;
}
select {
	background:#FFFFFF;
	border:1px dotted #999;
	font-size:90%;
	padding:5px;
	background:#E2FFFD;
}
input {
	background:#FFF;
	border:dotted #999 1px;
	padding:5px;
	width:auto;
	font-size:90%;
	background:#E2FFFD;
}
textarea {
	background:#FFF;
	border:dotted #999 1px;
	padding:5px;
	width:400px;
	font-size:90%;
	background:#E2FFFD;
}

/* /////////////////////////////////////////
	ClearFix
///////////////////////////////////////// */
/* afterに対応したブラウザ向け */
.clearfix:after {
	content:".";
	display: block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* IE6 */
* htm .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	height: 1%;
}
/*  clearfix  */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.clearfix {
	overflow:hidden;
} /* Dw表示用 */
/* /////////////////////////////////////////
	ClearFix
///////////////////////////////////////// */

#page-top {
	position:fixed;
	bottom:20px;
	right:10px;
	font-size:77%;
	z-index:3000;
}
#page-top a {
	background-color:#690;
	border:2px solid #FFF;
	text-decoration: none;
	color:#fff;
	width:100px;
	padding:10px 0;
	text-align:center;
	display:block;
	border-radius:5px;
	box-shadow: 1px 1px 1px 1px #666;
    -webkit-box-shadow: 1px 1px 1px 1px #666;
    -moz-box-shadow: 1px 1px 1px 1px #666;
}
#page-top a:hover {
	text-decoration: none;
	background:#3C0;
}
/*　骨格　///////////
----------------------------------------------------*/
/*　ラップ　背景　///////////
----------------------------------------------------*/


/*--背景--------------------------------------------*/
#haikei00 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/bg02.png) repeat top center;
}
#haikei01 {
	clear:both;
	width:100%;
	height:84px;
	float:left;
	background:#FFFFFF;
	/*border-bottom:1px solid #999999;*/
	margin:64px 0 0 0;
	/*margin:0;*/
	padding:0;
	border-bottom:1px solid #999;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #ffffff 3%, #ffffff 3%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #999999 0%,#ffffff 3%,#ffffff 3%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #999999 0%,#ffffff 3%,#ffffff 3%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 1px 1px 0px #999999,0px 1px 2px 0px #999999;
-moz-box-shadow:0px 1px 1px 0px #999999,0px 1px 2px 0px #999999;
-webkit-box-shadow:0px 1px 1px 0px #999999,0px 1px 2px 0px #999999;
}
#haikei02 {
	clear:both;
	float:left;
	width:100%;
	height:64px;
	background:url(/images/haikei02bg.png) center top repeat-x;
	/*background: #b0b0b0;
	background: -moz-linear-gradient(top,  #ADADAD 1%, #F2F2F2 3%, #B0B0B0 100%);
	background: -webkit-linear-gradient(top,  #ADADAD 1%,#F2F2F2 3%,#B0B0B0 100%);
	background: linear-gradient(to bottom,  #ADADAD 1%,#F2F2F2 3%,#B0B0B0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADADAD', endColorstr='#757575',GradientType=0 );*/
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;

	position:fixed;
	z-index:500;
	border-bottom:1px solid #888;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
}
#haikei03 {
	clear:both;
	width:100%;
	/*margin:150px 0 0 0;*/
	float:left;
	margin:0;
	/*border-bottom:1px solid #CCC;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDDDDD;
    -moz-box-shadow:0 2px 2px 2px #DDDDDD;
	*/
}
#haikei04 {
    display: none;
	clear:both;
	width:100%;
	float:left;
	/*background:url(./images/main-bg.png) repeat top center;*/
	border-bottom:1px solid #999999;
	background:url(/images/haikei-kaigo-footer.png) repeat center top;
}
#haikei05 {
	clear:both;
	width:100%;
	float:left;
	/*background:url(./images/main-bg.png) repeat top center;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	padding:530px 0 0 0;
}
#haikei06 {
	clear:both;
	width:100%;
	float:left;
	background:#fff;
	padding:0;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#haikei07 {
	clear:both;
	width:100%;
	float:left;
	background:#FFFFFF;
}
#haikei08 {
    display: none;
	clear:both;
	width:100%;
	float:left;
	background:#FFFFFF;
	border-top:1px dotted #999;
	background:url(/images/haikei-kaigo-footer.png) repeat center top;
}
#haikei09 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/haikei-kaigo-footer.png) repeat center top;
}
#haikei10 {
	clear:both;
	width:100%;
	float:left;
	background:#FFFFFF;
}
#haikei11 {
	clear:both;
	width:100%;
	float:left;
	background:#FFF;
}

#haikei12 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/facility-kaigo/haikei-kaigo-upper.png)  top center repeat-x;
	height:13px;
}

#haikei13 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/facility-kaigo/haikei-kaigo-middle.png) top center repeat;
}
#haikei14 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/facility-kaigo/haikei-kaigo-bottom.png) top center repeat-x;
	height:19px;
}
#haikei15 {
	clear:both;
	width:100%;
	float:left;
	background:url(/images/facility-kaigo/haikei-kaigo-footer.png) center top repeat;
}
#haikei16 {
	clear:both;
	width:100%;
	float:left;
	background:#FFFFFF;
	border-bottom:1px solid #999999;
	background:url(/images/facility-kaigo/haikei-kaigo-footer.png) center top repeat;
}

#haikeiTopRead01 {
	clear:both;
	width:100%;
	float:left;
}


/*--ラップ--------------------------------------------*/
#wrapper00 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:0;
}
#wrapper00 h1 {
	color:#666;
	font-size:12px;
}
#wrapper01 {
	clear:both;
	width:1120px;
	margin:0 auto;
	padding:0;
}
#wrapper02 {
	clear:both;
	width:1110px;
	margin:0 auto;
	padding:0;
}
#wrapper03 {
	clear:both;
	width:1109px;
	margin:0 auto;
	padding:0;
	background:url(/images/top-img-daishi.png) no-repeat center bottom;
}
#wrapper04 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:0;
}

#wrapper05 {
	clear:both;
	width:1109px;
	margin:0 auto 30px auto;
	padding:0;
}
#wrapper05oth {
	clear:both;
	width:1090px;
	margin:0 auto 30px auto;
	padding:0;
}
#wrapper06 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:30px 0 50px;
}
#wrapper07 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:0;
}
#wrapper08 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}
#wrapper09 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:0 0 50px 0;
}
#wrapper09in {
	position:relative;
	width:100%;
}
.iframeBox iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important
}

#wrapper10 {
	clear:both;
	width:1109px;
	margin:0 auto 30px;
	padding:0;
}
#wrapper11 {
	clear:both;
	width:1109px;
	margin:0 auto;
	padding:0;
}
#wrapper12 {
	clear:both;
	width:1109px;
	margin:0 auto 30px;
	padding:0;
}
#wrapper13 {
	clear:both;
	width:1109px;
	margin:0 auto 30px;
	padding:0;
}
#wrapper14 {
	clear:both;
	width:1109px;
	margin:0 auto 30px;
	padding:0;
}
#wrapper15 {
	clear:both;
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}






/*トップリード＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapperTopRead {
	clear:both;
	width:1109px;
	margin:0 auto;
	padding:0;
	position:relative;
	
}
#wrapperTopRead h4 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #0259A8;
	margin:0 20px 10px;
	padding:0 5px;
	color:#0259A8;
}
#wrapperTopRead p {
	display:block;
	padding:0 25px 5px 25px;
	line-height:1.4;
}
#wrapperTopRead ul {
	display:block;
	padding:0 15px 5px 15px;
}
#wrapperTopRead ul li.trLiBtnL {
	display:block;
	float:left;
	margin:0 0 0 30px;
}
#wrapperTopRead ul li.trLiBtnR {
	display:block;
	float:right;
	margin:0 30px 0 0;
}

/*01---------------------------------*/
#topRead01{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:-65px;
	left:20px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead01-01 {
	clear:both;
}
#topRead01-02 {
	clear:both;
	background:url(/images/topr-1_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead01-03 {
	clear:both;
	background:url(/images/topr-1_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*01---------------------------------*/
/*02---------------------------------*/
#topRead02{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:-65px;
	left:381px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead02-01 {
	clear:both;
}
#topRead02-02 {
	clear:both;
	background:url(/images/topr-2_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead02-03 {
	clear:both;
	background:url(/images/topr-2_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*02---------------------------------*/
/*03---------------------------------*/
#topRead03{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:-65px;
	left:740px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead03-01 {
	clear:both;
}
#topRead03-02 {
	clear:both;
	background:url(/images/topr-3_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead03-03 {
	clear:both;
	background:url(/images/topr-3_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*03---------------------------------*/
/*04---------------------------------*/
#topRead04{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:230px;
	left:20px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead04-01 {
	clear:both;
}
#topRead04-02 {
	clear:both;
	background:url(/images/topr-1_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead04-03 {
	clear:both;
	background:url(/images/topr-1_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*04---------------------------------*/
/*05---------------------------------*/
#topRead05{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:230px;
	left:381px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead05-01 {
	clear:both;
}
#topRead05-02 {
	clear:both;
	background:url(/images/topr-2_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead05-03 {
	clear:both;
	background:url(/images/topr-2_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*05---------------------------------*/
/*06---------------------------------*/
#topRead06{
	clear:both;
	width:350px;
	margin:0;
	padding:0;
	position:absolute;
	top:230px;
	left:740px;
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 1px 2px #999;
}
#topRead06-01 {
	clear:both;
}
#topRead06-02 {
	clear:both;
	background:url(/images/topr-3_02_rollout.png) center top repeat-y;
	font-size:85%;
	padding:0;
}
#topRead06-03 {
	clear:both;
	background:url(/images/topr-3_03_rollout.png) center top no-repeat;
	width:350px;
	height:16px;
}
/*06---------------------------------*/




#wrapperIn {
	clear:both;
	width:1100px;
	/*border:1px #EEE solid;*/
}
/*　ヘッダー  ///
--------------------------------------------------------------------*/
#header {
	clear:both;
	width:1120px;
	height:85px;
}
#headerL {
	float:left;
}
#headerC {
	float:left;
	width:307px;
	height:15px;
	margin:40px 0 0 75px;
}
#headerR {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
	font-size:12px;
}
#headerR a {
	text-decoration:none;
	color:#666666;
}
#headerR a:hover {
	color:#333333;
}

#headerRtop {
	float:right;
}
#headerRbottom {
	clear:both;
	float:right;
	padding:2px 5px 0 0;
	margin:0 5px 0 0;
	color:#666666;
}
#headerRbottomInL {
	float:right;
	color:#666666;
	font-size:90%;
	padding:4px 35px 0 0;
}
#headerRbottomInR {
	float:right;
	color:#666666;
}

#headerRR {
	float:right;
	width:211px;
	margin:0;
	text-align:right;
}

#headerRL {
	float:left;
	text-align:left;
	padding:5px 0 0 0;
}
#headerRL ul {
	display:block;
	float:left;
}
#headerRL ul li {
	display:block;
	float:left;
	padding:0 10px 0 20px;
	background:url(/images/list-style-top01.png) no-repeat left top;
}


/*　メニュー　/////////
--------------------------------------------*/
#menu {
	clear:both;
	float:left;
	width:1110px;
	padding:0;
	margin:0;
	z-index:600;
}
#menu ul {
	display:block;
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type:none;
	float:left;
	position: relative;
}
#globalNavi {
	display:inline-block;
	position: relative;
}


#globalNavi ul,
li {
	list-style:none;
	margin:0;
}
#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#globalNavi ul li {
	float: left;
	position: relative;
}
#globalNavi li ul.drop {
	width:220px;
	position:absolute;
	display:none;
	float:none;
	z-index:2000;
	left:0;
	top:64px;
	border:none;
	/*border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;*/
	box-shadow:0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
    -moz-box-shadow:0 0 2px 2px #999;
	opacity: .98;
	filter: alpha(opacity=98);
	-ms-filter: "alpha(opacity=98)";
	-khtml-opacity: .98;
	-moz-opacity: .98;
}
#globalNavi li ul.drop li {
	float:none;
	position:static;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}
#globalNavi li ul.drop li a {
	display:block;
	border-bottom:solid 1px #666;
	color:#333;
	padding:10px 5px;
	_zoom:1; /* IE 6 */
	text-decoration:none;
	background:#F2F2F2;
	/*background: -moz-linear-gradient(top,  #b0b0b0 1%, #dfdfdf 3%, #757575 100%);
	background: -webkit-linear-gradient(top,  #b0b0b0 1%,#dfdfdf 3%,#757575 100%);
	background: linear-gradient(to bottom,  #b0b0b0 1%,#dfdfdf 3%,#757575 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#757575',GradientType=0 );*/
}
#globalNavi li ul.drop li a:hover {
	display: block;
	background: #0259A0;
	color: #FFF;
	padding: 10px 5px;
	_zoom: 1; /* IE 6 */
}
#globalNavi li ul.drop ul a {
	padding:10px 10px 10px 20px
}



/*トップメイン画像スライド  START  /////////////////////////////////////////////////////////////*/

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(/images/prev.png) no-repeat right center;}
.slider_next {background: #fff url(/images/next.png) no-repeat left center;}

.pagination {
	bottom: 100px;
    left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #FFFFFF;
}
.pagination a.active {
	/*
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
	background: #FFFFFF;
	*/
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
	background:#039D83;
	border:1px solid #FFFFFF;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}




/*トップ　ボトム　画像スライド  START  /////////////////////////////////////////////////////////////*/
/*#slider {
	clear:both;
}
.sliderParts {
	float:left;
}
*/

#wrapper09 img {
	border:1px solid #999999;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 1px 2px 2px #DDD;
    -moz-box-shadow:0 1px 2px 2px #DDD;
}

/*フッター関連  START  /////////////////////////////////////////////////////////////*/

/* フッター　サイトマップ  ////
---------------------------------------------*/
#footerSitemap {
	clear:both;
	float:left;
	width:1100px;
	font-size:75%;
	padding:40px 0 0 0;
}
#footerSitemap01 {
	clear:both;
	float:left;
	width:1100px;
}
#footerSitemap01L {
	float:left;
}
#footerSitemap01R {
	float:right;
	margin:30px 0;
}
#footerSitemap01R ul {
	margin:0;
	padding:0;
	display:block;
}
#footerSitemap01R ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin:0 0 0 10px;
	list-style:none;
}

#footerNursesenkaR {
	float:right;
	margin:10px 0 0 0;
}

#footerSitemap02 {
	clear:both;
	float:left;
	width:1100px;
	margin:80px 0 30px 0;
	padding:10px 0 30px 0;
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	
}
#footerSitemapLogo {
	width:87px;
	height:77px;
	position:absolute;
	top:1377px;
	left:685px;
	z-index:auto;
}





#footerSitemap02ad {
	float:left;
	margin:0 0 15px 10px;
	line-height:1.4;
}



.footerSitemap02siteMap {
	float:left;
	margin:0 0 0 20px;
	font-size:90%;
	line-height:2;
}
.footerSitemap02siteMap a {
	text-decoration:none;
}
.footerSitemap02siteMap a:visited {
	text-decoration:none;
}
.footerSitemap02siteMap a:hover {
	text-decoration:none;
}
.footerSitemap02siteMap h4 {
	font-weight:bold;
	font-size:110%;
	display:block;
	border-bottom:1px dotted #333;
	margin:0 0 10px 0;
}


#footerSitemap03 {
	clear:both;
	float:left;
	width:1100px;
	margin:0;
	padding:0 0 30px 0;
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	text-align:right;
}
#footerSitemap03 a {
	text-decoration:none;
}




/* フッター  ////
---------------------------------------------*/
#footerMainContainer {
	clear:both;
	width:1100px;
	height:122px;
	text-align:center;
	margin:0 auto;
	font-size:100%;
	color:#666;
	padding:0;
	margin:0;
}
#footerCopyright {
	clear:both;
	float:left;
	width:1100px;
	height:40px;
	text-align:center;
	font-size:90%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto;
	color:#666666;
}
#footerMainContainerL {
	float:left;
	margin:5px 0;
	padding:5px 0;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:1100px;
	text-align:center;
}
#footerMainContainerR {
	float:right;
	margin:5px 0;
	padding:5px 0;
	font-size:12px;
	width:500px;
}
#footerMainContainerR ul {
	margin:0;
	padding:0;
}
#footerMainContainerR ul li {
	list-style-type:none;
	float:right;
	text-align:right;
	display:block;
	margin:0;
}
#footerMainContainerR ul li a {
	text-decoration:none;
	color:#333;
}
#footerMainContainerR ul li a:visited {
	text-decoration:none;
	color:#333;
}
#footerMainContainerR ul li a:hover {
	text-decoration:none;
	color:#900;
}


/*============トップページ===========
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*　ラップ４　トップページ ４段組み　//////////////
----------------------------------------------*/
#wrap4top01 {
	float:left;
	width:275px;
	margin:0;
	padding:0;
}
#wrap4top02 {
	float:left;
	width:275px;
	margin:0;
}
#wrap4top03 {
	float:left;
	width:275px;
	margin:0;
}
#wrap4top04 {
	float:left;
	width:275px;
	margin:0;
}



/*　ラップ４　トップページ ３段組み　//////////////
----------------------------------------------*/


/*２段目*/
#wrap5topL {
	float:left;
	width:367px;
	font-size:90%;
}



#wrap5topLin01 {
	clear:both;
	float:left;
	width:366px;
	background:url(/images/images/top-topics_01.png) no-repeat center top;
	height:63px;
}
#wrap5topLin02 {
	clear:both;
	float:left;
	width:326px;
	background:url(/images/images/top-topics_02.png) repeat-y center top;
	font-size:90%;
	padding:0 20px;
	line-height:1.4;
	
}
#wrap5topLin02iFre {
	clear:both;
	width:326px;
	height:416px;
	overflow:auto;
}
#wrap5topLin02iFre ul {
	display:block;
	margin:0 10px;
}
#wrap5topLin02iFre ul li {
	display:block;
	clear:both;
	border-bottom:1px #666 dotted;
	margin-bottom:3px;
	padding:5px 5px 8px 5px;
	list-style:none;
	width:290px;
	font-size:110%;
}
#wrap5topLin02iFre ul li a {
	text-decoration:none;
}
#wrap5topLin02iFre ul li h4 {
	color:#F60;
	font-weight:bold;
	padding:0 0 2px 0;
}
.topiFreIconIppan {
	background:#80BA1C;
	color:#FFF;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	padding:2px 5px;
	font-weight:normal;
	font-size:11px;
}
.topiFreIconSaiyou {
	background:#F25278;
	color:#FFF;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	padding:2px 5px;
	font-weight:normal;
	font-size:11px;
}
.otheriFreIconIppan {
	background:#80BA1C;
	color:#FFF;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	padding:2px 5px;
	font-weight:normal;
	font-size:120%;
	line-height:2;
}
.otheriFreIconSaiyou {
	background:#F25278;
	color:#FFF;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	padding:2px 5px;
	font-weight:normal;
	font-size:120%;
	line-height:2;
}
#wrap5topLin03 {
	clear:both;
	float:left;
	width:366px;
	height:23px;
	background:url(/images/images/top-topics_03.png) no-repeat center top;
}




#wrap5topC {
	float:left;
	width:367px;
	margin:0 0 0 4px;
}
#wrap5topCin01 {
	clear:both;
	float:left;
	width:366px;
	background:url(/images/images/top-picup_01.png) no-repeat center top;
	height:63px;
}
#wrap5topCin02 {
	clear:both;
	float:left;
	width:326px;
	height:417px;
	background:url(/images/images/top-picup_02.png) repeat-y center top;
	font-size:90%;
	padding:0 20px;
	line-height:1.4;
}
.wrap5topCin02inContainerC {
	float:left;
	padding:0 5px;
	margin:0 0 10px 0;
	line-height:1.3;
	letter-spacing:1.1;
}

.wrap5topCin02inContainerC h3 {
	display:inline-block;
	border-bottom:1px dotted #333;
	font-size:13px;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:5px 0 5px 0;
}
.wrap5topCin02inContainerC p {
	display: block;
	padding: 0 2px;
	font-size: 11px;
	margom-top:10px;
}

.wrap5topCin02inContainer a {
	text-decoration:none;
}
.wrap5topCin02inContainerL {
	float:left;
	width:154px;
}
.wrap5topCin02inContainerR {
	float:right;
	width:161px;
}
.wrap5topCin02inContainerR h3 {
	display:block;
	border-bottom:1px dotted #333;
	font-size:13px;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:5px 0 5px 0;
}
.wrap5topCin02inContainerR p {
	display: block;
	padding: 0 2px;
	font-size: 11px;
}



#wrap5topCin03 {
	clear:both;
	float:left;
	width:366px;
	height:23px;
	background:url(/images/images/top-picup_03.png) no-repeat center top;
}



#wrap5topR {
	float:right;
	width:366px;
}
#wrap5topRin01 {
	clear:both;
	float:left;
	width:366px;
	background:url(/images/images/top-data_01.png) no-repeat center top;
	height:63px;
}
#wrap5topRin02 {
	float:left;
	width:326px;
	background:url(/images/images/top-data_02.png) repeat-y center top;
	font-size:90%;
	padding:0 20px;
	line-height:1.4;
}
.wrap5topRin02inContainer {
	float:left;
	width:316px;
	padding:0 5px;
	margin:0 0 10px 0;
	line-height:1.3;
	letter-spacing:1.1;
}
.wrap5topRin02inContainer a {
	text-decoration:none;
}
.wrap5topRin02inContainer ul li {
	display:block;
	border-bottom:1px solid #0D6A99;
	font-size:13px;
	font-weight:normal;
	padding:5px 5px 6px 20px;
	margin:5px 0 6px 0;
	background:url(/images/liststyle02.png) left top no-repeat;
	
}
.wrap5topRin02inContainer ul a {
	display:block;
}
.wrap5topRin02inContainer p {
	display:block;
	padding:0 2px;
	font-size:11px;
}
.wrap5topRin02inBtnContainer {
	float:left;
	width:318px;
	padding:0 4px;
	margin:0;
}


#wrap5topRin03 {
	clear:both;
	float:right;
	width:366px;
	height:23px;
	background:url(/images/images/top-data_03.png) no-repeat center top;
}







/*２段目*/


#wrap5topSecL {
	float:left;
	width:366px;
	font-size:90%;
}



#wrap5topSecLin01 {
	clear:both;
	float:left;
	width:366px;
	height:43px;
}
#wrap5topSecLin02 {
	clear:both;
	float:left;
	width:327px;
	height:420px;
	background:url(/images/images/top-nakazawa_02.png) repeat-y center top;
	font-size:90%;
	line-height:1.4;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;	
}
#wrap5topSecLin03 {
	clear:both;
	float:left;
	width:366px;
	height:22px;
	background:url(/images/images/top-nakazawa_03.png) no-repeat center top;
}




#wrap5topSecC {
	float:left;
	width:366px;
	margin:0 0 0 4px;
}
#wrap5topSecCin01 {
	clear:both;
	float:left;
	width:367px;
	height:43px;
}
#wrap5topSecCin02 {
	clear:both;
	float:left;
	width:327px;
	height:420px;
	background:url(/images/images/top-aichiriha_02.png) repeat-y center top;
	font-size:90%;
	line-height:1.4;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#wrap5topSecCin03 {
	clear:both;
	float:left;
	width:367px;
	height:21px;
	background:url(/images/images/top-aichiriha_03.png) no-repeat center top;
}



#wrap5topSecR {
	float:right;
	width:367px;
}
#wrap5topSecRin01 {
	clear:both;
	float:left;
	width:367px;
	background: no-repeat center top;
	height:63px;
}
#wrap5topSecRin02 {
	clear:both;
	float:left;
	width:327px;
	height:420px;
	font-size:90%;
	padding:0 20px;
	line-height:1.4;
}


#wrap5topSecRin02fast {
	clear:both;
	float:left;
	width:367px;
	margin:5px 0 10px 0;
}
.wrap5topSecRin02fast01 {
	clear:both;
	float:left;
	display:block;
}
.wrap5topSecRin02fast02 {
	clear:both;
	float:left;
	display:block;
	font-size:11px;
	background:url(/images/images/top-sec-r-kaigobu_rollout_02.png) center top repeat-y;
	padding:0 25px;
	line-height:2.0;
}
.wrap5topSecRin02fast03 {
	clear:both;
	float:left;
	display:block;
}



#wrap5topSecRin02second {
	clear:both;
	float:left;
	width:367px;
}
.wrap5topSecRin02second01 {
	clear:both;
	float:left;
	display:block;
}
.wrap5topSecRin02second02 {
	clear:both;
	float:left;
	display:block;
	font-size:11px;
	background:url(/images/images/top-sec-r-kaigobu_rollout_02.png) center top repeat-y;
	padding:0 25px;
	line-height:2.0;
}
.wrap5topSecRin02second03 {
	clear:both;
	float:left;
	display:block;
}



#wrap5topSecRin02third {
	clear:both;
	float:left;
	width:367px;
}
.wrap5topSecRin02third01 {
	clear:both;
	float:left;
	display:block;
}
.wrap5topSecRin02third02 {
	clear:both;
	float:left;
	display:block;
	font-size:11px;
	background:url(/images/images/top-sec-r-food_rollout_02.png) center top repeat-y;
	padding:0 25px;
	line-height:2.0;
}
.wrap5topSecRin02third03 {
	clear:both;
	float:left;
	display:block;
}




#wrap5topSecRin03 {
	clear:both;
	float:left;
	width:367px;
	height:23px;
	background:url(/images/images/top-data_03.png) no-repeat center top;
}












#fadeshow1, #fadeshow1 .gallerylayer {
	background:url(/images/top-img01.png) no-repeat center top !important;
}






/*============展開ページ===========
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*　ラップ6　展開ページ ２段組み　//////////////
----------------------------------------------*/


/*　ラップ6　展開ページ ２段組み　サブメニュー　////------*/
#wrapp06HonmonContainer {
	float:right;
	width:840px;
}



#wrapp06Honmon01 {
	clear:both;
	float:left;
	width:840px;
	height:66px;
	background:url(/images/images/honmon-bg_01.png) center top no-repeat;
}
#wrapp06Honmon01 h3 {
	display:block;
	width:815px;
	font-size:130%;
	color:#0259a0;
	letter-spacing:5px;
	padding:18px 0 0 25px;
	
}







/*--本文　展開　---------------------------*/
#wrapp06Honmon02 {
	clear:both;
	float:left;
	width:770px;
	padding:0 35px 50px;
	background:url(/images/images/honmon-bg_02.png) repeat-y center top;
}

#wrapp06Honmon02 h4 {
	display:block;
	font-size:110%;
	border-bottom:1px solid #0259a0;
	margin-bottom:20px;
	padding:0 0 10px 20px;
	background:url(/images/list02.png) no-repeat left bottom;
	color:#0259a0;
	font-weight:bold;
}
#wrapp06Honmon02 h5 {
	display:block;
	font-size:100%;
	border-bottom:1px dotted #0259a0;
	margin:0 10px 10px;
	padding:0 0 10px 10px;
	color:#0259a0;
	font-weight:bold;
}
#wrapp06Honmon02 h6 {
	display:block;
	font-size:100%;
	margin:0 10px 10px;
	padding:0 0 10px 10px;
	color:#0259a0;
}
#wrapp06Honmon02 p {
	display:block;
	margin:10px 10px 50px;
}
#wrapp06Honmon02 p.ph4 {
	display:block;
	margin:10px 10px 50px;
}
#wrapp06Honmon02 p.ph5 {
	display:block;
	margin:10px 20px 50px;
}
#wrapp06Honmon02 dl {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 30px 10px;
	border-bottom:1px dotted #999;
}
#wrapp06Honmon02 dl dt {
	display:block;
	float:left;
	width:90px;
	padding:0;
	margin:0;
	text-align:center;
}
#wrapp06Honmon02 dl dd {
	display:block;
	float:left;
	width:395px;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	border-left:1px dotted #999;
}
#wrapp06Honmon02 dl.dlLast {
	margin-bottom:50px;
}

/*----ol---*/
#wrapp06Honmon02 ol {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 35px 50px;
}

#wrapp06Honmon02 ol li:last-child {
	margin-bottom:50px;
}

#wrapp06Honmon02 ol.ol10 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 10px 50px;
}
#wrapp06Honmon02 ol.ol15 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 15px 50px;
}
#wrapp06Honmon02 ol.ol20 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 20px 50px;
}
#wrapp06Honmon02 ol.ol25 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 25px 50px;
}
#wrapp06Honmon02 ol.ol30 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 30px 50px;
}
#wrapp06Honmon02 ol li {
	display:block;
	padding:0 0 0 20px;
	margin:0 0 30px 0;
	text-indent:-1.5em;
}


#wrapp06Honmon02 ol li:last-child {
	margin-bottom:50px;
}

/*----ul---*/
#wrapp06Honmon02 ul {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 35px 50px;
}
#wrapp06Honmon02 ul li {
	display:block;
	padding:0 0 0 20px;
	margin:0;
	margin-bottom:10px;
	background:url(/images/list04.png) left top no-repeat;
}
#wrapp06Honmon02 ul li:last-child {
	margin-bottom:50px;
}

#wrapp06Honmon02 ul.ul10 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 10px 50px;
}
#wrapp06Honmon02 ul.ul15 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 15px 50px;
}
#wrapp06Honmon02 ul.ul20 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 20px 50px;
}
#wrapp06Honmon02 ul.ul25 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 25px 50px;
}
#wrapp06Honmon02 ul.ul30 {
	display:block;
	clear:both;
	padding:0 0 10px;
	margin:0 30px 50px;
}


#wrapp06Honmon02 ul li:last-child {
	margin-bottom:50px;
}


#wrapp06Honmon02 ul.ulTobira {
	display:block;
	clear:both;
	width:750px;
	padding:0;
	margin:0 5px 50px;
	float:left;
	background:#FFF;
	padding:5px;
}
#wrapp06Honmon02 ul.ulTobira li {
	display:block;
	float:left;
	background:none;
	padding:0;
	margin:0 14px 14px 0;
	text-align:center;
	box-shadow:0px 0px 2px 2px #ccc;
	-moz-box-shadow:0px 0px 2px 2px #ccc;
	-webkit-box-shadow:0px 0px 2px 2px #ccc;
	line-height:2.0;
}
#wrapp06Honmon02 ul.ulTobira li a {
	background:#fff;
	display:block;
	float:left;
	padding:20px;
	margin:0;
	text-decoration:none;
	background:#DDF1F6;
}
#wrapp06Honmon02 ul.ulTobira li a:hover {
	background:#FFC;
}



/*画像横並べ　スマホ懸案*/
#wrapp06Honmon02 ul.ulImgYoko {
	display:block;
	clear:both;
	width:750px;
	padding:0;
	margin:0 5px 50px;
	float:left;
	background:#FFF;
	padding:5px;
}
#wrapp06Honmon02 ul.ulImgYoko li {
	display:block;
	float:left;
	background:none;
	padding:2px;
	border:1px solid #999;
	margin:0 15px 15px 0;
	text-align:center;
	box-shadow:0px 0px 2px 2px #cccccc;
	-moz-box-shadow:0px 0px 2px 2px #cccccc;
	-webkit-box-shadow:0px 0px 2px 2px #cccccc;
	line-height:2.0;
	background:#fff;
}
#wrapp06Honmon02 ul.ulImgYoko li a {
	text-decoration:none;
}
#wrapp06Honmon02 ul.ulImgYoko li a:hover {
	background:#FFC;
}







#wrapp06Honmon03 {
	clear:both;
	float:left;
	width:840px;
	height:26px;
	background:url(/images/images/honmon-bg_03.png)  no-repeat center bottom;
}


/*　ラップ6　展開ページ　サブメニュー　////------*/
#wrapp06sMenuContainer {
	float:left;
	width:236px;
}
#wrapp06sMenu01 {
	clear:both;
	float:left;
}
#wrapp06sMenu02 {
	clear:both;
	float:left;
	background:url(/images/images/sm-bg_02.png) repeat-y center top;
	width:186px;
	padding:0 25px;
}
#wrapp06sMenu02 ul {
	display:block;
	margin:0;
	padding:0;
}
#wrapp06sMenu02 ul li {
	display:block;
	border-bottom:1px dotted #999;
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	font-size:100%;
}
#wrapp06sMenu02 ul li a {
	display:block;
	text-decoration:none;
	padding:20px 0 ;
}
#wrapp06sMenu02 ul li a:hover{
	background: #ffffcc;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffcc 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffcc 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffcc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffcc',GradientType=0 );


}
#wrapp06sMenu02 ul li a.liaFast {
	padding:5px 20px 20px 20px;
}
	
#wrapp06sMenu03 {
	clear:both;
	float:left;
	width:236px;
	height:25px;
	background:url(/images/images/sm-bg_03.png) no-repeat center top;
}





/*投稿ページ  /////////////////////////////////////////////////////////////*/
#wrapp06Honmon02 ul.ulPost {
	display:block;
	margin:0 0 50px;
	padding:0;
	list-style:none;
}
#wrapp06Honmon02 ul.ulPost li {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	background:none;
}
#wrapp06Honmon02 h4 a {
	text-decoration:none;
	font-weight:normal;
}
#wrapp06Honmon02 ul.ulPost li h4 {
	margin:0;
	padding-bottom:10px;
}
#wrapp06Honmon02 ul.ulPost li p {
	display:block;
	margin:0 10px 50px;
	padding:0;
}






/*よくある　jQuery*/
#wrapp06Honmon02 .demo {
	/*position:relative;*/
	display:block;
}
#wrapp06Honmon02 .demo dl {
	display:block;
	margin:0;
	padding:0;
	width:780px;
	border-bottom:none;
	margin:0 0 40px 0;
	line-height:1.8;
}
#wrapp06Honmon02 .demo dl dt {
	font-weight:normal;
	cursor:pointer;
	width:780px;
	display:block;
	clear:both;
	margin:0;
	padding:0 0 0 10px;
	display:block;
}
#wrapp06Honmon02 .demo dl dt.active {
	color: #F6861F;
	font-weight:bold;
}
#wrapp06Honmon02 .demo dl dd {
	position:relative ;
	margin: 0 15px 50px 30px;
	line-height:1.8;
	border-left:none;
	width:750px;
	padding:0 10px 10px 10px;
}
#wrapp06Honmon02 .demo dl dd ul li {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	line-height:1.6;
}










/*左右中央　寄せ*/
.pR {text-align:right;}
.pC {text-align:center;}
.pL {text-align:left;}





/*　　画像　img　　//////////////
-----------------------------------*/
.gazouRfree {
	float:right;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	margin:0 0 10px 10px;
	padding:0;
}
.gazouRallnone {
	float:right;
	margin:0 0 10px 10px;
	padding:2px;
}
.gazouRfreeShdow {
	float:right;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
	font-size:70%;
	line-height:1.8;
	text-align:right;
}
.gazouLfreeShdow {
	float:left;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
	font-size:70%;
	line-height:1.8;
	text-align:right;
}
.gazouR300 {
	float:right;
	width:300px;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
}
.gazouR320 {
	float:right;
	width:320px;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
}
.gazouRfree {
	float:right;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	margin:0 0 10px 10px;
	padding:0;
}




/*BlackFly Crossfeed----------------------------*/


/* .viewer
------------------------- */
#wrapp06Honmon02 .viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
	margin:0 0 30px 0;
	margin-bottom:30px;
	padding:2px;
	border:1px solid #999;
	border-radius:5px;
}
#wrapp06Honmon02 .viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin:0;
	padding:0;
}
#wrapp06Honmon02 .viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
}
#wrapp06Honmon02 .viewer ul li img {
    width: 100%;
}
/* sideNavi
------------------------- */
#wrapp06Honmon02 .viewer .btnPrev,
#wrapp06Honmon02 .viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
#wrapp06Honmon02 .viewer .btnPrev {
    left: 10px;
    background: #ccc url(/images/prev02.png) no-repeat center center;
}
#wrapp06Honmon02 .viewer .btnNext {
    right: 10px;
    background: #ccc url(/images/next02.png) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
#wrapp06Honmon02 .viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#wrapp06Honmon02 .viewer ul {
    display: inline-block;
    overflow: hidden;
}






/*　　DL　　//////////////
-----------------------------------*/

#wrapp06Honmon02 dl {
	display:block;
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #666;
}
#wrapp06Honmon02 dl dt {
	display:block;
	float:left;
	width:100px;
	padding:0;
	margin:0;
}
#wrapp06Honmon02 dl dd {
	display:block;
	float:left;
	width:600px;
	border-left:1px dotted #666;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}


#wrapp06Honmon02 dl.dlh5 {
	display:block;
	padding:0 0 10px;
	margin:0 25px 10px;
	border-bottom:1px dotted #666;
}
#wrapp06Honmon02 dl.dlh5 dt {
	display:block;
	float:left;
	width:100px;
	padding:0;
	margin:0;
}
#wrapp06Honmon02 dl.dlh5 dd {
	display:block;
	float:left;
	width:575px;
	border-left:1px dotted #666;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}




#wrapp06Honmon02 dl dd ul li {
	list-style:disc;
}


#wrapp06Honmon02 dl.dlEnkaku {
	display:block;
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #666;
}
#wrapp06Honmon02 dl.dlEnkaku dt {
	display:block;
	float:left;
	width:160px;
	padding:0;
	margin:0;
}
#wrapp06Honmon02 dl.dlEnkaku dd {
	display:block;
	float:left;
	width:560px;
	border-left:1px dotted #666;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}





/*　　テーブル　　//////////////
-----------------------------------*/
#wrapp06Honmon02 table {
	border:1px solid #999;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
	text-align:center;
	margin:0 10px 50px;
	width:750px;
}
#wrapp06Honmon02 table.tblh5 {
	border:1px solid #999;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
	text-align:center;
	margin:0 20px 50px;
	width:730px;
}
#wrapp06Honmon02 table th {
	border:1px dotted #999;
	padding:10px;
	margin:0;
	background:#0259a0;
	color:#FFF;
}
#wrapp06Honmon02 table td {
	border:1px dotted #999;
	padding:10px;
	margin:0;
}
#wrapp06Honmon02 table td.td02 {
	border:1px dotted #999;
	padding:10px;
	margin:0;
	background:#E5F68E;
}
#wrapp06Honmon02 table img {
	border:1px solid #999;
	padding:2px;
	box-shadow:0 1px 2px 2px #DDD;
    -webkit-box-shadow:0 2px 2px 2px #DDD;
    -moz-box-shadow:0 2px 2px 2px #DDD;
}



/*トップ　トピックス　アイコン　　//////////////
-----------------------------------*/
.iconGreen {
	font-size:80%;
	padding:2px 3px;
	background:#80BA1C;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	line-height:1.4;
	margin:0 0 0 15px;
}
.iconPink {
	font-size:80%;
	padding:2px 5px;
	background:#F25278;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	line-height:1.4;
	margin:0 0 0 15px;
}





/*　フォントサイズ　///////////
----------------------------------------------------*/
.par55 {
	font-size:55%;
}
.par65 {
	font-size:65%;
}
.par75 {
	font-size:75%;
}
.par80 {
	font-size:80%;
}
.par80gre {
	font-size:80%;
	color:#999;
}
.par85 {
	font-size:85%;
}
.par90 {
	font-size:90%;
}
.par100 {
	font-size:100%;
	line-height:1.4;
}
.par105 {
	font-size:105%;
	line-height:1.4;
}
.par110 {
	font-size:110%;
	line-height:1.4;
}
.par115 {
	font-size:115%;
	line-height:1.4;
}
.par120 {
	font-size:120%;
	line-height:1.4;
}
.par125 {
	font-size:125%;
	line-height:1.4;
}
.par130 {
	font-size:130%;
	line-height:1.4;
}
.par135 {
	font-size:135%;
	line-height:1.4;
}
.par140 {
	font-size:140%;
	line-height:1.4;
}


.aka { color:#F00; }
.pin { color:#C39; }
.ore { color:#F00; }
.ao { color:#09F; }
.sora { color:#F00; }
.midori { color:#6C0; }
.mura { color:#609; }
.cha01 { color:#C00; }
.cha02 { color:#C30; }



.par75ore {
	font-size:75%;
	color:#C3C;
}
.par80ore {
	font-size:80%;
	color:#FF3300;
}
.par85ore {
	font-size:85%;
	color:#C3C;
}
.par90ore {
	font-size:90%;
	color:#C3C;
}
.par100ore {
	font-size:100%;
	line-height:140%;
	color:#C3C;
}
.par105ore {
	font-size:105%;
	line-height:140%;
	color:#C3C;
}
.par110ore {
	font-size:110%;
	line-height:140%;
	color:#C3C;
}
.par115ore {
	font-size:115%;
	line-height:140%;
	color:#C3C;
}
.par120ore {
	font-size:120%;
	line-height:140%;
	color:#C3C;
}
.par125ore {
	font-size:125%;
	line-height:125%;
	color:#C3C;
}
.par130ore {
	font-size:130%;
	line-height:140%;
	color:#C3C;
}
.par135ore {
	font-size:135%;
	line-height:140%;
	color:#F00;
}
.par140ore {
	font-size:140%;
	line-height:140%;
	color:#C3C;
}



/*　飾り　囲み　///////////
----------------------------------------------------*/
.kakomiPink01 {
	padding:10px;
	border:#FA92D5 1px solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FA92D5;
	line-height:3.0;
}
.kakomiNukiPink01 {
	padding:10px;
	background:#FA92D5;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	line-height:3.0;
}

.kakomiBrown01 {
	padding:10px;
	border:#904E35 1px solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#904E35;
	line-height:3.0;
}
.kakomiNukiBrown01 {
	padding:10px;
	background:#904E35;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	line-height:3.0;
}
.kakomiNukiBrown02-12px {
	padding:2px 5px 1px;
	background:#D68C7C;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	font-size:12px;
}
.kakomiNukiOrange02-12px {
	padding:2px 5px 1px;
	background:#FB7733;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
	font-size:12px;
}


.mojiPink {color:#FA92D5;}
.mojiPinkBold {color:#FA92D5; font-weight:bold;}

/*理念など　明朝*/
.minchou01 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:110%;
	font-weight:bold;
	color:#333;
}






/*============Tip===========
///////////////////////////////////////////////////////////////////*/

.tip {
    color: #333333;
    background:#CCCCCC;
	border:1px solid #2b0000;
    display:none; /*--基本は非表示--*/
    padding:0;
    position:absolute;
	z-index:5000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-align:center;
}
