/* --------------------------- */
/* レイアウト*/
/* --------------------------- */
body {
	display: block;
	word-wrap: break-word;
	font-family: Verdana, Arial, sans-serif;
	color: #444444;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	background: #00feb5 url("../img/bg/bg_body.png") repeat-x;
}
div.l_content {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
	text-align: left;
	width: 1000px;
	border-top: 5px solid #78FFB4;
	background-color: #fff;

}
div.l_head {
	height: 68px;
	position: relative;
	background-color: #fff;
}
div.lh_logo {
	float: left;
}
div.lh_ttl {
	float: left;
	padding: 30px 0 0 10px;
}
div.lh_menu {
	position: absolute;
	bottom: 3px;
	right: 1px;
}
div.l_main {
	float: right;
	width: 800px;
	overflow: hidden;
}
div.lh_font {
	background: url("../img/bg/character-size.png") no-repeat;
	position: absolute;
	top: -5px;
	right: 5px;
	width: 80px;
	height: 30px;
	padding-left: 120px;
	padding-top: 8px
}
div.l_footer {
	background: url("../img/bg/bg_footer_winter.png") no-repeat;
	width: 1000px;
	height: 230px;
	clear: both;
	position: relative;
}
div.lf_menu {
	position: absolute;
	bottom: 20px;
	left: 100px;
}
div.l_main_menu {
	width: 195px;
	height: 100%;
	position: relative;
	text-align: center;
	float: left;
	overflow: hidden;

}
div.lm_link {
	margin-top: 10px;
}

div.lm_search {
	margin-top: 20px;
}

div.lm_search_img {
	position: relative;
}

div.lm_search_text {
	position: absolute;
	top: 10px;
	left: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

div.lm_search_btn {
	position: absolute;
	top: 10px;
	left: 155px;
}
div.lm_mobile {

}
div.lm_mobile {
	margin: 10px 10px 0 10px;
	padding:90px 0 0 0;
	background: transparent url('../img/mobile-Site.png') no-repeat 0 0;
	text-align: left;
}
img.lm_mobile_qr {
	margin: 0 5px 5px 0;
}

/* ============================================= */
/* link */
/* ============================================= */
/* 標準のリンク */
a.linkButton:link {
	text-decoration: none;
	color: #04419A;
}

a.linkButton:visited {
	text-decoration: none;
	color: #04419A;
}

a.linkButton:active {
	text-decoration: none;
	color: #04419A;
}

a.linkButton:hover {
	color: #04419A;
	text-decoration: underline;
	position: relative;
	top: 1px; /* 下に動く大きさ */
	left: 1px; /* 右に動く大きさ */
}

a.linkText:link {
	text-decoration: none;
	color: #04419A;
}

a.linkText:visited {
	text-decoration: none;
	color: #04419A;
}

a.linkText:active {
	text-decoration: none;
	color: #04419A;
}

a.linkText:hover {
	color: #04419A;
	text-decoration: underline;
}

a.linkTextLight:link {
	text-decoration: none;
	color: #333333;
}

a.linkTextLight:visited {
	text-decoration: none;
	color: #333333;
}

a.linkTextLight:active {
	text-decoration: none;
	color: #333333;
}

a.linkTextLight:hover {
	color: #cccccc;
	text-decoration: underline;
}

a.linkUsers:link {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}

a.linkUsers:visited {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}

a.linkUsers:active {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}

a.linkUsers:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}

a.linkWhite:link {
	text-decoration: none;
	color: #ffffff;
}

a.linkWhite:visited {
	text-decoration: none;
	color: #ffffff;
}

a.linkWhite:active {
	text-decoration: none;
	color: #ffffff;
}

a.linkWhite:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* ============================================= */
/* フォント */
/* ============================================= */
body.font3 {
	font-size: 16px;
}
body.font2 {
	font-size: 14px;
}
body.font1 {
	font-size: 12px;
}
#font1 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/btn/font1.png) no-repeat 0 0;
	margin-right: 3px;
}
#font2 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/btn/font2.png) no-repeat 0 0;
	margin-right: 3px;
}
#font3 {
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	background: url(../img/btn/font3.png) no-repeat 0 0;
}
#font1:hover {
	background: url(../img/btn/font1.png) no-repeat 0 -16px;
}
#font2:hover {
	background: url(../img/btn/font2.png) no-repeat 0 -16px;
}
#font3:hover {
	background: url(../img/btn/font3.png) no-repeat 0 -16px;
}
.font1_select {
	background: url(../img/btn/font1.png) no-repeat 0 -16px !important;
}
.font2_select {
	background: url(../img/btn/font2.png) no-repeat 0 -16px !important;
}
.font3_select {
	background: url(../img/btn/font3.png) no-repeat 0 -16px !important;
}

/* ============================================= */
/* input fields */
/* ============================================= */
input, textarea {
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
}
input[type="text"], input[type="password"], textarea {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 100%;
	padding: 1px 0;
}
input[type="text"], input[type="password"] {
	height: 15px;
}
select {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-size: 100%;

}
input[type="checkbox"] {
	border-color: #cccccc;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
input[type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	/* background-color:#FC0;*/
	background-color: #FFFFCC;
}
select:focus {
	background-color: #FFFFCC;/* background-color:#FC0;*/
}
.ime_on {
	ime-mode: active;
}
.ime_off {
	ime-mode: inactive;
}
input.order {
	width: 45px;
	ime-mode: inactive;
	text-align: right;
	position:relative;
	top:3px;
}

/* ============================================= */
/* default layout */
/* ============================================= */
pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */ /* 最後の行間を空けない */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 16px;
}
div, dl, dt, dd, li, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
h1, h2 {
	font-weight: bold;
	font-size: 110%;
	padding: 2px 0;
}
h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	padding: 2px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
#loading {
	position: absolute; /* ロード中に表示する文字列の絶対位置の設定（必須） */
	top: 0; /* 画面の上部からの文字の位置（必須） */
	left: 0; /* 画面の左側からの文字の位置（必須） */
	/*background: transparent url(http://www.aizu-concierge.com/img/pointer/pt_loading.gif) 50% 50% no-repeat;*/
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
#loading img {
	top: 50%;
	left: 50%;
	position: relative;
}
.dotted {
	border: 1px dotted #cccccc;
}
.required {
	color: #cc0033;
}
fieldset {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #E2E2E2;
	padding: 5px;
}

/* メニュー */
div.side_menu {
	background-image: url('img/bg_review.gif');
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.side_menu_title {
	padding: 10px 10px;
	margin-bottom: 5px;
}
div.side_menu_link {
	padding: 0px 15px;
	background: url("http://www.aizu-concierge.com/img/pointer/pt_gray_right.gif") no-repeat;
	background-position: left center;
	margin-left: 15px;
}
.page_subtitle {
    background: url("http://www.aizu-concierge.com/img/pointer/pt_bullet.png") no-repeat scroll 0 11px transparent;
    padding: 5px 5px 5px 12px;
    text-decoration: underline;
}

dl {
	background-color: #EDEDEF;
	border-color: #CCCCCC #CCCCCC;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	position: relative;
}
dt {
	left: 7px;
	position: absolute;
	top: 7px;
	width: 120px;
}
dd {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	margin-left: 120px;
	min-height: 1em;
	padding: 7px;
	text-align: left;
}
dl.last {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
img.linkImg {
	border: 1px solid #CCCCCC;
}
p.point {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/score/point_bg.gif) no-repeat scroll  left top;
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0;
	padding: 8px 0 0 0px;
	width: 32px;
	color: #FFFFFF;
	font-family: Century Gothic;
	font-weight: bold;
	text-align: center;
}
.tag {
	background: url("../img/fileicon/pt_tag.png") no-repeat scroll left top  transparent;
	margin: 3px 10px 0px 0;
	padding: 0 0 0 16px;
}
.fileicon {
	position: relative;
	top: 3px;
	padding-right: 5px;
	border: 0;
}
.check_true {
	background: url("../img/fileicon/tick-circle.png") no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 20px;
	margin-left: 5px;
}

.check_false {
	background: url("../img/fileicon/minus-circle.png") no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 20px;
	margin-left: 5px;
}
/* 検索画面用 */
/* --------------------------- 検索レイアウト */
div.search {
	padding: 5px 10px;
	width: auto;
	background-image: url(img/bg_review.gif);
	margin: 5px 0;
}

div.search dl {
	background-color: transparent;
	border-color: #CCCCCC #CCCCCC;
	border-style: solid solid none;
	border-width: 0px;
	overflow: hidden;
	padding-bottom: 1px;
}

div.search dt {
	left: 1px;
	position: absolute;
	top: 1px;
	width: 100px;
}

div.search dd {
	background-color: transparent;
	border-left: 0px solid #CCCCCC;
	margin-left: 100px;
	min-height: 1em;
	padding: 1px;
	text-align: left;
}
/* ============================================= */
/* pager layout */
/* ============================================= */
.wp-pagenavi {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: 0px dotted #DDDDDD;
	clear: both;
	margin: 5px 0px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

.wp-pagenavi div.current {
	background-image: url('img/bg_review.gif');
	border: 1px solid #CCCCCC;
	color: #960500;
	display: block;
	float: left;
	font-size: 77%;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 26px;
	margin: 2px 2px 0px 0px;
}

.wp-pagenavi div {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.wp-pagenavi div a {
	display: block;
	float: left;
	font-size: 77%;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 26px;
	margin: 2px 2px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #446E44;
}

.wp-pagenavi a:link {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #446E44;
}

.wp-pagenavi a:hover,.wp-pagenavi a:active {
	background-image: url('img/bg_review.gif');
	border: 1px solid #cccccc;
	color: #960500;
}
/* ============================================= */
/* table layout */
/* ============================================= */
table.tbl_base {
	table-layout: fixed;
	border-collapse: collapse;
	width: 0;
}
table.tbl_base td {
	padding: 0 2px;
	border: 1px solid #cccccc;
	height: 25px;
	line-height: 25px;
}
table.tbl_base th {
	padding: 0 2px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #F2F2F2;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
}
.form_base div.b_line { /*overflow:hidden;*/
	clear: both;
	width: 955px;
	height: auto;
	position: relative;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;/*overflow:hidden;*/
}
.form_base div.b_line div.b_line_h {
	padding: 0 2px;
	border-left: 1px solid #cccccc;
	background-color: #F2F2F2;
	float: left;
	/*overflow:hidden;*/
	height: 25px;
	line-height: 25px;
}
.form_base div.b_line div.b_line_d {
	padding: 0 2px;
	border-left: 1px solid #cccccc;
	float: left;
	/*overflow:hidden;*/
	height: 25px;
	line-height: 25px;
}
.text {
	background-color: #ffffcc;
}
.select {
	background-color: #ccfffe;
}
.center {
	text-align: center;
}
div.bline {
	border-bottom: 1px solid #cccccc;
}
div.clear {
	clear: both;
}
.form_base input[type="text"], .form_base input[type="password"], .form_base textarea {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
}
.form_base input[type="text"]:focus, .form_base input[type="password"]:focus, .form_base textarea:focus {
	background-color: #FC0;
}
/* ============================================= */
/* complete layout */
/* ============================================= */
div.comp_frame {
	padding: 10px 10px;
	width: auto;
	background: url(http://www.aizu-concierge.com/img/bg/bg_gray.gif);
	margin: 5px 0px;
}
div.comp_frame div.conp_contents {
	background-color: #FFFFFF;
	padding: 70px 10px;
	text-align: center;
}
/* ============================================= */
/* complete layout */
/* ============================================= */
div.menu_component {
	border: 1px solid #cccccc;
	margin: 0 5px 5px 0;
	-moz-border-radius: 2px 2px 2px 2px;
	width: 312px;
	display: inline;
}
div.menu_component div.mc_title {
	background: url("http://www.aizu-concierge.com/img/bg/bg_hdr.png") repeat-x scroll center center  #EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}
div.menu_component a.mc_link {
	background: url("http://www.aizu-concierge.com/img/pointer/pt_bullet.png") no-repeat scroll 10px  6px transparent;
	color: #336699;
	font-weight: normal;
	padding: 3px 0 3px 25px;
	text-decoration: none;
}
div.menu_component a.mc_link:hover {
	text-decoration: underline;
}
div.menu_component div.mc_note {
	padding: 0 5px 10px 25px;
}
/* ============================================= */
/* text counter */
/* ============================================= */
form .counter {
	color: #888888;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 0;
}
form .warning {
	color: blue;
}
form .exceeded {
	color: red;
}

/* --------------------------- マップ表示 */
div.gmap_title {
	font-weight: bold;
	font-size: 16px;
}

div.gmap_content {
	margin-top: 5px;
}

div.gmap_content img.gmap_img {
	margin: 5px 5px 5px 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
/* --------------------------- アラートメッセージ */
div.alert {
	border: 1px dotted #CCCCCC;
	margin: 20px 10px;
	padding: 20px 10px;
}

/* ---------------------------コメントレイアウト */
div.comment_header {
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 5px;
	width: 660px;
	min-height: 30px;
	position: relative;
}

div.comment_block {
	clear: both;
}

div.comment_block_item {
	overflow: hidden;
}

div.comment_header_title {
	float: left;
	position: absolute;
	bottom: 0;
	width: 580px;
	font-weight: bold;
}

div.comment_header_link {
	position: absolute;
	bottom: 0;
	right: 0;
}

div.commnet_user {
	width: 124px;
	float: left;
	padding: 10px 5px;
	background: #FFFFFF url('../img/bg/bg_review_comment.gif') no-repeat;
	background-position: right top;
}

img.comment_user_img {
	margin-bottom: 5px;
}

div.comment {
	width: 520px;
	background-image: url("img/bg_review.gif");
	padding: 5px;
	float: left;
}

div.comment_updatedt {
	width: 100%;
	text-align: right;
}
/* ---------------------------サムネイル */
.thumnail img {
	border: 0;
}