/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.modal_close_button
, #send_login_button
, #send_login_button_saerch{
	text-align: center;
	background-color: #372E2A;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 42px;
	border-radius: 5px;
	margin-left: 40px;
	margin-right: 40px;
	cursor: pointer;
}

.bookmark_modal_overlay {
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-color: #000000;
	overflow: hidden;
	opacity: 0.75;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
	z-index: 10;
	top: 0;
	left: 0;
}

.modal_close_button_batu {
	width: 33px;
	height: 33px;
	background: url(../../img/user/result/modal_close.png);
	position: absolute;
	top: -18px;
	right: -18px;
}

.bookmark_modal_close_button_batu {
	width: 33px;
	height: 33px;
	background: url(../../img/user/result/modal_close.png);
	position: absolute;
	top: -18px;
	right: -18px;
}
.bookmark_modal_close_button_batu:hover {
	cursor: pointer;
}


#apply_comp_after_send_div{
	border: 1px solid #F58B95;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	width: 450px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
}
#apply_cmp_send_form_btn{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #F58B95;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	width: 234px;
	background-color: #F58B95;
	height: 42px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

#register_comp_after_send_div
, #register_comp_after_option_div{
	border: 1px solid #F58B95;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	width: 500px;
	margin: 0 auto;	
}
#register_comp_after_send_btn{
	border: 1px solid #F58B95;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	width: 234px;
	background-color: #F58B95;
	height: 42px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;	
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 44px;
}
#register_comp_after_option_div .okiniiriSaveBtn{
	margin-bottom: 30px;
}

#after_apply_recomend_title{
	background: none repeat scroll 0 0 #372E2A;
	color: #FFFFFF;
	font-size: 18px;
	margin: 30px 0 0;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
	line-height: 35px;
	height: 30px;
}

#area_info_tsunagi{
    text-align: center;
    padding-bottom: 35px;
    padding-top: 5px;
}
#area_info_back{
    background-color: #F5ECED;
}
#area_info_title_box{
	padding: 25px 15px 10px;
	color: #F28B93;
}
#area_info_title_left{
    font-size: 26px;
    font-weight: bold;
}
#area_info_title_right{
    font-size: 20px;
}
#area_info_text{
    margin: 0px 30px 0px 30px;
    clear: both;
    padding-bottom: 25px;
}


