@charset "utf-8";


/* ==========================================
 
 
見出しと本文
 
 
========================================== */

#contents h4 {
	font-size: 1.6rem;
	margin: 30px 0 15px 0;
	padding: 0.7em 1em;
	border-bottom: 1px solid #ccc;
}

/* ---- スマホ表示 ---- */
@media screen and (max-width:767px) {
	
	#contents {
		font-size: 1.0em;
	}
	
	#contents .fl {
		float: none;
		text-align: center;
		margin: 1.5em 0 1.5em 0;
	}
	
	#contents .fr {
		float: none;
		text-align: center;
		margin: 1.5em 0 1.5em 0;
	}
	
	#contents p {
		margin: 1.5em 1em 1.5em 1em;
	}
	
	#contents .page_title {
		color: #4e3718;
		font-size: 1.8rem;
		margin: 30px 0 15px 0;
		padding: 0.7em 0.5em;
		border-top: 3px double #444444;
		border-bottom: 3px double #444444;
	}
	
	#contents .main_title,
	#contents .widget-header {
		color: #444444;
		font-size: 1.8rem;
		margin: 30px 0 15px 0;
		position: relative;
		padding: 0.5em 0 0.5em 0.75em;
		border-left: 4px solid #deb887;
		background-color: none;
	}
	
		#contents .main_title:after,
		#contents .widget-header:after {
			position: absolute;
			left: 0;
			bottom: 0;
			content: '';
			width: 100%;
			height: 0;
			border-bottom: 1px solid #ccc;
		}
	
	#contents .sub_title {
		color: #ca894a;
		font-size: 1.6rem;
		margin: 30px 0 15px 0;
		padding: 0.5em 1em;
		background-color: #fdf8f4;
	}
	

} /* ---- media screen and (max-width:750px) ---- */


/* ---- PC表示 ---- */
@media screen and (min-width:768px) {
	
	#contents p {
		margin: 1.5em 1em 1.5em 1em;
	}
	
	#contents .fl {
		float: left;
		margin: 0 1em 0.5em 1em;
	}
	
	#contents .fr {
		float: right;
		margin: 0 1em 0.5em 1em;
	}
	
	#contents .page_title {
		color: #4e3718;
		font-size: 2.4rem;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		background: url('/res/images/common/title_01_bg.png')  repeat;
		margin: 30px 0 30px 0;
		padding: 0 0 0 25px;
	}
	
	#contents .main_title,
	#contents .widget-header {
		color: #ca894a;
	    font-size: 2.0rem;
	    font-weight:bold;
	    height: 40px;
	    line-height: 40px;
	    background:url('/res/images/common/title_02_bg.png') no-repeat;
	    padding: 0 0 0 15px;
	    margin: 30px 0 15px 0;
	}
	
	#contents .sub_title {
		color: #4e3718;
	    font-size: 1.0em;
	    font-weight:bold;
	    height: 30px;
	    line-height: 30px;
	    background:url('/res/images/common/title_03_bg.png') no-repeat;
	    padding: 8px 0 0 15px;
	    margin: 30px 0 15px 0;
	}
	
} /* ---- media screen and (min-width:751px) ---- */





/* ==========================================
 
 
コンテンツ共通
 
 
========================================== */


#contents img {
	max-width: 100%;
	height: auto;
}

#contents iframe {
	max-width: 100%;
}

.clearfix { zoom:1; }
.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

#contents .catch {
	color: #c14940;
	font-size: 2.0rem;
	font-weight: bold;
}


#contents .ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contents .red { color: #f06452; }
#contents .orange { color: #f39a00; }
#contents .blue { color: #35a7ae; }
#contents .green { color: #4eac72; }

.fb_pageplugin {
	max-width: 95%;
	margin: 30px auto;
	text-align: center;
}


/* ==========================================
 
 
div スタイル
 
 
========================================== */

#contents .box {
	border: solid 5px #eeeeee;
	margin: 1.5em 0 1.5em 0;
}

#contents .bg {
	border: solid 1px #f8f5f0;
	color: #666666;
	background: #f8f5f0;
	margin: 1.5em 0 1.5em 0;
}


/* ==========================================
 
 
hr スタイル
 
 
========================================== */

#contents hr {
	border: none;
	border-bottom: solid 5px #eeeeee;
	margin: 30px 50px 30px 50px;
}


/* ==========================================
 
 
リストスタイル
 
 
========================================== */


/* リセット */

#contents ul,
#contents ol {
	margin: 1em 1em;
}

#contents ul li,
#contents ol li {
	padding: 0px;
	margin: 0px;
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 5px 0px 5px 0px !important;
}


/* ノーマル */

#contents .normal {
	margin: 1.5em 1em;
}

	#contents .normal li {
		font-weight: bold;
		position: relative;
		padding-left: 20px;
	}
	 
	#contents .normal li:before{
		content: ''; 
		display: block; 
		position: absolute; 
		box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
		top: 3px; 
		left: 2px; 
		height: 0; 
		width: 0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #444444;
	}


/* チェックボックス */

#contents .checkbox {
	margin: 1.5em 1em;
}

	#contents .checkbox li {
		font-weight: bold;
		position: relative;
		padding-left: 25px;
	}
	
		#contents .checkbox li:after,
		#contents .checkbox li:before {
			content: ''; 
			display: block; 
			position: absolute; 
			top: 4px; 
			left: 8px; 
			height: 11px; 
			width: 4px; 
			background: #f06452;
			border-radius: 10px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-o-transform: rotate(45deg);
		}
		
		#contents .checkbox li:before {
			top: 8px; 
			left: 3px;
			height: 8px; 
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
		}


/* 数字リスト */

#contents ol {
	counter-reset:li;   
}
 
	#contents ol li{
		font-weight: bold;
		position:relative;
		display: block;
		padding:10px 0px 10px 35px; 
		margin-left:0px !important;
	}
	 
		#contents ol li:after{
			color:#aaaaaa;
			font-weight: normal;
			counter-increment: li;
			content: counter(li) ".";
			position: absolute;	
			display: block;
			text-align: center;
			font-style: italic;
			left: 0px;
			top: -5px;
			font-size: 30px;
			font-family:'Goudy Bookletter 1911',Georgia,serif; 
		}



/* ==========================================
 
 
テーブルスタイル
 
 
========================================== */

	#contents table {
	    width: 620px;
	    border-top: 1px solid #666666;
	    border-right: 1px solid #666666;
	    border-spacing: 0;
	    margin: 2em auto;
	}
	
	#contents th,td {
	    border-bottom: 1px solid #666666;
	    border-left: 1px solid #666666;
	    text-align: center;
	    padding: 10px 10px;
	}
	
	#contents th { background-color: #eeeeee; color: #444444; }

/* ---- スマホ表示 ---- */
@media screen and (max-width:767px) {

	#contents .table_a  { 
        width: 100%;
    }
    
    	#contents .table_a table {
	    	width: 100%;
    	}
		
	#contents .table_b  { 
        width: 100%;
    }
    
    	#contents .table_b table {
	    	width: 100%;
    	}
	
} /* ---- media screen and (max-width:750px) ---- */


/* ---- PC表示 ---- */
@media screen and (min-width:768px) {
	
	
	
} /* ---- media screen and (min-width:751px) ---- */



/* ==========================================
 
 
新着情報
 
 
========================================== */

    
    #contents .oshirase_wrapper {
        background: #ffffff;
        border: solid 1px #cccccc;
        padding: 10px 15px 10px 15px;
    }
    
    #contents .oshirase_wrapper .ichiran {
	 	text-align: right;
	 	padding: 0 10px 0 0;  	
    }
    
    #contents .oshirase {
        margin: 15px 0 15px 0;
        padding: 0 10px 0 10px;
        border-bottom: solid 1px #cccccc;
    }
    	
    	#contents .oshirase .date {
        	margin: 0 0 10px 0;
        }
    	
        #contents .oshirase .title {
            padding: 0 0 15px 0;
            font-weight: bold;
        }
        
        

/* ==========================================
 
 
コンテンツBタイプ

 
========================================== */    
    
    
	#contents .onayami ul {
		list-style: none;
	}
	
	#contents .onayami ul li {
		font-size: 1.6rem;
		font-weight: bold;
		background: url("/res/images/common/onayami/icon.png") left 10px no-repeat;
		margin: 20px 0 20px 0;
		padding: 10px 0 20px 30px;
		border-bottom: dashed 1px #cccccc;
	}
	
	
	#contents .wholikethis ul {
		list-style: none;
	}
	
	#contents .wholikethis ul li {
		font-size: 1.6rem;
		font-weight: bold;
		background: url("/res/images/common/wholikethis/icon.png") left 10px no-repeat;
		margin: 20px 0 20px 0;
		padding: 10px 0 20px 30px;
		border-bottom: dashed 1px #cccccc;
	}