/*==================================
子ページ用
==================================*/
html, body, div, p, a, li, ul, span, h1, h2, img {
	margin: 0;
	padding: 0;

}

body {
	width: 100%;
	height: 100%;
	background-color: #ededed;
	font: unset;
}

#header h1 {
	background: #ffffff  none repeat scroll 0 0;
	box-shadow: 0 -7px 21px rgba(34, 34, 34, 0.4);
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #41474b;
	font-size: 15px;
	line-height: 1;
	padding: 14px 0;
    text-align: center;
}
#main {
	margin: 0 4%;
}
.sub {
	max-width: 800px;
	min-width: 260px;
    background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 6px rgba(56, 60, 62, 0.1);
    border-radius: 4px;
    margin: 16px auto 0;
    padding: 20px 17px;
}
.sub > p {
	max-width: 300px;
	min-width: 200px;
	margin: 0 auto 4%;
    background: #f5f5f5  none repeat scroll 0 0;
    border-left: 8px solid #f7963d;
    border-right: 8px solid #f7963d;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 3.5px;
    text-align: center;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #41474b;
}
.entry{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #41474b;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.sentence{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #41474b;
	font-size: 16px;
}
.sentence a{
	display: inline;
}
#menu {
	margin: 0 20%;
}
#menu > p{
	min-width: 140px;
	max-width: 300px;
	margin: 18px auto 0;
	padding: 10px;
	background-color: #f7963d;
	text-align: center;
	border-radius: 2.5px;
	font-weight: bold;
	box-shadow: 0px 0px 27px rgba(250, 179, 114, 0.7);
	text-decoration: none;
	font-size: 22px;
	-webkit−transition: 0.6s ;
	transition: 0.6s ;
}
#menu > p a {
	display: block;
	color: #e0e0e0;
	text-decoration: none;
}
#menu > p a:link,
#menu > p a:visited {
	color: #e0e0e0;
	text-decoration: none;
}
#menu > p:hover {
	background-color: #fcb472;
	box-shadow: 0px 0px 30px rgba(173, 115, 61, 0.4);
	color: #fff;
}

#footer p{
	width: 100%;
	background-color: #e7e7e7;
	text-align: center;
	margin: 15px auto 0;
	padding: 20px 0 20px;
	font-size: 14px;
	color: #586066;
	box-shadow: 0 15px 50px rgba(176, 176, 176, 0.2) inset;
}
