@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;
	}
	#box{
		margin: 20px 0;
	}
	.cate_box{
		width: 100%;
		margin: 0 0 80px 0;
		border-bottom: 1px dotted #333333;
	}
	.cate_box .date{
		color: #333333;
		font-size: 1.5rem;
		vertical-align: middle;
		padding: 15px 15px 5px 15px;
	}
	.box_title1{
		color: #19244c;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 5px 15px;
	}
	.box_txt1{
		color: #333333;
		font-size: 1.3rem;
		line-height: 200%;
		padding: 5px 8px;
		margin: 10px 0;
	}
	.photo{
		text-align: center;
	}
	.box_img{
		display: inline-block;
		width: 42%;
		margin: 30px 2%;
	}
	.box_img a figure{
		position: relative;
		overflow: hidden;
	}
	.box_img a figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.page_list{
		clear: both;
		text-align: center;
		margin-bottom: 40px;
	}
	.page_list li{
		display: inline-block;
		margin: 30px 2px;
	}
	.page_list li a{
		color: #fff;
		background-color: #19244c;
		padding: 5px 15px;
	}
}

@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%;
	}
	#box{
		margin: 20px 0;
	}
	.cate_box{
		width: 98%;
		padding-bottom: 10px;
		margin: 0 1% 50px 1%;
		border-bottom: 1px dotted #333333;
	}
	.cate_box .date{
		color: #333333;
		font-size: 1.2rem;
		vertical-align: middle;
		padding: 15px 8px 5px 8px;
	}
	.box_title1{
		color: #19244c;
		font-size: 1.4rem;
		padding: 5px 8px;
	}
	.box_txt1{
		color: #333333;
		font-size: 1.2rem;
		line-height: 180%;
		padding: 5px 8px;
		margin: 10px 0 0 0;
	}
	.photo{
		text-align: center;
	}
	.box_img{
		display: inline-block;
		width: 42%;
		margin: 5px 2% 10px 2%;
	}
	.box_img a figure{
		position: relative;
		overflow: hidden;
	}
	.box_img a figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.page_list{
		clear: both;
		text-align: center;
	}
	.page_list li{
		display: inline-block;
		margin: 30px 1px;
	}
	.page_list li a{
		color: #fff;
		background-color: #19244c;
		padding: 5px 10px;
	}
}

@media only screen and (max-width : 420px ){
	
}
