@charset "utf-8";
/*
 reset
-------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, p, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style: none;
}
img {
	vertical-align: bottom;
}
body {
	font: 75%/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#333;
	background:url(../../shr/img/body_bk.gif) repeat-x;
}
/* start: clearfix ------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* end: clearfix ------------------------------ */

/* link color */
a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
a, area {
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.5);
}
/*
 $.ASconf.selfLink()
-------------------------------------------------------------------*/
.current, .current:hover {
	color: #360;
	font-weight:bold;
}
/*
 header
-------------------------------------------------------------------*/
#header {
	position: relative;
	width: 960px;
	height: 150px;
	/*<!--left:40px;-->*/
	margin: 0 auto;
	text-align: left;
	background:url(../../shr/img/header.gif) 0 0 no-repeat;
}
/* logo */
#logo {
	padding: 15px 0 0 40px;
}
#logo a {
	display: block;
	width: 140px;
	height: 100px;
	top: 15px;
}


#hNav {
	position: absolute;
	top: 20px;
	right: 0;
	left:200px;
	width: 110px;
}
#hNav li {
	margin-bottom:2px;
}


/*
 container
-------------------------------------------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	text-justify: inter-ideograph; /* for IE */
}
#container.noJust {
	text-align: left;
}

/*
 top
-------------------------------------------------------------------*/
.topVisual {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background:url(../../shr/img/top_visual.jpg) 0 0 no-repeat;
	border:1px solid #ccc;
	height:698px;
}

#nav {
	position: absolute;
	top: 425px;
	left: 305px;
	margin:0;
	padding:0;
}

#nav li {
	float: left;
	margin:0 1px;
}

/*
 scroller
-------------------------------------------------------------------*/

#visualWrap {
	position: relative;
	width: 960px;
}
/* scroll */
#scroller {
	position: relative;
	width: 960px;
	height: 530px;
	overflow: hidden;
}
#scroller .ui-flickable-container {
	cursor: pointer;
}
#scroller .ui-flickable-wrapper {
	padding: 0 1px !important;
	background: transparent !important;
}
#flipCont { width: 960px; }/* JSでコンテンツに応じて自動調整 */
#flipCont.out {/* JSアニメーション用 */
	opacity: 0;
	margin-left: 100px;
}
#flipCont li {
	position: relative;
	float: left;
	padding: 0 40px;
	width: 880px;
	height: 550px;
}

/* ttl */
#flipCont h2 {
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;
	border-bottom:3px solid #333;
	/*text-align: center;*/
}

/* ttl */
#flipCont h3 {
	/*overflow: hidden;*/
	margin-bottom: 15px;
	font-size:15px;
	/*text-align: center;*/
}


/* nav */
#vNav p {
	position: absolute;
	top: 54px;
	z-index: 2;
}
#vNavP {
	left: 0;
}
#vNavN {
	right: 0;
}
#vNav a {
	display: block;
	width: 30px;
	padding: 200px 0;
}
#vNavP a {
	padding-right: 10px;
}
#vNavN a {
	padding-left: 10px;
}
a.hide {
	opacity: 0.4;
	cursor: default;
}


/*
 page
-------------------------------------------------------------------*/

.contWrap {
	margin-bottom: 30px;
}
.section {
	margin-bottom: 25px;
}
.sentence {
	
	margin-bottom: 10px;
}
.fontW {
	font-size: 14px;
}
.fontB {
	font-weight:bold;
}

.fontB_bigR {
	font-weight:bold;
	font-size: 120%;
	color:#FF0000;
	
}

/* フォントサイズ
------------------------------------------- */
.fontTwoUp { font-size: 125%; line-height: 1.6 !important; }
.fontOneUp { font-size: 110%; line-height: 1.6 !important; }
.fontOneDown { font-size: 90%; line-height: 1.4 !important; }
.fontTwoDown { font-size: 85%; line-height: 1.2 !important; }


/*
 scroll cont
-------------------------------------------------------------------*/
#flipCont p {

	line-height: 1.4;
	font-size: 12px;
}

.right {
	width:310px;
	float: right;
	margin-right:220px;
}
.left {
	width:310px;
	float: left;
	margin-left:10px;	
}

/*
.color1 {
	color: red;
}
.color2 {
	color: red;
	text-decoration:underline;
}*/

/* txtbox */
/*.txtBox {
	width: 340px;
	padding: 0;
	padding-left: 20px;
}
.txtBox .cont {
	border: 1px solid #30b6d2;
	line-height: 1.5;
}
.txtBox h4,
.txtBox .cont p {
	padding: 8px 10px;
	font-size: 14px;
}
.txtBox h4 {
	background: #30b6d2;
	color: #fff;
}
.txtBox p {
	margin-bottom: 0;
}
*/

/*
 スクロールページ
-------------------------------------------------------------------*/
.pageBox {
	width: 880px;
}

/* Conceptページ */
.page .item0 .pageBox p {
	padding: 0;
	font-size:12px;
}

.item0  {
background:url(../../shr/img/item0_bk.jpg) right 40px no-repeat;
float:left;
}

/* Collectionページ */
.page .item1 .pageBox img {
	padding: 5px;
}

/* Collection各アイテムページ */
.page .btList img {
	padding: 5px;
}


.collection_logo {
	width:150px;
	float: left;
	/*margin-right:180px;*/
}
.collection_item {
	width:700px;
	float: right;
}

.profile {
	margin-bottom:10px;
	font-size:11px;
}
.profile th, .profile td {
	padding: 3px 10px;
	line-height: 1.4;
}
.profile th {
	white-space: nowrap;
	text-align:left;
	padding-left: 0;
	color: #333;
}



/*#flipCont .pageBox .cont {
	padding-top: 10px;
}
#flipCont .pageBox .cont p {
	margin-bottom: 0.8em;
	line-height: 1.4;
	font-size: 15px;
	padding-left: 60px;
}*/
/*.page .btList {
	width: 430px;
	padding-right:0;
	height: 245px;
	background: url(../img.page/1_1.gif) no-repeat;
}
#flipCont .btList p {
	margin-bottom: 10px;
}
.page .btns {
	padding: 60px 0 0 44px;
}*/
/*.page #item0 .left {
	padding-right: 0;
}
.page #item4 .btList {
	width: 472px;
	height: 369px;
	background: url(../img.page/5_2.gif) no-repeat;
}
.page #item4 .btns {
	padding: 168px 0 0 47px;
}*/

/* --------------------------------------------------
スクロールしないページ
---------------------------------------------------- */

/*
メインコンテンツボックス---------------------------- */
#mainCont {
	float: left;
	width:710px;
	border-right:2px solid #30b6d2;
	margin-left:13px;
	margin-top:13px;
	margin-bottom:10px;
	padding: 0 15px 0 0;
	background: #fff;
	font-size: 13px;
	line-height: 1.5;
	text-align:left;
}
/* メインヴィジュアル*/
.visualTitle {
	width:710px;
	margin-bottom:25px;
}
/* メインヴィジュアル*/
.mainContText {
	margin-left:10px;
	margin-bottom:1em;
}


/*
サブコンテンツボックス------------------------------ */
#subCont {
	float:right;
	display:inline; /* for IE*/
	width:190px;
	margin-top:13px;
	margin-right:13px;
	text-align:left;
	line-height:1.3em;
}


/* 番号付きリスト privacy.html*/
.number {
	list-style:decimal;
	padding: 0;
}
.number p {
	margin:0.8em 0;
}
.number li {
	margin:0.8em 0;
}


/* 矢印付きリスト
------------------------------------------- */

.arrowStyle ul {
	padding:5px 0px;
	margin: 0;
}
.arrowStyle li {
	margin:0 0 5px 0;
	padding-left:0.8em;
	background:url(../../shr/img/icon_arrow_s.gif) 0 0.3em no-repeat;
}

.arrowStyleP a {
	margin:0 0 5px 0;
	padding-left:0.8em;
	background:url(../../shr/img/icon_arrow_s.gif) 0 0.3em no-repeat;
}





/*
 form
-------------------------------------------------------------------*/

/* form */

/*#contactForm table {
	width: 100%;
}*/
#contactForm th, #contactForm td {
	padding: 10px;
	line-height: 1.4;
}
#contactForm th {
	white-space: nowrap;
	padding-left: 0;
	color: #333;
}
#contactForm {
	font-size: 85%;
}
#contactForm .address th, #contactForm .address td {
	border: 0;
}
#submitBt {
	text-align: center;
}
#submitBt input {
	border: 3px double #fff;
	padding: 4px 12px;
	margin:10px 0;
	background-color:#333;
	color: #fff;
	cursor: pointer;
}
#submitBt input:hover {
	background-color:#999;
}
label.error {
	display: block;
	padding: 2px 0 0 16px;
	font-size: 12px;
	color: red;
	background: url(../img/icon_i_11.gif) left center no-repeat;
}
textarea {
	width:270px;
}
input {
	width: 210px;
}



/*
 privacy
-------------------------------------------------------------------*/
.privacy h4 {
	margin-bottom: 1em;
	border-bottom: 1px dotted #30b6d2;
}
.privacy h5 {
	margin-bottom: 1em;
}

/*
 about
-------------------------------------------------------------------*/
.aboutTable {
	margin-bottom:10px;
}
.aboutTable td {
	padding: 0 2em 0.5em 0;
	vertical-align:top;
}





/*
 print
-------------------------------------------------------------------*/
/* @media print {
body,
#visualWrap { background: #fff; }
#hNav,
#sns,
#nav,
#tNav,
#vNav,
#footerWrap { display: none; }
#header {
	width: 956px;
	height: 64px;
	margin: 0;
	background: #F8F4DD;
}
#container {
	border: 0;
	margin: 0;
}

#scroller {
	height: inherit;
	overflow: visible;
}
.life #flipCont li {
	background-image: url("../img/life/bt_bg.gif"), url(../img/visual_bg.gif) ;
	background-position: 830px 486px, 0 0;
	background-repeat: no-repeat, repeat-x;
}
#flipCont li {
	float: none;
	border: 1px solid #30b6d2;
	margin: 50px 0;
}
#flipCont .nationBox .cont {
	width: 520px;
}
#flipCont .nationBox .txtBox .cont {
	width: inherit;
}
#flipCont .pageBox .cont { width: 564px; }
#item0,
#item1,
#item2,
#item3,
#item4,
#item5,
#item6,
#item7 { page-break-after: always; display:none; }

}*/