@charset "utf-8";

/* ==============================================
 ボタン
----------------------------------------------- */
/* 共通 */
.btn_area2,
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.btn_area input {
	cursor:pointer;
	padding:4px 0;
	text-align:center;
}
.btn_area a,
.btn_area a:hover {
	color:#333;
	padding:4px 0;
}
.btn_area2 li,
.btn_area li {
	margin-bottom:10px;
	text-align:center;
}
.btn_area li.left {
	float:left;
	width:46%;
	margin-left:2%;
}
.btn_area li.right {
	float:right;
	width:46%;
	margin-right:2%;
}
.btn_area2 li {
	float:left;
	width:50%;
}

.btn_area2 li a,
.btn_area li a {
	display:block;
	margin:0 auto;
}

/*ログインヘッダー*/
.b_login_header {
	width:80%;
	font-size: 12px;
	color:#FFF;
	background: #666;
	border: 1px solid #333;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_login_header:hover {
	background: #999;
}

/*準備中*/
.b_seifuku {
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.2em;
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:40%;
	text-align:center;
	border-radius: 5px;
	background:#f38182;
	border: 1px solid #f16e71;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*女子制服*/
.b_seifuku_girl {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.2em;
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:80%;
	text-align:center;
	border-radius: 5px;
	background:#f38182;
	border: 1px solid #f16e71;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_seifuku_girl:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.b_seifuku_girl:hover,
a.b_seifuku_girl {
	color:#fff;
}

/*男子制服*/
.b_seifuku_boy {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.2em;
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:80%;
	text-align:center;
	border-radius: 5px;
	background:#3441cf;
	border: 1px solid #232b92;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_seifuku_boy:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.b_seifuku_boy:hover,
a.b_seifuku_boy {
	color:#fff;
}

/*制服修理*/
.b_seifuku_repair {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.2em;
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:80%;
	text-align:center;
	border-radius: 5px;
	background:#333;
	border: 1px solid #222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_seifuku_repair:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.b_seifuku_repair:hover,
a.b_seifuku_repair {
	color:#fff;
}

@media only screen and (max-width: 767px) {
	.b_seifuku_girl ,
	.b_seifuku_boy ,
	.b_seifuku_repair {
		width:95%;
	}
}


/*生協加入*/
.entry_seikyo {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.2em;
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:50%;
	text-align:center;
	border-radius: 5px;
	background:#f38182;
	border: 1px solid #f16e71;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry_seikyoL:hover ,
.entry_seikyo:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.entry_seikyoL:hover,
a.entry_seikyoL,
a.entry_seikyo:hover,
a.entry_seikyo {
	color:#fff;
}
.entry_seikyoL {
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0.0;
	display:block;
	margin:0 auto 15px;
	padding:10px 0;
	width:96%;
	text-align:center;
	border-radius: 5px;
	background:#f38182;
	border: 1px solid #f16e71;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*カゴの中を見る*/
.b_cart {
	display:block;
	margin:0 auto;
	width:100%;
	background: #E30000;
	border: 1px solid #930;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_cart:hover {
	background: #F44;
}
a.b_cart, a.b_cart:hover {
	color:#FFF;
}

/*ログイン（ブロック）*/
.b_login_bloc {
	width:80%;
	margin:0 auto;
	color:#FFF;
	background: #666;
	border: 1px solid #333;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_login_bloc:hover {
	background: #999;
}

/*商品検索*/
.b_search {
	width:80%;
	color:#FFF;
	background: #666;
	border: 1px solid #333;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_search:hover {
	background: #999;
}

/* 商品一覧ページ　商品詳細を見る */
.b_detail {
	display:block;
	margin:0 auto;
	width:80%;
	background: #7AA041;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.b_detail, a.b_detail:hover {
	color:#FFF;
}
.b_detail:hover {
	background:#9FC26B;
}

/* 商品一覧ページ　カゴに入れる */
.b_cartin {
	width:80%;
	color:#FFF;
	background: #FF6C26;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(0,0,0,1); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_cartin:hover {
	background: #FF9D6F;
}
.b_cartin_tb {
	width:100%;
	display:block;
	color:#FFF;
	background: #FF6C26;
	border: 1px solid #666;
	font-weight:bold; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
a.b_cartin_tb:hover {
	color:#FFF;
	opacity: 0.8;
}
a.b_cartin_tb {
	color:#FFF;
}
/* 商品詳細ページ　カゴに入れる・お気に入りボタン */
/* → contents.css */

/*新規コメントを書き込む*/
.b_review {
	text-align:center;
	background: #EEE;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	padding: 3px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b_review:hover {
	background: #ccc;
}
a.b_review,
a.b_review:hover {
	color:#333;
}

/*生協加入*/
.b_coop_entry {
	background: #e24f0b;
	border: 1px solid #e24f0b;
	color:#fff;
	width:60%;
	line-height:180%;
	font-size:120%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_coop_entry:hover {
	opacity: 0.8;
}
a.b_coop_entry,
a.b_coop_entry:hover {
	color:#fff;
}

/*同意して会員登録*/
.b_yes_entry {
	background: #eee;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_yes_entry:hover {
	background: #fff;
}

/*同意しない*/
.b_no_entry {
	background: #aaa;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b_no_entry:hover {
	background: #888;
}

/*確認ページへ*/
.b_confirm {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	margin:0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_confirm:hover {
	background: #fff;
}

/*戻る（他にボタンなし）*/
.b_back_one {
	background: #aaa;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back_one:hover {
	background: #888;
}

/*戻る（となりにボタンあり）*/
.b_back {
	background: #aaa;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_back:hover {
	background: #888;
}

/*会員登録する*/
.b_entry {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_entry:hover {
	background: #fff;
}

/*トップページへ*/
.b_top{
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:50%;
	margin:0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_top:hover {
	background: #fff;
}

/*次へ（他にボタンなし）*/
.b_next {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next:hover {
	background: #fff;
}

/*次へ（となりにボタンあり）*/
.b_next_s {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_next_s:hover {
	background: #fff;
}

/*閉じる*/
.b_close {
	background: #aaa;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_close:hover {
	background: #888;
}

/*完了ページへ*/
.b_cmplpage {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_cmplpage:hover {
	background: #fff;
}

/*MYページログイン*/
.b_mypage_login {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_login:hover {
	background: #fff;
}

/*会員登録する（MYページログイン画面）*/
.b_mypage_entry {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_entry:hover {
	background: #fff;
}

/*この購入内容で再注文する*/
.b_reorder {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_reorder:hover {
	background: #fff;
}

/*新しいお届け先を追加する*/
.b_newdeliv {
	display:block;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_newdeliv:hover {
	background: #fff;
}

/*登録する*/
.b_deliv_add {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_add:hover {
	background: #fff;
}

/*会員退会手続きへ*/
.b_refusal {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_refusal:hover {
	background: #fff;
}

/*退会しません*/
.b_no_refusal {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_no_refusal:hover {
	background: #fff;
}

/*退会します*/
.b_yes_refusal {
	background: #aaa;
	border: 1px solid #666;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.b_yes_refusal:hover {
	background: #888;
}

/*購入手続きへ（会員登録をせずに購入手続きへ進む）*/
.b_deliv_nomember {
	font-weight:bold;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv_nomember:hover {
	background: #fff;
}

/*購入手続きへ*/
.b_deliv {
	font-weight:bold;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_deliv:hover {
	background: #fff;
}

/*上記のお届け先のみに送る*/
.b_send_only {
	display:block;
	margin:0 auto;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_send_only:hover {
	background: #fff;
}

/*複数のお届け先に送る*/
.b_multisend {
	display:block;
	margin:0 auto;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 80%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_multisend:hover {
	background: #fff;
}

/*新しいお届け先を追加する*/
.b_newdeliv {
	display:block;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_newdeliv:hover {
	background: #fff;
}

/*選択したお届け先に送る*/
.b_choise {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_choise:hover {
	background: #fff;
}

/*ご注文完了ページへ*/
.b_complete {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_complete:hover {
	background: #fff;
}

/*MYページ（ヘッダーログイン）*/
.b_mypage_header {
	display:block;
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_mypage_header:hover {
	background: #fff;
}

/*送信*/
.b_send {
	background: #eee;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_send:hover {
	background: #fff;
}

/*商品検索*/
.b_coopEntry {
	width:100%;
	color:#FFF;
	padding:10px 0;
    text-align:center;
    font-size:120%;
	background: #26499d;
	border: 1px solid #26499d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_coopEntry a {
	color:#fff;
}
.b_coopEntry a:hover {
	color:#fff;
}
.b_coopEntry:hover {
	opacity: 0.8;
}

/* ランチボックス */
.b_lunch {
	padding: 0 20px;
	background: #eee;
	border: 1px solid #999;
	width: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_lunch:hover {
	background: #fff;
}

/*スマホ　詳細ページへ*/
#go2detail {
	width:100%;
	margin:10px auto;
	text-align:center;
}
#go2detail a {
	color: #fff;
}
.go2detail {
	width:100%;
	margin-bottom:5px;
	padding:3px 30px;
	text-align:center;
	font-size:100%;
	background:#26499d;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.go2detail:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
	text-decoration: none !important;
}

/*list内category*/
.up_category {
	text-align:center;
	color:#fff;
	background: #26499d;
	border: 1px solid #999;
	padding: 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.up_category:hover {
	background: #fff;
	color:#fff;
}
a.up_category,
a.up_category:hover {
	color:#fff;
}

.down_category {
	text-align:center;
	background: #fff;
	border: 1px solid #999;
	text-shadow:1px 1px 1px rgba(255,255,255,1); 
	padding: 3px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.up_category:hover {
	background: #26499d;
}
a.up_category,
a.up_category:hover {
	color:#26499d;
}

/*ダウンロード*/
.b_downLoad{
	width:80%;
	font-size: 14px;
	background: #f3f3f6;
	border: 1px solid #9b9ba8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.b_downLoad ,
a.b_downLoad:hover {
	padding:15px 0;
}
.b_downLoad:hover {
	background: #fff;
}

@media only screen and (max-width: 767px) {
.b_downLoad{
	width:90%;
}
}

/*ダウンロード2*/
.b_PdownLoad{
	width:80%;
	margin:20px auto !important;
	font-size: 1.35em !important;
	font-weight: bold;
	background:#6da5ff;
	border: 1px solid #6da5ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.b_PdownLoad ,
a.b_PdownLoad:hover {
	padding:15px 0;
	color:#fff;
}
.b_PdownLoad:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
.b_PdownLoad{
	width:90%;
}
}

/*採寸用紙PDF*/
.output_pdf {
	font-size:1.20em;
	letter-spacing:0.03em;
	display:block;
	margin:0 auto;
	padding:5px 0;
	width:80%;
	text-align:center;
	border-radius: 5px;
	background:#6da5ff;
	border: 1px solid #6da5ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.output_pdf:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.output_pdf:hover,
a.output_pdf {
	color:#fff;
}
.output_pdf i {
	margin-right:5px;
	font-size:1.30em;
	vertical-align:middle;
}


/*男子制服*/
.b_seifuku_boy_s {
	font-size:1.25em;
	font-weight:bold;
	letter-spacing:0.2em;
	display:block;
	margin:15px auto;
	padding:10px 0;
	width:80%;
	text-align:center;
	border-radius: 5px;
	background:#3441cf;
	border: 1px solid #232b92;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b_seifuku_boy_s:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	text-decoration: none !important;
}
a.b_seifuku_boy_s:hover,
a.b_seifuku_boy_s {
	color:#fff;
}