@charset "UTF-8";

html {
	width: 100%;
}
body {
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
a:hover {
	color: #000;
	text-decoration: underline;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
}
img {
	width: 100%;
	height: auto;
	border: 0px;
	margin: 0px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container {
}
#mainimg {
	width: 100%;
	overflow: hidden;
}
#mainimg img {
	vertical-align: bottom;
}
h2 {
	font-size: 18px;
	margin: 20px 0;
}
.gotop {
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #717171;
	transform: translateY(0);
	transition: .5s;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: block;
	z-index: 9999;
}
.gotop::after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -4px 0 0 -6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
}



/* ヘッダー */
header {
	width: 100%;
	height: 60px;
	position: relative;
}
header #logo {
	width: 28.5px;
	margin: 0 auto;
	padding: 15.7px 0;
}

/* フッター */
footer {
	font-size: 10px;
	padding: 30px 0;
	border-top:	1px solid #ddd;
	background-color: #fafafa;
}

/* TOP */
#no1_cost {
	width: 95%;
	text-align: left;
	margin: 50px auto;
}
#no1_cost img {
	width: 90%;
	margin: 0 0 10px 0;
}
#lineup {
	padding: 30px 0;
	background-image: url('../images/common/bg_grid.png');
	background-repeat: repeat;
	background-position: left top;
}
#lineup ul {
	width: 95%;
	margin: 0 auto;
}
#lineup ul li {
	margin: 0 0 30px 0;
}
#lineup ul li .item_name {
	font-size: 15px;
}
#lineup ul li .item_name span {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	display: block;
}
#lineup ul li img {
	width: 80%;
	margin: 0 auto;
}
#lineup ul li .item_text {
	text-align: left;
	margin: 10px 0 15px 0;
}
#lineup ul li a {
	width: 80%;
	color: #fff;
	background-color: #fabb28;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
}

#info {
	margin: 50px 0;
}
#info ul {
	width: 100%;
	margin: 20px auto 0 auto;
	border-top: 1px solid #e5e5e5;
}
#info ul li {
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#info ul li:nth-child(odd) {
	background-color: #fafafa;
}
#info ul li .info_title {
	font-weight: bold;
}
#info ul li .info_text {
}
#info ul li .info_day {
	color: #ea6f7e;
}



/* 自価調 */
#jikacho #buy_btn {
	width: 100%;
	padding: 20px 0;
	background-color: #4799d6;
}
#jikacho #buy_btn .submit_btn {
	width: 175px;
	height: 35px;
	background: url(../images/zika/btn_buy.png) left top no-repeat;
	background-size: 175px 35px;
	cursor: pointer;
	border: none;
}
#jikacho #about {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#jikacho #about .text {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}
#jikacho #about .text ul {
	margin: 10px 0;
}
#jikacho #about .text ul li {
	font-weight: bold;
}

#jikacho #tool_worried {
	width: 95%;
	margin: 0 auto;
}
#jikacho #tool_worried .title {
	font-size: 15px;
	margin: 50px 0 30px 0;
}
#jikacho #tool_worried .title span {
	color: #8c0000;
}
#jikacho #tool_worried .text {
	text-align: left;
	margin: 0 0 30px 0;
}
#jikacho #tool_worried img {
	vertical-align: bottom;
}
#jikacho .title_line {
	color: #fff;
	margin: 0 0 20px 0;
	padding: 20px 10px;
	background-color: #3796d9;
}
#jikacho .title_line .maintext {
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0 0;
}
#jikacho .title_line .maintext span {
	font-size: 20px;
	color: #ffff00;
}

#jikacho .tool_set {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
#jikacho .tool_set ul {
	margin: 0 0 20px 0;
}
#jikacho .tool_set ul li {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#jikacho .tool_set ul li:nth-child(odd) {
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 23px;
	position: relative;
}
#jikacho .tool_set ul li:nth-child(even) {
	margin: 5px 0 20px 0;
}
#jikacho .tool_set .set_image {
	width: 80%;
	margin: 0 auto 20px auto;
}

#jikacho .tool_set ul li:nth-child(odd):after {
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #3796d9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#jikacho .tool_set li.no1:after { content: '1'; }
#jikacho .tool_set li.no2:after { content: '2'; }
#jikacho .tool_set li.no3:after { content: '3'; }
#jikacho .tool_set li.no4:after { content: '4'; }
#jikacho .tool_set li.no5:after { content: '5'; }
#jikacho .tool_set li.no6:after { content: '6'; }
#jikacho .tool_set li.no7:after { content: '7'; }
#jikacho .tool_set li.no8:after { content: '8'; }
#jikacho .tool_set li.no9:after { content: '9'; }
#jikacho .tool_set li.no10:after { content: '10'; }
#jikacho .tool_set li.no11:after { content: '11'; }
#jikacho .tool_set li.no12:after { content: '12'; }

.jikacho_text {
	width: 95%;
	text-align: left;
	margin: 0 auto 50px auto;
}
.jikacho_text span {
	color: #c53f3f;
}
.jikacho_bg1 {
	margin: 0 auto;
	padding: 0;
}
.jikacho_bg1 img {
	width: 80%;
	vertical-align: bottom;
	margin: 30px 0 0 10%;
}

#jikacho .environment {
	padding: 30px 0;
	background-color: #f5f5f5;
}
#jikacho .environment .title {
	font-size: 18px;
	font-weight: bold;
}
#jikacho .environment .text {
	width: 95%;
	text-align: left;
	margin: 15px auto;
}
#jikacho .environment table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
#jikacho .environment table tr th, #jikacho .environment table tr td {
	text-align: left;
	padding: 10px 0 10px 10px;
}
#jikacho .environment table tr th {
	width: 80px;
	color: #fff;
	background-color: #484c4f;
	border-bottom: 1px solid #fff;
}
#jikacho .environment table tr td {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
#jikacho .environment .careful_point {
	width: 95%;
	text-align: left;
	margin: 30px auto 0 auto;
}
#jikacho .buy_text {
	margin: 50px 0;
}
#jikacho .buy_text .title {
	font-size: 18px;
}
#jikacho .buy_text .title span {
	color: #a7d9eb;
}
#jikacho .buy_text img {
	width: 80%;
	vertical-align: bottom;
	margin: 30px 0 0 0;
}
#jikacho .buy_text .text {
	width: 95%;
	text-align: left;
	margin: 20px auto;
}
#jikacho .buy_text #charge {
	line-height: 18px;
	color: #c53f3f;
}
#jikacho .buy_text #charge span {
	font-size: 18px;
}
#jikacho .buy_text .submit_btn {
	width: 175px;
	height: 35px;
	margin: 20px 0 0 0;
	border: none;
	background: url(../images/zika/btn_buy.png) left top no-repeat;
	background-size: 175px 35px;
	cursor: pointer;
}
#jikacho .notice {
	margin: 0 0 50px 0;
	padding: 30px 0;
	background-image: url('../images/common/bg_grid.png');
	background-repeat: repeat;
	background-position: left top;
}
#jikacho .notice .title {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#jikacho .notice .text {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}



/* Exhibiter */
#exhibiter #buy_btn {
	background-color: #f2c060;
	padding: 20px 0;
}
#exhibiter #buy_btn .submit_btn {
	width: 175px;
	height: 40px;
	background: url(../images/exhibiter/btn_buy.png) left top no-repeat;
	background-size: 175px 40px;
	cursor: pointer;
	border: none;
}
#exhibiter #about {
	background-color: #f5f5f5;
}

#exhibiter .exhibiter_line {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
}
#exhibiter .exhibiter_line .first {
	font-weight: bold;
	color: #c53f3f;
}
#exhibiter .exhibiter_line .title {
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
}
#exhibiter .exhibiter_line .title span {
	font-size: 20px;
	color: #1699cb;
}
#exhibiter .exhibiter_line .text {
	text-align: left;
}
#exhibiter .exhibiter_line img {
	margin: 30px 0 0 0;
}

#exhibiter .exhibiter_list {
}
#exhibiter .exhibiter_list li {
	padding: 20px 2.5%;
}
#exhibiter .exhibiter_list li:nth-child(odd) {
	background-color: #fbf1d7;
}
#exhibiter .exhibiter_list li:nth-child(even) {
	background-color: #fefaef;
}
#exhibiter .exhibiter_list li img {
	width: 55px;
	vertical-align: bottom;
}
#exhibiter .exhibiter_list li .list_title {
	font-weight: bold;
	margin: 10px 0;
}

#exhibiter .environment {
	padding: 30px 0;
	background-color: #f5f5f5;
}
#exhibiter .environment .title {
	font-size: 18px;
	font-weight: bold;
}
#exhibiter .environment .text {
	width: 95%;
	text-align: left;
	margin: 15px auto;
}
#exhibiter .environment table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
#exhibiter .environment table tr th, #exhibiter .environment table tr td {
	text-align: left;
	padding: 10px 0 10px 10px;
}
#exhibiter .environment table tr th {
	width: 80px;
	color: #fff;
	background-color: #484c4f;
	border-bottom: 1px solid #fff;
}
#exhibiter .environment table tr td {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
#exhibiter .environment .careful_point {
	width: 95%;
	text-align: left;
	margin: 30px auto 0 auto;
}

#exhibiter .buy_text {
	width: 95%;
	margin: 30px auto;
}
#exhibiter .buy_text .title {
	font-size: 18px;
	margin: 0 0 20px 0;
}
#exhibiter .buy_text .title span {
	color: #a7d9eb;
}
#exhibiter .buy_text .text {
	text-align: left;
}
#exhibiter .buy_text #charge {
	line-height: 18px;
	color: #c53f3f;
	margin: 20px 0;
}
#exhibiter .buy_text #charge span {
	font-size: 18px;
}
#exhibiter .buy_text .submit_btn {
	width: 175px;
	height: 40px;
	background: url(../images/exhibiter/btn_buy.png) left top no-repeat;
	background-size: 175px 40px;
	cursor: pointer;
	border: none;
}

#exhibiter .notice {
	margin: 0 0 50px 0;
	padding: 30px 0;
	background-image: url('../images/common/bg_grid.png');
	background-repeat: repeat;
	background-position: left top;
}
#exhibiter .notice .title {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#exhibiter .notice .text {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}

/* アマオーク */
#amauc #mainimg {
}
#amauc #buy_btn {
	background-color: #b7d7d8;
	padding: 20px 0;
}
#amauc #buy_btn .submit_btn {
	width: 175px;
	height: 40px;
	background: url(../images/amaauc/btn_buy.png) left top no-repeat;
	background-size: 175px 40px;
	cursor: pointer;
	border: none;
}
#amauc .amauc_title {
	width: 95%;
	font-size: 15px;
	line-height: 16px;
	margin: 20px auto 0 auto;
}
#amauc .amauc_title span {
	color: #ec566d;
}

#amauc #amauc_first {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}
#amauc #amauc_first img {
	width: 80%;
	margin: 20px 0 20px 10%;
}

#amauc .about1, #amauc .about2 {
	width: 100%;
	background-color: #f5f5f5;
	margin: 30px 0;
}

#amauc #amauc_second {
	width: 95%;
	text-align: left;
	margin: 30px auto;
}
#amauc .amaauc_margin_img {
	width: 95%;
	margin: 30px auto 0 auto;
}
#amauc #amauc_karitori {
	width: 95%;
	text-align: left;
	margin: 0px auto;
}
#amauc .amaauc_margin_img_karitori {
	margin: 0px auto 60px ;
}
#amauc #amauc_user {
	width: 1000px;
	text-align: left;
	margin: 80px auto;
}
#amauc #amauc_user_comment {
	width: 95%;
	margin: 0 auto;
}
#amauc #amauc_user_comment li {
	text-align: left;
	margin: 0 0 50px 0;
	overflow: hidden;
}
#amauc #amauc_user_comment li img {
	width: 30%;
	margin: 0 15px 0 0;
	float: left;
}
#amauc #amauc_user_comment li:nth-child(odd) {
	margin: 0 0 15px 0;
}
#amauc #amauc_user_comment li .amauc_title {
	margin: 0 0 10px 0;
}
#amauc .title_line {
	color: #d86d7d;
    margin: 0 0 20px 0;
    padding: 20px 10px;
	background-color: #b0d2d5;
}
#amauc .title_line .maintext {
    font-size: 18px;
	line-height: 30px;
	color: #000;
    margin: 10px 0 0 0;
}
#amauc .title_line .maintext span {
	font-size: 20px;
	color: #ffff00;
}
#amauc #amauc_third, #amauc #amauc_fourth {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}
#amauc #safe_support {
	width: 95%;
	color: #d5574e;
	margin: 30px auto 10px auto;
}
#amauc #rtnCharge {
	width: 95%;
	font-size: 18px;
	line-height: 20px;
	margin: 0 auto 30px auto;
}
#amauc #rtnCharge span {
	font-size: 20px;
	color: #589fa5;
}

#amauc .environment {
	margin: 30px 0 0 0;
	padding: 30px 0;
	background-color: #f5f5f5;
}
#amauc .environment .title {
	font-size: 18px;
	font-weight: bold;
}
#amauc .environment .text {
	width: 95%;
	text-align: left;
	margin: 15px auto;
}
#amauc .environment table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
#amauc .environment table tr th, #amauc .environment table tr td {
	text-align: left;
	padding: 10px 0 10px 10px;
}
#amauc .environment table tr th {
	width: 80px;
	color: #fff;
	background-color: #484c4f;
	border-bottom: 1px solid #fff;
}
#amauc .environment table tr td {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
#amauc .environment .careful_point {
	width: 95%;
	text-align: left;
	margin: 30px auto 0 auto;
}

#amauc .buy_text {
	margin: 50px 0;
}
#amauc .buy_text .title {
	font-size: 18px;
}
#amauc .buy_text .title span {
	color: #a7d9eb;
}
#amauc .buy_text img {
    width: 80%;
    vertical-align: bottom;
    margin: 30px 0 0 0;
}
#amauc .buy_text .text {
    width: 95%;
    text-align: left;
    margin: 20px auto;
}
#amauc .buy_text #charge {
	line-height: 18px;
	color: #c53f3f;
}
#amauc .buy_text #charge span {
	font-size: 18px;
}
#amauc .buy_text .submit_btn {
	width: 175px;
	height: 40px;
    margin: 20px 0 0 0;
	background: url(../images/amaauc/btn_buy.png) left top no-repeat;
	background-size: 175px 40px;
	cursor: pointer;
	border: none;
}

#amauc .notice {
	margin: 0 0 50px 0;
	padding: 30px 0;
	background-image: url('../images/common/bg_grid.png');
	background-repeat: repeat;
	background-position: left top;
}
#amauc .notice .title {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#amauc .notice .text {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}

/* 特定商取引法 */
#tokusho ul {
	width: 95%;
	margin: 0 auto 30px auto;
}
#tokusho ul li {
	text-align: left;
	margin: 0 0 20px 0;
}
#tokusho ul li:nth-child(odd) {
	font-weight: bold;
	margin: 0;
}
