@charset "utf-8";
/* reset
------------------------------------------------ */
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 1600px;
	min-width: 1080px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	/* 	font-family: "小塚ゴシック Pro L", "KozGoPro-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "メイリオ", "Meiryo", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "メイリオ", "Meiryo", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #333;
}
/* ------------------------------------------------
base font size [13px]
62%=8px          |      193%=25px
70%=9px          |      200%=26px
77%=10px        |      208%=27px
85%=11px        |      216%=28px
93%=12px        |      224%=29px
100%=13px      |      231%=30px
108%=14px      |      239%=31px
116%=15px      |      247%=32px
124%=16px      |      254%=33px
131%=17px      |      262%=34px
139%=18px      |      270%=35px
147%=19px      |      277%=36px
154%=20px      |      285%=37px
162%=21px      |      293%=38px
170%=22px      |      300%=39px
177%=23px      |      308%=40px
185%=24px      |      316%=42px
------------------------------------------------ */

ul, ol {
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.fRed {
	color: #f00;
}
/* space
------------------------------------------------ */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* parts
------------------------------------------------ */
/* wrap */
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1080px;
}
/* wrap2 */
.wrap2 {
	position: relative;
	margin: 0 auto;
	padding: 0 80px;
	max-width: 1440px;
}
/* topicpath */
.topicpath {
}
.topicpath ol {
}
.topicpath ol li {
	float: left;
}
/* header
------------------------------------------------ */
#header {
	position: relative;
	background: url(../img/share/head_bg_loop.png) repeat-x left top;
	z-index: 10;
}
#head_top {
	height: 78px;
	background: url(../img/share/head_bg.png) no-repeat center top;
}
#logo {
	float: left;
	padding-top: 22px;
}
#head_top .logo_alpine {
	float: right;
	padding-top: 26px;
}
#head_btm {
	width: 100%;
	height: 27px;
}
#head_btm .topicpath {
	float: left;
	height: 100%;
}
#head_btm nav {
	float: right;
	width: 900px;
	height: 100%;
	text-align: right;
}
#head_btm nav ul,  #head_btm nav ul li,  #head_btm nav p {
	display: inline-block;
	height: 27px;
	vertical-align: bottom;
}
#head_btm nav ul {
	padding-right: 2px;
}
#head_btm nav ul li {
	margin-right: 8px;
	padding-left: 18px;
	background: url(../img/share/slash.png) no-repeat left center;
	font-size: 93%;
	line-height: 27px;
}
#head_btm nav ul li:first-child {
	padding-left: 0;
	background: none;
}
#head_btm nav ul li a {
	display: block;
	color: #fff;
}
#head_btm nav .signout {
	margin-right: -22px;
}

#head_btm nav .signin {
	margin-right: -22px;
}
#head_btm .signin_balloon {
	position: absolute;
	top: 40px;
	right: 80px;
	display: none;
	padding: 18px;
	width: 286px;
	background: #fff;
}
#head_btm .signin_balloon:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: 50%;
	display: block;
	margin-left: -8px;
	width: 16px;
	height: 6px;
	background: url(../img/icon/balloon_top1.png) no-repeat left top;
}
#head_btm .signin_balloon .error {
	margin-bottom: 15px;
	font-size: 93%;
	color: #e90000;
}
#head_btm .signin_balloon .login_block {
}
#head_btm .signin_balloon .login_block dl {
	margin-bottom: 15px;
}
#head_btm .signin_balloon .login_block dl dt {
	font-size: 93%;
}
#head_btm .signin_balloon .login_block dl dd {
}
#head_btm .signin_balloon .login_block dl dd input {
	padding: 2px 6px;
	width: 274px;
	height: 24px;
	background: #e6e8ed;
	border: none;
}
#head_btm .signin_balloon .login_block .memory {
	font-size: 93%;
}
#head_btm .signin_balloon .login_block .memory label {
}
#head_btm .signin_balloon .login_block .memory label input {
	margin-right: 10px;
}
#head_btm .signin_balloon .login_block .submit {
	margin-top: 20px;
	text-align: center;
}
#head_btm .signin_balloon .login_block .forget {
	margin-top: 20px;
	text-align: right;
	font-size: 85%;
}
#head_btm .signin_balloon .login_block .forget a {
	text-decoration: underline;
}
#head_btm .signin_balloon .login_block .forget a:hover {
	text-decoration: none;
}
#head_btm .signin_balloon .regist_block {
	margin-top: 40px;
}
#head_btm .signin_balloon .regist_block dl {
}
#head_btm .signin_balloon .regist_block dl dt {
}
#head_btm .signin_balloon .regist_block dl dd {
	text-align: center;
}
/* contents
------------------------------------------------ */
#contents {
	position: relative;
	margin: 0 auto;
	background: url(../img/background/sugar1.jpg) repeat left top;
	z-index: 1;
}
/* footer
------------------------------------------------ */
#footer {
	background: url(../img/share/foot_bg.gif) repeat-x left top #1c212a;
}
#footer .pagetop {
	float: right;
	width: 40px;
	height: 33px;
}
#footer .topicpath {
	float: left;
	margin-bottom: 36px;
	width: 500px;
	height: 33px;
}
#footer .topicpath ol {
}
#footer .topicpath ol li {
	line-height: 33px;
	color: #888;
}
#footer .topicpath ol li span {
	display: block;
	padding: 0 40px 0 3px;
	background: url(../img/share/foot_slash.png) no-repeat right center;
}
#foot_btm {
}
#foot_btm .link {
	float: left;
	width: 600px;
}
#foot_btm .link li {
	float: left;
	margin-right: 28px;
}
#foot_btm .link li a {
	display: inline-block;
	padding-left: 8px;
	background: url(../img/icon/arrow1.png) no-repeat left .3em;
	font-size: 85%;
	line-height: 1.4;
	color: #999;
}
#foot_btm .logo_alpine {
	float: right;
}
#copyright {
	clear: both;
	padding: 30px 0 6px;
	text-align: center;
	font-size: 85%;
	color: #777;
}
/* modalwindow
------------------------------------------------ */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index: 100;
}
#modal_contents {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	background: url(../img/share/ajax-loader3.gif) no-repeat center center;
	z-index: 200;
}
.modal_done {
	background: none !important;
}
#modal_target {
	position: relative;
	z-index: 1;
}
#modal_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/button/close1.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}
#modal_close:hover {
	text-decoration: none;
	opacity: .3;
	filter: alpha(opacity=30);
}