/*-------------------- BASE --------------------*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f3ece6;
}

div {
	margin: 0;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
.mt60{
	margin-top:60px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb40{
	margin-bottom:40px;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-------------------- BASE --------------------*/

/*-------------------- LAYOUT --------------------*/
.wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.header {
	background-color: #fff;
	z-index: 2;
	position: relative;
}
.middle_content {
	margin: 20px 0 0 0;

}
.side_bar{
	width:180px;
	text-align:center;
}
.main_content {
	width:844px;
}
.search_bar{
	font-size:13px;
	text-align:center;
    color: #444;
    line-height:300%;
}
.search_bar a{
    color:#666;
    text-decoration: none;
}
.search_bar_text{
	height:18px;
	width:190px;
	}
.search_bar_submit{
	width:90px;
	margin-top:-10px;
	padding:2px;
	font-size:12px;
	border:solid #aaa 1px;
	background-color:#eee;
}
.select_search_type{
	margin:0 0 10px 0;
	text-align:center;
}
.search_selected{
	background-color:#ddd;
}
.select_search_type img,.search_bar span{
	padding:5px;
}
.select_search_type img:last-child{
	margin-left:10px;
}
/*============ HEADER ============*/
.description {
	margin: 0 0 0 42px;
	font-size: 12px;
}
.logo_ {
	margin: 20px 0 0 35px;
}
.header_menu_top {
	margin: 0px 10px 0 0;
}
.header_menu_bottom {
	margin: 10px 20px 5px 0;
}
.header_menu_bottom ul {
	padding: 0;
	margin: 0;
}
/*============ HEADER ============*/

/*============ MENU BAR ============*/
.menu_bar {
	z-index: 1;
	position: relative;
    cursor: pointer;
}
.menu_bar ul {
	width: 740px;
	margin: auto;
	padding: 20px 0 14px 0;
}
.hide_menu_bg {
	width: 100%;
	font-size: 13px;
	color: #444;
}
.hide_menu {
	width: 770px;
	margin: auto;
	display: none;
}
.hide_menu a{
    color: #656565;
    text-decoration: none;
}
.hide_menu a:hover{
    text-decoration: underline;
}
/*============ MENU BAR ============*/

/*============ TITLE ============*/
.result_title, .detail_title, .detail_submit {
	background-color: #FFFFFF;
	margin-top: 6px;
	height: 70px;
}
.result_title, .detail_title{
	position: relative;
}
.result_title_title, .detail_title_title {
	font-weight: bold;
	font-size: 18px;
	width: 770px;
	margin: 24px 0 0 20px;
	line-height: 130%;
}
/*============ TITLE ============*/

/*============ BREAD CRUMB LIST ============*/
.bread_crumb {
	margin: 0;
}
.bread_crumb ul {
	margin: 0;
	padding: 0;
}
.bread_crumb_list li {
	list-style: none;
	background-image: url('../css/img/cln/breadcrumb.png');
	background-repeat: no-repeat;
    background-size: 220px 24px;
	font-size: 12px;
	margin: 0 -12px 0 0;
	padding: 4px 4px 0 0;
	width: 220px;
	text-align: center;
	height: 24px;
}
.bread_crumb_list li:first-child {
	width: 70px;
	padding-top: 3px;
	background-position: -150px 0;
	/*margin-left:-20px;*/
}
.bread_crumb a{
    color: #656565;
    text-decoration: none;
}
/*============ BREAD CRUMB LIST ============*/

/*============ FOOTER ============*/
.footer{
	/*padding:20px 0;*/
	margin:20px 0 0 0;
	background-color:#FFFFFF;
	font-size:12px;
	color:#444;
}
.footer_menu{
	padding:20px 10px;
	border-top:solid 1px #AAA;
	width:900px;
	margin:auto;
}
.footer_menu_section{
	margin-right:25px;
}
.footer_menu_section:last-child{
	margin-right:0px;
}

.footer_menu ul{
	margin:0 0 0 5px;
	padding:0;
}
.footer_menu ul li{
	list-style:none;
	margin-bottom:5px;
}
.footer_menu_menu dl{
	margin:0 0 0 5px;
	padding:0;
	width:190px;
	height:110px;
}
.footer_menu_menu{
	width:390px;
}
.footer_menu a{
    color: #444;
    text-decoration: none;
}
.footer_menu a:hover{
    text-decoration: underline;
}
.footer_menu_title{
	margin-bottom:15px;
	font-weight: bold;
	font-size:13px;
}
/*============ FOOTER ============*/

/*-------------------- LAYOUT --------------------*/

/*-------------------- DECORATION --------------------*/
.bold{
	font-weight:bold;
}
.red{
	color:#b90307;
}
.vivid_red{
    color:#ff0000;
}
.baseColor {
	background-color: #FBF4ED;
	/*background-color:#fff;*/
}
.baseColor_gray {
	background-color:#efefef;
}
.tabStyle {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 8px 15px 8px;
	font-size: 12px;
	margin-right: 5px;
}
.shadow {
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 0px 2px 10px #aaa; /* Google Chrome, Safari用*/
}
.green_label{
	background-color:#dcfd56;
	width:30px;
	height:100%;
}
.pink_label{
	background-color:#ffa6ec;
	width:30px;
	height:100%;
}
.blue_label{
	background-color:#80bfff;
	width:30px;
	height:100%;
}
.orange_label{
	background-color:#fbc322;
	width:30px;
	height:100%;
}
.round5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*============ HEADER ============*/
.header_menu_top li {
	list-style-type: none;
}
.header_menu_bottom li {
	list-style-type: none;
	margin-right: 20px;
}
.header_menu_bottom li img {
	margin: 0 3px -3px 0;
}
.header_menu a:link, .header_menu a:hover, .header_menu a:active, .header_menu a:visited {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
/*============ HEADER ============*/

/*============ MENU BAR ============*/
.menu_bar li {
	list-style-type: none;
	margin-left: 0px;
	font-size: 17px;
	padding: 0 25px;
	border-left: dotted #AAAAAA 1px;
}
.menu_bar li:last-child {
	border-right: dotted #AAAAAA 1px;
}
.menu_bar img{
	height:30px;
}
.hide_menu div {
	border-right: dotted #AAAAAA 1px;
	width: 191.5px;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 250%;
}
.hide_menu div:last-child {
	border-right: 0;
}
/*============ MENU BAR ============*/

/*============ TAGS ============*/
.tags{
	position:absolute;
	top:0px;
	left:35px;
	font-size:11px;
	padding:6px 0 0 0
}
.tags span{
	margin-left:8px;
	color:#fff;
	padding:2px 7px 1px 7px;
}
/*============ TAGS ============*/

/*============ SEARCH ============*/
.search_result {
	margin:0 0 20px 5px;
}
.card,.card2{
	width:130px;
	padding:10px;
	margin:10px 6px;
	background-color:#fff;
	font-size:13px;
}
.card2{
    margin-bottom: 45px;
}
.tag_new{
	background-color:#ff9b14;
	color:#fff;
	padding:2px 3px;
	font-size:11px;
}
.tag_premium{
    background-color:#ff9b14;
	color:#fff;
	padding:2px 3px;
	font-size:11px;
}
.card_img{
	width:115px;
    height: 115px;
	margin:5px auto;
}
.card_title{
    overflow: hidden;
    color:#656565;
}

.card_info{
	margin-top:5px;
	text-align:center;
    color: #000;
}
.card_info hr{
    border:solid #aaa 1px;
}
/*++ リスト ++*/
table {
	border-spacing: 0;
	font-size: 14px;
	margin-top:10px;
}
table th {
	color: #666;
	padding: 8px 15px;
	background-color:#FFFFFF;
	line-height: 120%;
	text-align: center;
	font-weight:100;
	font-size: 12px;
}
table tr td {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	padding:5px 10px 0 10px;
}
table tr {
	color:#000;
	background: #fff;
}
table tr:nth-child(2n+1) {
	background: #f9f9f9;
}
table th:hover {
	cursor: auto;
}
table.pack td{
	line-height: 40px;
	padding:20px 0 20px 30px;
}
table.pack td a{
	color:#000;
}

/*++ リスト ++*/
/*============ SEARCH ============*/

/*============ PAGER ============*/
.pagination{
    text-align: center;
    margin-bottom:30px;
    font-size:11px;
}
.pagination a{
    border:solid 1px #656565;
    margin-right:2px;
    color:#656565;
    padding:3px 6px;
    text-decoration:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination .select{
    background-color: #656565;
    color:#fff;
}

/*============ PAGER ============*/
#colorbox{
	z-index:110;
}
#cboxOverlay{
	background-color: #000;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	width: 100%;
}

/*-------------------- DECORATION --------------------*/

/*-------------------- TUTORIAL --------------------*/
.tutorial {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 100;
}
/*-------------------- TUTORIAL --------------------*/

/* ALERTMESSAGE
------------------------------------------------------------------------- */
#alert_message{
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #f8d7da;
	color: #721c24;
	padding: 15px 40px 15px 15px;
	border: 1px solid #f5c6cb;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	max-width: 300px;
}
#alert_message span{
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
