@CHARSET "UTF-8";

/* ------------------------------------------------
　リセット
------------------------------------------------- */
html {margin:0;padding:0;height:100%;}

* {margin:0px;padding:0px;}

body {
	text-align:center;
	line-height:1.7em;
	-moz-opacity: 0.99text-shadow;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	height:100%;
}

a {text-decoration:none;border:0;margin:0;outline:0;padding:0;vertical-align:baseline;overflow:hidden;}
a:hover {text-decoration:underline;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}
:focus {outline:0;}


abbr,acronym,address,applet,b,big,caption,center,cite,code,dd,dfn,div,dl,dt,em,fieldset,font,form,h6,html,i,iframe,img,kbd,label,legend,li,object,p,pre,s,samp,small,span,strike,strong,sub,sup,tbody,td,tfoot,th,thead,tr,tt,u,var
	{
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

blockquote,q {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	quotes: none;
}


del {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: line-through;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5 {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}


ins {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

ol,ul {
	border: 0;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 5px 10px;
}

p.yolp-centermark img {
	margin-left: 0px;
	margin-right: 0px;
}

p.yolp-tlchp {
	margin: 0 0 0 0;
}


/* ------------------------------------------------
　クリアーフィックス
------------------------------------------------- */
#navi:after,.dir:after,#submenu li:after,.note_desc:after,.note:after,#main-content .topbar:after,#wide-content .topbar:after,#shop .coupon:after,.shophead:after,#head_top:after,#header ul:after,#left-content:after,#main-content:after,#main:after,#menu:after,#navi-content:after,#page:after,#sub-content:after,#support dl:after,#userimg:after,.inner1:after,.adbox:after,.box1:after,.box2:after,.box:after,.clearfix:after,.trendbox:after,.box_comm:after,.card:after,.box:after,.report:after,.content:after,.bottombar:after
	{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

hr {
	border-bottom: 1px dotted #CCC;
	border-top: none;
	height: 1px;
	margin-left: 1px;
	width: 98%;
}


/* ------------------------------------------------
　テーブル
------------------------------------------------- */
/*
table {
    width: 100%;
    border: 1px #BBB1A9 solid;
	border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
	margin: 0;
	outline: 0;
	padding: 0;
}
*/

table caption{
    padding: 6px 6px;
    /*border: #0F9FCF solid;
    border-width: 0 0 1px 1px;*/
    background: #BBB1A9;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/*
table th {
    padding: 6px 6px;
    border: #0F9FCF solid;
    border-width: 0 0 1px 1px;
    background: #DEE8EE;
    font-weight: bold;
    text-align: center;
	vertical-align: middle;
}*/


/*
table td {
    padding: 6px 8px;
    border: 1px #0F9FCF solid; 
	border-width: 0 0 1px 1px;
	vertical-align: top;
	background: #FFF;
}

*/

table {
    width: 100%;
    border: 1px #BBB1A9 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

table th {
    padding: 10px 5px 10px 10px;
    border: #BBB1A9 solid;
    border-width: 0 0 1px 1px;
    background: #F5F2EE;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
}
table td {
    padding: 10px 5px 10px 10px;
    border: 1px #BBB1A9 solid;
    border-width: 0 0 1px 1px;
    background: #F5F2EE;
    text-align: left;
    text-indent: 0;
}
table.noborder{
	border :none;
}
table.noborder td{
	border :none;
}
table.noborder th{
	border :none;
}

/* ------------------------------------------------
　ログインフォーム専用テーブル
------------------------------------------------- */

div.loginform {
	border: 1px solid #F5F5F5;
	padding: 10px 5px;
	background: url(../../img/loginform_bg.gif);
	width:450px;
	float:left;
}

div.loginform table {
    width: 100%;
	border: 0px;
	background: none;
	border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
	margin: 0 auto;
	outline: 0;
	padding: 0;
}

div.loginform table tr {
	border: 0px;
}

div.loginform table th {
	border: 0px;
    padding: 6px 6px;
    background: none;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
}

div.loginform table td {
	background: none;
    padding: 6px 8px;
	border: 0px;
	vertical-align: top;
}

div.loginform table input[type="text"],
div.loginform table input[type="password"] {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #A1A1A1;
	border-left: 1px solid #AA1A1;
	border-right: 1px solid #E5E5E5;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 0;
	padding: 3px 5px;
    width: 350px;
}

div.loginform input.login[type="submit"] {
	color: #FFFFFF;
	font-size: 110%;
	width: 150px;
	padding: 5px;
	background: #48B6EF;
	
}
	



.clearfix {
	clear: both;
}

.hidden {
	display: none;
}
/**
通常フォーム関連
**/
#linkform select{
	font-size:14px;
	border:2px solid #ccc;
	-moz-border-radius: 5px;
}
#linkform input[type="text"]{
	-moz-border-radius: 5px;
	font-size:14px;
	padding:5px 0px 5px 0px;
	border:2px solid #ccc;
}
#linkform input[type="password"]{
	-moz-border-radius: 5px;
	font-size:14px;
	padding:5px 0px 5px 0px;
	border:2px solid #ccc;
}
#linkform textarea{
	-moz-border-radius: 5px;
	font-size:16px;
	padding:5px 0px 5px 0px;
	border:2px solid #ccc;
	font-weight:normal;
}
/* ------------------------------------------------
　画像関連
------------------------------------------------- */
img.left {
	float: left;
	margin: 0 8px 0px 0;
}

img.right {
	float: right;
	margin: 0 0 0px 8px;
}

img.center {
	display: block;
	float: none;
	margin: 0 auto;
}

img.noborder {
	margin: 0px;
}

a img,img {
	border: none;
}

a.imgo img {
	border: 2px solid #434343;
}

img.ico {
	border: 2px solid #CAE6E6;
}

img.dataico {
	border: 2px solid #CAE6E6;
}

img.eventico {
	border: 2px solid #f6e92c;
}

/* ------------------------------------------------
　フォーム関連
------------------------------------------------- */
#commentForm {
	background-color: #FFF;
	margin: 0 0 3px;
	text-align: left;
	width: 100%;
}

#commentForm hr {
	border-top: 1px solid #ccc;
}

#commentForm textarea {
	border: 3px solid #cccccc;
	height: 90px;
	margin: 5px auto;
	width: 100%;
}

#commentForm table{
	border:none;
    border-width: 0 0 0px 0px;
}

#commentForm table td{
	border:none;
    border-width: 0 0 0px 0px;
	vertical-align: middle;
	text-align: right;
	padding: 0;
}

#confirm-dialog,#send_dialog {
	display: none;
}

.contactform {
	margin-top: 5px;
}

.contactform select.combo {
	border: solid 1px rgb(200, 200, 200);
	padding: 2px;
	width: 175px;
}

.contactform span.form_input {
	display: block;
	float: right;
	margin: 5px;
	width: 70%;
}

.contactform textarea {
	border: solid 1px rgb(200, 200, 200);
	padding: 2px;
	width: 100%;
}

.mapedit {
	height: 300px;
	width: 100%;
}

/* ------------------------------------------------
　ポップアップ
------------------------------------------------- */
#simplemodal-container {
	background-color: #FFF;
	padding: 12px;
	border:1px solid #CCC;
}

#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container a.modalCloseImg {
    background: url("../../img/x.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 25px;
    z-index: 3200;
}
/* ------------------------------------------------
　ツールチップ
------------------------------------------------- */
#tooltip {
	position: absolute;
	text-align: left;
	width: 180px;
	z-index: 9999;
}

#tooltip .tipBody {
	background-color: #000;
	padding: 5px 5px 5px 15px;
}

#tooltip .tipFooter {
	background: url(../../img/tipFooter.gif) no-repeat;
	height: 8px;
}

#tooltip .tipHeader {
	background: url(../../img/tipHeader.gif) no-repeat;
	height: 8px;
}
/**フォーム関連**/

#linkform p{
	text-align:center;
}


/* ------------------------------------------------
　その他
------------------------------------------------- */
.sub{
	font-size:10px;
}
.error_box {
	line-height: 125%;
	border: 5px solid #ccc;
	padding: 15px;
}

.help {
	background: url(../../img/piyo_s.png) no-repeat;
	padding-left: 15px;
}

.ketai {
	background: url(../../img/ketai.png) no-repeat;
	background-color: #fff;
	border: solid 3px #CCC;
	display: block;
	height: 209px;
	margin-bottom: 5px;
}