@charset "utf_8";


body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande',	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-kerning: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
}

img{
	margin: 0 0 10px;
	padding: 0;
}


header{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
}

section{
	width: 100%;
	/*height: 4800px;*/
	position: absolute;
	top: 230px;
	color: #222;
	overflow: hidden;
}

footer{
	width: 100%;
	position: absolute;
	top: 9400px;
}

#fnavi{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 10300px;
}

h1 {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: darkgoldenrod;
    font-family: serif;
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
}


.h2{
    font-size: 22px;
    padding: 20px 0 15px;
    margin-bottom: 25px;
    border-bottom: darkgoldenrod solid 3px;
	font-weight: bold;
}



h2{
    width: 240px;
    height: 16px;
    margin: 57px 0 5px 0;
    padding: 0;
    line-height: 18px;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 60px;
    float: right;
}




h3 {
    width: 240px;
    height: 16px;
    margin: -55px 0 5px 0;
    padding: 0;
    line-height: 18px;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 60px;
    float: right;
}


p.p_h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 3px 0;
	color: #555555;
	background: #f7f7f7;
	text-shadow: 0 1px 2px rgba(255,255,255,0.5);
	-webkit-text-shadow: 0 1px 2px rgba(255,255,255,0.5);
}


h3.key_h3{
    width: 100px;
    height: 16px;
    margin: -55px 0 5px 0;
    padding: 0 10px;
    line-height: 18px;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 60px;
    float: right;
    opacity: 0.75;
}
p.p_h4{
    text-align: right;
    font-size: 11px;
    color: #bbbbbb;
    font-weight: bolder;
}

b{
	font-weight: bold;
	color:#555;
}

/*クラス指定*/

.width{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.border-top{
	quotes: "“" "”";
	border-top:1px solid #dddddd;
	margin-top: 50px;
	padding-top: 30px;
	position: relative;
}

.border-top:before {
	content: open-quote;
	font-size: 62px;
	color: #e9e9e9;
	position: absolute;
	background: #fff;
	top: -9px;
	left: -10px;
	padding-top: 10px;
	height: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.border-top:after {
  content: no-close-quote;
  position: absolute;
  top: 5px;
  right: -9px;
  height: 8px;
  width: 8px;
}


.border-bottom{
	border-bottom:1px solid #dddddd;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.bold{
	font-weight: bold;
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
	color:#555;
}


.clear{
	clear: both;
}

.margin_top_bottom{
	margin-top: 50px!important;
	margin-bottom: 50px!important;
}

.margin_bottom{
	margin-bottom: 100px;
}

.margin_bottom_s{
	margin-bottom: 30px;
}

table.link_box{
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    text-align: left;
    width: 780px;
    margin: 0 auto;
    padding: 10px;
    /*height: 100px!important;*/
    border-collapse: collapse;
    display: block;
}

table.link_box th,
table.link_box th a{
	display: block;
	height: 25px;
	line-height: 1.0em;
	font-size: 18px;
	border-collapse: collapse;	
	color: #555;
	text-align: left;
}



table.link_box th a{
	padding-left: 5px;
}
table.link_box th a:hover{
	opacity: 0.75;
}


table.link_box td{
	padding: 5px 10px;
	vertical-align: top;
	border-collapse: collapse;
	color: #bbb;
	height: 60px;
	font-size: 10px;
	line-height: 1.3;
	overflow: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

table.link_box td span{
	margin: 0;
	padding: 0;
}

table.link_box td span a{
	position: absolute;
	bottom: 3px;
	right: 5px;
	width: 120px;
	line-height: 1.0em;
	margin: 0;
	padding: 2px 10px;
	display: block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
	background-color: blue;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

table.link_box td span a:hover{
	opacity: 0.5;
}


table.link_box td a img{
	margin: -5px -10px;
    text-align: center;
    vertical-align: middle;
}

.top_copy{
	width: 740px;
    background: #f7f7f7;
    padding: 20px 25px;
	margin: 0 auto 35px;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/*栄養追加*/

dl.dl_list{
	margin: 30px 0 -20px 0;
	font-size: 14px;
}


dl.dl_list dt{
 border-bottom: 1px solid #ccc;
}

dl.dl_list dd{
	font-weight: normal;
	margin-bottom: 20px;
}




/*フッター設定*/


#info_bg{
	margin: 0 auto;
	background-color: #e5e5e5;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#info{
	width: 940px;
	margin: 0px auto;
	padding: 50px 0;
}

#info th
{
	background-color: #3f3f3f;
	border-radius: 10px;
	border-spacing: 20px;
	width: 400px;
	height: 30px;
	color: #fff;
	text-align: left;
	padding-left: 20px;
}




#info td{
	border-spacing: 20px;
	color: #000;
	vertical-align: top;
	font-size: 12px;
	line-height: 3.0em;
	padding: 0 10px;
}

#info td p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

span.dbd{
	border-left: 3px double #ccc;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	
}

#fnavi ul{
	list-style-type: none;
	text-align: center;
}
#fnavi ul li{
	display: inline;
}

#fnavi ul li a{
	display: inline-block;
	text-decoration: none;
	color: #4c4c4c;
	margin: 10px 0px;
	padding: 5px 20px;
	font-size: 14px;
}
#fnavi ul li a:hover{
	background-color: #ccc;
	border-radius: 15px;
}


header ul,
footer ul{
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	list-style-type: none;
	text-align: center;
}

header ul li,
footer ul li{
	display: inline;
}

header ul li a,
footer ul li a{
	width: 100px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: #345885;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px 0 5px;
	background-color:#fff;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	vertical-align: center;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}


header ul li#a a,
footer ul li#a a{
	color: #fff;
	/*background-color: #345885;*/
	background-color: darkgoldenrod;
	font-weight: normal;
}


header ul li a:hover,
footer ul li a:hover{
	color: #fff;
	background-color: #345885;
}



#page_logo{
	width: 200px;
	height: 200px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 200px;
	vertical-align: middle;
	padding: 0;
	background-image: url(../img/list_point_d.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 180px;
}
#page_logo a{
	display: block;
}

#page_logo a img{
    margin: -20px -20px 0px -20px;
}

table#howto{
	width: 800px;
    margin: 0 0 0 -40px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table#howto th,
table#howto td{
	border-collapse: collapse;
	border-spacing: 0;
}

table#howto th img{
	margin: auto;
	padding: 0;
}

table#howto td {
    vertical-align: top;
    height: 160px;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
}

td.nuber_title {
	height: 18px!important;
    line-height: 18px!important;
    font-size: 18px!important;
    text-align: center;
    background-color: beige;
    font-weight: bolder!important;
    vertical-align: middle!important;
    border-radius: 10px;
}

dl.bui{
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	font-weight: normal;
}

dl.bui dt{
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 120px;
	text-align: center;
	padding: 2px 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

dl.bui dd{
	margin-bottom: 30px;
	font-size: 14px;
}

dl.bui dd b{
	color: red;
	text-decoration: underline;
}


.s_word{
	font-size: 16px;
	font-weight: normal;
}

#copyright{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #ccc;
}

h5 {
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    margin-bottom: -15px;
    padding-left: 13px;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.1);
}


div.uosu{
	margin: 0;
	padding: 0;
}

div.uosu a{
	display: block;
	margin: 0;
	padding: 0;
}

div.uosu a img {
    display: block;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.75);
}

div.uosu a img:hover{
	opacity: 0.75;
	box-shadow: 0px 0px 1px rgba(0,0,0,1.0);
}

p.site_btn {
    text-align: right;
    margin: 10px 0 -10px;
    padding: 0;
}

p.site_btn a{
	margin: 0;
    padding: 2px 14px 2px 21px;
	line-height: 1.0em;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius:10px;
	font-weight: normal;
	color: #212222;
	font-size: 14px;
}

p.site_btn a span{
	color:red;
	font-size: 10px;
	vertical-align: 1.2px;
}

p.site_btn a:hover{
	background-color: #ccc;
	color: #fff;
}