/* ----------------------------------------
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:bold+Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster);

---------------------------------------- */


@charset "utf-8";
/* CSS Document */

article, aside, canvas, details, figcaption, figure, header,
footer, hgroup, menu, nav, section, summary {
display: block;
}

/*------------------------------ reset -----*/
body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p,th,td { 
	margin:0;
	padding:0;
	line-height:1.4em;
	font:13px "メイリオ", Mairyo, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS P Gothic, sans-serif;
	 *font-size:small;
	 *font:x-small;
	color:#333333;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
strong,b,th {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
h1,h2,{
	font-size:100%;
	font-weight:normal;
	text-shadow: 0px 1px 0px #fff;
	}
h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}	
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: bottom;
	}
img a {
	border:0;
	}
/*------------------------------ link -----*/
a:link 		{ color: #115be4; text-decoration: underline; }
a:visited 	{ color: #; text-decoration: none; }
a:hover 	{ color: #123c83; text-decoration: underline; }
a:active		{ color: #0066cc; text-decoration: none; }
a:focus		{ outline: none; }


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../img/bg4.jpg");
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}
.floatclear {
	width:1px;
	margin:0;
	padding:0;
	clear:both;
}
.floatclear hr {
	display:none;
}

/* ========== NAVIGATION ========== */
#navi_header {
	background: rgb(254,187,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient	(top,  rgba(254,187,187,1) 0%,	rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
	background: linear-gradient	(top,  rgba(254,187,187,1) 0%,	rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-8 */
	font-size: 12px;
	height: 20px;
	padding: 5px;
	border-bottom: 1px #FF69B4 solid;
} 
#navi_header li {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#navi_content {
	width:1220px;
	margin:0 auto;
}
#navi_left {
	float: left;
}
#navi_right_logout, #navi_right_login {
	float: right;
}
.menu_top {
	padding:0 20px 5px 20px;
	text-align: right;
}
.menu {
	padding:0 20px 5px 0px;
}
.menu a:link, .menu_top a:link {
	color: #fff;
	text-decoration: none;
}
.menu a:hover, .menu_top a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #fff;
}
.separator01 {
	width: 0;
	height: 11px;
	border-left: 1px #DC143C solid;
	border-right: #FFB6C1 solid 1px;
	overflow: hidden;
	display: inline-block;
	vertical-align: -1px;
}

/* ========== HEADER ========== */
#head_container {
	width:1220px;
	height:80px;
	margin:0 auto;
}
#head_left {
	float:left;
	display:block;
	width:220px;
	padding:15px 10px 20px 28px;
	margin:0;
}
#head_center {
	display:block;
	width:522px;
	margin-left:220px;
	margin-right:10px;
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}
#head_right {
	float:right;
	width:468px;
	padding:10px 0;
	margin:0;
}

/* ========== MAIN ========== */
#main_container {
	width:1220px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px #808080;
	-moz-box-shadow: 2px 2px 6px #808080;
	box-shadow: 2px 2px 6px #808080;
	margin:0 auto;
	padding-top:20px;
	margin-bottom:20px;
}
#sidebar_left {
	float:left;
	width:250px;
	margin-left:20px;
}
#sidebar_right {
	float:right;
	width:160px;
	margin-right:20px;
}
#center_box {
	width:730px;
	margin-left:290px;
	text-align:left;
}
#content_title {
	background:#000;
	background: -moz-linear-gradient(45deg, #0E0E0E 0%, #7D7E7D 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 15px;
    text-align: left;
    padding:5px 0;
    width: 730px;
}
#content_title h3 {
	margin-left:20px;
	font-weight:bold;
	color:#fff;
}
#content_explanation {
	border: 1px solid #dcdcdc;
	width: 708px;
	margin-top:10px;
	padding:10px;
}

/* ========== FOOTER ========== */
#footer ,#footer_top {
	background:#eee;
}	
#footer_content {
	font-size: 12px;
	padding: 10px;
	margin:0 auto;
	width:1220px;
	overflow:hidden;
} 
#footer_bottom {
	display:block;
	background:#29333D;
}
#footer_right li, #footer_bottom li {
	display:inline;
	color:#fff;
}
#footer_menu {
	float:left;
}
#footer_right {
	float:right;
	background:#fff;
	padding:0 10px;
	border:1px solid #999;
}
.footer_title {
	float:left;
	text-align:left;
	margin-left:30px;
	margin-right:20px;
	font-weight:bold;
}
.footer_list {
	float:left;
	text-align:left;
	margin-right:80px;
}
.footer_list a:link {
	color: #666;
	text-decoration: none;
}
.footer_list a:hover {
	color: #666;
	text-decoration: none;
	text-shadow: 0px 0px 2px #666;
}

/* ========== SIDEBAR CONTENTS ========== */

/* ===== PROFILE ===== */
#profile_area{
	width: 250px;
	background: url("../img/sidebar/bg_profilearea.png") no-repeat;
	border:1px dotted #999;
	margin-bottom:10px;
}
#sidebar_profile_photo{
	float: left;
	width: 60px;
	height: 60px;
	margin: 15px;
}
#sidebar_profile_name {
	float: right;
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 5px;
	padding-top: 25px;
}
#sidebar_profile_name p{
	text-align: left;
	font-weight: bold;
}
#count_contribution {
	float:left;
	background-image: url("../img/sidebar/bg_side_contribution.jpg");
	background-repeat:no-repeat; 
	width: 110px;
	height: 44px;
	margin:0 0 10px 10px;
}
#count_reaction {
	background-image: url("../img/sidebar/bg_side_reaction.jpg");
	background-repeat:no-repeat; 
	width: 110px;
	height: 44px;
	margin:0 0 10px 130px;
	
}
.count_number {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 10px 20px 0 0 ;
}



/* ===== MAP ===== */
#map_s{
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
	border:1px solid #999;
}

/* ===== BANNER ===== */
#sidebar_banner li {
	margin-bottom:10px;
}
#login_banner {
	margin-bottom:10px;
}

/* ===== MONTHRY DATA ===== */
#monthry_PrefList {
	width:400px;
	padding:10px;
}
#monthry_PrefList li{
	display:inline-block;
	margin-bottom:20px;
}

#monthry_PrefList h4 {
	display:block;
	border-left:6px solid #f69;
	border-bottom:1px dotted #999;
	padding-left:15px;
	margin-bottom:15px;
	font-weight:bold;
}
#monthry_GoogleSearch {
	float:right;
	width:280px;
	padding:10px;
	border:1px solid #999;
}
#monthry_GoogleSearch h4 {
	display:block;
	border-left:6px solid #f93;
	border-bottom:1px dotted #999;
	padding-left:15px;
	margin-bottom:15px;
	font-weight:bold;
}


/* ===== RANKING VIEW ===== */
#rank_title {
	width:680px;
	padding-left:50px;
	background: url("../img/ranking/icon_ranking.png") no-repeat 2% 0px;
	height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #dcdcdc;
}
#rank_table {
	width:710px;
//	background: -moz-linear-gradient(center top , #E9E9E9, #D7D7D7) repeat scroll 0 0 transparent;
	background-color: #E9E9E9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px #B2B3B5 inset, 0 1px 0 #FFFFFF;
    margin-bottom: 20px;
    padding: 8px;
}

/* ===== SEARCH DATA ===== */
#searcharea li{
	display:inline-block;
}
#searcharea p {
	width:120px;
	margin:5%;
}
.search_Box {
background: -moz-linear-gradient(center top , #F3F3F3, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #999;
    color: #ACACAC;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

/* ===== DETAIL ===== */
#detail_table {
	width:710px;
	background: -moz-linear-gradient(center top , #E9E9E9, #D7D7D7) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px #B2B3B5 inset, 0 1px 0 #FFFFFF;
    margin-bottom: 20px;
    padding: 8px;
}
#detail_table table {
	width:710px;
}
#detail_table p {
	text-align:center;
}
#detail_table td {
	text-align:left;
	color:#666;
}
#map_m {
	width: 610px;
	height: 250px;
	margin-bottom: 10px;
	border:1px solid #999;
}
#comment_box {
	width:500px;
}
.MN_comment_body {
	position: relative;
	margin-left: 80px;
	background-color: #fff;
	border:3px solid #fdd;
	padding:10px;
 }
.MN_comment_frame {
	margin-bottom:20px;
}
.MN_comment_arrow {
	position: absolute; top: 15px; left: -20px;
	width: 0; height: 0;
	border-top: 20px solid #fdd;
	border-left: 20px solid transparent;
 }
.MN_comment_submitBody {
	position: relative;
	margin-left: 0px;
	background-color: #fff;
	border:3px solid #fdd;
	padding:5px;
	height:80px;
	width:420px;
 }
.MN_comment_submitArrow {
 	position: absolute; top: 20px; right: -20px;
	width: 0; height: 0;
	border-top: 20px solid #fdd;
	border-right: 20px solid transparent;
}
.MN_button_kensaku {
	width:75px;
	height:30px;
	margin-left:10px;
	padding-top:5px;
	text-align:center;
	background: url("../img/detail/button-blue.png") no-repeat 0 0px; 
	color:#fff;
	font-weight:bold;
}
/* ===== DETAIL ===== */
#pankuzu {
	background:#ddd;
	margin-top:5px;
	padding-left:10px;
}
#pankuzu li{
	display:inline;
}
#monthry-table {
	margin-top:20px;
}
#monthry-table td {
	width:45px;
	padding:5px 10px;
}

/* ===== MYPAGE ===== */
#mypage_title {
	background:#999;
	padding:5px 10px;
	margin-bottom:10px;
}
#mypage_title h3 {
	font-weight:bold;
	color:#fff;
}
.mypage_input {
	background: -moz-linear-gradient(center top , #F3F3F3, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #DCDCDC;
    color: #ACACAC;
    display: block;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 30px;
    margin-top: 2px;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    width: 200px;
    margin-bottom:10px;
}
.mypage_box {
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FBF8F5;
	margin-bottom:10px;
}
.mypage_subtitle {
	border-left: 5px solid #dcdcdc;
	display: block;
	font-size: 14px;
	padding: 0 0 0 10px;
	height: 20px;
	margin-bottom:15px;
}
.past_post {
	border: 1px dotted #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	overflow: hidden;
}
.mypage_submit {
	background: #FBF8F5;
	padding:10px;
}
.mypage_comment {
	width:80%;
}
.mypage_deletebutton {
	float:right;
}
.mypage_others {
	margin:10px 0 0 40px;
	background:#f63;
	border: 1px dotted #999;
	padding:10px;
}

.submit_box {
	margin-top:10px;
	padding:10px;
	background:#fbf8f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
}
.submit_mine {
	padding:10px;
	margin:10px 0;
	border:1px dotted #999;
	background:#fffffc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.submit_mycomment {
	width:80%;
}
.submit_button {
	float:right;
}
.submit_others {
	margin-left:60px;
	margin-bottom:10px;
	padding:10px;
	border:1px dotted #999;
	background:#fffffc;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submit_photo {
	float:left;
	margin-right:10px;
}
.submit_otherscomment {
 	margin-left:10px;
 	color:#666;
}

.submit_mine_center {
	margin-left:80px;
	width:75%;
}
.submit_category_box {
	float:left;
	margin-right:10px;
	text-align:center;
}
.submit_comment_safe {
	margin-bottom:10px;
}
	
/* ===== POPUP ===== */
#popup_tab {
	display:inline;
}

/* ===== NAVI ===== */
.top_maincontents h4,#reason_select_main_box h3 {
	border-left:6px solid #f63;
	border-bottom:1px dotted #ddd;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	margin-top:15px;
	margin-bottom:10px;
}
#reason_select_main_box h4,#faq h5 ,#faq_answers h5 {
	margin:15px 0;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#reason_select_main_box h5  {
	font-weight:bold;
}
#reason_select_main_box p {
	margin-bottom:10px;
}
.faq_box h4 {
	border-left:6px solid #f63;
	border-bottom:1px dotted #ddd;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	margin:10px 0;
}
.faq_box p {
	padding-left:21px;
	margin-bottom:10px;
}
.faq_box .link_pagetop {
	text-align:right;
}
.faq_box {
	overflaow:hidden;
}

.navi-box {
	margin-bottom:10px;
}
.navi-img {
	float:left;
}
.navi-sentencebox {
	margin-left:0px;
}
.navi-content-title {
	font-size:16px; 
	font-weight:bold;
	margin-bottom:15px; 
	border-left:6px solid #f63; 
	padding:5px; 
	border-bottom:1px dotted #ddd;
}
.navi-link {
	text-align:right;
}
.crime_context{
	text-overflow: hidden;
}

.post_and_res{
	width:95px;
}
