﻿@charset "UTF-8";



/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/


* {
	margin:0;
	padding:0;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	color:#333;
	font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	*font-size:small;
	*font:x-small;
	vertical-align:top;
	text-align:left;
}

body { behavior:url("../cmn_js/csshover.htc"); }

table {
	font-size:inherit;
}

img {
	border:none;
	margin:0;
	padding:0;
}

table, th, td {
	margin:0;
	padding:0;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

textarea,input {
	font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}

textarea,input {
	font-size:100%!important;
}

hr {
	display:none;
}

a {
	color:#273589;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

a:link {
	color:#273589;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#273589;
	text-decoration:underline;
	outline:none;
}

h3{
	font-size:100% !important;	
}


#contents li img {
	background-color:transparent;
	text-decoration:none;
}

#contents a img {
	background-color:transparent;
}

#contents a:hover img {
	background-color:transparent;
	text-decoration:none;
}

#contents p {
	line-height:150%;
	margin:0;
	padding:0 0 5px 0;
	/*-------*/
	word-break: normal;
	word-wrap: break-word;
}

#contents li {
	line-height:150%;
}

/*--------選択時の色---------*/

::selection { background-color:#762f00; color: #FFF; /* Safari */ }
::-moz-selection { background-color: #762f00; color: #FFF; /* Firefox */ }

/*---------------------*/


/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}


/*----------------------------------------------------
	☆body
----------------------------------------------------*/
body{
}


/*----------------------------------------------------
	☆header 
----------------------------------------------------*/

#header {
	background:url(../cmn_img/bg_header.gif) left top repeat-x;
	height:125px;
	width:100%;
	
}

#header .headerInr{
	margin:0 auto;
	width:950px;
	
	position:relative;
}

#header .headerInr .logo{
	float:left;
}

#header .headerInr .headList {
	height:15px;
	width:265px;
	
	position:absolute;
	left:485px;
	top:35px;
}

#header .headerInr .headList li{
	float:left;
}

#header .headerInr .headList li a {
	background-image:url(../cmn_img/bg_header_list.gif);
	background-repeat:no-repeat;
	display:block;
	height:15px;
}

#header .headerInr .headList li.li01 {
	margin-right:19px;
}

#header .headerInr .headList li.li01 a {
	background-position:0 0;
	width:76px;
}

#header .headerInr .headList li.li02 {
	margin-right:17px;
}

#header .headerInr .headList li.li02 a {
	background-position:-95px 0;
	width:76px;
}

#header .headerInr .headList li.li03 a {
	background-position:-188px 0;
	width:77px;
}
#header .headerInr .headList li span{
	display:none;
}

#header .headerInr .btnCon{
	float:right;
	margin-top:30px;
}

#header .headerInr p.intro{
	color:#440000;
	line-height:120%;
	font-size:93%;
	width:420px;
	
	position:absolute;
	top:75px;
	left:233px;
}

/*----------------- serch ---------------------*/

.search {
	background:url(../cmn_img/bg_search.png) left top no-repeat;
    font-size:100% !important;
	height:26px;
    line-height:120% !important;
    margin: 0;
	width:270px;
	
	position:absolute;
	top:75px;
	left:680px;
}

textarea, select, input {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}
textarea {
    font-size: 100% !important;
				width:340px;
}

.search input.sInput {
	background:#FFF;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 12px;
	float:left;
	height:23px;
    width:160px;
	
	
}

.search input.sBtn{
	float:right;	
}


/*----------------------------------------------------
	☆gNav
----------------------------------------------------*/

#gNav {
	background:url(../cmn_img/bg_gnav.gif) left top repeat-x;
	height:55px;
}

#gNav .gNavInr{
	height:55px;
	margin:0 auto;
	width:950px;
}

#gNav div.gNavInr ul li {
	float:left;
	height:55px;
}

#gNav .gNavInr ul li a,
#gNav div.gNavInr ul li a strong {
	background:url(../cmn_img/btn_gnav.gif);
	background-repeat:no-repeat;
	display:block;
	height:55px;
}

#gNav .gNavInr ul li.li01 {width:240px;}
#gNav .gNavInr ul li.li01 a { background-position: 0 0; width:240px;}
#gNav .gNavInr ul li.li01 a:hover { background-position: 0 bottom;}
#gNav .gNavInr ul li.li01 strong { background-position: 0 bottom;}

#gNav .gNavInr ul li.li02 {width:240px;}
#gNav .gNavInr ul li.li02 a { background-position: -240px 0; width:240px;}
#gNav .gNavInr ul li.li02 a:hover { background-position: -240px bottom;}
#gNav .gNavInr ul li.li02 strong { background-position: -240px bottom;}

#gNav .gNavInr ul li.li03 {width:240px;}
#gNav .gNavInr ul li.li03 a{background-position:-480px 0; width:240px;}
#gNav .gNavInr ul li.li03 a:hover { background-position: -480px bottom;}
#gNav .gNavInr ul li.li03 strong { background-position: -480px bottom;}

#gNav .gNavInr ul li.li04 {width:230px;}
#gNav .gNavInr ul li.li04 a{background-position:-720px 0; width:230px;}
#gNav .gNavInr ul li.li04 a:hover { background-position: -720px bottom;}
#gNav .gNavInr ul li.li04 strong { background-position: -720px bottom;}


#gNav .gNavInr ul li a span,
#gNav .gNavInr ul li a strong span {
	display:none;
	visibility:hidden;
}

/*----------------------------------------------------
	☆mv
----------------------------------------------------*/

#mv {
	background:url(../cmn_img/bg_mv.gif) left top repeat-x;
	height:442px;
	padding-top:20px;
}

#mv p{
	margin:0 auto;
	width:950px;
	
}

#mv02 {
	background:url(../cmn_img/bg_mv_02.gif) left top repeat;
	height:278px;
	padding-top:20px;
}

#mv02 p{
	margin:0 auto;
	width:950px;
	
}

#mv03 {
	background:url(../cmn_img/bg_mv_animation.gif) left top repeat;
	height:278px;
	padding-top:20px;
}

#mv03 p{
	margin:0 auto;
	width:950px;
	
}



/*----------------------------------------------------
	☆topicPath
----------------------------------------------------*/

#topicPath {
}

/*----------------------------------------------------
	☆contents
----------------------------------------------------*/

#contents {
	margin:0 auto 50px auto;
	width:950px;
}

#main{
	float:left;
	width:647px;
}



/*----------------------------------------------------
	☆rMenu
----------------------------------------------------*/

#rMenu {
	float:right;
	width:275px;
}

#rMenu div.categoryList {
	margin-bottom:30px;
	width:275px;
}

#rMenu div.categoryList ul {
	width:275px;
}

#rMenu div.categoryList ul li {
	font-size:93%!important;
	line-height:140%;
	width:275px;
}

#rMenu div.categoryList ul li a {
	border-bottom:1px solid #CCC;
	color:#333;
	display:block;
	padding:11px 0 11px 0px;
}

#rMenu div.categoryList ul li a:hover,
#rMenu div.categoryList ul li.current a {
	background:#e5c3a7;
	text-decoration:none;
}

#rMenu div.categoryList ul li a span {
	background:url(../cmn_img/icon_tri.png) left 7px no-repeat;
	display:block;
	padding:0 14px 0 15px;
}

#rMenu div.categoryList ul li.sub {
	font-size:85%!important;
}

#rMenu div.categoryList ul li.sub a {
	padding:7px 0 6px 10px;
}

#rMenu div.categoryList ul li.sub a span {
	background:none;
}

#rMenu ul.sideBnr li{
	margin-bottom:10px;
}


/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

#footer{	
}

#footer .footerInr{
	margin:0 auto 20px auto;
	width:950px;
}

#footer .footerList{
	color:#440000;
	float:left;
}

#footer .footerList a{
	color:#440000;
	text-decoration:underline;
}

#footer .footerBtm{
	background:url(../cmn_img/bg_footer.gif) left top repeat-x;
	color:#FFF;
	font-weight:bold;
	height:31px;
	text-align:center;
	width:100%;
}

#footer .footerBtm address{
	font-style:normal !important;
	margin-top:10px !important;
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol a {
	background:url(/lib/cmn_js/scrolltop/scrollup.png) left top no-repeat;
	background : url(/lib/cmn_js/scrolltop/scrollup.gif) left top no-repeat\9; /* IE8 and below */
	*background : url(/lib/cmn_js/scrolltop/scrollup.gif) left top no-repeat; /* IE7 and below */
	_background : url(/lib/cmn_js/scrolltop/scrollup.gif) left top no-repeat; /* IE6 */
	display:block;
	height:60px;
	width:60px;
}


#fb_border {
	margin: 0px;
	padding: 0px;
	height: 680px;
	overflow: hidden;
}

#instafeed {
	width: 630px;
	height: 403px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-left: 5px;
}
#instafeed img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#instafeed img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



