/* 初めての介護ガイド */

@media screen and (min-width: 641px){

#gui {
	width: 80%;
	line-height: 200%;
	margin: 100px auto;
	}

#gui.top {
	font-size: 16px;
	text-align: center;
	}

#gui.top ul {
	margin: 50px 0px 0px 0px;
	text-align: left;
	}

#gui.top a {
	width: 100%;
	background: url(img/ico.gif) no-repeat 30px;
	border-top: 1px #e5e5e5 solid;
	font-size: 21px;
	font-weight: bold;
	line-height: 80px;
	color: #000000;
	padding: 0px 0px 0px 80px;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#gui.top ul a:last-child {
	border-bottom: 1px #e5e5e5 solid;
	}

#gui.top a:hover {
	background: url(img/ico.gif) no-repeat 30px;
	background-color: #e5e5e5;
	}

#gui.det {
	overflow: hidden;
	}

#gui.det .main {
	width: 100%;
	background: #FBFAF7;
	border: 10px #F2EEE6 solid;
	border-top: 10px #107C64 solid;
	margin: 0px 0px 30px 0px;
	padding: 40px;
	float: left;
	box-sizing: border-box;
	}

#gui.det .main h2 {
	background: url(img/ico.gif) no-repeat;
	font-size: 21px;
	line-height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 50px;
	box-sizing: border-box;
	}

#gui.det .main h3 {
	font-size: 18px;
	margin: 50px 0px 20px 0px;
	box-sizing: border-box;
	}

#gui.det .main h3 span {
	color: #CD3F78;
	}

#gui.det .pag a {
	width: 35%;
	border: 1px #e5e5e5 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#gui.det .pag a:hover {
	background: #e5e5e5;
	}

#gui.det .pag a.bac {
	width: 20%;
	margin: 0px 5%;
	float: left;
	}

#gui.det .pag a.sta {
	margin: 0px 5% 0px 40%;
	}

#gui.det .pag a.nex {
	float: right;
	}

#gui.det .pag a img {
	margin: 0px 5px 0px 0px;
	display: inline-block;
  	vertical-align: middle;
	}

#gui.det .pag a.nex img {
	margin: 0px 0px 0px 5px;
	}

#gui.det .g01 p {
	margin: 50px 0px 0px 0px;
	}

#gui.det .g01 p img {
	margin: 0px 0px 0px 30px;
	float: right;
	}

#gui.det .g01 p font {
	color: #CD3F78;
	}

#gui.det .g02 ul.ill {
	width: 100%;
	background: #f6f6f6;
	border: 3px #eeeeee solid;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	}

#gui.det .g02 ul.ill strong {
	width: 100%;
	float: left;
	}

#gui.det .g02 ul.ill li {
	width: 50%;
	height: auto;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#gui.det .g02 ul.fig {
	width: 630px;
	height: 639px;
	background: url(img/pho0201.gif) no-repeat;
	background-size: 100%;
	font-size: 12px;
	line-height: 150%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	}

#gui.det .g02 ul.fig li {
	width: 270px;
	margin: 140px 0px 0px 30px;
	float: left;
	}

#gui.det .g03 ul {
	margin: 20px 0px 0px 0px;
	}

#gui.det .g03 ul dl {
	width: 100%;
	background: #ffffff;
	border: 3px #FFB0B0 solid;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	box-sizing: border-box;
	}

#gui.det .g03 ul dt {
	width: 100%;
	background: #FFF4F4;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	padding: 0px 0px 0px 20px;
	box-sizing: border-box;
	}

#gui.det .g03 ul dt p {
	width: 30px;
	background: #F6A37D;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	margin: 10px 10px 0px 0px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	}

#gui.det .g03 ul dd {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	}

#gui.det .g03 dd h3 {
	margin: 30px 0px 20px 0px;
	}

#gui.det .g03 dd font {
	font-weight: bold;
	}

#gui.det .g03 dd table {
	width: 100%;
	background: #cccccc;
	}

#gui.det .g03 dd th {
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g03 dd td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g03 dd .col01 {
	width: 80px;
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g03 dd .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g03 dd .col03 {
	background: #DDF0EE;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 table {
	width: 100%;
	background: #cccccc;
	margin: 20px 0px 0px 0px;
	float: left;
	}

#gui.det .g04 th {
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g04 td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g04 .col01 {
	width: 80px;
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 span {
	color: #01AC4D;
	}

#gui.det .g05 table {
	width: 100%;
	background: #cccccc;
	float: left;
	}

#gui.det .g05 th {
	background: #FBFAF4;
	padding: 10px;
	white-space: nowrap;
	}

#gui.det .g05 td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g05 .col01 {
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g05 .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g06 table {
	width: 100%;
	background: #cccccc;
	margin: 20px 0px 0px 0px;
	}

#gui.det .g06 th {
	width: 33.3%;
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g06 td {
	background: #ffffff;
	padding: 10px;
	}

}

@media screen and (max-width: 640px){

#gui {
	width: 90%;
	line-height: 200%;
	margin: 50px auto;
	overflow: hidden;
	}

#gui.top ul {
	margin: 30px 0px 0px 0px;
	}

#gui.top a {
	width: 100%;
	background: url(img/ico.gif) no-repeat 15px;
	background-size: 23px;
	border-top: 1px #e5e5e5 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	padding: 0px 0px 0px 50px;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#gui.top ul a:last-child {
	border-bottom: 1px #e5e5e5 solid;
	}

#gui.top a:hover {
	background: url(img/ico.gif) no-repeat 15px;
	background-size: 23px;
	background-color: #e5e5e5;
	}

#gui.det .main {
	width: 100%;
	background: #FBFAF7;
	border: 5px #F2EEE6 solid;
	border-top: 5px #107C64 solid;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	float: left;
	box-sizing: border-box;
	}

#gui.det .main h2 {
	background: url(img/ico.gif) no-repeat 0px;
	background-size: 23px;
	font-size: 16px;
	line-height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 35px;
	box-sizing: border-box;
	}

#gui.det .main h3 {
	font-size: 14px;
	margin: 30px 0px 10px 0px;
	box-sizing: border-box;
	}

#gui.det .main h3 span {
	color: #CD3F78;
	}

#gui.det .pag a {
	width: 100%;
	border: 1px #e5e5e5 solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#gui.det .pag a:hover {
	background: #e5e5e5;
	}

#gui.det .pag a.bac {
	margin: 15px 0px;
	}

#gui.det .pag a img {
	margin: 0px 5px 0px 0px;
	display: inline-block;
  	vertical-align: middle;
	}

#gui.det .pag a.nex img {
	margin: 0px 0px 0px 5px;
	}

#gui.det .g01 p {
	margin: 30px 0px 0px 0px;
	}

#gui.det .g01 p img {
	width: 100px;
	margin: 0px 0px 0px 20px;
	float: right;
	}

#gui.det .g01 p font {
	color: #CD3F78;
	}

#gui.det .g02 ul.ill {
	width: 100%;
	background: #f6f6f6;
	border: 3px #eeeeee solid;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	}

#gui.det .g02 ul.ill strong {
	width: 100%;
	float: left;
	}

#gui.det .g02 ul.ill li {
	width: 100%;
	}

#gui.det .g02 ul.fig {
	display: none;
	}

#gui.det .g03 ul {
	margin: 20px 0px 0px 0px;
	}

#gui.det .g03 ul dl {
	width: 100%;
	background: #ffffff;
	border: 3px #FFB0B0 solid;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	box-sizing: border-box;
	}

#gui.det .g03 ul dt {
	width: 100%;
	background: #FFF4F4;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	box-sizing: border-box;
	}

#gui.det .g03 ul dt p {
	width: 20px;
	background: #F6A37D;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	line-height: 20px;
	color: #ffffff;
	margin: 0px 5px 0px 0px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	}

#gui.det .g03 ul dd {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#gui.det .g03 dd h3 {
	margin: 30px 0px 10px 0px;
	}

#gui.det .g03 dd font {
	font-weight: bold;
	}

#gui.det .g03 dd table {
	width: 100%;
	background: #cccccc;
	}

#gui.det .g03 dd th {
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g03 dd td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g03 dd .col01 {
	width: 0px;
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g03 dd .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g03 dd .col03 {
	background: #DDF0EE;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 table {
	width: 100%;
	background: #cccccc;
	margin: 20px 0px 0px 0px;
	float: left;
	}

#gui.det .g04 th {
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g04 td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g04 .col01 {
	width: 0px;
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g04 span {
	color: #01AC4D;
	}

#gui.det .g05 table {
	width: 100%;
	background: #cccccc;
	float: left;
	}

#gui.det .g05 th {
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g05 td {
	background: #ffffff;
	padding: 10px;
	}

#gui.det .g05 .col01 {
	width: 0px;
	background: #FDEBC6;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g05 .col02 {
	background: #E8F1C0;
	font-weight: bold;
	text-align: center;
	}

#gui.det .g06 table {
	width: 100%;
	background: #cccccc;
	margin: 20px 0px 0px 0px;
	}

#gui.det .g06 th {
	width: 33.3%;
	background: #FBFAF4;
	padding: 10px;
	}

#gui.det .g06 td {
	background: #ffffff;
	padding: 10px;
	}

}


