@charset "shift_jis";

/* ================================================

	goiken.css

================================================ */
@import "/pc/css/cart/cart.css";


/* bodyの背景を設定
------------------------------------------------ */
html {
	background-image: none;
	}

body.goiken {
	/*background: #fff url(/pc/img/cart/body_bg.jpg) repeat-x;*/
}

body#applGoikenDone {
	/*background: #fff url(/pc/img/cart/body_bg.jpg) repeat-x;*/
	background-position: 100px 74px;
}

/* #contents
------------------------------------------------ */
.goiken #contents {
	width: 980px;
	margin: 0 auto 60px;
}
/* #container
------------------------------------------------ */
.goiken #contents #container{
	padding: 30px 50px 0px;
	}

input {
	vertical-align: middle;
}

/* #footer
------------------------------------------------ */
.goiken #footer {
	padding-top: 3px;
}


/* #見出し
------------------------------------------------ */

.goiken_sub_title_header,
.goiken_sub_title_footer {
goiken	position: relative;
	line-height: 1;
	background-color: transparent;
	background-image: url(/pc/img/mypage/round_box_mypage_gray.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	text-align: left;
}
.goiken_sub_title_footer {
	background-position: right bottom;
	margin-bottom: 10px;
	}
.goiken_sub_title_header div,
.goiken_sub_title_footer div {
	width: 5px;
	height: 5px;
	line-height: 1;
	background-image: url(/pc/img/mypage/round_box_mypage_gray.gif);
	font-size: 1px;
}

.goiken_sub_title_body {
	background: #eee ;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 5px 15px;
	margin-bottom: 0;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.goiken_sub_title_footer div {
	background-position: left bottom;
}

.goiken_sub_title_header {
	margin-top: 10px;
}



/* ボックス
------------------------------------------------ */
 .GoikenConfirm_box {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


/* ご意見BOX 入力フォーム #applGoikeninput
------------------------------------------------ */
#applGoikeninput .goiken_input {
	width: 580px;
}

