/*cgi用*/
input,textarea {
	font-size:12px;
	padding:1em;
	margin:0.5em 0 1em 2em ;
	border:1px #ffd9d9 solid;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	width:78%;
}
.submit{
	background:url(../../sp/images/cgi/confirm.png) no-repeat;
	width:150px;
	height:32px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

#entry {
	text-align:left;
	color:#666666;
	margin-bottom:1.0em;
	border-bottom: 2px dashed #E9C0DF;
	background:#FFF;
	}
#entry p{
	font-size:12px;
	padding:0.5em;
	margin:0 0.5em;
}
#entry div{
	font-size:14px;
	padding:0.5em;
	margin:0 0.5em;
	color:#C03;
	width:85%;
	word-break:break-all;
}
.confirm div{
	font-weight:bold;
	color:#666 !important;
}
.radios {
	padding:0.5em;
	margin:0 0.5em;
    display:inline-block;
    clear:both;
}
.radios li {
    display:inline-block;
    position:relative;
    float:left;
    list-style:none;
    border:solid 1px #ddd;
    border-right:none;
    overflow:hidden;
}
.radios li:first-child {
    border-radius:5px 0 0 5px;
}
.radios li:last-child {
    border-right:solid 1px #ddd;
    border-radius:0 5px 5px 0;
}
.radios label {
    display:block;
    min-width:3em;
    text-align:center;
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background:-moz-linear-gradient(top, #fff, #eee);
    border:solid 1px rgba(255,255,255,0.2);
    padding:5px;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius:3px 0 0 3px;
}
.radios li:last-child label {
    border-radius:0 3px 3px 0;
}
.radios input[type=radio] {
    position:absolute;
    opacity:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.radios input[type=radio]:checked {
    cursor:auto;
}
.radios input[type=radio]:checked + label {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border:solid 1px rgba(0,0,0,0.1);
    background:#666;
    background:-webkit-gradient(linear, left top, left bottom, from(#525252),to(#919191));
    background:-moz-linear-gradient(top, #555, #999);
}

.attention{
	color:#ea5186;
}
#privacy {
	padding-top:1em;
	text-align:left;
	background-color:#FFFFFF;
}

#privacy dl dt{
	background-color:#fbe9f7;
	color:#c257a7;
	border-top:#e7c5dd solid 1px;
	border-bottom:#e7c5dd solid 1px;
	padding:0.5em;
	font-weight:bold;
}
#privacy dd{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e1e1e1));
	font-size:0.8em;
	padding:0.5em 1.2em 0.5em 1.0em;
	border-bottom:#e7c5dd solid 1px;
}

body {
	background-image:url(../../sp/images/bg_all_top.png);
	background-repeat:repeat-x;
	background-position:top center;
	-webkit-background-size: 320px 245px;
	color:#666;
}
#wrapper {
	text-align:center;
}
header{
	margin-top:1.0em;
}
header img {
	margin: 0 0 4px 4px;
}
section {
	clear:both;
}
#background_mono {
	background: url(../../sp/images/kaijo/bg_monog.png) repeat center bottom;
	-webkit-background-size: 320px 385px;
}
#kaijotop {
	text-align:left;
	margin-top:1.0em;
}
#kaijotop #name {
	background:url(../../sp/images/kaijo/bg_border.png) repeat-x;
	-webkit-background-size: 319px 176px;
	border-top:2px solid #e7c5dd;
	border-bottom:2px solid #e7c5dd;
	width:100%;
	display:table;
	table-layout:fixed;
	overflow:hidden;
}
#kaijotop h1 {
	display:table-cell;
	vartical-align:middle;
	width:100%;
}
#kaijotop h1 .title2{
	display:block;
	background:url(../../sp/images/icon_cloverviolet.png) 10px 50% no-repeat;
	-webkit-background-size: 34px 33px;
	padding:6px 0 7px 56px;
	text-decoration:none;
	color:#c257a7;
	width:100%;
}
#kaijotop h1 a{
	display:block;
	background:url(../../sp/images/icon_cloverviolet.png) 10px 50% no-repeat;
	-webkit-background-size: 34px 33px;
	padding:15px 0 14px 56px;
	text-decoration:none;
	color:#c257a7;
	width:100%;
}
/*ここまで*/










/*iPhone用hoverスクリプト*/
#kaijotop h1 a.hover{
	display:block;
	background-color:#cccccc;
	-webkit-background-size: 34px 33px;
	padding:15px 0 14px 56px;
	text-decoration:none;
	color:#c257a7;
	width:100%;
}
#kaijotop p {
	color: #EA5186;
	padding:0.5em;
	font-weight:bold;
}
#photo ul li {
}
#photo .arrow {
	background-image:url(../images/kaijo/list_mark_photo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:240px;
    text-align: center;
    min-width:240px;
}
#photo .arrow:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#photo .arrow_first {
	background:url(../images/list_mark2.png) 97% 50% no-repeat;
	height:240px;
    text-align: center;
    min-width:240px;
}
#photo .arrow_first:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#photo .arrow_last {
	background:url(../images/list_mark2_rev.png) 3% 50% no-repeat;
	height:240px;
    text-align: center;
    min-width:240px;
}
#photo .arrow_last:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#photo .image{
  display: inline-block;
  vertical-align:middle;
}
#photo ul li .head {
	display:block;
	font-weight:bold;
	color:#ffffff;
	font-size:1.0em;
	background-color:#c257a7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdf3fb),to(#c257a7));
	padding:0.5em;
	text-shadow: 1px 1px 1px #c257a7;
	border-top:solid 1px #E3B3D8;
	margin-top:0.5em;
}
#photo ul li .txt{
	text-align:left;
	background-color:#f6f6f6;
	font-size:0.8em;
	margin:0 auto;
	color:#666666;
	padding:0.5em;
	border-top:solid 1px #E3B3D8;
	border-bottom:1px solid #E3B3D8;
}
h2 {
	padding:0.5em;
	background-color:#e94a80;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8d6e2),to(#e94a80));
	border:#F0A2D9 solid 1px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	text-align: left;
}
.mark {
	margin:0 0.5em;
	float:left;
}
h2 .right {
	float:right;
	padding:5px;
}
#report{
	text-align:left;
}

#report #box{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f3ddc1));
	border-bottom:1px solid #CCC;
	height: 80px;
	margin: 0px;
}
#report #box a{
	color: #666;
	font-size:10px;
	display: block;
	height: 80px;
	margin: 0px;
	background: url(../images/list_mark1.png) no-repeat 100% 50%;
	overflow: hidden;
	padding: 0px 30px 0px 0px;
	text-decoration: none;
}
#report #box img{
	float: left;
	height: 80px;
	width: 80px;
	margin-right:10px;
}
#report #box .repo{
	color:#000;
	font-size:12px;
	display:block;
	font-weight:bold;
	padding:6px 0 6px 0;
}
.border {
	border-top: 2px dashed #E9C0DF;
	margin-top:1.5em;
}
nav {
	width:320px;
	margin:1.5em auto 0 auto;
}
nav img{
	margin-bottom:4px;
	vertical-align:bottom;
}
#tel {
	margin:1.0em auto 1.2em auto;
	width:280px;
	height:68px;
	text-align:left;
	font-size: 12px;
	border: 2px dotted #ADD1E4;
	border-radius:10px;
	background-color:#EEF8FF;
	box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}
#tel a{
	display:block;
	height:54px;
	padding:0.7em;
	text-decoration:none;
	color:#666;
}
#tel p{
	font-size:1.6em;
	font-weight:bold;
	color:#E6326D;
}
#tel img {
	margin-right:10px;
	float: left;
	
}
#tel span{
	color:#fa7aaa;
	font-weight:bold;
}

#tellong {
	margin:14px auto 0 auto;
	width:280px;
	min-height:68px;
	text-align:left;
	font-size: 12px;
	border: 2px dotted #ADD1E4;
	border-radius:10px;
	background-color:#EEF8FF;
	box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}
#tellong a{
	display:block;
	min-height:54px;
	padding:0.7em;
	text-decoration:none;
	color:#666;
}
#tellong .telno{
	font-size:1.6em;
	font-weight:bold;
	color:#E6326D;
}
#tellong .teltxt{
	margin-left:56px;
}
#tellong img {
	margin-right:10px;
	float: left;
	
}
#tellong span{
	color:#fa7aaa;
	font-weight:bold;
}


#tel2nom {
	margin:1.0em auto 1.2em auto;
	width:280px;
	text-align:left;
	font-size: 12px;
	border: 2px dotted #ADD1E4;
	border-radius:10px;
	background-color:#EEF8FF;
	box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
	padding-top:0.3em;
}
#tel2nom a{
	display:block;
	height:50px;
	padding:0.4em 0.7em;
	text-decoration:none;
	color:#666;
}
#tel2nom .tel2_mita{
	font-size:12px;
	color:#666;
	font-weight:normal;
	margin-left:66px;
	padding-top:0px;
	padding-bottom:0.7em;
}
#tel2nom p{
	font-size:1.6em;
	font-weight:bold;
	color:#E6326D;
	padding-top:0.2em;
}
#tel2nom img {
	margin-right:10px;
	float: left;
	
}
#tel2nom span{
	color:#fa7aaa;
	font-weight:bold;
}

#tokuten{
	border-top: 2px dashed #E9C0DF;
	border-bottom: 2px dashed #E9C0DF;
	margin:1.5em 0.5em;
	padding:1.0em 0;
	text-align:left;
}
#tokuten p {
	float:left;
	padding-top:4px;
}
#tokuten dl{
	clear:both;
	padding-top:0.3em;
}
#tokuten dl dt{
	background:#ED74A5;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	padding:0.5em;
	font-weight:bold;
	margin:0.5em 0;
	border:#F9A8C7 solid 2px;
	-moz-box-shadow: 1px 1px 3px #cccccc;
	-webkit-box-shadow: 1px 1px 3px #cccccc;
}
#tokuten dl dd{
	padding:0.5em;
	color:#f69;
}
#tokuten dl dd img{
	margin-right:4px;
}
#tokuten dl dd.yukou{
	color:#999;
	line-height:1.3em;
	font-size:0.9em;
}
#tokuten dl dd.yukou span{
	color:#fa7aaa;
	font-weight:bold;
}
#data {
	text-align:left;
}
#data dl.content_up{
	height:100%;
}
#data dl.content_up dt{
	background-color:#fbe9f7;
	color:#c257a7;
	border-top:#e7c5dd solid 1px;
	border-bottom:#e7c5dd solid 1px;
	padding:0.5em;
	font-weight:bold;
}
#data dl.content_up dt:first-child{
	border-top:none;
}
#data dl.content_up dd{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e1e1e1));
	font-size:0.9em;
	padding:0.5em 1.2em 0.5em 1.0em;
}
#data .acordion{
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f3dcc0));
	border:#d1afba 1px solid;
	color:#f69;
	font-weight:bold;
	font-size:1.0em;
	padding:0.8em 0.5em;
}
#data .acordion img{
	float:right;
	padding-top:4px;
	margin-right:0.5em;
}
#data dl.content{
	height:100%;
}
#data dl.content dt{
	background-color:#fbe9f7;
	color:#c257a7;
	border-top:#e7c5dd solid 1px;
	border-bottom:#e7c5dd solid 1px;
	padding:0.5em;
	font-weight:bold;
}
#data dl.content dt:first-child{
	border-top:none;
}
#data dl.content dd{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e1e1e1));
	font-size:0.9em;
	padding:0.5em 1.2em 0.5em 1.0em;
}
#data dl.content .last{
	border-bottom:#e7c5dd solid 1px;
}
#data #maplink {
	text-align:center;
	background-color:#F398BC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:95%;
	height:30px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	margin:1.0em auto 0 auto;
}
#data #maplink a{
	display:block;
	overflow:hidden;
	height:30px;
	line-height:30px;
	padding:0 0.5em;
	color:#fff;
	text-decoration:none;
}
.forPC {
	border:#d1afba 1px solid;
	height:30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width:95%;
	margin:0.5em auto 1.0em auto;
	background-color: #ECEAEA;
}
.forPC a{
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#f69;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding:0 1.0em;
	background: url(../images/kaijo/forPC.png) 97% 50% no-repeat;
	-webkit-background-size:92px 17px;
}
#plan {
	text-align:left;
	margin-top:1.5em;
	padding-top:0.5em;
	border-top: 2px dashed #E9C0DF;
}
.planhead{
	margin-top:1.0em;
}
#plan .date {
	margin:0.5em;
	font-size:0.9em;
	padding:0 0.5em;
}
#plan .date p{
	font-weight:bold;
	color:#f69;
	font-size:14px;
}
#plan .date .push {
	display: block;
	float:left;
	font-size:0.7em;
	text-align:center;
	padding: 3px 2px 2px 2px;
	margin: 0 0.5em 0.5em 0em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fca8c6;
	border-top:none;
	font-weight: bold;
	-webkit-box-shadow:inset 0 1px 0px #fca8c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdbdd2),to(#fa7aaa));
}
#plan .date .p_name {
	overflow:hidden;
	margin: 4px;
}
footer #copy {
	color: #FFF;
	background-color: #F69;
}
nav .left {
	margin-right: 2px;
}
