@charset "utf-8";

*{
	font-family: 'FontAwesome', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'MS UI Gothic', Meiryo, メイリオ, sans-serif !important;
}
ul li{
	list-style:none;
}

.pc_only{
	display:none;
}

#mp_contents{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding-top:50px;
	font-size:16px;
}

#mp_contents h2{
	font-size:125%;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	text-align:center;
}


/* --------------------------------- */
/* フォームに関してのデザイン */
/* --------------------------------- */


input[type="text"], input[type="password"], select, textarea {
	padding:5px;
	-webkit-appearance: none; 
	-webkit-border-radius: 5px; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
}

input:focus,input:hover, textarea:focus,textarea:hover, select:focus,select:hover{
	-moz-box-shadow: 0px 0px 12px 		#000 /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px 	#000 /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px 			#000 /*{global-active-background-color}*/;
}

textarea{
	margin:5px auto;
	height:50px;
	width:80%;
}

.button_div input[type="button"], .button_div input[type="submit"], .button_div button{
  width:300px;
  display: inline-block;
  text-decoration: none;
  padding: 14px 18px;
  margin-bottom: 0;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  
  -webkit-appearance: none;
}

.btn_orange{
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #FF8800; /* 古いブラウザ向け */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); 
	border: 1px #F27300 solid; color: #FFF; 
	-webkit-appearance: none; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
	text-shadow: 1px 2px 3px #C45C00;
}

.btn_gray{
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #B1ADAA; /* 古いブラウザ向け */
	background: -webkit-gradient(linear, left top, left bottom, from(#ADAAA3), to(#B1ADAA)); 
	border: 1px #90908D solid; color: #FFF; 
	-webkit-appearance: none; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
	text-shadow: 1px 2px 3px #484841;
}

.btn_green{
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #666633; /* 古いブラウザ向け */
	background: -webkit-gradient(linear, left top, left bottom, from(#999933), to(#666633)); 
	border: 1px #90908D solid; color: #FFF; 
	-webkit-appearance: none; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: 0 2px 2px #CCC; 
	text-shadow: 1px 2px 3px #484841;
}

/* --------------------------------- */
/* 一般的なデザイン書式 */
/* --------------------------------- */

b{
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.kome{
	font-weight:bold;
	color:orange;
	font-size:90%;
}
.red{
	color:#990000;
}
.small{
	font-size:85%;
	color:#555;
}
.center{
	text-align:center;
}
.w100{
	width:100%;
}
.w95{
	width:95%;
}
.w90{
	width:90%;
}
.w80{
	width:80%;
}
.w75{
	width:75%;
}
.w70{
	width:70%;
}
.w60{
	width:60%;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
}
.w30{
	width:30%;
}
.w25{
	width:25%;
}
.w20{
	width:20%;
}
.fsize100{
	font-size:100%;
}
.fsize110{
	font-size:110%;
}
.fsize120{
	font-size:120%;
}
.fsize90{
	font-size:90%;
}
.fsize80{
	font-size:80%;
}

.yellow_box{
	border-top:1px solid #ccc;
	background-color:#FFFFCC;
}

.mbottom50{
	margin-bottom:50px;
}
.mbottom40{
	margin-bottom:40px;
}
.mbottom30{
	margin-bottom:30px;
}
.mbottom20{
	margin-bottom:20px;
}
.mbottom15{
	margin-bottom:15px;
}
.mbottom10{
	margin-bottom:10px;
}

.subtitle{
	text-align:center;
	font-weight:bold;
	background-color:#382B27;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
}

/* ---------------------------------------------------------------- */
/* .bread */
/* ---------------------------------------------------------------- */

.bread{
	padding-top:4px;
	margin-bottom:26px;
}
.bread li{
	display:inline-block;
	float:left;
	margin-right:7px;
	font-size:85%;
	color:#555;
}
.bread li::after {
  content: " >";
}
.bread li:last-child::after {
 	content: "";
}

/* ---------------------------------------------------------------- */
/* .box */
/* ---------------------------------------------------------------- */

.box{
	margin-bottom:50px;
}
.box p{
	padding-left:20px;
}
.box .btn_div{
	text-align:center;
}

/* ---------------------------------------------------------------- */
/* fbox2 */
/* ---------------------------------------------------------------- */

.fbox2{
	border:1px solid #A09070;
	clear:both;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:7px;
}

.fbox2 ul{
	list-style:none;
	clear:both;
	overflow:auto;
}

.fbox2 .colA{
	background-color:#eee ;
	margin:0px;
}

.fbox2 .fA{
	color:#333;
	width:100%;
	font-weight:bold;

}
.fbox2 .fB{
	width:100%;
	padding-bottom:13px;
}
.fbox2 .colA .fA{
	padding-top:13px;
	text-align:left;
}
.fbox2 .colA .fB{
	padding-top:13px;
	text-align:left;
}
.fbox2 .colB .fA{
	padding-top:10px;
	text-align:center;
}
.fbox2 .colB .fA div{
	margin-top:10px;
}
.fbox2 .colB .mbox{
	margin:7px;
	font-size:90%;
	line-height:160%;
}


.fbox2 .fA100{
	width:100%;
	text-align:center;
	padding-bottom:5px;
}

.fbox2 .fA4{
	width:75%;
	float:left;
	text-align:right;
}
.fbox2 .mark{
	color:red;
	font-weight:bold;
	background-color:#efefef;
}

/* ---------------------------------------------------------------- */
/* deliver_ul */
/* ---------------------------------------------------------------- */

.deliver_ul{
	padding:0px;
	margin:0px;
}

/***********************************
            アイコンほか 
*************************************/


.my_ico{
	margin-top:40px;
}
.my_ico:before{
	content: url(../img/icon_person.png);
	position: relative;
	margin-right:10px;
    vertical-align: middle;
}

.history_ico{
	vertical-align:top;
}
.history_ico:before{
	content: url(../img/icon_cart.png?1);
	position: relative;
	margin-right:10px;
    vertical-align: middle;
}

.delete_ico{
	vertical-align:top;
}
.delete_ico:before{
	content: url(../img/icon_delete.png?1);
	position: relative;
	margin-right:10px;
    vertical-align: middle;
}

.edit_ico{
	vertical-align:top;
}
.edit_ico:before{
	content: url(../img/icon_edit.png?1);
	position: relative;
	margin-right:10px;
	vertical-align: middle;
}

.deliver_ico{
	vertical-align:top;
}
.deliver_ico:before{
	content: url(../img/icon_deliver.png?1);
	position: relative;
	margin-right:10px;
	vertical-align: middle;
}

/***********************************
           login.php
************************************/

.pref_select{
	margin-bottom:10px;
}

.logbox1{
	width:55%;
	float:left;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:40px;
}
.logbox1 input[type="text"],
.logbox1 input[type="password"]{
	width:95%;
}

.logbox2{
	width:40%;
	float:right;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:40px;
}

.delete_btn{
	background-color:red;
	float:left;
}
.edit_btn{
	float:right;
}

#message{
	color:red;
	font-weight:bold;
}

@media only screen and (max-width: 767px) {
	#container{
		padding:10px 30px;
	}
}

.table_title_div{
	background-color:#333;
	color:#fff;
	margin-bottom:0px;
	padding: 2px 10px;
}
.registbox {
	margin-bottom: 30px;
	position: relative;
	margin-left:0px;
}

.registbox dl{
	border-bottom: 1px solid #C5C5C5;
	background-color:#FAFAFA;
	display: flex;
    flex-wrap: wrap;
}
.registbox dt{
	width:30%;
	float:left;
	margin:0px;
	display: block;
	border-top: 1px solid #C5C5C5;
	clear:both;
	padding:15px;
}

.registbox dd{
	width:70%;
	float:left;
	margin:0px;
	border-top: 1px solid #C5C5C5;
	border-left: 1px dotted #C5C5C5;
	padding:15px;
}

.registbox dd input[type="text"], 
.registbox dd input[type="password"]{
	width:95%;
}
.registbox dd input[type="text"], 
.registbox dd input[type="password"],
.registbox dd select{
	margin-bottom:7px !important;
}

.registbox dd input[name="zip"], .registbox dd input[name="dzip"]{
	width:45%;
}

.registbox a {
	text-decoration: underline;
}

.registbox a:hover {
	color: #999;
}

.btnbase {
	padding-top: 20px;
}

.registbox .delete_btn {
	position: absolute;
	left: 0;
	bottom: 0;
}


