body {
	width: 100%; /* リキッド */
	max-width: 2000px; /* 幅の上限 */
	min-width: 200px; /* 幅の下限 */
	margin: 0px auto;
}

#t_head {
    width: 100%;
    height: auto;
    margin-top: 2%;
    background-image: url(../img/0.common/navi_back_top.jpg);
    background-repeat: repeat-x;
    border-top: thin solid #675E2E;
    float: left;
    transition: 2s;
    background-position: left top;
    background-size: 50% 100%;
}

#t_logo {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1.8%;
	text-align: center;
	display: block;
	background-size: 30%;
	transition: 2s;
	margin-bottom: 1.8%;
}
.logo_j {
	font-size: 28pt;
	transition: 2s;
}
.logo_e {
	font-size: 12pt;
	transition: 2s;
}
#t_comment_top {
    width: 100%;
    height: auto;
    background-image: url(../img/1.top/t_line_a.jpg);
    background-repeat: repeat-x;
    float: left;
    transition: 2s;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 3%;
    font-size: 1.6vw;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 2%;
    margin-bottom: 0px;
}
#t_pic {
	background-image: url(../img/1.top/t_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 43%;
	background-size: 100%;
	background-color: #FFF;
	transition: 2s;
}
#t_nav {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 90%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    padding-left: 10%;
	transition: 2s;
}

/*.nav_list {
	float: left;
	margin-right: 2.5%;
	font-size: 1.7vw;
	margin-left: 3%;
	transition: 2s;
}*/
.nav_list {
	float: left;
	margin-left: 1.8%;
	margin-right: 1.8%;
	font-size: 1.6vw;
	transition: 2s;
	text-align: center;
}
#t_nav ul {
	text-align: center;
}
#t_nav ul li {
	display: inline-block;
	width: 16%;
}
#t_title1 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	text-align: center;
	transition: 2s;
}
.title_e {
	font-size: 12pt;
}
.title_j {
	font-size: 21pt;
}
#outline {
	float: left;
	height: auto;
	width: 85%;
	border: 2pt solid #675E2E;
	margin-top: 3%;
	margin-right: 7.5%;
	margin-bottom: 3%;
	margin-left: 7.5%;
	transition: 2s;
}
#inline {
	margin: 1.2%;
	float: left;
	width: 97.6%;
	border: 1pt solid #675e2e;
	transition: 2s;
}

/*news項目*/
#news {
	transition: 2s;
	float: left;
	height: auto;
	width: 91.4%;
	background-color: #FFF;
	margin-top: 0.8%;
	margin-right: 0.8%;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
	padding-top: 3%;
	padding-left: 7%;
}
#news #information {
	text-align: left;
}
#news #information dl dt{
	height: auto;
	width: 15%;
	font-weight: 400;
	font-size: 1.1em;
	float: left;
	color: #F00;
}
#news #information dl dd{
	height: auto;
	width: 70%;
	margin-bottom: 5%;
	font-weight: 300;
	font-size: 1em;
	float: left;
	line-height: 1.5em;
}
/*ここまでnews項目*/



#t_underbox {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 93%;
	padding-top: 5%;
	padding-left: 7%;
	margin-top: 2%;
	box-shadow: 0 0 20px 10px white;
	transition: 2s;
	background-color: #FFF;
	margin-bottom: 3%;
	padding-bottom: 3%;
}


#t_baby {
    background-image: url(../img/1.top/t_baby.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: auto;
    width: 12.5%;
    padding-top: 12%;
    background-size: 100%;
    transition: 2s;
    margin-left: 25%;
    margin-right: 10%;
}
#t_comment1 {
	float: left;
	height: auto;
	width: 55%;
	margin-left: 1%;
	font-size: 1.4vw;
	line-height: 240%;
	transition: 2s;
}
#jsmh {
	float: left;
	height: auto;
	width: 24%;
	margin-left: 2%;
	transition: 2s;
	font-size: 0.9em;
	text-align: center;
	margin-top: 0.6%;
}
#jsmh .t_link a {
	width: 100%;
	background-image: url(../img/1.top/t_bosei_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	float: left;
	height: auto;
	padding-top: 30%;
	transition: 2s;
}
#jsmh .t_link a:hover {
	filter: opacity(50%);
}
#t_bottom {
	background-color: #FFF;
	float: left;
	width: 90%;
	padding-right: 2%;
	padding-left: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	transition: 2s;
}
#t_b_left {
	float: left;
	height: auto;
	width: 10%;
	transition: 2s;
}
#t_b_right {
	float: left;
	width: 90%;
	transition: 2s;
}
