@media screen and (max-width : 640px){

body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

input,select {
	font-size: 16px;
}

#wrapper {
	width:auto;
	margin:0 auto;
	border: none;
}

header{
	background-color: #ffffff;
	margin-bottom: 0px;
}

header h1 {
	text-align: center;
	margin:5px 0px;
}

header h1 img{
	max-width:90%;
}

/* steps
----------------------------------*/

#step {
	margin-bottom: 10px;
}

.steps li {
	display:block;
	width:30%;
	float:left;
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 10px 0;
	border-radius:5px 5px;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3%;
}

.steps li:last-child {
	margin-right: 0 !important;
}

.steps li span {
	display: block;
	position: relative;
}

.steps li span strong {
	font-size: 10px;
	font-weight: normal;
}

.steps li span:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 105%;
	z-index: 1;
	border-top: 10px solid transparent;
	border-left: 5px solid #ccc;
	border-bottom: 10px solid transparent;
}

.steps li:last-child span:after {
	display: none;
}


/* error1
----------------------------------*/

#error1 {
	border: 2px solid #C00;
	background: #FFE6F2;
	padding: 10px 15px;
}

.mark1 {
	background: #c00;
	border-radius: 24px;
	padding: 4px 3px 2px;
	line-height: 1.0 !important;
	font-size: 140%;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin-top: 0px;
}

#error1 p {
	float: right;
	width: 85%;
	font-size: 12px;
	margin-left: 0;
	line-height: 1.4;
}

#error1 p strong {
	color: #c00;
	font-weight: bold;
}





/* main
----------------------------------*/

#main{
 margin:0 10px 10px 10px; 
}

.main_title {
  margin-bottom:10px;
  padding-left:20px;
  font-weight:bold;
  font-size:100%;
  line-height:2.4;
}

.sub_title {
	font-size: 16px;	
}


/* tabMenu
----------------------------------*/

#tabMenu li{
	float: none;
}

#tabMenu li a{
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    cursor: pointer;
    border:1px solid #ccc;
	background: #bbb;
	height: auto;
	padding: 10px;
	text-align: left;
	display: block;
	color: #fff;
	text-decoration: none;
	width: auto !important;
}

#tabMenu li:first-child a {
	border-radius: 0;
}

#tabMenu li:last-child a {
	border-radius: 0;
}

.card {
	width: 45%;
}

/* style
----------------------------------*/

.mg01 {
	margin-bottom: 10px !important;
}

.mg02 {
	margin-bottom: 5px !important;
}

.w01 {
	width: 2.5em;
	display: inline-block;
}

.w02 {
	margin: 5px 0 0 0;
	display: block;
}

.w02.lv01 {
	margin: 5px 0 0 0;
	display: inline-block;
}

.w03 {
	width: auto;
	display: block;
}

.w04 {
	margin: 0 5px;
}

.w05 {
	margin-right: 5px;
}

.type01 {
	width: 7em;
/*	width: 5em;*/
}

.type02 {
	width: 4em;
}

.type02-2 {
	width: 3em;
}

/*
.tar9 td .type02 {
	width: 6em;	
}
*/
.type03 {
	width: 93%;
}

div.ot .type03 {
	width: 93%;
}

.type04 {
	vertical-align: -1px;
}

.type05 {
	width: 100%;
	height: 5em;
}

.type06 {
	display: inline-block;
	background: #306BCF;
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	vertical-align: 3px;
}

.type07 {
	width: 100%;	
	vertical-align: 0;
}

.type08 {
	width: 10em;	
}

.ltCardBox {
	padding: 10px;
}


.ltCardBox span {
/*	margin-bottom: 4px;*/
}


.ltCardBox .cardsum {
	padding-top: 0;	
	display: block;
	height:auto !important;
}

.ltCardBox .cardsum span {
	float: none;
	display: block;
	margin: 0 0 4px !important;
}
 

h2.resp-accordion {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -o-linear-gradient(#fff, #e5e5e5);
	background: -ms-linear-gradient(#fff, #e5e5e5);
	background: linear-gradient(#fff, #e5e5e5);
	padding: 20px 15px;
}

h2.resp-tab-active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00664B), color-stop(0.00, #fff)) !important;
	background: -webkit-linear-gradient(#00664B, #00664B) !important;
	background: -moz-linear-gradient(#00664B, #00664B) !important;
	background: -o-linear-gradient(#00664B, #00664B) !important;
	background: -ms-linear-gradient(#00664B, #00664B) !important;
	background: linear-gradient(#00664B, #00664B) !important;
	border-radius: 0;
	padding: 20px 15px !important;
}

h2.resp-tab-active span {
	color: #fff;	
}


.resp-vtabs .resp-tab-content {
	border: 1px solid #cccccc;
}

.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}

.resp-accordion-closed {
	display:none !important;
}

.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #cccccc !important;
}

.resp-tab-content {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


ul.price {
	margin-top: 10px;	
}

ul.price li {
	width: 100%;
}

.formslect {
	width: 100%;	
}

span.notes {
	text-decoration:underline;
	cursor: pointer;
	display: block;	
	text-align: center;
	margin-top: 5px;
}

#donation-info-add {
	text-align: center;	
}

.optional {
	text-align: left;	
}

.alC {
	font-size: 12px;	
}


.cls_isNarrow {
	display:inline;
}

.cls_isWide {
	display:none;
}

}

@media screen and (orientation:landscape) and (max-width : 640px){

body {
	width: 100%;	
}

.price {
	width: 100%;
}

.cat {
	display: inline;	
/*	width: 100% !important;*/
}

.type01 {
	width: 12em;
}

.type03 {
	width: 96%;
}

.parent {
	overflow: hidden;	
}

.parent .type02 {
	width: 30%;	
}

.tar10 .type02 {
	width: 42%;	
}

.formselect {
	width: 30%;	
}

.place {
	width: 100%;	
}

}


@media screen and (orientation:portrait) and (max-width : 640px){

body {
	width: 100%;	
}


.parent {
	overflow: hidden;	
}
.uketuke_info,
.kanryou_txt{
	margin:10px 10px 10px 15px;
}
.uketuke_num{
	float:none;
	text-align:center;
	line-height:2.5em;
	vertical-align:middle;
	margin-top:10px;
}
.uketuke_name{
	float:none;
}

}


