@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

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

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	min-width: 1400px;
	text-align: center;
}

#container {
	text-align: left;
	background: url(../img/top/bg.jpg) no-repeat center top #fff;
}

#main {
	margin: 0 auto;
	width: 1000px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
}

#header .hInner {
	padding: 55px 0 21px;
	margin: 0 auto;
	width: 1000px;
}

#header h1 {
	margin: 0 auto;
	width: 300px;
	font-family: HelveticaLTPro-LightCond;
	font-weight: normal;
	font-size: 1.0em;
	text-align: center;
	letter-spacing: 1px;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 a:link {
	text-decoration: none;
}

#header h1 span {
	margin-top: 6px;
	display: block;
	font-size: 4.1em;
	font-family: ThirstyRoughBolOne;
	letter-spacing: 0;
}

#header h1 span span {
	margin: -2px 17px 0 0;
	font-size: 0.22em;
	text-align: right;
}

#header h1 a:hover {
	color: #4C4C4C;
	text-decoration: none;
}

#header #logo02 a:hover {
	color: #ccc;
	text-decoration: none;
}

#header .hInner02 {
	color: #fff;
	background-color: #000;
	position: fixed;
	left: 0;
	top: -300px;
	width: 100%;
	z-index: 1000;
}

#header .hInner02 .subBox {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0 30px;
}

#header .hInner02 h1 a {
	color: #fff;
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi02,
#gNavi {
	margin: -35px 0 10px;
	font-family: HelveticaLTPro-LightCond;
}

#gNavi02 ul,
#gNavi ul {
	float: left;
}

#gNavi02 ul li,
#gNavi ul li {
	margin-right: 40px;
	display: inline;
	font-size: 1.4em;
}

#gNavi02 ul li a,
#gNavi ul li a {
	text-shadow: 0.1px 0.1px 0 #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1)"; /* IE8 */
	zoom: 1;
}

#gNavi02 .ulStyle,
#gNavi .ulStyle {
	float: right;
}

#gNavi02 .ulStyle li,
#gNavi .ulStyle li {
	margin: 0 0 0 40px;
}

#gNavi02 ul li a {
	color: #fff;
}
#gNavi ul li a:hover {
	color: #aeaeae;
	text-decoration: none;
}

#gNavi02 ul li a:hover {
	color: #bbb;
	text-decoration: none;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
	margin-bottom: 10px;
}

#pagePath li {
	display: inline;
	margin-right: 2px;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#conts {
	float: left;
	width: 680px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

#sideBar {
	float: right;
	width: 222px;
}

#sideBar p {
	padding: 6px 0;
	font-size: 1.8em;
	font-family: ThirstyRoughBolOne;
	border-bottom: 1px solid #000;
	border-top: 2px solid #000;
}

#sideBar p.blogtop {
	font-size: 1.4em;
	font-family: ThirstyRoughBolOne;
	margin-top: 50px;
	border-bottom: none;
	border-top: none;
}

#sideBar ul {
	margin-bottom: 60px;
}

#sideBar li {
	padding: 7px 0 5px;
	font-size: 1.0em;
	color: #000;
	line-height: 1.7;
	border-bottom: 1px dotted #000;
}

#sideBar li a {
	color: #000;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	margin: 38px auto 0;
	padding-bottom: 500px;
	width: 1000px;
	text-align: center;
	font-family: HelveticaLTPro-LightCond;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#pageTop {
	margin-bottom: 36px;
}

#pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
/*------------------------------------------------------------
	箇条書き
------------------------------------------------------------*/
#container h2 {
	margin: 0 auto -61px;
	padding: 52px 5px;
	width: 113px;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	background-color: #000000;
	font-family: HelveticaLTPro-BoldCond;
	z-index: 10;
	border-radius: 65px;
	position: relative;
    behavior: url(/js/PIE.htc);
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/top/pop_bg.png) repeat;
	z-index: 1000;
	display: none;
}

.popupBox {
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 500px;
	z-index: 1200;
	display: none;
}

.popupBox .subInner {
	background: #FFF;
	min-width: 1380px;
}

.popupBox .inner .topBox {
	background: url(../img/top/partners_bg.png) no-repeat center bottom;
}

.popupBox .inner .topBox .pBox {
	margin: 0 auto;
	padding: 60px 0 55px;
	width: 680px;
}

.popupBox .inner .topBox .pBox02 {
	padding: 55px 0 60px;
}

.popupBox .inner .topBox p {
	width: 325px;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	float: left;
}

.popupBox .inner .topBox .text {
	float: right;
}

.popupBox .inner .topBox p span {
	margin-bottom: 8px;
	font-family: ThirstyRoughBolOne;
	font-size: 2.4em;
	display: block;
	line-height: 1.2;
}

.popupBox .inner .topBox p span span {
	margin: 0;
	font-size: 0.6em;
}

.popupBox .box {
	position: relative;
	padding: 80px 0 20px;
	background: #FFF;
	margin: 0 auto;
	width: 1220px;
}

.popupBox .box .btn {
	margin: 0 auto;
	width: 146px;
	position: relative;
}

.popupBox .box .btn a {
	display: block;
	position: absolute;
	left: 0;
	top: -50px;
}

.popupBox .box .close {
	position: absolute;
	top: -25px;
	right: 50%;
	margin-right: -690px;
}

.popupBox .box .prev {
	position: absolute;
	top: 364px;
	left: -80px;
}

.popupBox .box .next {
	position: absolute;
	top: 364px;
	right: -80px;
}

.popupBox .box .prev a:hover img ,
.popupBox .box .next a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.popupBox .popSlide {
	background-color: #fff;
}

.popupBox .popSlide .subBox {
	float: left;
	width: 1220px;
}

.popupBox .subBox .photoBox {
	float: right;
	width: 620px;
}

.popupBox .comBox {
	margin-top: 15px;
}

.popupBox .comBox .list {
	margin-bottom: 23px;
	float: right;
}

.popupBox .comBox .list li {
	padding-left: 10px;
	float: left;
}

.popupBox .comBox .list li img {
	display: block;
}

.popupBox .comBox .list li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.popupBox .comBox .comDl {
	float: right;
	clear: both;
}

.popupBox .comBox .comDl dt {
	padding-top: 5px;
	font-size: 1.2em;
	float: left;
	font-family: ThirstyRoughBolOne;
}

.popupBox .comBox .comDl dd {
	float: left;
}

.popupBox .comBox .comDl dd li {
	padding-left: 5px;
	float: left;
	width: 27px;
	font-family: ThirstyRoughBolOne;
}

.popupBox .comBox .comDl dd li a {
	height: 17px;
	padding: 4px 5px 6px;
	display: block;
	font-size: 1.2em;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	background-color: #957B65;
	position: relative;
    behavior: url(/js/PIE.htc);
}

.popupBox .comBox .comDl dd li a:hover {
	text-decoration: none;
	background-color: #B5A293;
}

.popupBox .subBox .textBox {
	float: left;
	width: 505px;
}

.popupBox .subBox .textBox .ttlBox {
	margin-bottom: 36px;
	padding: 30px 0;
	background: url(../img/top/line.png) repeat-x left top;
	border-bottom: 1px solid #000;
}

.popupBox .subBox .textBox .ttlBox p {
	margin: 0;
	line-height: 1.5;
	font-size: 1.2em;
	text-align: center;
	color: #000;
}

.popupBox .subBox .textBox .ttlBox p span {
	margin-bottom: 4px;
	color: #000;
	display: block;
	font-size: 2.4em;
	font-family: ThirstyRoughBolOne;
}

.popupBox .subBox .textBox .ttlBox p span span {
	margin: 0;
	font-size: 0.5em;
}

.popupBox .subBox .textBox p {
	margin-bottom: 25px;
	font-size: 1.2em;
	line-height: 1.9;
	color: #000;
}

.popupBox .subBox .textBox .textP {
	margin-bottom: 120px;
}

.popupBox .subBox .textBox .title {
	color: #957b65;
	font-weight: bold;
}

.popupBox .subBox .textBox .text {
	color: #000;
	font-weight: bold;
}

.popupBox .subBox .textBox .textP02 {
	font-size: 1.4em;
}

.popupBox .subBox .textBox p span {
	color: #957b65;
	font-weight: bold;
}

.popupBox .subBox02 .photoBox {
	float: left;
}

.popupBox .subBox02 .textBox {
	float: right;
}

.popupBox .subBox02 .textBox .text {
	margin-bottom: 25px;
}

.popupBox .subBox03 .photoBox {
	width: 620px;
	float: right;
}

.popupBox .subBox03 .photoBox .title {
	color: #957b65;
}

.popupBox .subBox03 .photoBox .photo {
	margin-bottom: 50px;
}

.popupBox .subBox03 .photoBox .pBox {
	margin: 0 auto;
	width: 530px;
}

.popupBox .subBox03 p {
	margin-bottom: 25px;
	font-size: 1.2em;
	color: #000;
	line-height: 1.9;
}

.popupBox .subBox03 p span {
	color: #957b65;
}

.popupBox .subBox03 .textBox {
	float: left;
	width: 505px;
}

.popupBox .subBox04 .photoBox {
	width: 620px;
	float: left;
}

.popupBox .subBox04 .textBox {
	float: right;
	width: 515px;
}
