@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
		font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#sub_nav{
		background-color: #f5f5f5;
	}
	.breadcrumb {
		width: 900px;
		padding: 12px 20px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.breadcrumb li{
		display:inline;
		list-style: none;
	}
	.breadcrumb li a{
		font-size: 1.3rem;
		color: #333333;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #333333;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div h2{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		color: #ffffff;
		background-image: url(../images/bg01.jpg);
		font-size: 2.6rem;
		font-family: 游明朝;
		line-height: 40px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 40px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 660px;
		margin: 5% auto 6% auto;
	}
	.cate{
		margin: 40px 0 120px 0;
	}
	.cate:last-child{
		margin: 40px 0 0 0;
	}
	.cate .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	.cate .menu_box h3{
		color: #603813;
		background-color: #f6f4f2;
    border-left: 6px solid #19244c;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 10px;
		text-align: left;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
	}
	.cate img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .txt1{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		margin: 10px 4% 30px 4%;
	}
	.cate .txt1:empty{
		height: 10px;
		padding: 0;
		margin: 0;
	}
	.cate .txt2{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		padding: 10px;
		margin: 10px 4% 30px 4%;
		border: 2px solid #FBD0D6;
	}
	.cate .txt2:empty{
		display: none;
	}
	/* 項目 */
	.cate_box{
		margin: 20px 0;
	}
	.cate_box .cate_box_table, .cate_box .cate_box_table2{
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 10px 0;
	}
	.cate_box .box_title1{
		width: 80%;
		text-align: left;
		display: table-cell;
		vertical-align: top;
		font-weight: bold;
		font-size: 1.6rem;
		color: #333333;
		padding: 3px 10px;
		border-left: 5px solid #19244c;
		border-bottom: 1px dotted #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_title2{
		width: 20%;
		text-align: center;
		display: table-cell;
		vertical-align: top;
		font-weight: bold;
		font-size: 1.6rem;
		color: #333333;
		padding: 0 10px;
		border-bottom: 1px dotted #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1{
		display: table-cell;
		vertical-align: top;
		width: 60%;
		padding-left: 5%;
		font-size: 1.3rem;
		line-height: 180%;
		letter-spacing: 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1:empty{
		height: 0;
	}
	
	.box_title1:empty{
		display:none;
	}
	
	
	.cate_box .box_img1{
		display: table-cell;
		vertical-align: top;
		width: 30%;
	}
	.cate_box .box_img1 img{
		width: 100%;
		padding: 2% 2%;
		background-color: #fefefe;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.3rem;
		margin-right: 10px;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
#main_div{
		width: 100%;
		margin: 0 auto;
		font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#sub_nav{
		background-color: #f5f5f5;
	}
	.breadcrumb {
		display: none;
	}
	#main_div h2{
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		color: #ffffff;
		background-image: url(../images/bg01.jpg);
		line-height: 20px;
		font-size: 1.6rem;
		text-align: center;
		text-indent: 2px;
		letter-spacing: 2px;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 90%;
		margin: 10% 5% 6% 5%;
	}
	.cate{
		margin: 40px 0 60px 0;
	}
	.cate .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	.cate .menu_box h3{
		color: #603813;
		background-color: #f6f4f2;
    border-left: 6px solid #19244c;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 10px;
		text-align: left;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
		text-align: center;
	}
	.cate img{
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .txt1{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		margin: 10px 4% 30px 4%;
	}
	.cate .txt1:empty{
		display: none;
	}
	.cate .txt2{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		padding: 10px;
		margin: 30px 4% 30px 4%;
		border: 2px solid #FBD0D6;
	}
	.cate .txt2:empty{
		display: none;
	}
	/* 項目 */
	.cate_box{
		margin: 30px 5%;
	}
	.cate_box .cate_box_table, .cate_box .cate_box_table2{
		width: 100%;
		padding: 10px 0 0 0;
	}
	.cate_box .box_title1{
		text-align: left;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333333;
		padding: 3px 10px;
		border-left: 5px solid #19244c;
		border-bottom: 1px dotted #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box_title1:empty{
		display:none;
	}
	.cate_box .box_title2{
		text-align: right;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333333;
		padding: 3px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1{
		line-height: 180%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_img1{
		width: 80%;
		margin: 10px 10%;
		text-align: center;
	}
	.cate_box .box_img1 img{
		max-width: 380px;
		width: 100%;
		padding: 2% 2%;
		margin: 0 auto;
		background-color: #fefefe;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.3rem;
		margin-right: 10px;
	}
}

@media only screen and (max-width : 420px ){
	
}
