@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	/*width:960px;
	margin:10px auto;*/
	width:100%;
	margin:0 auto 10px auto;
	/*background:#023894;*/
	color:#fff;
	text-align:center;
}

nav { width:100%; }

#contents { width:1100px; margin:10px auto; }

#main { float:right; width:99.925%; }

#sub { float:left; width:31.25%; }

#subnav { display:none; }

a { color:#fa0771; }
a:hover { color:#e78f00; }
a img:hover { opacity:0.7; }


h1 { color:#f19500; font-size:28px; line-height:1.2; }
h1 a { color:#000; text-decoration:none; }
h1 a:hover { color:#e78f00; text-decoration:underline; }

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#d70023;
	border-left:5px solid #d70023;
}

h3 {
	margin-bottom:0.5em;
	margin-left:10px;
	margin-right:10px;
	padding:0px 5px;
	color:#111;
	font-size:16px;
	border-bottom:2px solid #111;
}

h4 { margin-bottom:0.25em; font-size:16px; color:#333; }
h4:before { content:"\002605"; color:#f19500; }

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p { margin:0 0 1em 0; }
img { vertical-align:bottom; }
em { font-weight:bold; }
strong { font-weight:bold; color:#f19500; }
pre { margin:1em 0; padding:1em; }
blockquote { 
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
ul,ol,dl { margin:0 0 1em 0; }
ul li { list-style:disc; }
ol li { list-style:decimal; }
li { margin-left:2em; }
dt { width:25%; margin-bottom:0.4em; border-bottom:1px dotted #ddd; float:left; clear:both; }
dt:before { content:"\0025a0"; }
dd { width:70%; margin-bottom:0.4em; border-bottom:1px dotted #ddd;  float:left; }

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header { position:relative; }
header h1 { margin-bottom:0px; /*padding:5px 10px 0 10px;*/ }

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
	font-size:10px;
	padding:0px 10px 5px 20px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover { background:#eee; }
.bnr { overflow:hidden; }
.bnr ul { overflow:hidden; }
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img { width:100%; }

/*================================================
 *  フッター
 ================================================*/
footer { clear:both; background:#333; color:#fff; }

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop { position:fixed; bottom:15px; right:15px; }
.totop a { display:block; text-decoration:none; }
.totop img { background:#d70023; }
.totop img:hover { background:#e78f00; }

/*================================================
 *  クラス
 ================================================*/
.textL { text-align:left; }
.textR { text-align:right; }
.txtRed { color:#f00; }
.txtBold { font-weight:bold; }
.list { padding:0 0 0 0.5em; }
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}
.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}
.imgL { float:left; margin:0 0.5em 0.5em 0; }
.imgR { float:right; margin:0 0 0.5em 0.5em; }
.info dt { border-bottom:none; }
.info dd { padding-bottom:1em; border-bottom:1px solid #ddd; }

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}
.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}
.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#023894;
}


/*================================================
 *  動画部分
 ================================================*/

#pctube { display:block; }
#sptube { display:none; }


@media screen and (max-width:767px) {

#pctube { display:none; }
#sptube { display:block; }

}

/* トップナビ */
* html .topNavi { height:1em; overflow:visible; }

.subtitle {
	width:100%;
	margin:10px auto;
	background:#e19aa8;
	color:#fff;
}
p.md {
	padding:5px;
	/*background:url(../images/md01.jpg) no-repeat;*/
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:0px;
	margin-bottom:20px;
}

.topNavipc {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:0px;
	margin-bottom:20px;
}

.photossp {
	display:none;
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:0px;
	margin-bottom:20px;
}





.topNaviColumn100 {
	display:inline;
	width:44.002%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon100 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon100:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon100 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#fa0771;
	border:none;
}
.topNaviCon100:hover h2 {
	color:#f19500;
}
.topNaviCon100 p {
	margin:10px;
	font-size:12px;
	line-height:24px;
}



.topNaviColumn200 {
	display:inline;
	width:53.902%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon200 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon200:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon200 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon200:hover h2 {
	color:#f19500;
}
.topNaviColumn200 p {
	margin:0 10px;
	font-size:14px;
	line-height:22px;
}







.topNaviColumn900 {
	display:inline;
	width:30.702%;
	float:left;
	margin-left:1.030%;
	margin-right:1.030%;
}


















.topNaviColumn1000 {
	display:inline;
	width:62.002%;
	float:right;
	margin-right:1.030%;
}

.topNaviCon1000 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	color:#000;
	background:#f1f1f1;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon1000:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon1000 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#fa0771;
	border:none;
}
.topNaviCon1000:hover h2 {
	color:#f19500;
}
.topNaviCon1000 p {
	margin:10px;
	font-size:12px;
	line-height:24px;
}




.topNaviColumn2000 {
	display:inline;
	width:35.902%;
	float:right;
	margin-right:1.030%;
}

.topNaviCon2000 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	background:#f1f1f1;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon2000:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon2000 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon2000:hover h2 {
	color:#f19500;
}
.topNaviColumn2000 p {
	margin:0 10px;
	font-size:14px;
	line-height:22px;
}




.topNaviColumn3000 {
	display:inline;
	width:32.052%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon3000 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;/**/
}
.topNaviCon3000:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon3000 h2 {
	margin:10px 0;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#d70023;
	border:none;
}
.topNaviCon3000:hover h2 {
	color:#f19500;
}
.topNaviCon3000 p {
	margin:0px 0 10px 0;
	font-size:12px;
	line-height:24px;
}
.topNaviCon3000 p img { width:100%; }






.topNaviColumn {
	display:inline;
	width:18.932%;
	height:130px;
	float:left;
	margin-right:1.030%;
	margin-bottom:1%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:5px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon:hover {
	/*color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#fa0771;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
	font-size:12px;
	line-height:24px;
}

.topNaviPhoto img {
	width:100%;
}


.buybtn { 
	background:#e19aa8;
	/*background:#a97344;*/
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px auto;
	line-height:36px;
}



#detailbox #data01 .details .detailline {
	margin-bottom:10px;
}
#detailbox #data01 .details dl {
	clear:both;
	line-height:1.2em;
	margin-top:5px;/*border-bottom:1px #CCC dotted;*/
}
#detailbox #data01 .details dt {
	float: left;
	padding:3px 0 1px 0;
	margin-right:30px;
	width: 60px;
	font-weight:bold;
}
#detailbox #data01 .details dd {
	padding:3px 0 1px 0;
}


	.sppd10 { padding:10px; }

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body { box-sizing:border-box; width:100%; padding:0 0px; }
	header { width:100%; }
	nav ul { width:100%; }
	#contents { width:100%; }
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact { position:relative; float:right; margin:10px 0; }
	
	.sppd10 { padding:0 10px; font-size:12px; }

	header h1 {
		margin-bottom:10px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:100%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}
	.topNavipc {
		display:none;
		margin-right:0;
	}


	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:95%;
		float:none;
		/*margin-right:0;
		margin-bottom:10px;*/	
		margin:10px auto;	
	}
	
	
	
	.topNaviColumn3000 {
		display:block;
		box-sizing:border-box;
		width:85%;
		float:none;
		/*margin-right:0;
		margin-bottom:10px;*/	
		margin:10px auto;	
	}
	
	
	
	

.topNaviColumn100 {
	display:inline;
	width:80.902%;
	/*float:left;
	margin-right:1.030%;*/
}

.topNaviColumn100 {
	position:relative;
	width:80.902%;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon100 {
	position:relative;
	width:90.902%;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon100:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon100 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon100:hover h2 {
	color:#f19500;
}
.topNaviCon100 p {
	margin:10px;
	font-size:12px;
	line-height:24px;
}



.topNaviColumn200 {
	display:inline;
	width:97.902%;
	/*float:left;*/
	margin-left:1.030%;
	margin-right:1.030%;
}

.topNaviCon200 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon200:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon200 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon200:hover h2 {
	color:#f19500;
}
.topNaviCon200 p {
	margin:10px;
	font-size:14px;
	line-height:24px;
}



.topNaviCon200 { margin-top:-15px; }	
		
.topNaviCon200 p {
	margin:10px;
	font-size:12px;
	line-height:18px;
}




.topNaviColumn900 {
	display:inline;
	width:95.702%;
	float:left;
	margin-left:1.030%;
	margin-right:1.030%;
	margin-bottom:2%;
}






	
	
.topNavi { width:100%; }	

.topNaviColumn100 {
	display:inline;
	width:85.902%;
	margin:0 auto 0 20px;
	text-align:center;
	/*float:left;
	margin-right:1.030%;*/
}

.topNaviColumn1000 {
	position:relative;
	width:98.902%;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon1000 {
	position:relative;
	width:99.902%;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon1000:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon1000 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon1000:hover h2 {
	color:#f19500;
}
.topNaviCon1000 p {
	margin:10px;
	font-size:12px;
	line-height:24px;
}



.topNaviColumn2000 {
	display:inline;
	width:92.902%;
	/*float:left;*/
	margin-right:3.030%;
}

.topNaviCon2000 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	/*transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;*/
}
.topNaviCon2000:hover {
	color:#000;
	/*background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	*/
}
.topNaviCon2000 h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#a87444;
	border:none;
}
.topNaviCon2000:hover h2 {
	color:#f19500;
}
.topNaviCon2000 p {
	margin:10px;
	font-size:14px;
	line-height:24px;
}



.topNaviCon2000 { margin-top:-15px; }	
		
.topNaviCon2000 p {
	margin:10px;
	font-size:12px;
	line-height:18px;
}


	
	
	
	
	
	
	
	
	
	
	
	/* 下のトップナビ */
	
	.topNavipc { display:none; }	
	
	#main .photossp {
		display:inherit;
		margin-right:0;
	}

	#main .photossp .topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:47.00%;
		height:auto;
		/*float:none;*/
		float:left;
		margin:4px;
		/*margin-right:4px;
		margin-bottom:10px;*/
	}
	#main .photossp .topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:2px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
	}
	#main .photossp .topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	}
}
